Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2013 09:03:40 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315630 - head/devel/anjuta
Message-ID:  <201303310903.r2V93eho078377@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sun Mar 31 09:03:39 2013
New Revision: 315630
URL: http://svnweb.freebsd.org/changeset/ports/315630

Log:
  Disable the class inheritance plugin, it needed a library that was removed
  in the last graphviz update. This allows it to packages again.
  
  Submitted by:	miwi
  Approved by:	portmgr (miwi)

Modified:
  head/devel/anjuta/Makefile
  head/devel/anjuta/pkg-plist

Modified: head/devel/anjuta/Makefile
==============================================================================
--- head/devel/anjuta/Makefile	Sun Mar 31 08:08:58 2013	(r315629)
+++ head/devel/anjuta/Makefile	Sun Mar 31 09:03:39 2013	(r315630)
@@ -4,7 +4,7 @@
 
 PORTNAME=	anjuta
 PORTVERSION=	2.32.1.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -43,6 +43,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--with-symbol-db-shm=/tmp \
 		--disable-vala \
+		--disable-graphviz \
 		--enable-introspection=no
 USE_LDCONFIG=	yes
 GCONF_SCHEMAS=	anjuta-build-basic-autotools-plugin.schemas \
@@ -60,10 +61,9 @@ GCONF_SCHEMAS=	anjuta-build-basic-autoto
 
 MAN1=		anjuta.1 anjuta-launcher.1
 
-OPTIONS_DEFINE=	SVN DEVHELP GRAPHVIZ
-OPTIONS_DEFAULT=DEVHELP GRAPHVIZ
+OPTIONS_DEFINE=	SVN DEVHELP
+OPTIONS_DEFAULT=DEVHELP
 DEVHELP_DESC=	Devhelp support
-GRAPHVIZ_DESC=	inheritance plugin
 
 .include <bsd.port.options.mk>
 
@@ -89,16 +89,6 @@ CONFIGURE_ARGS+=--disable-plugin-devhelp
 PLIST_SUB+=	DEVHELP=""
 .endif
 
-.if ${PORT_OPTIONS:MGRAPHVIZ}
-CONFIGURE_ARGS+=--enable-graphviz
-BUILD_DEPENDS+=	neato:${PORTSDIR}/graphics/graphviz
-RUN_DEPENDS+=	neato:${PORTSDIR}/graphics/graphviz
-PLIST_SUB+=	GRAPHVIZ=""
-.else
-CONFIGURE_ARGS+=--disable-graphviz
-PLIST_SUB+=	GRAPHVIZ="@comment "
-.endif
-
 post-patch:
 	@${RM} ${WRKSRC}/plugins/debug-manager/anjuta-debug-manager.schemas
 

Modified: head/devel/anjuta/pkg-plist
==============================================================================
--- head/devel/anjuta/pkg-plist	Sun Mar 31 08:08:58 2013	(r315629)
+++ head/devel/anjuta/pkg-plist	Sun Mar 31 09:03:39 2013	(r315630)
@@ -103,7 +103,6 @@ include/libanjuta-1.0/libanjuta/libanjut
 include/libanjuta-1.0/libanjuta/resources.h
 lib/anjuta/anjuta-build-basic-autotools.plugin
 lib/anjuta/anjuta-class-gen.plugin
-%%GRAPHVIZ%%lib/anjuta/anjuta-class-inheritance.plugin
 lib/anjuta/anjuta-cvs.plugin
 lib/anjuta/anjuta-debug-manager.plugin
 %%DEVHELP%%lib/anjuta/anjuta-devhelp.plugin
@@ -140,8 +139,6 @@ lib/anjuta/libanjuta-build-basic-autotoo
 lib/anjuta/libanjuta-build-basic-autotools.so
 lib/anjuta/libanjuta-class-gen.la
 lib/anjuta/libanjuta-class-gen.so
-%%GRAPHVIZ%%lib/anjuta/libanjuta-class-inheritance.la
-%%GRAPHVIZ%%lib/anjuta/libanjuta-class-inheritance.so
 lib/anjuta/libanjuta-cvs-plugin.la
 lib/anjuta/libanjuta-cvs-plugin.so
 lib/anjuta/libanjuta-debug-manager.la
@@ -1238,8 +1235,6 @@ share/pixmaps/anjuta/anjuta-build-basic-
 share/pixmaps/anjuta/anjuta-build-basic-autotools-plugin.svg
 share/pixmaps/anjuta/anjuta-class-gen-plugin-48.png
 share/pixmaps/anjuta/anjuta-class-gen-plugin.svg
-%%GRAPHVIZ%%share/pixmaps/anjuta/anjuta-class-inheritance-plugin-48.png
-%%GRAPHVIZ%%share/pixmaps/anjuta/anjuta-class-inheritance-plugin.svg
 share/pixmaps/anjuta/anjuta-complete-16.png
 share/pixmaps/anjuta/anjuta-complete-24.png
 share/pixmaps/anjuta/anjuta-complete-auto-16.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303310903.r2V93eho078377>