diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-25 16:34:28 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-25 16:34:28 +0800 |
commit | 84fecc6c077e44e40f28e72f1bd876df23f80516 (patch) | |
tree | 30189281b4c6a9134eea2645042d72d5956cb9b4 /editors/gedit/files | |
parent | aa567910923babed8ed3206c3fee9f44073727d7 (diff) | |
download | marcuscom-ports-84fecc6c077e44e40f28e72f1bd876df23f80516.tar.gz marcuscom-ports-84fecc6c077e44e40f28e72f1bd876df23f80516.tar.zst marcuscom-ports-84fecc6c077e44e40f28e72f1bd876df23f80516.zip |
Update to 2.21.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10232 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, 53 insertions, 0 deletions
diff --git a/editors/gedit/files/patch-configure b/editors/gedit/files/patch-configure new file mode 100644 index 000000000..6bfadb0af --- /dev/null +++ b/editors/gedit/files/patch-configure @@ -0,0 +1,18 @@ +--- 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 new file mode 100644 index 000000000..c2d56a955 --- /dev/null +++ b/editors/gedit/files/patch-docs_reference_Makefile.in @@ -0,0 +1,13 @@ +--- 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 new file mode 100644 index 000000000..b12781557 --- /dev/null +++ b/editors/gedit/files/patch-gedit_gedit-module.c @@ -0,0 +1,11 @@ +--- 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 new file mode 100644 index 000000000..aa069fd24 --- /dev/null +++ b/editors/gedit/files/patch-plugins_externaltools_data_Makefile.in @@ -0,0 +1,11 @@ +--- 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: |