From owner-svn-ports-all@freebsd.org Tue Dec 5 15:56:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D9E9E6EA0C; Tue, 5 Dec 2017 15:56:06 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 DE8298016B; Tue, 5 Dec 2017 15:56:05 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vB5Fu5m3075848; Tue, 5 Dec 2017 15:56:05 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB5Fu4Zw075846; Tue, 5 Dec 2017 15:56:04 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201712051556.vB5Fu4Zw075846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 5 Dec 2017 15:56:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455586 - in head/archivers/php71-phar: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head/archivers/php71-phar: . files X-SVN-Commit-Revision: 455586 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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, 05 Dec 2017 15:56:06 -0000 Author: tz Date: Tue Dec 5 15:56:04 2017 New Revision: 455586 URL: https://svnweb.freebsd.org/changeset/ports/455586 Log: archivers/php71-phar: Unbreak if devel/re2c is installed There is a upstream bug which makes compiling this module impossible if devel/re2c is installed: https://bugs.php.net/bug.php?id=75587 The patch unbreaks this behavior. PR: 223880 Submitted by: mishin@mh.san.ru Added: head/archivers/php71-phar/files/patch-Makefile.frag (contents, props changed) Modified: head/archivers/php71-phar/Makefile Modified: head/archivers/php71-phar/Makefile ============================================================================== --- head/archivers/php71-phar/Makefile Tue Dec 5 15:00:03 2017 (r455585) +++ head/archivers/php71-phar/Makefile Tue Dec 5 15:56:04 2017 (r455586) @@ -2,6 +2,7 @@ CATEGORIES= archivers +PORTREVISION= 2 MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -phar Added: head/archivers/php71-phar/files/patch-Makefile.frag ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/php71-phar/files/patch-Makefile.frag Tue Dec 5 15:56:04 2017 (r455586) @@ -0,0 +1,9 @@ +--- Makefile.frag.orig 2017-12-05 11:59:48 UTC ++++ Makefile.frag +@@ -1,5 +1,5 @@ + $(srcdir)/phar_path_check.c: $(srcdir)/phar_path_check.re +- @(cd $(top_srcdir); $(RE2C) --no-generation-date -b -o ext/phar/phar_path_check.c ext/phar/phar_path_check.re) ++ @(cd $(top_srcdir); $(RE2C) --no-generation-date -b -o phar_path_check.c phar_path_check.re) + + pharcmd: $(builddir)/phar.php $(builddir)/phar.phar +