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


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

1.3
date	2002.02.26.23.10.47;	author sobomax;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.4
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-ag,v 1.3 2002/02/26 23:10:47 sobomax Exp $

--- src/Makefile.in.orig	Thu Feb 21 14:19:34 2002
+++ src/Makefile.in	Wed Feb 27 00:39:53 2002
@@@@ -225,7 +225,7 @@@@
 
 bin_PROGRAMS = nautilus
 
-INCLUDES =  	-I$(top_srcdir) 	-I$(top_srcdir)/cut-n-paste-code/widgets/e-paned 	-I$(top_srcdir)/cut-n-paste-code/widgets/gimphwrapbox 	$(NAUTILUS_PRIVATE_CFLAGS) 	-DVERSION="\"$(VERSION)\"" 	-DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" 	-DNAUTILUS_DATADIR=\""$(datadir)/nautilus"\" 	-DNAUTILUS_PIXMAPDIR=\""$(datadir)/pixmaps/nautilus"\" 	-DDATADIR=\""$(datadir)"\" 	$(NULL)
+INCLUDES =  	-I$(top_srcdir) 	-I$(top_srcdir)/cut-n-paste-code/widgets/e-paned 	-I$(top_srcdir)/cut-n-paste-code/widgets/gimphwrapbox 	$(NAUTILUS_PRIVATE_CFLAGS) 	-DVERSION="\"$(VERSION)\"" 	-DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" 	-DNAUTILUS_DATADIR=\""$(datadir)/nautilus"\" 	-DNAUTILUS_PIXMAPDIR=\""$(datadir)/pixmaps/nautilus"\" 	-DDATADIR=\""$(datadir)"\" 	-DMOZILLA_LIB_PLACE=\"@@MOZILLA_LIB_PLACE@@\"	$(NULL)
 
 
 LDADD =  	$(top_builddir)/src/file-manager/libnautilus-file-manager.la 	$(top_builddir)/libnautilus/libnautilus.la 	$(top_builddir)/libnautilus-adapter/libnautilus-adapter.la 	$(top_builddir)/libnautilus-private/libnautilus-private.la  	$(NAUTILUS_PRIVATE_LIBS) 	$(NULL)
@@@@ -1171,8 +1171,8 @@@@
 	$(mkinstalldirs) $(DESTDIR)/$(prefix)/bin
 	@@list='run-nautilus'; for p in $$list; do\
 	  if test -f $$p; then \
-	    echo "  $(INSTALL_PROGRAM) $(srcdir)/$$p $(DESTDIR)/$(prefix)/bin/$$p"; \
-	    $(INSTALL_PROGRAM) $$p $(DESTDIR)/$(prefix)/bin/$$p; \
+	    echo "  $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)/$(prefix)/bin/$$p"; \
+	    $(INSTALL_SCRIPT) $$p $(DESTDIR)/$(prefix)/bin/$$p; \
 	  else :; fi; \
 	done
 
@


1.3
log
@Set LD_LIBRARY_PATH and MOZILLA_FIVE_HOME properly.

Submitted by:	Joe Marcus Clarke <marcus@@marcuscom.com>, sobomax
@
text
@d2 1
a2 1
$FreeBSD$
@


1.2
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 17
a17 3
--- src/Makefile.in.orig	Tue Nov  7 08:30:29 2000
+++ src/Makefile.in	Fri Jan 12 10:05:21 2001
@@@@ -661,4 +661,4 @@@@
d24 2
@


1.1
log
@Add nautilus, the file manager and graphical shell being
developed for GNOME 2.0

Please note:  as it stands, this port compiles and installs
cleanly, but immediately coredumps if you try to run it.
I've only committed what I have so far so that any enterprising
souls can try and figure out what on earth is going wrong.

Bug report 3075 has been filed with bugzilla.eazel.com
@
text
@d1 4
a4 6
--- src/Makefile.in.orig	Wed Aug 16 08:29:06 2000
+++ src/Makefile.in	Wed Aug 23 14:53:30 2000
@@@@ -573,8 +573,8 @@@@
 	$(mkinstalldirs) $(DESTDIR)/$(prefix)/bin
 	@@list='run-nautilus'; for p in $$list; do\
 	  if test -f $(srcdir)/$$p; then \
d6 1
a6 1
-	    $(INSTALL_PROGRAM) $(srcdir)/$$p $(DESTDIR)/$(prefix)/bin/$$p; \
d8 1
a8 1
+	    $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)/$(prefix)/bin/$$p; \
a9 2
 	done
 
@

