summaryrefslogtreecommitdiffstats
path: root/devel/anjuta-devel/files
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-14 23:58:06 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-14 23:58:06 +0800
commit2c0c8fe24a880f7c277f3f442fbed6d863145ad5 (patch)
treea88a1c15806133047a10a40c8412dbae7757a733 /devel/anjuta-devel/files
parent68eedbf80819b7904f89cce9838ac8b233dc5ca0 (diff)
downloadmarcuscom-ports-2c0c8fe24a880f7c277f3f442fbed6d863145ad5.tar
marcuscom-ports-2c0c8fe24a880f7c277f3f442fbed6d863145ad5.tar.gz
marcuscom-ports-2c0c8fe24a880f7c277f3f442fbed6d863145ad5.tar.bz2
marcuscom-ports-2c0c8fe24a880f7c277f3f442fbed6d863145ad5.tar.lz
marcuscom-ports-2c0c8fe24a880f7c277f3f442fbed6d863145ad5.tar.xz
marcuscom-ports-2c0c8fe24a880f7c277f3f442fbed6d863145ad5.tar.zst
marcuscom-ports-2c0c8fe24a880f7c277f3f442fbed6d863145ad5.zip
Moved to anjuta
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10077 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/anjuta-devel/files')
-rw-r--r--devel/anjuta-devel/files/patch-Makefile.in25
-rw-r--r--devel/anjuta-devel/files/patch-doc::Makefile.in25
-rw-r--r--devel/anjuta-devel/files/patch-global-tags_create_global_tags.sh23
-rw-r--r--devel/anjuta-devel/files/patch-libanjuta_anjuta-launcher.c80
-rw-r--r--devel/anjuta-devel/files/patch-plugins_document-manager_anjuta-docman.c74
-rw-r--r--devel/anjuta-devel/files/patch-scripts::anjuta_import.sh.in8
6 files changed, 0 insertions, 235 deletions
diff --git a/devel/anjuta-devel/files/patch-Makefile.in b/devel/anjuta-devel/files/patch-Makefile.in
deleted file mode 100644
index 2aaa034b9..000000000
--- a/devel/anjuta-devel/files/patch-Makefile.in
+++ /dev/null
@@ -1,25 +0,0 @@
---- Makefile.in.orig Sat Jul 7 20:39:34 2007
-+++ Makefile.in Sat Jul 7 20:40:39 2007
-@@ -493,14 +493,14 @@ uninstall-anjuta_dataDATA:
- rm -f "$(DESTDIR)$(anjuta_datadir)/$$f"; \
- done
- install-anjutadocDATA: $(anjutadoc_DATA)
-- @$(NORMAL_INSTALL)
-- test -z "$(anjutadocdir)" || $(MKDIR_P) "$(DESTDIR)$(anjutadocdir)"
-- @list='$(anjutadoc_DATA)'; for p in $$list; do \
-- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-- f=$(am__strip_dir) \
-- echo " $(anjutadocDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(anjutadocdir)/$$f'"; \
-- $(anjutadocDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(anjutadocdir)/$$f"; \
-- done
-+# @$(NORMAL_INSTALL)
-+# test -z "$(anjutadocdir)" || $(MKDIR_P) "$(DESTDIR)$(anjutadocdir)"
-+# @list='$(anjutadoc_DATA)'; for p in $$list; do \
-+# if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-+# f=$(am__strip_dir) \
-+# echo " $(anjutadocDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(anjutadocdir)/$$f'"; \
-+# $(anjutadocDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(anjutadocdir)/$$f"; \
-+# done
-
- uninstall-anjutadocDATA:
- @$(NORMAL_UNINSTALL)
diff --git a/devel/anjuta-devel/files/patch-doc::Makefile.in b/devel/anjuta-devel/files/patch-doc::Makefile.in
deleted file mode 100644
index 5f8d4d6ca..000000000
--- a/devel/anjuta-devel/files/patch-doc::Makefile.in
+++ /dev/null
@@ -1,25 +0,0 @@
---- doc/Makefile.in.orig Sat Jul 7 20:41:01 2007
-+++ doc/Makefile.in Sat Jul 7 20:41:29 2007
-@@ -433,14 +433,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
-
- uninstall-anjuta_docDATA:
- @$(NORMAL_UNINSTALL)
diff --git a/devel/anjuta-devel/files/patch-global-tags_create_global_tags.sh b/devel/anjuta-devel/files/patch-global-tags_create_global_tags.sh
deleted file mode 100644
index 206e390c2..000000000
--- a/devel/anjuta-devel/files/patch-global-tags_create_global_tags.sh
+++ /dev/null
@@ -1,23 +0,0 @@
---- global-tags/create_global_tags.sh.orig Sun Jul 8 03:39:26 2007
-+++ global-tags/create_global_tags.sh Sun Jul 8 03:41:12 2007
-@@ -68,9 +68,9 @@ if ( [ ! -z $PKG_CONFIG ] && [ -x $PKG_C
- ## the packages, which we don't like. We only want cflags relevent
- ## to the packages alone.
- ##
-- PKG_DEFAULT_CONFIG_PATH=`echo $PKG_CONFIG | sed -e 's/\/bin\/pkg-config/\/lib\/pkgconfig'/`
-+ PKG_DEFAULT_CONFIG_PATH=`echo $PKG_CONFIG | sed -e 's/\/bin\/pkg-config/\/libdata\/pkgconfig'/`
- PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$PKG_DEFAULT_CONFIG_PATH"
-- PKG_DEFAULT_CONFIG_PATH=`echo $PKG_CONFIG | sed -e 's/\/bin\/pkg-config/\/lib64\/pkgconfig'/`
-+ PKG_DEFAULT_CONFIG_PATH=`echo $PKG_CONFIG | sed -e 's/\/bin\/pkg-config/\/lib\/pkgconfig'/`
- PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$PKG_DEFAULT_CONFIG_PATH"
-
- PKG_CONFIG_PATH_PROPER=`echo $PKG_CONFIG_PATH | sed -e 's/\:/ /g'`
-@@ -88,7 +88,7 @@ if ( [ ! -z $PKG_CONFIG ] && [ -x $PKG_C
- for pkg_path in $PKG_CONFIG_PATH_PROPER; do
- for pkg_file in `find "$pkg_path" -name '*.pc' 2>/dev/null`; do
- # echo "Scanning package: $pkg_file"
-- PKG_CFLAGS=`grep -e '^\(\w\+=\|\s*Cflags:\)' "$pkg_file"|sed -e 's/Cflags:\s*"\?\(.*\)"\?\s*/echo "\1"/' -e 's/^\(\w\+\)=\("\([^"]*\)"\|\(.*\)\)/\1="\3\4"/'|sh`
-+ PKG_CFLAGS=`grep -E -e '^([a-zA-Z0-9_]+=|[[:space:]]*Cflags:)' "$pkg_file"|sed -E -e 's/Cflags:[[:space:]]*"?(.*)"?[[:space:]]*/echo "\1"/' -e 's/^([a-zA-Z0-9_]+)=("([^"]*)"|(.*))/\1="\3\4"/'|sh`
- # echo $PKG_CFLAGS
- package=`basename "$pkg_file" '.pc'`
- # if [ ! -e $BASEDIR/tags/$package.anjutatags.gz ] ; then
diff --git a/devel/anjuta-devel/files/patch-libanjuta_anjuta-launcher.c b/devel/anjuta-devel/files/patch-libanjuta_anjuta-launcher.c
deleted file mode 100644
index 04d98efab..000000000
--- a/devel/anjuta-devel/files/patch-libanjuta_anjuta-launcher.c
+++ /dev/null
@@ -1,80 +0,0 @@
---- libanjuta/anjuta-launcher.c.orig 2008-01-06 18:26:38.000000000 +0100
-+++ libanjuta/anjuta-launcher.c 2008-01-13 14:47:16.000000000 +0100
-@@ -37,7 +37,7 @@
- #include <signal.h>
-
- #if !defined(__sun) && !defined(__NetBSD__)
--# ifndef FREEBSD
-+# if !defined(__FreeBSD__)
- # include <pty.h>
- # else
- # include <libutil.h>
-@@ -745,7 +745,8 @@
- GError *err = NULL;
- do
- {
-- g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err);
-+ GIOStatus status;
-+ status = g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err);
- if (n > 0 && !err) /* There is output */
- {
- gchar *utf8_chars;
-@@ -772,6 +773,13 @@
- anjuta_launcher_synchronize (launcher);
- ret = FALSE;
- }
-+ else if (status == G_IO_STATUS_EOF)
-+ {
-+ launcher->priv->stdout_is_done = TRUE;
-+ anjuta_launcher_synchronize (launcher);
-+ ret = FALSE;
-+ }
-+
- /* Read next chars if buffer was too small
- * (the maximum length of one character is 6 bytes) */
- } while (!err && (n > FILE_BUFFER_SIZE - 7));
-@@ -801,7 +809,8 @@
- GError *err = NULL;
- do
- {
-- g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err);
-+ GIOStatus status;
-+ status = g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err);
- if (n > 0 && !err) /* There is stderr output */
- {
- gchar *utf8_chars;
-@@ -829,6 +838,13 @@
- anjuta_launcher_synchronize (launcher);
- ret = FALSE;
- }
-+ else if (status == G_IO_STATUS_EOF)
-+ {
-+ launcher->priv->stderr_is_done = TRUE;
-+ anjuta_launcher_synchronize (launcher);
-+ ret = FALSE;
-+ }
-+
- /* Read next chars if buffer was too small
- * (the maximum length of one character is 6 bytes) */
- } while (!err && (n > FILE_BUFFER_SIZE - 7));
-@@ -858,7 +874,8 @@
- GError *err = NULL;
- do
- {
-- g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err);
-+ GIOStatus status;
-+ status = g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err);
- if (n > 0 && !err) /* There is stderr output */
- {
- gchar *utf8_chars;
-@@ -889,6 +906,10 @@
- DEBUG_PRINT ("pty: %s", err->message);
- ret = FALSE;
- }
-+ else if (status == G_IO_STATUS_EOF)
-+ {
-+ ret = FALSE;
-+ }
- /* Read next chars if buffer was too small
- * (the maximum length of one character is 6 bytes) */
- } while (!err && (n > FILE_BUFFER_SIZE - 7));
diff --git a/devel/anjuta-devel/files/patch-plugins_document-manager_anjuta-docman.c b/devel/anjuta-devel/files/patch-plugins_document-manager_anjuta-docman.c
deleted file mode 100644
index 2408b619a..000000000
--- a/devel/anjuta-devel/files/patch-plugins_document-manager_anjuta-docman.c
+++ /dev/null
@@ -1,74 +0,0 @@
---- plugins/document-manager/anjuta-docman.c.orig 2008-01-10 22:41:20.000000000 +0100
-+++ plugins/document-manager/anjuta-docman.c 2008-01-13 17:22:34.000000000 +0100
-@@ -1101,6 +1101,7 @@ anjuta_docman_goto_file_line_mark (Anjut
- const gchar *linenum;
- gint lineno;
- gboolean is_local_uri;
-+ gchar normalized_path_buf[PATH_MAX];
- gchar *normalized_path = NULL;
-
- IAnjutaDocument *doc;
-@@ -1126,9 +1127,11 @@ anjuta_docman_goto_file_line_mark (Anjut
- /* Get the normalized file path for comparision */
- is_local_uri = gnome_vfs_uri_is_local (vfs_uri);
- if (is_local_uri)
-- normalized_path = realpath (gnome_vfs_uri_get_path (vfs_uri), NULL);
-- if (normalized_path == NULL)
-- normalized_path = g_strdup (uri);
-+ normalized_path = realpath (gnome_vfs_uri_get_path (vfs_uri), normalized_path_buf);
-+ if (normalized_path == NULL) {
-+ (void) strlcpy (normalized_path_buf, uri, PATH_MAX);
-+ normalized_path = normalized_path_buf;
-+ }
-
- gnome_vfs_uri_unref (vfs_uri);
- /* g_free(filename); */
-@@ -1150,6 +1153,7 @@ anjuta_docman_goto_file_line_mark (Anjut
- if (te_uri)
- {
- gboolean te_is_local_uri;
-+ char te_normalized_path_buf[PATH_MAX];
- gchar *te_normalized_path;
-
- /* Get the normalized file path for comparision */
-@@ -1157,9 +1161,13 @@ anjuta_docman_goto_file_line_mark (Anjut
- te_is_local_uri = gnome_vfs_uri_is_local (vfs_uri);
- if (te_is_local_uri)
- te_normalized_path = realpath (gnome_vfs_uri_get_path (vfs_uri),
-- NULL);
-+ te_normalized_path_buf);
- else
- te_normalized_path = g_strdup (te_uri);
-+ if (te_normalized_path == NULL) {
-+ (void) strlcpy (te_normalized_path_buf, te_uri, PATH_MAX);
-+ te_normalized_path = te_normalized_path_buf;
-+ }
- gnome_vfs_uri_unref (vfs_uri);
-
- if (normalized_path && te_normalized_path)
-@@ -1181,9 +1189,7 @@ anjuta_docman_goto_file_line_mark (Anjut
- anjuta_docman_present_notebook_page (docman, doc);
- an_file_history_push (te_uri, lineno);
- g_free (te_uri);
-- g_free (te_normalized_path);
- g_free (uri);
-- g_free (normalized_path);
- return IANJUTA_EDITOR (doc);
- }
- }
-@@ -1192,7 +1198,6 @@ anjuta_docman_goto_file_line_mark (Anjut
- DEBUG_PRINT ("Unexpected NULL path");
- }
- g_free (te_uri);
-- g_free (te_normalized_path);
- }
- }
- /* no deal, open a new document */
-@@ -1213,7 +1218,6 @@ anjuta_docman_goto_file_line_mark (Anjut
- }
- }
- g_free (uri);
-- g_free (normalized_path);
- return te ;
- }
-
diff --git a/devel/anjuta-devel/files/patch-scripts::anjuta_import.sh.in b/devel/anjuta-devel/files/patch-scripts::anjuta_import.sh.in
deleted file mode 100644
index 94b1413d6..000000000
--- a/devel/anjuta-devel/files/patch-scripts::anjuta_import.sh.in
+++ /dev/null
@@ -1,8 +0,0 @@
---- scripts/anjuta_import.sh.in.orig Wed May 14 16:09:42 2003
-+++ scripts/anjuta_import.sh.in Wed May 14 16:11:15 2003
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- #
- # Shell script to automatically create an Anjuta 1.x project file
- # Copyright: Biswapesh Chattopadhyay (biswapesh_chatterjee@tcscal.co.in) 2001-2002