From owner-svn-ports-all@freebsd.org Tue Oct 9 17:33:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F15010B585D; Tue, 9 Oct 2018 17:33:32 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) (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 AF4D073C7F; Tue, 9 Oct 2018 17:33:31 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from phantomias.home.jochen-neumeister.de (p5B0FD8BE.dip0.t-ipconnect.de [91.15.216.190]) by toco-domains.de (Postfix) with ESMTPA id C476D13512CB; Tue, 9 Oct 2018 19:33:22 +0200 (CEST) Subject: Re: svn commit: r481618 - head/lang/php73 To: Mathieu Arnold , Torsten Zuehlsdorff Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201810091002.w99A2bq2080280@repo.freebsd.org> <20181009172203.oawcikzdcoibitdz@atuin.in.mat.cc> From: Jochen Neumeister Message-ID: <1020d9ac-58f1-857b-7188-8a5591dd1289@FreeBSD.org> Date: Tue, 9 Oct 2018 19:33:20 +0200 MIME-Version: 1.0 In-Reply-To: <20181009172203.oawcikzdcoibitdz@atuin.in.mat.cc> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Content-Language: de-DE X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2018 17:33:32 -0000 On 10/9/18 7:22 PM, Mathieu Arnold wrote: > On Tue, Oct 09, 2018 at 10:02:37AM +0000, Torsten Zuehlsdorff wrote: >> Author: tz >> Date: Tue Oct 9 10:02:36 2018 >> New Revision: 481618 >> URL: https://svnweb.freebsd.org/changeset/ports/481618 >> >> Log: >> PHP 7.3: Convert PCRE2 dependency from BUILD to LIB_DEPENDS >> >> This fixes fallout located to PEAR. > Mmmm, you need to bump PORTREVISION so that it gets rebuilt. done in r481641 > >> Reported by: mat, antoine >> >> Modified: >> head/lang/php73/Makefile >> head/lang/php73/Makefile.ext >> >> Modified: head/lang/php73/Makefile >> ============================================================================== >> --- head/lang/php73/Makefile Tue Oct 9 09:38:39 2018 (r481617) >> +++ head/lang/php73/Makefile Tue Oct 9 10:02:36 2018 (r481618) >> @@ -17,8 +17,8 @@ CPE_PRODUCT= php >> NO_OPTIONS_SORT=yes >> >> .if !defined(PKGNAMESUFFIX) >> -BUILD_DEPENDS= pcre2>=2.31:devel/pcre2 >> -LIB_DEPENDS= libargon2.so:security/libargon2 >> +LIB_DEPENDS= libpcre2-8.so:devel/pcre2 \ >> + libargon2.so:security/libargon2 >> >> GNU_CONFIGURE= yes >> CONFIGURE_ARGS+=--with-layout=GNU \ >> >> Modified: head/lang/php73/Makefile.ext >> ============================================================================== >> --- head/lang/php73/Makefile.ext Tue Oct 9 09:38:39 2018 (r481617) >> +++ head/lang/php73/Makefile.ext Tue Oct 9 10:02:36 2018 (r481618) >> @@ -73,7 +73,6 @@ CONFIGURE_ARGS+=--enable-exif >> .endif >> >> .if ${PHP_MODNAME} == "fileinfo" >> -BUILD_DEPENDS= pcre2>=2.31:devel/pcre2 >> CONFIGURE_ARGS+=--enable-fileinfo \ >> --with-pcre-dir=${LOCALBASE} >> >> @@ -81,7 +80,6 @@ PHP_HEADER_DIRS= libmagic >> .endif >> >> .if ${PHP_MODNAME} == "filter" >> -BUILD_DEPENDS= pcre2>=2.31:devel/pcre2 >> CONFIGURE_ARGS+=--enable-filter \ >> --with-pcre-dir=${LOCALBASE} >> .endif >> @@ -142,7 +140,6 @@ USES+= iconv:translit >> .endif >> >> .if ${PHP_MODNAME} == "imap" >> -BUILD_DEPENDS= pcre2>=2.31:devel/pcre2 >> OPTIONS_DEFINE= PANDA >> PANDA_DESC= Uses the forked panda-cclient instead of the original cclient >> >> @@ -216,7 +213,6 @@ USES+= ssl >> .if ${PHP_MODNAME} == "opcache" >> # This is needed by Zend extensions, keep before everything. >> PHP_MOD_PRIO= 10 >> -BUILD_DEPENDS= pcre2>=2.31:devel/pcre2 >> CONFIGURE_ARGS+=--enable-opcache >> USES+= localbase >> .endif >> @@ -278,14 +274,12 @@ USE_PHP= pdo:build >> .endif >> >> .if ${PHP_MODNAME} == "pgsql" >> -BUILD_DEPENDS= pcre2>=2.31:devel/pcre2 >> USES+= pgsql >> >> CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE} >> .endif >> >> .if ${PHP_MODNAME} == "phar" >> -BUILD_DEPENDS= pcre2>=2.31:devel/pcre2 >> CONFIGURE_ARGS+=--enable-phar \ >> --with-pcre-dir=${LOCALBASE} >> >> @@ -323,7 +317,6 @@ CONFIGURE_ARGS+=--enable-shmop >> .endif >> >> .if ${PHP_MODNAME} == "simplexml" >> -BUILD_DEPENDS= pcre2>=2.31:devel/pcre2 >> CONFIGURE_ARGS+=--enable-simplexml \ >> --with-pcre-dir=${LOCALBASE} \ >> --with-libxml-dir=${LOCALBASE} >> @@ -439,7 +432,6 @@ USE_PHP= dom:build xml:build >> .endif >> >> .if ${PHP_MODNAME} == "zip" >> -BUILD_DEPENDS= pcre2>=2.31:devel/pcre2 >> LIB_DEPENDS+= libzip.so:archivers/libzip >> >> CONFIGURE_ARGS+=--enable-zip \ >> >>