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


1.6
date	2002.05.20.18.03.39;	author sobomax;	state dead;
branches;
next	1.5;

1.5
date	2001.12.08.00.58.06;	author sobomax;	state Exp;
branches;
next	1.4;

1.4
date	2001.10.30.08.12.35;	author sobomax;	state Exp;
branches;
next	1.3;

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

1.2
date	2001.05.04.21.51.15;	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.6
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-ab,v 1.5 2001/12/08 00:58:06 sobomax Exp $

--- Makefile.in.orig	Fri Dec  7 21:51:58 2001
+++ Makefile.in	Sat Dec  8 00:33:03 2001
@@@@ -226,7 +226,7 @@@@
 
 @@HAVE_APPLETS_TRUE@@APPLETS_SUBDIRS = applets
 
-SUBDIRS =  	data 				icons 				cut-n-paste-code 		libnautilus 			libnautilus-adapter		libnautilus-private 		helper-utilities 		helper-scripts			src 				components			$(APPLETS_SUBDIRS)		test 				user-guide			help				po 				omf-install			$(NULL)
+SUBDIRS =  	data 				icons 				cut-n-paste-code 		libnautilus 			libnautilus-adapter		libnautilus-private 		helper-utilities 		helper-scripts			src 				components			$(APPLETS_SUBDIRS)			user-guide			help				po 				omf-install			$(NULL)
 
 
 EXTRA_DIST =  	TRADEMARK_NOTICE				COPYING.LIB					COPYING-DOCS					HACKING						MAINTAINERS					nautilus.spec.in				nautilus-clean.sh				nautilus.desktop				nautilus.desktop.in				nautilus-help.desktop				nautilus-help.desktop.in			nautilus-launch-icon.png			gnome-starthere-96.png				gnome-starthere.png				nautilusConf.sh.in				nautilus-config.in				ChangeLog-20000414				ChangeLog-20000625				ChangeLog-20000831				ChangeLog-20001018				xml-i18n-extract.in				xml-i18n-merge.in				xml-i18n-update.in				Makefile.shared					$(DESKTOP_IN_FILES)				$(DESKTOP_FILES)				$(NULL)
@@@@ -244,7 +244,7 @@@@
 
 bin_SCRIPTS = $(top_builddir)/nautilus-config
 
-confexecdir = $(libdir)
+confexecdir = $(sysconfdir)
 confexec_DATA =  	nautilusConf.sh					$(NULL)
 
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@@@ -685,8 +685,8 @@@@
 	$(mkinstalldirs) $(DESTDIR)$(prefix)/bin
 	@@list='nautilus-clean.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.5
log
@- Don't build included tests - we don't install them anyway;
- check exit code of FAMMonotor*() functions.
@
text
@d2 1
a2 1
$FreeBSD$
@


1.4
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
@d4 12
a15 3
--- Makefile.in.orig	Mon Oct 29 11:36:40 2001
+++ Makefile.in	Mon Oct 29 12:16:14 2001
@@@@ -243,7 +243,7 @@@@
d24 1
a24 1
@@@@ -684,8 +684,8 @@@@
@


1.3
log
@Update to 1.0.3.
@
text
@d4 13
a16 4
--- Makefile.in.orig	Mon May 14 16:45:52 2001
+++ Makefile.in	Mon May 14 16:45:53 2001
@@@@ -675,8 +675,8 @@@@
 	$(mkinstalldirs) $(DESTDIR)/$(prefix)/bin
d19 4
a22 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; \
a25 21
@@@@ -688,16 +688,16 @@@@
 	@@list='$(EAZEL_LOGOS_ICONS)'; \
 	for i in $$list; \
 	do \
-		echo $(INSTALL_PROGRAM) $$i $(icondir)/`basename $$i`; \
-		$(INSTALL_PROGRAM) $$i $(icondir)/`basename $$i`; \
+		echo $(INSTALL_DATA) $$i $(icondir)/`basename $$i`; \
+		$(INSTALL_DATA) $$i $(icondir)/`basename $$i`; \
 	done
 
 	$(mkinstalldirs) $(throbberdir)
 	@@list='$(EAZEL_LOGOS_THROBBER)'; \
 	for i in $$list; \
 	do \
-		echo $(INSTALL_PROGRAM) $$i $(throbberdir)/`basename $$i`; \
-		$(INSTALL_PROGRAM) $$i $(throbberdir)/`basename $$i`; \
+		echo $(INSTALL_DATA) $$i $(throbberdir)/`basename $$i`; \
+		$(INSTALL_DATA) $$i $(throbberdir)/`basename $$i`; \
 	done
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
@


1.2
log
@The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.

Applications include:

mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
@
text
@d1 8
a8 8
--- Makefile.in.orig	Mon Mar 12 19:49:51 2001
+++ Makefile.in	Fri Mar 16 16:15:38 2001
@@@@ -202,3 +202,3 @@@@
 
-SUBDIRS =  	data 				icons 				intl 				cut-n-paste-code 		librsvg 			libnautilus 			libnautilus-adapter		libnautilus-extensions 		helper-utilities 		helper-scripts			src 				components			$(APPLETS_SUBDIRS)		nautilus-installer		test 				user-guide			help				po 				omf-install			$(NULL)
+SUBDIRS =  	data 				icons 				intl 				cut-n-paste-code 		librsvg 			libnautilus 			libnautilus-adapter		libnautilus-extensions 		helper-utilities 		helper-scripts			src 				components			$(APPLETS_SUBDIRS)		nautilus-installer		test 				user-guide			help				po 				$(NULL)
 
@@@@ -607,4 +607,4 @@@@
d15 5
a19 1
@@@@ -620,4 +620,4 @@@@
d26 4
a29 1
@@@@ -628,4 +628,4 @@@@
d36 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 8
a8 5
--- Makefile.in.orig	Wed Aug 16 08:26:30 2000
+++ Makefile.in	Wed Aug 23 14:56:45 2000
@@@@ -501,8 +501,8 @@@@
 	$(mkinstalldirs) $(DESTDIR)/$(prefix)/bin
 	@@list='nautilus-clean.sh'; for p in $$list; do\
d15 13
a28 1
 
@

