head	1.3;
access;
symbols
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2003.07.15.19.00.40;	author marcus;	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
@Begin the de-orbit burn of the GNOME 1.4 desktop.  This is phase I.  All
core desktop components are being removed.
@
text
@
$FreeBSD: ports/x11-fm/nautilus/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
@

