ports/84628: Update anjuta from 1.2.2 to 1.2.3.
Frank Mayhar
frank at exit.com
Sat Aug 6 19:40:19 UTC 2005
>Number: 84628
>Category: ports
>Synopsis: Update anjuta from 1.2.2 to 1.2.3.
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Aug 06 19:40:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Frank Mayhar
>Release: FreeBSD 5.4-STABLE i386
>Organization:
Exit Consulting
>Environment:
System: FreeBSD realtime.exit.com 5.4-STABLE FreeBSD 5.4-STABLE #6: Mon Jul 25 11:50:48 PDT 2005 frank at realtime.exit.com:/usr/obj/usr/src/sys/REALTIME i386
Just like it says, bring anjuta to the latest stable version, 1.2.3.
Note that this ignores problems that I'm currently having with screwed-up
output in editing windows. I believe that it's not directly related to
anjuta itself and is in one of the libraries or some interaction somewhere.
>Description:
>How-To-Repeat:
>Fix:
Index: anjuta/Makefile
===================================================================
RCS file: /cvs/repos/ports/devel/anjuta/Makefile,v
retrieving revision 1.30
diff -u -r1.30 Makefile
--- anjuta/Makefile 12 Mar 2005 10:53:00 -0000 1.30
+++ anjuta/Makefile 6 Aug 2005 03:14:36 -0000
@@ -6,8 +6,7 @@
#
PORTNAME= anjuta
-PORTVERSION= 1.2.2
-PORTREVISION= 4
+PORTVERSION= 1.2.3
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= anjuta
Index: anjuta/distinfo
===================================================================
RCS file: /cvs/repos/ports/devel/anjuta/distinfo,v
retrieving revision 1.13
diff -u -r1.13 distinfo
--- anjuta/distinfo 20 Apr 2004 07:04:45 -0000 1.13
+++ anjuta/distinfo 6 Aug 2005 03:14:24 -0000
@@ -1,2 +1,2 @@
-MD5 (anjuta-1.2.2.tar.gz) = a30858dba0b902064d0d702cedfdc84f
-SIZE (anjuta-1.2.2.tar.gz) = 8556051
+MD5 (anjuta-1.2.3.tar.gz) = a2fc3873519f566607cf268276db3b90
+SIZE (anjuta-1.2.3.tar.gz) = 8693192
Index: anjuta/files/patch-Makefile.in
===================================================================
RCS file: /cvs/repos/ports/devel/anjuta/files/patch-Makefile.in,v
retrieving revision 1.8
diff -u -r1.8 patch-Makefile.in
--- anjuta/files/patch-Makefile.in 7 Jan 2004 05:29:30 -0000 1.8
+++ anjuta/files/patch-Makefile.in 6 Aug 2005 03:19:09 -0000
@@ -1,31 +1,21 @@
---- Makefile.in.orig Wed May 14 13:01:45 2003
-+++ Makefile.in Wed May 14 13:02:02 2003
-@@ -281,17 +281,17 @@
+--- Makefile.in.orig Fri Aug 5 20:15:40 2005
++++ Makefile.in Fri Aug 5 20:18:50 2005
+@@ -399,12 +399,12 @@
done
- install-anjutadocDATA: $(anjutadoc_DATA)
-- @$(NORMAL_INSTALL)
-- $(mkinstalldirs) $(DESTDIR)$(anjutadocdir)
+ uninstall-anjutadocDATA:
+- @$(NORMAL_UNINSTALL)
- @list='$(anjutadoc_DATA)'; for p in $$list; do \
-- if test -f $(srcdir)/$$p; then \
-- echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(anjutadocdir)/$$p"; \
-- $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(anjutadocdir)/$$p; \
-- else if test -f $$p; then \
-- echo " $(INSTALL_DATA) $$p $(DESTDIR)$(anjutadocdir)/$$p"; \
-- $(INSTALL_DATA) $$p $(DESTDIR)$(anjutadocdir)/$$p; \
-- fi; fi; \
+- f=$(am__strip_dir) \
+- echo " rm -f '$(DESTDIR)$(anjutadocdir)/$$f'"; \
+- rm -f "$(DESTDIR)$(anjutadocdir)/$$f"; \
- done
-+# @$(NORMAL_INSTALL)
-+# $(mkinstalldirs) $(DESTDIR)$(anjutadocdir)
++# @$(NORMAL_UNINSTALL)
+# @list='$(anjutadoc_DATA)'; for p in $$list; do \
-+# if test -f $(srcdir)/$$p; then \
-+# echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(anjutadocdir)/$$p"; \
-+# $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(anjutadocdir)/$$p; \
-+# else if test -f $$p; then \
-+# echo " $(INSTALL_DATA) $$p $(DESTDIR)$(anjutadocdir)/$$p"; \
-+# $(INSTALL_DATA) $$p $(DESTDIR)$(anjutadocdir)/$$p; \
-+# fi; fi; \
++# f=$(am__strip_dir) \
++# echo " rm -f '$(DESTDIR)$(anjutadocdir)/$$f'"; \
++# rm -f "$(DESTDIR)$(anjutadocdir)/$$f"; \
+# done
-
- uninstall-anjutadocDATA:
- @$(NORMAL_UNINSTALL)
+ install-gnomemenuDATA: $(gnomemenu_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(gnomemenudir)" || $(mkdir_p) "$(DESTDIR)$(gnomemenudir)"
Index: anjuta/files/patch-configure
===================================================================
RCS file: /cvs/repos/ports/devel/anjuta/files/patch-configure,v
retrieving revision 1.9
diff -u -r1.9 patch-configure
--- anjuta/files/patch-configure 13 Apr 2004 18:47:53 -0000 1.9
+++ anjuta/files/patch-configure 6 Aug 2005 03:20:07 -0000
@@ -1,6 +1,6 @@
---- configure.orig Tue Apr 13 13:24:27 2004
-+++ configure Tue Apr 13 13:25:03 2004
-@@ -23995,11 +23995,11 @@
+--- configure.orig Fri Aug 5 20:19:35 2005
++++ configure Fri Aug 5 20:19:53 2005
+@@ -25576,11 +25576,11 @@
fi
systemdatadir=share
Index: anjuta/files/patch-data::Makefile.in
===================================================================
RCS file: /cvs/repos/ports/devel/anjuta/files/patch-data::Makefile.in,v
retrieving revision 1.4
diff -u -r1.4 patch-data::Makefile.in
--- anjuta/files/patch-data::Makefile.in 7 Jan 2004 05:29:30 -0000 1.4
+++ anjuta/files/patch-data::Makefile.in 6 Aug 2005 03:22:15 -0000
@@ -1,16 +1,15 @@
---- data/Makefile.in.orig Wed May 14 17:19:02 2003
-+++ data/Makefile.in Wed May 14 17:19:32 2003
-@@ -176,11 +176,11 @@
- autogen.sh.wxwin
-
+--- data/Makefile.in.orig Fri Aug 5 20:20:35 2005
++++ data/Makefile.in Fri Aug 5 20:21:02 2005
+@@ -264,10 +264,10 @@
+ welcome.txt\
+ autogen.sh
-anjuta_mimedir = $(prefix)/share/mime-info
+anjuta_mimedir = $(prefix)/share/gnome/mime-info
anjuta_mime_DATA = anjuta.mime
-
anjuta_mimelnkdir = $(prefix)/share/mimelnk/application
-anjuta_mimelnk_DATA = x-anjuta-project.desktop
+anjuta_mimelnk_DATA =
+ EXTRA_DIST = $(anjuta_data_DATA) $(anjuta_mime_DATA) $(anjuta_mimelnk_DATA)
+ all: all-recursive
- MACROS = \
- ChangeLog \
Index: anjuta/files/patch-doc::Makefile.in
===================================================================
RCS file: /cvs/repos/ports/devel/anjuta/files/patch-doc::Makefile.in,v
retrieving revision 1.1
diff -u -r1.1 patch-doc::Makefile.in
--- anjuta/files/patch-doc::Makefile.in 7 Jan 2004 05:29:30 -0000 1.1
+++ anjuta/files/patch-doc::Makefile.in 6 Aug 2005 03:22:03 -0000
@@ -1,30 +1,24 @@
---- doc/Makefile.in.orig Wed May 14 13:04:06 2003
-+++ doc/Makefile.in Wed May 14 13:04:39 2003
-@@ -239,17 +239,17 @@
- $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
-
+--- doc/Makefile.in.orig Fri Aug 5 20:21:13 2005
++++ doc/Makefile.in Fri Aug 5 20:21:34 2005
+@@ -346,14 +346,14 @@
+ rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
+ done
install-anjuta_docDATA: $(anjuta_doc_DATA)
- @$(NORMAL_INSTALL)
-- $(mkinstalldirs) $(DESTDIR)$(anjuta_docdir)
+- test -z "$(anjuta_docdir)" || $(mkdir_p) "$(DESTDIR)$(anjuta_docdir)"
- @list='$(anjuta_doc_DATA)'; for p in $$list; do \
-- if test -f $(srcdir)/$$p; then \
-- echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(anjuta_docdir)/$$p"; \
-- $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(anjuta_docdir)/$$p; \
-- else if test -f $$p; then \
-- echo " $(INSTALL_DATA) $$p $(DESTDIR)$(anjuta_docdir)/$$p"; \
-- $(INSTALL_DATA) $$p $(DESTDIR)$(anjuta_docdir)/$$p; \
-- fi; fi; \
+- 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)
-+# $(mkinstalldirs) $(DESTDIR)$(anjuta_docdir)
++# test -z "$(anjuta_docdir)" || $(mkdir_p) "$(DESTDIR)$(anjuta_docdir)"
+# @list='$(anjuta_doc_DATA)'; for p in $$list; do \
-+# if test -f $(srcdir)/$$p; then \
-+# echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(anjuta_docdir)/$$p"; \
-+# $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(anjuta_docdir)/$$p; \
-+# else if test -f $$p; then \
-+# echo " $(INSTALL_DATA) $$p $(DESTDIR)$(anjuta_docdir)/$$p"; \
-+# $(INSTALL_DATA) $$p $(DESTDIR)$(anjuta_docdir)/$$p; \
-+# fi; fi; \
++# 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:
Index: anjuta/files/patch-scripts::anjuta_import.sh.in
===================================================================
RCS file: /cvs/repos/ports/devel/anjuta/files/patch-scripts::anjuta_import.sh.in,v
retrieving revision 1.1
diff -u -r1.1 patch-scripts::anjuta_import.sh.in
--- anjuta/files/patch-scripts::anjuta_import.sh.in 7 Jan 2004 05:29:30 -0000 1.1
+++ anjuta/files/patch-scripts::anjuta_import.sh.in 6 Aug 2005 03:23:16 -0000
@@ -1,5 +1,5 @@
---- 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
+--- scripts/anjuta_import.sh.in.orig Fri Aug 5 20:22:37 2005
++++ scripts/anjuta_import.sh.in Fri Aug 5 20:22:51 2005
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
Index: anjuta/files/patch-src::debugger.c
===================================================================
RCS file: /cvs/repos/ports/devel/anjuta/files/patch-src::debugger.c,v
retrieving revision 1.1
diff -u -r1.1 patch-src::debugger.c
--- anjuta/files/patch-src::debugger.c 31 Jan 2004 01:36:08 -0000 1.1
+++ anjuta/files/patch-src::debugger.c 6 Aug 2005 03:25:13 -0000
@@ -1,6 +1,6 @@
---- src/debugger.c.orig Fri Jan 30 20:24:26 2004
-+++ src/debugger.c Fri Jan 30 20:29:07 2004
-@@ -2092,9 +2092,11 @@
+--- src/debugger.c.orig Fri Aug 5 20:24:17 2005
++++ src/debugger.c Fri Aug 5 20:24:45 2005
+@@ -2123,9 +2123,11 @@
void debugger_query_evaluate_expr_tip (const gchar *expr,
void (*parser) (GList *outputs, gpointer data), gpointer data)
{
@@ -13,7 +13,7 @@
debugger_put_cmd_in_queqe (printcmd, DB_CMD_NONE, parser, data);
query_set_verbose (TRUE);
query_set_print_staticmembers (TRUE);
-@@ -2104,9 +2106,11 @@
+@@ -2135,9 +2137,11 @@
void debugger_query_evaluate_expr (const gchar *expr,
void (*parser) (GList *outputs, gpointer data), gpointer data)
{
Index: anjuta/files/patch-src::launcher.c
===================================================================
RCS file: /cvs/repos/ports/devel/anjuta/files/patch-src::launcher.c,v
retrieving revision 1.1
diff -u -r1.1 patch-src::launcher.c
--- anjuta/files/patch-src::launcher.c 7 Jan 2004 05:29:30 -0000 1.1
+++ anjuta/files/patch-src::launcher.c 6 Aug 2005 03:27:44 -0000
@@ -1,18 +1,6 @@
---- src/launcher.c.orig Thu Nov 27 17:37:16 2003
-+++ src/launcher.c Tue Dec 9 15:27:12 2003
-@@ -23,10 +23,10 @@
- #include <unistd.h>
- #include <fcntl.h>
- #include <signal.h>
--#include <pty.h>
- #include <assert.h>
- #include <gnome.h>
- #include <termios.h>
-+#include <vte/pty.h>
-
- #include "pixmaps.h"
- #include "launcher.h"
-@@ -845,9 +845,9 @@
+--- src/launcher.c.orig Fri Aug 5 20:25:24 2005
++++ src/launcher.c Fri Aug 5 20:27:29 2005
+@@ -1130,9 +1130,9 @@
/* Set no delays for the write pipes (non_buffered) so
that we get all the outputs immidiately */
if ((md = fcntl (stdout_pipe[1], F_GETFL)) != -1)
@@ -23,13 +11,4 @@
+ fcntl (stderr_pipe[1], F_SETFL, O_FSYNC | md);
execvp (args[0], args);
- g_error (_("Cannot execute command shell"));
-@@ -902,7 +902,7 @@
- ECHOCTL | ISIG | ICANON | IEXTEN | NOFLSH | TOSTOP);
- // termios_flags.c_lflag |= 0;
- termios_flags.c_cc[VMIN] = 0;
-- cfsetospeed(&termios_flags, __MAX_BAUD);
-+ cfsetospeed(&termios_flags, B115200);
- tcsetattr(pty_master_fd, TCSANOW, &termios_flags);
-
- launcher->priv->stdout_watch =
+ g_warning (_("Cannot execute command: \"%s\""), args[0]);
Index: anjuta/files/patch-src::source.c
===================================================================
RCS file: /cvs/repos/ports/devel/anjuta/files/patch-src::source.c,v
retrieving revision 1.2
diff -u -r1.2 patch-src::source.c
--- anjuta/files/patch-src::source.c 13 Apr 2004 18:47:54 -0000 1.2
+++ anjuta/files/patch-src::source.c 6 Aug 2005 03:28:52 -0000
@@ -9,3 +9,14 @@
"packagehelpdir=share/gnome/help/${PACKAGE}\n"
"packagemenudir=share/gnome/apps\n");
}
+--- src/source.c.orig Fri Aug 5 20:28:15 2005
++++ src/source.c Fri Aug 5 20:28:26 2005
+@@ -323,7 +323,7 @@
+ {
+ fprintf (fp,
+ "dnl Set PACKAGE DIRS in config.h.\n"
+- "packagepixmapsdir=${packagedatadir}/pixmaps\n"
++ "packagepixmapsdir=${packagedatadir}/gnome/pixmaps\n"
+ "packagehelpdir=${packagedatadir}/help\n"
+ "packagemenudir=${packagedatadir}\n");
+ }
Index: anjuta/files/patch-src_breakpoints.c
===================================================================
RCS file: /cvs/repos/ports/devel/anjuta/files/patch-src_breakpoints.c,v
retrieving revision 1.2
diff -u -r1.2 patch-src_breakpoints.c
--- anjuta/files/patch-src_breakpoints.c 14 Apr 2004 11:31:46 -0000 1.2
+++ anjuta/files/patch-src_breakpoints.c 6 Aug 2005 03:33:26 -0000
@@ -1,5 +1,5 @@
---- src/breakpoints.c.orig Wed Apr 14 00:36:58 2004
-+++ src/breakpoints.c Wed Apr 14 00:37:19 2004
+--- src/breakpoints.c.orig Fri Aug 5 20:29:21 2005
++++ src/breakpoints.c Fri Aug 5 20:31:12 2005
@@ -1409,8 +1409,9 @@
ptr1 = strchr (ptr, '\n');
if (ptr1)
Index: anjuta/files/patch-src_commands.c
===================================================================
RCS file: /cvs/repos/ports/devel/anjuta/files/patch-src_commands.c,v
retrieving revision 1.1
diff -u -r1.1 patch-src_commands.c
--- anjuta/files/patch-src_commands.c 17 Oct 2004 06:44:54 -0000 1.1
+++ anjuta/files/patch-src_commands.c 6 Aug 2005 03:33:43 -0000
@@ -1,5 +1,5 @@
---- src/commands.c.orig Tue Aug 31 00:41:32 2004
-+++ src/commands.c Tue Aug 31 00:41:56 2004
+--- src/commands.c.orig Fri Aug 5 20:29:37 2005
++++ src/commands.c Fri Aug 5 20:31:42 2005
@@ -102,6 +102,7 @@
/* Ditto */
static gchar *
Index: anjuta/files/patch-src_executer.c
===================================================================
RCS file: /cvs/repos/ports/devel/anjuta/files/patch-src_executer.c,v
retrieving revision 1.1
diff -u -r1.1 patch-src_executer.c
--- anjuta/files/patch-src_executer.c 17 Oct 2004 06:44:54 -0000 1.1
+++ anjuta/files/patch-src_executer.c 6 Aug 2005 03:34:00 -0000
@@ -1,6 +1,6 @@
---- src/executer.c.orig Tue Aug 31 00:40:58 2004
-+++ src/executer.c Tue Aug 31 00:41:25 2004
-@@ -154,7 +154,7 @@
+--- src/executer.c.orig Fri Aug 5 20:29:51 2005
++++ src/executer.c Fri Aug 5 20:32:23 2005
+@@ -152,7 +152,7 @@
if(e->terminal)
{
gchar* escaped_cmd;
@@ -9,7 +9,7 @@
prop_set_with_key (e->props, "anjuta.current.command", escaped_cmd);
#ifdef DEBUG
-@@ -162,7 +162,7 @@
+@@ -160,7 +160,7 @@
#endif
cmd = command_editor_get_command (app->command_editor, COMMAND_TERMINAL);
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list