pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/anjuta Update to 1.2.2:
details: https://anonhg.NetBSD.org/pkgsrc/rev/cfa927ef96e7
branches: trunk
changeset: 473599:cfa927ef96e7
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Wed Apr 21 15:01:28 2004 +0000
description:
Update to 1.2.2:
New: Anjuta advanced tutorial
New: Goes to first error automatically (Default is off. need to enable in
anjuta.properties).
Bug fix: Use build.silent option from preferences (bug #895726)
Bug fix: Use font style defined for message indicators (bug #885032)
Bug fix: Set bold color as foreground color in terminal (bug #864924)
Bug fix: Removed 'cmp' dependency and used internal function to compare files.
Bug fix: Fixed return value when dest file could not be created.
Bug fix: Fixed a typo in Hello World indentation style.
Bug fix: Fixed misuse of translated strings when looking for style (bug #876037)
Bug fix: Save-all action now asks for filenames for new files (bug #898111)
Bug fix: Fixed a compiler warnings.
Bug fix: Disabled printing of long debug lines.
Bug fix: Close buttons on all dialogs (HIG) and ESC closes them (bug #671596).
Bug fix: Fixed a program execution crash bug.
Bug fix: Fixed Crash on Find & Replace (#887833)
Bug fix: Use defined file name when saving new files (fixes bug #898105).
Bug fix: Don't change filename when clicking on a directory.
Bug fix: Implemented keypress ctrl-c and ctrl-d for terminal (bug #878357).
Bug fix: Do not reload new files (bug #900897).
Bug fix: Disconnects menuitem signal properly (bug #901723).
Bug fix: Fixed bugs #890609 and #890609, #900903.
Bug fix: Fixed a typo in tutorial (bug #866143).
Bug fix: Reduced size of Search and Replace dialog (bug #902636).
Bug fix: Fixed a runtime warning (bug #900087).
Bug fix: Changed build shortcut to F11 (bug #877683).
Bug fix: Do not defualt to -k make option (bug #875486).
Bug fix: CFLAGS passed correctly (bug #816130, #801056, #782798, #773459)
Bug fix: Improved Search and Replace. Fixed crash bug.
Bug fix: Fixed bug #910097 (Insert comment).
Bug fix: Find-Usage rework (bug #890609).
Bug fix: Generated projects read m4 directory. Project generation works.
(bug #917781).
Bug fix: Fixed Find-Usage crash when no project open
Bug fix: Fixed bug #893400 ("Remove file" in project tree).
Bug fix: Aligned buttons in the New file dialog and HIG compliance.
Bug fix: Fixed to get correct child exit status using mask (bug #905738).
Bug fix: Goto the first error if it exists (bug #874380).
Bug fix: Save-all for 1 file opened (bug #912618).
Bug fix: Fixed conditional breakpoints.
Bug fix: Fixed debugger calltips displayed for wrong file.
Bug fix: Fixed delete breakpoints.
Bug fix: Fixed Breakpoint setting bugs (bug #895536).
Bug fix: Fixed a crash bug with debugger attach process dialog
Bug fix: Fixed freeze-ups during build terminations (bug #905738).
Bug fix: Fixed a memory corruption (bug #921893).
Bug fix: Open file starts in right directory (bug #908941).
Bug fix: Fixed another crash bug in Find-Usage.
Bug fix: Correctly prompts and reponds passwords (bug #894533).
Bug fix: Fixed 'remove' and 'clear' of Defines list in compiler options
(bug #883837).
Bug fix: Installs .glade file of libgllade projects (bug #861038).
Bug fix: Glade based projects can now find installed pixmaps (bug #919903).
Bug fix: Fixed ADA syntax highlighting (bug #923474).
Bug fix: Fixed HANGUP bug for long lines (bugs #700968 and #911376)
Bug fix: Fixed core file loading in debugger.
Bug fix: Partially fixed to show long calltips properly (bug #917982).
Bug fix: Fixed a crash bug in search replace. (bug #921893).
Bug fix: Fixed a crash when launcher child could not be executed (bug #926606).
Bug fix: Fixed a crash bug when opening and closing a large project repeatedly.
Bug fix: Sets filename when saving new files.
Bug fix: Most font and print related bugs fixed (bug #885023, #925956, #890473).
diffstat:
devel/anjuta/Makefile | 20 +-
devel/anjuta/PLIST | 22 ++-
devel/anjuta/distinfo | 23 +--
devel/anjuta/patches/patch-ab | 13 -
devel/anjuta/patches/patch-ac | 58 --------
devel/anjuta/patches/patch-ad | 284 +----------------------------------------
devel/anjuta/patches/patch-ag | 22 ---
devel/anjuta/patches/patch-aj | 13 -
devel/anjuta/patches/patch-ak | 13 -
devel/anjuta/patches/patch-al | 4 +-
devel/anjuta/patches/patch-am | 13 -
devel/anjuta/patches/patch-an | 26 +--
devel/anjuta/patches/patch-ao | 17 --
devel/anjuta/patches/patch-ap | 28 ----
devel/anjuta/patches/patch-aq | 44 +-----
devel/anjuta/patches/patch-ar | 15 --
16 files changed, 66 insertions(+), 549 deletions(-)
diffs (truncated from 788 to 300 lines):
diff -r 96c1bac276c3 -r cfa927ef96e7 devel/anjuta/Makefile
--- a/devel/anjuta/Makefile Wed Apr 21 14:55:32 2004 +0000
+++ b/devel/anjuta/Makefile Wed Apr 21 15:01:28 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2004/04/14 16:15:21 jmmv Exp $
+# $NetBSD: Makefile,v 1.23 2004/04/21 15:01:28 jmmv Exp $
#
-DISTNAME= anjuta-1.2.1
-PKGREVISION= 2
+DISTNAME= anjuta-1.2.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=anjuta/}
@@ -12,15 +11,15 @@
DEPENDS+= autoconf>=2.59:../../devel/autoconf
DEPENDS+= automake>=1.8.2:../../devel/automake
-DEPENDS+= gdk-pixbuf>=0.22:../../graphics/gdk-pixbuf
DEPENDS+= gettext>=0.11.5:../../devel/gettext
-DEPENDS+= glade2>=2.0.1:../../devel/glade2
+DEPENDS+= glade2>=2.6.0:../../devel/glade2
DEPENDS+= gmake>=3.80:../../devel/gmake
DEPENDS+= gnome2-terminal>=2.4.2:../../x11/gnome2-terminal
DEPENDS+= libtool>=1.5.2:../../devel/libtool
DEPENDS+= pkgconfig>=0.15.0:../../devel/pkgconfig
DEPENDS+= yelp>=2.4.2:../../misc/yelp
+GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= YES
@@ -28,11 +27,12 @@
USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR}
-
-# Build system adds the last component ('/scrollkeeper')
-LOCALSTATEDIR= ${SCROLLKEEPER_DATADIR:H}
+SUBST_CLASSES+= make
+SUBST_STAGE.make= pre-configure
+SUBST_MESSAGE.make= "Fixing path to GNU make."
+SUBST_FILES.make= data/properties/anjuta.properties
+SUBST_FILES.make+= src/defaults.c
+SUBST_SED.make= -e 's|make=make|make=${GMAKE}|'
.include "../../devel/pcre/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
diff -r 96c1bac276c3 -r cfa927ef96e7 devel/anjuta/PLIST
--- a/devel/anjuta/PLIST Wed Apr 21 14:55:32 2004 +0000
+++ b/devel/anjuta/PLIST Wed Apr 21 15:01:28 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2004/02/26 16:25:52 cube Exp $
+@comment $NetBSD: PLIST,v 1.7 2004/04/21 15:01:28 jmmv Exp $
bin/anjuta
bin/anjuta_import.sh
bin/anjuta_launcher
@@ -128,8 +128,8 @@
share/doc/anjuta/NEWS
share/doc/anjuta/README
share/doc/anjuta/ScintillaDoc.html
-share/doc/anjuta/THANKS
share/doc/anjuta/TODO
+share/gnome/help/anjuta/C/anjuta-advanced-tutorial.xml
share/gnome/help/anjuta/C/anjuta-faqs.xml
share/gnome/help/anjuta/C/anjuta-manual.xml
share/gnome/help/anjuta/C/anjuta-tutorial.xml
@@ -139,6 +139,14 @@
share/gnome/help/anjuta/C/debugger.xml
share/gnome/help/anjuta/C/execute.xml
share/gnome/help/anjuta/C/figures/a2ps.png
+share/gnome/help/anjuta/C/figures/aat_additional_options.png
+share/gnome/help/anjuta/C/figures/aat_config_libraries_lib3ds.png
+share/gnome/help/anjuta/C/figures/aat_config_libraries_libxml2.png
+share/gnome/help/anjuta/C/figures/aat_include_paths.png
+share/gnome/help/anjuta/C/figures/aat_libraries.png
+share/gnome/help/anjuta/C/figures/aat_options_lib3ds.png
+share/gnome/help/anjuta/C/figures/aat_options_libxml2.png
+share/gnome/help/anjuta/C/figures/aat_project_type.png
share/gnome/help/anjuta/C/figures/arguments.png
share/gnome/help/anjuta/C/figures/attach.png
share/gnome/help/anjuta/C/figures/brk_add.png
@@ -315,10 +323,13 @@
${PKGLOCALEDIR}/locale/da/LC_MESSAGES/anjuta.mo
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/anjuta.mo
${PKGLOCALEDIR}/locale/el/LC_MESSAGES/anjuta.mo
+${PKGLOCALEDIR}/locale/en_CA/LC_MESSAGES/anjuta.mo
${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/anjuta.mo
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/anjuta.mo
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/anjuta.mo
+${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/anjuta.mo
${PKGLOCALEDIR}/locale/hi/LC_MESSAGES/anjuta.mo
+${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/anjuta.mo
${PKGLOCALEDIR}/locale/it/LC_MESSAGES/anjuta.mo
${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/anjuta.mo
${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/anjuta.mo
@@ -342,6 +353,7 @@
${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/anjuta.mo
share/mime-info/anjuta.mime
share/mimelnk/application/x-anjuta-project.desktop
+share/omf/anjuta/anjuta-advanced-tutorial-C.omf
share/omf/anjuta/anjuta-faqs-C.omf
share/omf/anjuta/anjuta-faqs-ja_JP.UTF-8.omf
share/omf/anjuta/anjuta-manual-C.omf
@@ -470,8 +482,12 @@
share/pixmaps/anjuta/watch.xpm
share/pixmaps/anjuta/wizard.xpm
@dirrm share/pixmaps/anjuta
+@comment in xdg-dirs: @dirrm share/pixmaps
@dirrm share/omf/anjuta
+@comment in scrollkeeper: @dirrm share/omf
@dirrm share/mimelnk/application
+@dirrm share/mimelnk
+@comment in xdg-dirs: @dirrm share/mime-info
@dirrm share/gnome/help/anjuta/ja/figures
@dirrm share/gnome/help/anjuta/ja
@dirrm share/gnome/help/anjuta/de/images
@@ -479,7 +495,9 @@
@dirrm share/gnome/help/anjuta/C/figures
@dirrm share/gnome/help/anjuta/C
@dirrm share/gnome/help/anjuta
+@comment in gnome2-dirs: @dirrm share/gnome/help
@dirrm share/doc/anjuta
+@comment in xdg-dirs: @dirrm share/applications
@dirrm share/anjuta/properties
@dirrm share/anjuta/gnome2
@dirrm share/anjuta/gnome
diff -r 96c1bac276c3 -r cfa927ef96e7 devel/anjuta/distinfo
--- a/devel/anjuta/distinfo Wed Apr 21 14:55:32 2004 +0000
+++ b/devel/anjuta/distinfo Wed Apr 21 15:01:28 2004 +0000
@@ -1,17 +1,8 @@
-$NetBSD: distinfo,v 1.5 2004/02/26 16:25:52 cube Exp $
+$NetBSD: distinfo,v 1.6 2004/04/21 15:01:28 jmmv Exp $
-SHA1 (anjuta-1.2.1.tar.gz) = e935196572de86948f4b278783a2572cc195fcd8
-Size (anjuta-1.2.1.tar.gz) = 8013051 bytes
-SHA1 (patch-ab) = 02722945134044cb8436eb510c506263e0370ad3
-SHA1 (patch-ac) = 887e11b556f5f54aec2165de5e605cdfa03a3320
-SHA1 (patch-ad) = 872c499d816948de4fd5be93804c974f972423ea
-SHA1 (patch-ag) = b710b422ac934cb6243c714571efc002a323b329
-SHA1 (patch-aj) = 2ba7aaf84adefa291ca7ba59310289d973a8e4cf
-SHA1 (patch-ak) = 60785b3dfe83494c6c4f6c346ebf67aca8af2195
-SHA1 (patch-al) = 480966ad54419cd7d9a9dde3ddcc07df5d0c0ed6
-SHA1 (patch-am) = 790a5a0adc7cf72d0c4fdd71941e9477049d4612
-SHA1 (patch-an) = 03ed70e9273ce13253c13bbe3953fdebdd0eef96
-SHA1 (patch-ao) = 5b26239bbadb854673bb03c02ec380bb719189ce
-SHA1 (patch-ap) = 88cc6f1630485ce62e77cc65c62f0ac80c52ca10
-SHA1 (patch-aq) = f99d657c1ac8981340848c100d8b015204613cfe
-SHA1 (patch-ar) = 10afe882826503e8f8b7b61afdd99f9188ac122f
+SHA1 (anjuta-1.2.2.tar.gz) = ee956653effb91467b64efd50609d31b17fde789
+Size (anjuta-1.2.2.tar.gz) = 8556051 bytes
+SHA1 (patch-ad) = bd35b80fb12c88d3ebda4e607e08f25f7eb6d266
+SHA1 (patch-al) = a4958c02654da6a6277ee74559083a1de46048d7
+SHA1 (patch-an) = dbb51d78e15e946aa81419750a76189715a8c4ec
+SHA1 (patch-aq) = 24a55f3504d74905a42fb74a482e31047173db0b
diff -r 96c1bac276c3 -r cfa927ef96e7 devel/anjuta/patches/patch-ab
--- a/devel/anjuta/patches/patch-ab Wed Apr 21 14:55:32 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2004/02/26 16:25:52 cube Exp $
-
---- Makefile.in.orig 2004-01-22 16:43:25.000000000 +0100
-+++ Makefile.in
-@@ -171,7 +171,7 @@ SUBDIRS = po tagmanager global-tags scin
-
-
- anjutadocdir = ${prefix}/@NO_PREFIX_PACKAGE_DOC_DIR@
--anjutadoc_DATA = README COPYING AUTHORS ChangeLog INSTALL NEWS TODO FUTURE
-+anjutadoc_DATA = README COPYING AUTHORS ChangeLog INSTALL NEWS TODO FUTURE THANKS
-
-
- anjuta_glade_filedir = $(prefix)/@NO_PREFIX_PACKAGE_DATA_DIR@/glade
diff -r 96c1bac276c3 -r cfa927ef96e7 devel/anjuta/patches/patch-ac
--- a/devel/anjuta/patches/patch-ac Wed Apr 21 14:55:32 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,58 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2004/02/26 16:25:52 cube Exp $
-
---- configure.in.orig 2003-12-05 09:15:58.000000000 +0100
-+++ configure.in
-@@ -266,7 +266,7 @@ dnl Checks for header files.
- AC_CHECK_HEADERS(dirent.h fcntl.h fnmatch.h stat.h stdlib.h string.h)
- AC_CHECK_HEADERS(time.h types.h unistd.h)
- AC_CHECK_HEADERS(sys/dir.h sys/stat.h sys/times.h sys/types.h)
--
-+AC_CHECK_HEADERS(pty.h util.h sched.h)
-
- dnl Checks for typedefs, structures, and compiler characteristics.
- AC_CYGWIN
-@@ -399,21 +399,33 @@ fi
- dnl -----------------------------
- dnl Checks for FreeBSD Build
- dnl -----------------------------
--AC_MSG_CHECKING(if building on FreeBSD)
-+dnl AC_MSG_CHECKING(if building on FreeBSD)
-
--if test `uname -s` = "FreeBSD" ; then
-- AC_MSG_RESULT(yes)
-- FREEBSD_BUILD=-DFREEBSD
-- AC_SUBST(FREEBSD_BUILD)
-- AC_PATH_PROG(GMAKE, gmake, no)
-- if test "x$GMAKE" = "xno"; then
-+dnl if test `uname -s` = "FreeBSD" ; then
-+dnl AC_MSG_RESULT(yes)
-+dnl FREEBSD_BUILD=-DFREEBSD
-+dnl AC_SUBST(FREEBSD_BUILD)
-+dnl AC_PATH_PROG(GMAKE, gmake, no)
-+dnl if test "x$GMAKE" = "xno"; then
-+dnl AC_ERROR(You need gmake installed to build Anjuta!)
-+dnl fi
-+dnl else
-+dnl AC_MSG_RESULT(no)
-+dnl GMAKE="make"
-+dnl fi
-+
-+AC_CHECK_FUNCS(getline)
-+FREEBSD_BUILD=
-+AC_SUBST(FREEBSD_BUILD)
-+
-+AC_PATH_PROG(GMAKE, gmake, no)
-+if test "x$GMAKE" = "xno"; then
-+ if (make -v | grep GNU) 2>&1 1>/dev/null; then
-+ GMAKE="make"
-+ else
- AC_ERROR(You need gmake installed to build Anjuta!)
- fi
--else
-- AC_MSG_RESULT(no)
-- GMAKE="make"
- fi
--
- AC_SUBST(GMAKE)
-
- dnl Checks for missing prototypes
diff -r 96c1bac276c3 -r cfa927ef96e7 devel/anjuta/patches/patch-ad
--- a/devel/anjuta/patches/patch-ad Wed Apr 21 14:55:32 2004 +0000
+++ b/devel/anjuta/patches/patch-ad Wed Apr 21 15:01:28 2004 +0000
@@ -1,281 +1,13 @@
-$NetBSD: patch-ad,v 1.3 2004/02/26 16:25:52 cube Exp $
+$NetBSD: patch-ad,v 1.4 2004/04/21 15:01:28 jmmv Exp $
---- configure.orig 2003-12-08 07:38:26.000000000 +0100
+--- configure.orig 2004-04-13 06:37:20.000000000 +0200
+++ configure
-@@ -10514,6 +10514,148 @@ done
+@@ -21414,7 +21414,7 @@ done
-+for ac_header in pty.h util.h sched.h
-+do
-+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-+if eval "test \"\${$as_ac_Header+set}\" = set"; then
-+ echo "$as_me:$LINENO: checking for $ac_header" >&5
-+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-+if eval "test \"\${$as_ac_Header+set}\" = set"; then
-+ echo $ECHO_N "(cached) $ECHO_C" >&6
-+fi
-+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-+echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-+else
-+ # Is the header compilable?
-+echo "$as_me:$LINENO: checking $ac_header usability" >&5
-+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
-+cat >conftest.$ac_ext <<_ACEOF
-+#line $LINENO "configure"
-+/* confdefs.h. */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h. */
-+$ac_includes_default
-+#include <$ac_header>
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-+ (eval $ac_compile) 2>&5
-+ ac_status=$?
-+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+ (exit $ac_status); } &&
-+ { ac_try='test -s conftest.$ac_objext'
-+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+ (eval $ac_try) 2>&5
-+ ac_status=$?
-+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+ (exit $ac_status); }; }; then
-+ ac_header_compiler=yes
-+else
-+ echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+ac_header_compiler=no
-+fi
-+rm -f conftest.$ac_objext conftest.$ac_ext
-+echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-+echo "${ECHO_T}$ac_header_compiler" >&6
-+
-+# Is the header present?
Home |
Main Index |
Thread Index |
Old Index