Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 2013 16:55:27 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327089 - in head/lang: php5 php52 php53 php55
Message-ID:  <201309121655.r8CGtR6a062606@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Sep 12 16:55:27 2013
New Revision: 327089
URL: http://svnweb.freebsd.org/changeset/ports/327089

Log:
  The simplexml extension needs pkgconfig

Modified:
  head/lang/php5/Makefile.ext
  head/lang/php52/Makefile.ext
  head/lang/php53/Makefile.ext
  head/lang/php55/Makefile.ext

Modified: head/lang/php5/Makefile.ext
==============================================================================
--- head/lang/php5/Makefile.ext	Thu Sep 12 16:41:28 2013	(r327088)
+++ head/lang/php5/Makefile.ext	Thu Sep 12 16:55:27 2013	(r327089)
@@ -334,6 +334,7 @@ CONFIGURE_ARGS+=--enable-shmop
 CONFIGURE_ARGS+=--enable-simplexml \
 		--with-libxml-dir=${LOCALBASE}
 
+USES+=		pkgconfig
 USE_GNOME=	libxml2
 .endif
 

Modified: head/lang/php52/Makefile.ext
==============================================================================
--- head/lang/php52/Makefile.ext	Thu Sep 12 16:41:28 2013	(r327088)
+++ head/lang/php52/Makefile.ext	Thu Sep 12 16:55:27 2013	(r327089)
@@ -374,6 +374,7 @@ CONFIGURE_ARGS+=--enable-shmop
 CONFIGURE_ARGS+=--enable-simplexml \
 		--with-libxml-dir=${LOCALBASE}
 
+USES+=		pkgconfig
 USE_GNOME=	libxml2
 .endif
 

Modified: head/lang/php53/Makefile.ext
==============================================================================
--- head/lang/php53/Makefile.ext	Thu Sep 12 16:41:28 2013	(r327088)
+++ head/lang/php53/Makefile.ext	Thu Sep 12 16:55:27 2013	(r327089)
@@ -328,6 +328,7 @@ CONFIGURE_ARGS+=--enable-shmop
 CONFIGURE_ARGS+=--enable-simplexml \
 		--with-libxml-dir=${LOCALBASE}
 
+USES+=		pkgconfig
 USE_GNOME=	libxml2
 .endif
 

Modified: head/lang/php55/Makefile.ext
==============================================================================
--- head/lang/php55/Makefile.ext	Thu Sep 12 16:41:28 2013	(r327088)
+++ head/lang/php55/Makefile.ext	Thu Sep 12 16:55:27 2013	(r327089)
@@ -334,6 +334,7 @@ CONFIGURE_ARGS+=--enable-shmop
 CONFIGURE_ARGS+=--enable-simplexml \
 		--with-libxml-dir=${LOCALBASE}
 
+USES+=		pkgconfig
 USE_GNOME=	libxml2
 .endif
 



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