svn commit: r369365 - in head: security/pear-Horde_Auth security/pear-Horde_Crypt textproc/pear-Symfony_Component_Yaml

Antoine Brodin antoine at FreeBSD.org
Sat Sep 27 05:46:29 UTC 2014


Author: antoine
Date: Sat Sep 27 05:46:27 2014
New Revision: 369365
URL: http://svnweb.freebsd.org/changeset/ports/369365
QAT: https://qat.redports.org/buildarchive/r369365/

Log:
  Revert broken non-conversion to USES=pear

Modified:
  head/security/pear-Horde_Auth/Makefile
  head/security/pear-Horde_Crypt/Makefile
  head/textproc/pear-Symfony_Component_Yaml/Makefile

Modified: head/security/pear-Horde_Auth/Makefile
==============================================================================
--- head/security/pear-Horde_Auth/Makefile	Sat Sep 27 05:38:47 2014	(r369364)
+++ head/security/pear-Horde_Auth/Makefile	Sat Sep 27 05:46:27 2014	(r369365)
@@ -10,4 +10,6 @@ COMMENT=	Horde Authentication API
 USE_HORDE_RUN=	Horde_Exception Horde_Util
 USE_PHP=	hash
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
+.include <bsd.port.post.mk>

Modified: head/security/pear-Horde_Crypt/Makefile
==============================================================================
--- head/security/pear-Horde_Crypt/Makefile	Sat Sep 27 05:38:47 2014	(r369364)
+++ head/security/pear-Horde_Crypt/Makefile	Sat Sep 27 05:46:27 2014	(r369365)
@@ -19,6 +19,11 @@ USE_HORDE_RUN=	Horde_Exception \
 		Horde_Util
 USE_PHP=	hash openssl
 
-BCMATH_USE=	PHP=bcmath
+.include <bsd.port.pre.mk>
 
-.include <bsd.port.mk>
+.if ${PORT_OPTIONS:MBCMATH}
+USE_PHP+=	bcmath
+.endif
+
+.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
+.include <bsd.port.post.mk>

Modified: head/textproc/pear-Symfony_Component_Yaml/Makefile
==============================================================================
--- head/textproc/pear-Symfony_Component_Yaml/Makefile	Sat Sep 27 05:38:47 2014	(r369364)
+++ head/textproc/pear-Symfony_Component_Yaml/Makefile	Sat Sep 27 05:46:27 2014	(r369365)
@@ -11,6 +11,8 @@ COMMENT=	Symfony2 Yaml Component
 
 LICENSE=	MIT
 
-USES=	pear
+IGNORE_WITH_PHP=52
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-channel-symfony2/bsd.symfony2.mk"
+.include <bsd.port.post.mk>


More information about the svn-ports-head mailing list