The current patch to putenv() is not required for FreeBSD after version 700050. Before version 700050, putenv() did copy the provided string. Now, it follows the POSIX standard and uses the provided string directly. Port maintainer (ale@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer (via the GNATS Auto Assign Tool)
ale 2008-06-09 12:11:33 UTC FreeBSD ports repository Modified files: lang/php5/files patch-ext_standard_basic_functions.c Log: FreeBSD >= 700050 has POSIX standard putenv(). PR: ports/123911 Submitted by: scf Revision Changes Path 1.3 +8 -13 ports/lang/php5/files/patch-ext_standard_basic_functions.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!