svn commit: r327089 - in head/lang: php5 php52 php53 php55

Baptiste Daroussin bapt at FreeBSD.org
Thu Sep 12 16:55:28 UTC 2013


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
 


More information about the svn-ports-all mailing list