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 /editors/gedit/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 'editors/gedit/files')
-rw-r--r-- | editors/gedit/files/patch-configure | 18 | ||||
-rw-r--r-- | editors/gedit/files/patch-docs_reference_Makefile.in | 13 | ||||
-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 |
4 files changed, 0 insertions, 53 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-docs_reference_Makefile.in b/editors/gedit/files/patch-docs_reference_Makefile.in deleted file mode 100644 index c2d56a955..000000000 --- a/editors/gedit/files/patch-docs_reference_Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- docs/reference/Makefile.in.orig 2007-12-21 11:30:30.000000000 +0100 -+++ docs/reference/Makefile.in 2007-12-21 11:55:58.000000000 +0100 -@@ -690,8 +690,8 @@ - done; \ - echo '-- Installing $(srcdir)/html/index.sgml' ; \ - $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \ -- which gtkdoc-rebase >/dev/null && \ -- gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \ -+# which gtkdoc-rebase >/dev/null && \ -+# gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \ - fi - - uninstall-local: 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: |