pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/anjuta As noticed by Joerg, the "devhelp" versio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e87da096042
branches:  trunk
changeset: 396831:5e87da096042
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Aug 04 11:13:11 2009 +0000

description:
As noticed by Joerg, the "devhelp" version in pkgsrc is currently
incompatible with that (old) version of anjuta.
So disable the devhelp plugin for now.
(Actually, the plugin is not diasbled. It just calls devhelp as
external program rather than embedding it.)
bump PKGREVISION

diffstat:

 devel/anjuta/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 2d2959e88f7f -r 5e87da096042 devel/anjuta/Makefile
--- a/devel/anjuta/Makefile     Tue Aug 04 10:14:06 2009 +0000
+++ b/devel/anjuta/Makefile     Tue Aug 04 11:13:11 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2009/07/22 09:01:22 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2009/08/04 11:13:11 drochner Exp $
 
 DISTNAME=      anjuta-2.24.2
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/anjuta/2.24/}
 #MASTER_SITES+=        ${MASTER_SITE_SOURCEFORGE:=anjuta/}
@@ -31,6 +31,8 @@
 
 CONFIGURE_ARGS+=       --disable-plugin-valgrind
 CONFIGURE_ARGS+=       --enable-plugin-scintilla
+# pkgsrc devhelp is currently API incompatible
+CONFIGURE_ARGS+=       --disable-plugin-devhelp
 
 SUBST_CLASSES+=                unused
 SUBST_STAGE.unused=    pre-configure
@@ -61,7 +63,7 @@
 
 BUILDLINK_API_DEPENDS.gtk2+=   gtk2+>=2.12.0
 
-.include "../../devel/devhelp/buildlink3.mk"
+#.include "../../devel/devhelp/buildlink3.mk"
 .include "../../devel/gdl/buildlink3.mk"
 .include "../../devel/glade3/buildlink3.mk"
 .include "../../devel/gnome-build/buildlink3.mk"



Home | Main Index | Thread Index | Old Index