diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-19 08:22:52 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-19 08:22:52 +0800 |
commit | f2b273928388495b4f8d15e766692f8ff264ab66 (patch) | |
tree | 085fd0301a0d8f6eabec54f197fd8d79dce99315 /devel/anjuta/files | |
parent | 8d0666c4d813aae4918b812fbc14ad8c61198893 (diff) | |
download | marcuscom-ports-f2b273928388495b4f8d15e766692f8ff264ab66.tar marcuscom-ports-f2b273928388495b4f8d15e766692f8ff264ab66.tar.gz marcuscom-ports-f2b273928388495b4f8d15e766692f8ff264ab66.tar.bz2 marcuscom-ports-f2b273928388495b4f8d15e766692f8ff264ab66.tar.lz marcuscom-ports-f2b273928388495b4f8d15e766692f8ff264ab66.tar.xz marcuscom-ports-f2b273928388495b4f8d15e766692f8ff264ab66.tar.zst marcuscom-ports-f2b273928388495b4f8d15e766692f8ff264ab66.zip |
Update to 2.23.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11316 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/anjuta/files')
5 files changed, 60 insertions, 52 deletions
diff --git a/devel/anjuta/files/patch-build-basic-autotools_build-basic-autotools.c b/devel/anjuta/files/patch-build-basic-autotools_build-basic-autotools.c deleted file mode 100644 index 7be1efbf4..000000000 --- a/devel/anjuta/files/patch-build-basic-autotools_build-basic-autotools.c +++ /dev/null @@ -1,10 +0,0 @@ ---- plugins/build-basic-autotools/build-basic-autotools.c.orig 2008-06-05 16:17:30.000000000 +0200 -+++ plugins/build-basic-autotools/build-basic-autotools.c 2008-06-05 16:17:48.000000000 +0200 -@@ -41,6 +41,7 @@ - #include "executer.h" - - #include <sys/wait.h> -+#include <sys/signal.h> - - #define ICON_FILE "anjuta-build-basic-autotools-plugin-48.png" - #define UI_FILE PACKAGE_DATA_DIR"/ui/anjuta-build-basic-autotools-plugin.ui" diff --git a/devel/anjuta/files/patch-doc::Makefile.in b/devel/anjuta/files/patch-doc::Makefile.in index aac2a1bf2..a567fda33 100644 --- a/devel/anjuta/files/patch-doc::Makefile.in +++ b/devel/anjuta/files/patch-doc::Makefile.in @@ -1,25 +1,11 @@ ---- doc/Makefile.in.orig 2008-04-07 18:58:53.000000000 -0400 -+++ doc/Makefile.in 2008-04-07 18:59:30.000000000 -0400 -@@ -472,14 +472,14 @@ uninstall-man1: - rm -f "$(DESTDIR)$(man1dir)/$$inst"; \ - done - install-anjuta_docDATA: $(anjuta_doc_DATA) -- @$(NORMAL_INSTALL) -- test -z "$(anjuta_docdir)" || $(mkdir_p) "$(DESTDIR)$(anjuta_docdir)" -- @list='$(anjuta_doc_DATA)'; for p in $$list; do \ -- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -- f=$(am__strip_dir) \ -- echo " $(anjuta_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(anjuta_docdir)/$$f'"; \ -- $(anjuta_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(anjuta_docdir)/$$f"; \ -- done -+# @$(NORMAL_INSTALL) -+# test -z "$(anjuta_docdir)" || $(mkdir_p) "$(DESTDIR)$(anjuta_docdir)" -+# @list='$(anjuta_doc_DATA)'; for p in $$list; do \ -+# if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+# f=$(am__strip_dir) \ -+# echo " $(anjuta_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(anjuta_docdir)/$$f'"; \ -+# $(anjuta_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(anjuta_docdir)/$$f"; \ -+# done +--- doc/Makefile.in.orig 2008-08-06 17:40:26.000000000 +0200 ++++ doc/Makefile.in 2008-08-06 17:41:04.000000000 +0200 +@@ -540,7 +540,7 @@ + + info-am: + +-install-data-am: install-anjuta_docDATA install-man ++install-data-am: install-man + + install-dvi: install-dvi-am - uninstall-anjuta_docDATA: - @$(NORMAL_UNINSTALL) diff --git a/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c b/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c index 3216f75be..0235ff1e8 100644 --- a/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c +++ b/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c @@ -1,23 +1,5 @@ --- libanjuta/anjuta-launcher.c.orig 2008-05-29 22:37:02.000000000 +0200 +++ libanjuta/anjuta-launcher.c 2008-06-05 16:12:17.000000000 +0200 -@@ -67,13 +67,13 @@ - #define FILE_INPUT_BUFFER_SIZE 1048576 - #ifndef __MAX_BAUD - # if defined(B460800) --# define __MAX_BAUX B460800 -+# define __MAX_BAUD B460800 - # elif defined(B307200) --# define __MAX_BAUX B307200 -+# define __MAX_BAUD B307200 - # elif defined(B256000) --# define __MAX_BAUX B256000 -+# define __MAX_BAUD B256000 - # else --# define __MAX_BAUX B230400 -+# define __MAX_BAUD B230400 - # endif - #endif - @@ -761,7 +761,8 @@ anjuta_launcher_scan_output (GIOChannel GError *err = NULL; do diff --git a/devel/anjuta/files/patch-plugins_scratchbox_Makefile.in b/devel/anjuta/files/patch-plugins_scratchbox_Makefile.in new file mode 100644 index 000000000..f2c6694b0 --- /dev/null +++ b/devel/anjuta/files/patch-plugins_scratchbox_Makefile.in @@ -0,0 +1,10 @@ +--- plugins/scratchbox/Makefile.in.orig 2008-08-19 00:56:59.000000000 +0200 ++++ plugins/scratchbox/Makefile.in 2008-08-19 00:59:04.000000000 +0200 +@@ -768,7 +768,6 @@ uninstall-am: uninstall-anjuta_gladeDATA + uninstall-info-am uninstall-pluginLTLIBRARIES + + %.plugin: %.plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache +- plugin.h + # 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: diff --git a/devel/anjuta/files/patch-plugins_scratchbox_plugin.h b/devel/anjuta/files/patch-plugins_scratchbox_plugin.h new file mode 100644 index 000000000..0eb1f3051 --- /dev/null +++ b/devel/anjuta/files/patch-plugins_scratchbox_plugin.h @@ -0,0 +1,40 @@ +--- plugins/scratchbox/plugin.h.orig 2008-08-19 00:58:02.000000000 +0200 ++++ plugins/scratchbox/plugin.h 2008-08-19 00:57:46.000000000 +0200 +@@ -0,0 +1,37 @@ ++/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ ++/* ++ plugin.h ++ Copyright (C) 2008 Sébastien Granjoux ++ ++ This program is free software; you can redistribute it and/or modify ++ it under the terms of the GNU General Public License as published by ++ the Free Software Foundation; either version 2 of the License, or ++ (at your option) any later version. ++ ++ This program is distributed in the hope that it will be useful, ++ but WITHOUT ANY WARRANTY; without even the implied warranty of ++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++ GNU General Public License for more details. ++ ++ You should have received a copy of the GNU General Public License ++ along with this program; if not, write to the Free Software ++ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ++*/ ++ ++#ifndef _PLUGIN_H_ ++#define _PLUGIN_H_ ++ ++#include <libanjuta/anjuta-plugin.h> ++ ++extern GType scratchbox_plugin_get_type (GTypeModule *module); ++#define ANJUTA_TYPE_PLUGIN_SCRATCHBOX (scratchbox_plugin_get_type (NULL)) ++#define ANJUTA_PLUGIN_SCRATCHBOX(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), ANJUTA_TYPE_PLUGIN_SCRATCHBOX, ScratchboxPlugin)) ++#define ANJUTA_PLUGIN_SCRATCHBOX_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), ANJUTA_TYPE_PLUGIN_SCRATCHBOX, ScratchboxPluginClass)) ++#define ANJUTA_IS_PLUGIN_SCRATCHBOX(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), ANJUTA_TYPE_PLUGIN_SCRATCHBOX)) ++#define ANJUTA_IS_PLUGIN_SCRATCHBOX_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), ANJUTA_TYPE_PLUGIN_SCRATCHBOX)) ++#define ANJUTA_PLUGIN_SCRATCHBOX_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), ANJUTA_TYPE_PLUGIN_SCRATCHBOX, ScratchboxPluginClass)) ++ ++typedef struct _ScratchboxPlugin ScratchboxPlugin; ++typedef struct _ScratchboxPluginClass ScratchboxPluginClass; ++ ++#endif |