head	1.3;
access;
symbols
	old_RELEASE_5_0_DP1:1.2
	old_RELEASE_4_5_0:1.2
	old_RELEASE_4_4_0:1.1
	old_RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2002.05.20.18.03.39;	author sobomax;	state dead;
branches;
next	1.2;

1.2
date	2001.10.30.08.12.35;	author sobomax;	state Exp;
branches;
next	1.1;

1.1
date	2001.01.12.19.59.39;	author ade;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update nautilus2 to 1.1.16 after a repo-copy from ports/x11-fm/nautilus and
connect it to the build.
@
text
@
$FreeBSD: ports/x11-fm/nautilus2/files/patch-al,v 1.2 2001/10/30 08:12:35 sobomax Exp $

--- helper-scripts/Makefile.in.orig	Thu Oct 25 18:21:43 2001
+++ helper-scripts/Makefile.in	Thu Oct 25 18:22:45 2001
@@@@ -328,8 +328,8 @@@@
 	$(mkinstalldirs) $(DESTDIR)$(prefix)/bin
 	@@list='nautilus-verify-rpm.sh nautilus-restore-settings-to-default.sh'; for p in $$list; do\
 	  if test -f $(srcdir)/$$p; then \
-	    echo "  $(INSTALL_PROGRAM) $(srcdir)/$$p $(DESTDIR)$(prefix)/bin/$$p"; \
-	    $(INSTALL_PROGRAM) $(srcdir)/$$p $(DESTDIR)$(prefix)/bin/$$p; \
+	    echo "  $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(prefix)/bin/$$p"; \
+	    $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(prefix)/bin/$$p; \
 	  else :; fi; \
 	done
 
@


1.2
log
@Update to 1.0.5. With an updated ORBit it works in 5-CURRENT and 4-STABLE
systems. Some functionality is still missed, though (e.g. Mozilla component
doesn't work), but it is a good start.
@
text
@d2 1
a2 1
$FreeBSD$
@


1.1
log
@Long-awaited update to 0.5 -- goes "bang" fairly quickly, spewing corefiles
all over the place.  If some enterprising hacker wants to figure out why,
patches are more than welcome, both to me and the nautilus developers.
@
text
@d1 8
a8 3
--- helper-scripts/Makefile.in.orig	Fri Jan 12 12:04:47 2001
+++ helper-scripts/Makefile.in	Fri Jan 12 12:24:05 2001
@@@@ -267,4 +267,4 @@@@
d10 4
a13 4
-	    echo "  $(INSTALL_PROGRAM) $(srcdir)/$$p $(DESTDIR)/$(prefix)/bin/$$p"; \
-	    $(INSTALL_PROGRAM) $(srcdir)/$$p $(DESTDIR)/$(prefix)/bin/$$p; \
+	    echo "  $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)/$(prefix)/bin/$$p"; \
+	    $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)/$(prefix)/bin/$$p; \
d15 2
@

