aboutsummaryrefslogtreecommitdiffstats
path: root/devel/anjuta/files
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2009-01-10 13:22:13 +0800
committermarcus <marcus@FreeBSD.org>2009-01-10 13:22:13 +0800
commit6d8ed8f7c7511223163de715a97ffc04bf6fada9 (patch)
tree40dc015efe383243b0880df377f73ee250da7de7 /devel/anjuta/files
parentc7f342a8d7b82e85b9625c4403600fc20ce41da6 (diff)
downloadfreebsd-ports-gnome-6d8ed8f7c7511223163de715a97ffc04bf6fada9.tar.gz
freebsd-ports-gnome-6d8ed8f7c7511223163de715a97ffc04bf6fada9.tar.zst
freebsd-ports-gnome-6d8ed8f7c7511223163de715a97ffc04bf6fada9.zip
Presenting GNOME 2.24 for FreeBSD.
See http://library.gnome.org/misc/release-notes/2.24/ for the general release notes. On the FreeBSD front, this release introduces Fuse support in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some long-standing seahorse and gnome-keyring bugs. The documentation updates to the website are forthcoming. This release features commits by adamw, ahze, kwm, mezz, and myself. It would not have been possible without are contributors and testers: Alexander Loginov Craig Butler [1] Dmitry Marakasov [6] Eric L. Chen Joseph S. Atkinson Kris Moore Lapo Luchini [7] Nikos Ntarmos Pawel Worach Romain Tartiere TAOKA Fumiyoshi [3] Yasuda Keisuke Zyl aZ [4] bf [2] [5] Florent Thoumie Peter Wemm pluknet PR: 125857 [1] 126993 [2] 130031 [3] 127399 [4] 127661 [5] 124302 [6] 129570 [7] 129936 123790
Diffstat (limited to 'devel/anjuta/files')
-rw-r--r--devel/anjuta/files/patch-Makefile.in10
-rw-r--r--devel/anjuta/files/patch-doc::Makefile.in34
-rw-r--r--devel/anjuta/files/patch-libanjuta_anjuta-launcher.c29
-rw-r--r--devel/anjuta/files/patch-scripts::anjuta_import.sh.in8
4 files changed, 25 insertions, 56 deletions
diff --git a/devel/anjuta/files/patch-Makefile.in b/devel/anjuta/files/patch-Makefile.in
index 1451a0d3ba41..132cd27555dd 100644
--- a/devel/anjuta/files/patch-Makefile.in
+++ b/devel/anjuta/files/patch-Makefile.in
@@ -1,11 +1,11 @@
---- Makefile.in.orig 2008-04-07 18:57:45.000000000 -0400
-+++ Makefile.in 2008-04-07 18:58:11.000000000 -0400
-@@ -522,14 +522,14 @@ uninstall-anjuta_dataDATA:
+--- Makefile.in.orig 2008-09-22 14:17:35.000000000 -0400
++++ Makefile.in 2008-09-22 14:20:32.000000000 -0400
+@@ -505,14 +505,14 @@ uninstall-anjuta_dataDATA:
rm -f "$(DESTDIR)$(anjuta_datadir)/$$f"; \
done
install-anjutadocDATA: $(anjutadoc_DATA)
- @$(NORMAL_INSTALL)
-- test -z "$(anjutadocdir)" || $(mkdir_p) "$(DESTDIR)$(anjutadocdir)"
+- 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) \
@@ -13,7 +13,7 @@
- $(anjutadocDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(anjutadocdir)/$$f"; \
- done
+# @$(NORMAL_INSTALL)
-+# test -z "$(anjutadocdir)" || $(mkdir_p) "$(DESTDIR)$(anjutadocdir)"
++# 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) \
diff --git a/devel/anjuta/files/patch-doc::Makefile.in b/devel/anjuta/files/patch-doc::Makefile.in
index aac2a1bf2cae..a567fda3389c 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 1c7679ab2b95..0235ff1e8d24 100644
--- a/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c
+++ b/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c
@@ -1,15 +1,6 @@
---- libanjuta/anjuta-launcher.c.orig 2008-02-15 18:32:29.000000000 -0500
-+++ libanjuta/anjuta-launcher.c 2008-02-25 22:45:03.000000000 -0500
-@@ -37,7 +37,7 @@
- #include <signal.h>
-
- #if !defined(__sun) && !defined(__NetBSD__)
--# ifndef FREEBSD
-+# if !defined(__FreeBSD__)
- # include <pty.h>
- # else
- # include <libutil.h>
-@@ -749,7 +749,8 @@ anjuta_launcher_scan_output (GIOChannel
+--- 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
+@@ -761,7 +761,8 @@ anjuta_launcher_scan_output (GIOChannel
GError *err = NULL;
do
{
@@ -18,8 +9,8 @@
+ status = g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err);
if (n > 0) /* There is output */
{
- gchar *utf8_chars;
-@@ -776,6 +777,13 @@ anjuta_launcher_scan_output (GIOChannel
+ gchar *utf8_chars = NULL;
+@@ -789,6 +790,13 @@ anjuta_launcher_scan_output (GIOChannel
anjuta_launcher_synchronize (launcher);
ret = FALSE;
}
@@ -33,7 +24,7 @@
/* Read next chars if buffer was too small
* (the maximum length of one character is 6 bytes) */
} while (!err && (n > FILE_BUFFER_SIZE - 7));
-@@ -805,7 +813,8 @@ anjuta_launcher_scan_error (GIOChannel *
+@@ -818,7 +826,8 @@ anjuta_launcher_scan_error (GIOChannel *
GError *err = NULL;
do
{
@@ -43,7 +34,7 @@
if (n > 0) /* There is stderr output */
{
gchar *utf8_chars;
-@@ -833,6 +842,13 @@ anjuta_launcher_scan_error (GIOChannel *
+@@ -844,6 +853,13 @@ anjuta_launcher_scan_error (GIOChannel *
anjuta_launcher_synchronize (launcher);
ret = FALSE;
}
@@ -57,7 +48,7 @@
/* Read next chars if buffer was too small
* (the maximum length of one character is 6 bytes) */
} while (!err && (n > FILE_BUFFER_SIZE - 7));
-@@ -862,7 +878,8 @@ anjuta_launcher_scan_pty (GIOChannel *ch
+@@ -873,7 +889,8 @@ anjuta_launcher_scan_pty (GIOChannel *ch
GError *err = NULL;
do
{
@@ -67,8 +58,8 @@
if (n > 0) /* There is stderr output */
{
gchar *utf8_chars;
-@@ -893,6 +910,10 @@ anjuta_launcher_scan_pty (GIOChannel *ch
- g_warning ("pty: %s", err->message);
+@@ -902,6 +919,10 @@ anjuta_launcher_scan_pty (GIOChannel *ch
+ {
ret = FALSE;
}
+ else if (status == G_IO_STATUS_EOF)
diff --git a/devel/anjuta/files/patch-scripts::anjuta_import.sh.in b/devel/anjuta/files/patch-scripts::anjuta_import.sh.in
deleted file mode 100644
index 94b1413d60db..000000000000
--- a/devel/anjuta/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