svn commit: r379879 - in head/databases: pecl-chdb pecl-drizzle pecl-mdbtools pecl-mongo
Vanilla I. Shu
vanilla at FreeBSD.org
Wed Feb 25 07:36:39 UTC 2015
Author: vanilla
Date: Wed Feb 25 07:36:37 2015
New Revision: 379879
URL: https://svnweb.freebsd.org/changeset/ports/379879
QAT: https://qat.redports.org/buildarchive/r379879/
Log:
remove DEFAULT_VERSIONS.
Obtained from: bapt@, mat@
Modified:
head/databases/pecl-chdb/Makefile
head/databases/pecl-drizzle/Makefile
head/databases/pecl-mdbtools/Makefile
head/databases/pecl-mongo/Makefile
Modified: head/databases/pecl-chdb/Makefile
==============================================================================
--- head/databases/pecl-chdb/Makefile Wed Feb 25 07:34:03 2015 (r379878)
+++ head/databases/pecl-chdb/Makefile Wed Feb 25 07:36:37 2015 (r379879)
@@ -21,7 +21,6 @@ USE_PHP_BUILD= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
PHP_MODNAME= chdb
-DEFAULT_VERSIONS= php=53
IGNORE_WITH_PHP=5
CFLAGS+= -L${LOCALBASE}/lib
Modified: head/databases/pecl-drizzle/Makefile
==============================================================================
--- head/databases/pecl-drizzle/Makefile Wed Feb 25 07:34:03 2015 (r379878)
+++ head/databases/pecl-drizzle/Makefile Wed Feb 25 07:36:37 2015 (r379879)
@@ -18,7 +18,6 @@ LIB_DEPENDS= libdrizzle.so:${PORTSDIR}/d
USES= tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
-DEFAULT_VERSIONS+= php=53
IGNORE_WITH_PHP=5
OPTIONS_DEFINE= DOCS EXAMPLES
Modified: head/databases/pecl-mdbtools/Makefile
==============================================================================
--- head/databases/pecl-mdbtools/Makefile Wed Feb 25 07:34:03 2015 (r379878)
+++ head/databases/pecl-mdbtools/Makefile Wed Feb 25 07:36:37 2015 (r379879)
@@ -21,7 +21,6 @@ USES= pkgconfig tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
USE_PHP_BUILD= yes
-DEFAULT_VERSIONS+= php=53
IGNORE_WITH_PHP=5
CONFIGURE_ARGS= --with-mdbtools=${LOCALBASE}
Modified: head/databases/pecl-mongo/Makefile
==============================================================================
--- head/databases/pecl-mongo/Makefile Wed Feb 25 07:34:03 2015 (r379878)
+++ head/databases/pecl-mongo/Makefile Wed Feb 25 07:36:37 2015 (r379879)
@@ -20,7 +20,4 @@ USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-mongo
SUB_FILES= pkg-message
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/mongo.so
-
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list