diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-19 13:35:06 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-19 13:35:06 +0800 |
commit | 716e853082f85512d878931d3c2903f4a669c7e8 (patch) | |
tree | 3a24d58f313f014bb8f3aca107a85ec50d2fb1df /editors/gedit/files | |
parent | ea6bb0f0996a0cf559b13cfa9aef24e8199d6a23 (diff) | |
download | marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.gz marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.bz2 marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.lz marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.xz marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.zst marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.zip |
Remove these ports now that they have been committed to FreeBSD.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8576 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/gedit/files')
-rw-r--r-- | editors/gedit/files/patch-configure | 18 | ||||
-rw-r--r-- | editors/gedit/files/patch-gedit_gedit-module.c | 11 | ||||
-rw-r--r-- | editors/gedit/files/patch-plugins_externaltools_data_Makefile.in | 11 |
3 files changed, 0 insertions, 40 deletions
diff --git a/editors/gedit/files/patch-configure b/editors/gedit/files/patch-configure deleted file mode 100644 index 6bfadb0af..000000000 --- a/editors/gedit/files/patch-configure +++ /dev/null @@ -1,18 +0,0 @@ ---- configure.orig Wed Dec 14 09:07:01 2005 -+++ configure Wed Dec 14 09:07:01 2005 -@@ -22216,6 +22216,7 @@ - if eval "test \"\${$as_ac_var+set}\" = set"; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -+ LIBS="-lintl $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -22304,6 +22305,7 @@ - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF -+LIBS="-lintl $LIBS" - - fi - done diff --git a/editors/gedit/files/patch-gedit_gedit-module.c b/editors/gedit/files/patch-gedit_gedit-module.c deleted file mode 100644 index b12781557..000000000 --- a/editors/gedit/files/patch-gedit_gedit-module.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gedit/gedit-module.c.orig Fri Jan 6 12:19:53 2006 -+++ gedit/gedit-module.c Fri Jan 6 12:20:21 2006 -@@ -142,7 +142,7 @@ gedit_module_unload (GTypeModule *gmodul - - gedit_debug_message (DEBUG_PLUGINS, "Unloading %s", module->path); - -- g_module_close (module->library); -+ /*g_module_close (module->library);*/ - - module->library = NULL; - module->type = 0; diff --git a/editors/gedit/files/patch-plugins_externaltools_data_Makefile.in b/editors/gedit/files/patch-plugins_externaltools_data_Makefile.in deleted file mode 100644 index aa069fd24..000000000 --- a/editors/gedit/files/patch-plugins_externaltools_data_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/externaltools/data/Makefile.in.orig Thu Jan 11 00:53:33 2007 -+++ plugins/externaltools/data/Makefile.in Thu Jan 11 00:53:41 2007 -@@ -471,7 +471,7 @@ - # (.desktop), which happens to be translated using intltool. - $(tools_SCRIPTS): %: %.tool.in %.desktop $(TOOL_MERGE) - perl $(TOOL_MERGE) -o $@ $< $(word 2,$^) -- chmod --reference=$< $@ -+ chmod 0755 $@ - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: |