diff options
Diffstat (limited to 'x11-fm/nautilus2/files')
-rw-r--r-- | x11-fm/nautilus2/files/patch-aa | 41 | ||||
-rw-r--r-- | x11-fm/nautilus2/files/patch-ab | 37 | ||||
-rw-r--r-- | x11-fm/nautilus2/files/patch-ag | 9 | ||||
-rw-r--r-- | x11-fm/nautilus2/files/patch-al | 9 | ||||
-rw-r--r-- | x11-fm/nautilus2/files/patch-components::help::hyperbola-filefmt.c | 13 | ||||
-rw-r--r-- | x11-fm/nautilus2/files/patch-libnautilus-extensions::nautilus-medusa-support.c | 14 | ||||
-rw-r--r-- | x11-fm/nautilus2/files/patch-po::Makefile.in.in | 14 |
7 files changed, 0 insertions, 137 deletions
diff --git a/x11-fm/nautilus2/files/patch-aa b/x11-fm/nautilus2/files/patch-aa deleted file mode 100644 index 81828dcd4400..000000000000 --- a/x11-fm/nautilus2/files/patch-aa +++ /dev/null @@ -1,41 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Tue May 22 15:47:27 2001 -+++ configure Tue May 22 15:55:11 2001 -@@ -3433,7 +3433,7 @@ - - CC="$_save_cc" - --LDFLAGS="$_save_ldflags -L$_mozilla_lib_place $_mozilla_all_nspr_flags -lgtksuperwin" -+LDFLAGS="$_save_ldflags -L$_mozilla_lib_place $_mozilla_all_nspr_flags -lstdc++ -lgtksuperwin" - echo $ac_n "checking for gdk_superwin_get_type in -lgtksuperwin""... $ac_c" 1>&6 - echo "configure:3439: checking for gdk_superwin_get_type in -lgtksuperwin" >&5 - ac_lib_var=`echo gtksuperwin'_'gdk_superwin_get_type | sed 'y%./+-%__p_%'` -@@ -3475,7 +3475,7 @@ - fi - - --LDFLAGS="$_save_ldflags -L$_mozilla_lib_place $_mozilla_all_nspr_flags -lgtkembedmoz $_mozilla_xpcom_libs" -+LDFLAGS="$_save_ldflags -L$_mozilla_lib_place $_mozilla_all_nspr_flags -lgtkembedmoz -lgtksuperwin $_mozilla_xpcom_libs" - echo $ac_n "checking for gtk_moz_embed_get_type in -lgtkembedmoz""... $ac_c" 1>&6 - echo "configure:3481: checking for gtk_moz_embed_get_type in -lgtkembedmoz" >&5 - ac_lib_var=`echo gtkembedmoz'_'gtk_moz_embed_get_type | sed 'y%./+-%__p_%'` -@@ -3483,7 +3483,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lgtkembedmoz $LIBS" -+LIBS="-lgtkembedmoz -lgtksuperwin $LIBS" - cat > conftest.$ac_ext <<EOF - #line 3489 "configure" - #include "confdefs.h" -@@ -5472,7 +5472,7 @@ - fi - - if test x$SCROLLKEEPER_CONFIG = xno; then -- { echo "configure: error: Couldn't find scrollkeeper-config" 1>&2; exit 1; } -+ echo "configure: warning: Couldn't find scrollkeeper-config" 1>&2 - fi - - diff --git a/x11-fm/nautilus2/files/patch-ab b/x11-fm/nautilus2/files/patch-ab deleted file mode 100644 index 97f5bd09e83e..000000000000 --- a/x11-fm/nautilus2/files/patch-ab +++ /dev/null @@ -1,37 +0,0 @@ - -$FreeBSD$ - ---- 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 - @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 - -@@ -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. diff --git a/x11-fm/nautilus2/files/patch-ag b/x11-fm/nautilus2/files/patch-ag deleted file mode 100644 index d66452a0c070..000000000000 --- a/x11-fm/nautilus2/files/patch-ag +++ /dev/null @@ -1,9 +0,0 @@ ---- 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 @@ - 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; \ diff --git a/x11-fm/nautilus2/files/patch-al b/x11-fm/nautilus2/files/patch-al deleted file mode 100644 index 6134eb8abee3..000000000000 --- a/x11-fm/nautilus2/files/patch-al +++ /dev/null @@ -1,9 +0,0 @@ ---- 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 @@ - 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; \ diff --git a/x11-fm/nautilus2/files/patch-components::help::hyperbola-filefmt.c b/x11-fm/nautilus2/files/patch-components::help::hyperbola-filefmt.c deleted file mode 100644 index 5331a9db1187..000000000000 --- a/x11-fm/nautilus2/files/patch-components::help::hyperbola-filefmt.c +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- components/help/hyperbola-filefmt.c 2001/05/14 15:56:20 1.1 -+++ components/help/hyperbola-filefmt.c 2001/05/14 15:56:32 -@@ -30,6 +30,7 @@ - #include <libgnome/gnome-util.h> - #include <limits.h> - #include <parser.h> -+#include <sys/types.h> - #include <regex.h> - #include <string.h> - #include <tree.h> diff --git a/x11-fm/nautilus2/files/patch-libnautilus-extensions::nautilus-medusa-support.c b/x11-fm/nautilus2/files/patch-libnautilus-extensions::nautilus-medusa-support.c deleted file mode 100644 index 68e98b1542e9..000000000000 --- a/x11-fm/nautilus2/files/patch-libnautilus-extensions::nautilus-medusa-support.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- libnautilus-private/nautilus-medusa-support.c.orig Wed Apr 11 21:36:16 2001 -+++ libnautilus-private/nautilus-medusa-support.c Mon May 14 17:45:24 2001 -@@ -84,7 +84,7 @@ - */ - status = NAUTILUS_CRON_STATUS_OFF; - -- stat_file_name = g_strdup_printf ("/proc/%d/stat", process_number); -+ stat_file_name = g_strdup_printf ("/proc/%d/status", process_number); - stat_file = fopen (stat_file_name, "r"); - g_free (stat_file_name); - diff --git a/x11-fm/nautilus2/files/patch-po::Makefile.in.in b/x11-fm/nautilus2/files/patch-po::Makefile.in.in deleted file mode 100644 index 53630b5680cd..000000000000 --- a/x11-fm/nautilus2/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in 2001/07/06 11:16:00 1.1 -+++ po/Makefile.in.in 2001/07/06 11:16:20 -@@ -104,7 +104,7 @@ - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ -- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ -+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ |