summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtksourceview2/files
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-13 08:42:25 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-13 08:42:25 +0800
commit77d69016e68bde3db7029c2e9c67aaa43125afb0 (patch)
tree621c180e7d377d4c52dc2a2ffd3a130756a2ff18 /x11-toolkits/gtksourceview2/files
parent6dda36ae3f048071e1ae09598030346eb66769be (diff)
downloadmarcuscom-ports-77d69016e68bde3db7029c2e9c67aaa43125afb0.tar
marcuscom-ports-77d69016e68bde3db7029c2e9c67aaa43125afb0.tar.gz
marcuscom-ports-77d69016e68bde3db7029c2e9c67aaa43125afb0.tar.bz2
marcuscom-ports-77d69016e68bde3db7029c2e9c67aaa43125afb0.tar.lz
marcuscom-ports-77d69016e68bde3db7029c2e9c67aaa43125afb0.tar.xz
marcuscom-ports-77d69016e68bde3db7029c2e9c67aaa43125afb0.tar.zst
marcuscom-ports-77d69016e68bde3db7029c2e9c67aaa43125afb0.zip
This version is now in the FreeBSD tree.
So no longer shall it be in this tree. "No longer shall it be." My grammar is rad. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@853 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtksourceview2/files')
-rw-r--r--x11-toolkits/gtksourceview2/files/patch-configure10
-rw-r--r--x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c11
2 files changed, 0 insertions, 21 deletions
diff --git a/x11-toolkits/gtksourceview2/files/patch-configure b/x11-toolkits/gtksourceview2/files/patch-configure
deleted file mode 100644
index 6718d62e1..000000000
--- a/x11-toolkits/gtksourceview2/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Tue Dec 17 05:27:57 2002
-+++ configure Sun Dec 22 17:31:25 2002
-@@ -7270,6 +7270,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c b/x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c
deleted file mode 100644
index 3cc9f9eab..000000000
--- a/x11-toolkits/gtksourceview2/files/patch-gtksourceview_gtksourceregex.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- gtksourceview/gtksourceregex.c.orig Thu May 22 12:41:03 2003
-+++ gtksourceview/gtksourceregex.c Thu May 22 12:41:31 2003
-@@ -28,7 +28,7 @@
-
- #ifdef NATIVE_GNU_REGEX
- #include <sys/types.h>
--#include <regex.h>
-+#include <gnuregex.h>
- #else
- #include "gnu-regex/regex.h"
- #endif