Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2013 11:23:00 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312339 - head/graphics/graphviz
Message-ID:  <201302161123.r1GBN0gV058952@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Sat Feb 16 11:22:59 2013
New Revision: 312339
URL: http://svnweb.freebsd.org/changeset/ports/312339

Log:
  - switch to swig2.0
  - unbreak PHP module

Modified:
  head/graphics/graphviz/Makefile

Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile	Sat Feb 16 10:31:38 2013	(r312338)
+++ head/graphics/graphviz/Makefile	Sat Feb 16 11:22:59 2013	(r312339)
@@ -3,6 +3,7 @@
 
 PORTNAME=	graphviz
 PORTVERSION=	2.30.1
+PORTREVERSION=	100
 CATEGORIES=	graphics tk
 MASTER_SITES=	http://www.graphviz.org/pub/graphviz/ARCHIVE/
 
@@ -300,10 +301,10 @@ PLIST_SUB+=		WITH_DEVIL="@comment "
 .if ${PORT_OPTIONS:MPERL} || ${PORT_OPTIONS:MPHP} || ${PORT_OPTIONS:MPYTHON} || \
     ${PORT_OPTIONS:MRUBY} || ${PORT_OPTIONS:MLUA} || ${PORT_OPTIONS:MTCL} || \
     ${PORT_OPTIONS:MGUILE}
-BUILD_DEPENDS+=		swig1.3:${PORTSDIR}/devel/swig13
-RUN_DEPENDS+=		swig1.3:${PORTSDIR}/devel/swig13
+BUILD_DEPENDS+=		swig2.0:${PORTSDIR}/devel/swig20
+RUN_DEPENDS+=		swig2.0:${PORTSDIR}/devel/swig20
 CONFIGURE_ARGS+=	--enable-swig
-CONFIGURE_ENV+=		SWIG="${LOCALBASE}/bin/swig1.3"
+CONFIGURE_ENV+=		SWIG="${LOCALBASE}/bin/swig2.0"
 .else
 CONFIGURE_ARGS+=	--disable-swig
 CONFIGURE_ENV+=		SWIG="/nonexistent"
@@ -327,9 +328,6 @@ USE_PHP_BUILD=	yes
 .include "${PORTSDIR}/Mk/bsd.php.mk"
 CPPFLAGS+=		-I${LOCALBASE}/include/php/Zend
 MAN3+=			gv.3php
-.if ${PHP_VER} == 5
-BROKEN=			swig is to old to build for php 5.4
-.endif
 .else
 CONFIGURE_ARGS+=	--disable-php
 PLIST_SUB+=		WITH_PHP="@comment "



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