Bug 123911

Summary: [PATCH] lang/php5: remove putenv() patch for FreeBSD 7+
Product: Ports & Packages Reporter: Sean Farley <scf>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me CC: ale
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
php5-5.2.6_1.patch none

Description Sean Farley freebsd_committer freebsd_triage 2008-05-22 20:40:04 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-22 20:40:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-06-09 13:11:53 UTC
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"
Comment 3 Alex Dupre freebsd_committer freebsd_triage 2008-06-09 13:11:54 UTC
State Changed
From-To: open->closed

Committed, thanks!