summaryrefslogtreecommitdiffstats
path: root/x11-fm/nautilus2/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-14 09:23:32 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-14 09:23:32 +0800
commit10040dd62e8be42bccd5f1ba56ae5b57ec87b60e (patch)
tree2fc1381eb1c0077bcb727342c331ce5b249f5e7b /x11-fm/nautilus2/files
parent6ea8cdadd34fade98a807bf84429806612c65079 (diff)
downloadmarcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.tar
marcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.tar.gz
marcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.tar.bz2
marcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.tar.lz
marcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.tar.xz
marcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.tar.zst
marcuscom-ports-10040dd62e8be42bccd5f1ba56ae5b57ec87b60e.zip
* Remove these ports now that they have been merged into the ports tree.
* Clean out RMPORTS Next stop, GNOME 2.11! git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3935 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm/nautilus2/files')
-rw-r--r--x11-fm/nautilus2/files/patch-Makefile.in10
-rw-r--r--x11-fm/nautilus2/files/patch-aa20
-rw-r--r--x11-fm/nautilus2/files/patch-libnautilus-private_nautilus-emblem-utils.c10
3 files changed, 0 insertions, 40 deletions
diff --git a/x11-fm/nautilus2/files/patch-Makefile.in b/x11-fm/nautilus2/files/patch-Makefile.in
deleted file mode 100644
index a4f79ca6b..000000000
--- a/x11-fm/nautilus2/files/patch-Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.in.orig Wed Nov 24 13:14:21 2004
-+++ Makefile.in Wed Nov 24 13:14:47 2004
-@@ -183,7 +183,6 @@
- libbackground \
- libnautilus-private \
- src \
-- test \
- po \
- data \
- icons \
diff --git a/x11-fm/nautilus2/files/patch-aa b/x11-fm/nautilus2/files/patch-aa
deleted file mode 100644
index 73824998f..000000000
--- a/x11-fm/nautilus2/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig Mon Nov 10 22:08:05 2003
-+++ configure Mon Nov 10 22:08:05 2003
-@@ -12979,7 +12979,7 @@
-
- CORE_LIBS="`$PKG_CONFIG --libs $CORE_MODULES` $CDDA_LIBS $LIBJPEG $x_libs"
-
--CORE_IDL_INCLUDES="`$PKG_CONFIG --variable=idldir $CORE_MODULES | $srcdir/add-include-prefix`"
-+CORE_IDL_INCLUDES="`$PKG_CONFIG --variable=idldir $CORE_MODULES | xargs -n1 echo -n ' -I '`"
-
-
- COMPONENT_MODULES="eel-2.0 libbonoboui-2.0 gnome-vfs-module-2.0 gnome-desktop-2.0"
-@@ -13959,7 +13959,7 @@
- s,@PKG_CONFIG@,$PKG_CONFIG,;t t
- s,@STARTUP_NOTIFICATION_PACKAGE@,$STARTUP_NOTIFICATION_PACKAGE,;t t
- s,@ALL_CFLAGS@,$ALL_CFLAGS,;t t
--s,@ALL_LIBS@,$ALL_LIBS,;t t
-+s~@ALL_LIBS@~$ALL_LIBS~;t t
- s,@GETTEXT_PACKAGE@,$GETTEXT_PACKAGE,;t t
- s,@USE_NLS@,$USE_NLS,;t t
- s,@MSGFMT@,$MSGFMT,;t t
diff --git a/x11-fm/nautilus2/files/patch-libnautilus-private_nautilus-emblem-utils.c b/x11-fm/nautilus2/files/patch-libnautilus-private_nautilus-emblem-utils.c
deleted file mode 100644
index 2d67d65e7..000000000
--- a/x11-fm/nautilus2/files/patch-libnautilus-private_nautilus-emblem-utils.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- libnautilus-private/nautilus-emblem-utils.c.orig Mon Oct 14 22:20:28 2002
-+++ libnautilus-private/nautilus-emblem-utils.c Mon Oct 14 22:20:56 2002
-@@ -24,6 +24,7 @@
-
- #include <config.h>
-
-+#include <sys/types.h>
- #include <utime.h>
- #include <stdio.h>
- #include <time.h>