From owner-svn-ports-head@FreeBSD.ORG Wed Feb 25 07:36:39 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 179DF559; Wed, 25 Feb 2015 07:36:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD2638BF; Wed, 25 Feb 2015 07:36:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1P7achY037318; Wed, 25 Feb 2015 07:36:38 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1P7abOf037313; Wed, 25 Feb 2015 07:36:37 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201502250736.t1P7abOf037313@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 25 Feb 2015 07:36:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379879 - in head/databases: pecl-chdb pecl-drizzle pecl-mdbtools pecl-mongo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2015 07:36:39 -0000 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