Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Sep 2014 05:46:28 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369365 - in head: security/pear-Horde_Auth security/pear-Horde_Crypt textproc/pear-Symfony_Component_Yaml
Message-ID:  <201409270546.s8R5kScF034975@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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