diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-24 13:30:51 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-24 13:30:51 +0800 |
commit | a6888a2a213b49d671bf658e58428d9a1d342f66 (patch) | |
tree | 73b4b8892d2a32df0f24d16b19046bc481baf971 /x11-fm/nautilus/files | |
parent | a740241125f843ca61310f787f0eea0d5b40784f (diff) | |
download | marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.gz marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.bz2 marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.lz marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.xz marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.zst marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.zip |
Remove these ports now that they have been merged into the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10818 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm/nautilus/files')
-rw-r--r-- | x11-fm/nautilus/files/patch-Makefile.in | 10 | ||||
-rw-r--r-- | x11-fm/nautilus/files/patch-configure | 22 | ||||
-rw-r--r-- | x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c | 12 |
3 files changed, 0 insertions, 44 deletions
diff --git a/x11-fm/nautilus/files/patch-Makefile.in b/x11-fm/nautilus/files/patch-Makefile.in deleted file mode 100644 index a4f79ca6b..000000000 --- a/x11-fm/nautilus/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/nautilus/files/patch-configure b/x11-fm/nautilus/files/patch-configure deleted file mode 100644 index 4a9390ced..000000000 --- a/x11-fm/nautilus/files/patch-configure +++ /dev/null @@ -1,22 +0,0 @@ ---- configure.orig Mon May 14 20:47:58 2007 -+++ configure Mon May 14 20:52:42 2007 -@@ -23611,9 +23611,7 @@ cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - #include <unistd.h> -- #ifdef HAVE_SYS_PARAM_H - #include <sys/param.h> -- #endif - #ifdef HAVE_SYS_VFS_H - #include <sys/vfs.h> - #endif -@@ -23674,9 +23672,7 @@ cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - #include <unistd.h> -- #ifdef HAVE_SYS_PARAM_H - #include <sys/param.h> -- #endif - #ifdef HAVE_SYS_VFS_H - #include <sys/vfs.h> - #endif diff --git a/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c b/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c deleted file mode 100644 index d709dec1e..000000000 --- a/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/file-manager/fm-properties-window.c.orig Mon May 14 20:58:01 2007 -+++ src/file-manager/fm-properties-window.c Mon May 14 20:58:42 2007 -@@ -89,9 +89,7 @@ - #if HAVE_SYS_VFS_H - #include <sys/vfs.h> - #elif HAVE_SYS_MOUNT_H --#if HAVE_SYS_PARAM_H - #include <sys/param.h> --#endif - #include <sys/mount.h> - #endif - |