pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/56681 CVS commit: pkgsrc/lang



The following reply was made to PR pkg/56681; it has been noted by GNATS.

From: "David H. Gutteridge" <gutteridge%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56681 CVS commit: pkgsrc/lang
Date: Fri, 4 Feb 2022 01:41:01 +0000

 Module Name:	pkgsrc
 Committed By:	gutteridge
 Date:		Fri Feb  4 01:41:01 UTC 2022
 
 Modified Files:
 	pkgsrc/lang/php80: options.mk
 	pkgsrc/lang/php81: options.mk
 
 Log Message:
 php80 & php81: correct zts option invocation
 
 Starting with PHP 8.0, zts is enabled with --enable-zts, rather than
 the older --enable-maintainer-zts. Addresses PR pkg/56681.
 
 The actual pkgsrc option name should probably be adjusted, and the
 current "maintainer-zts" moved to PKG_LEGACY_OPTIONS. I've left it for
 another commit.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/php80/options.mk
 cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/php81/options.mk
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index