Bug 123911 - [PATCH] lang/php5: remove putenv() patch for FreeBSD 7+
Summary: [PATCH] lang/php5: remove putenv() patch for FreeBSD 7+
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-22 20:40 UTC by Sean Farley
Modified: 2008-06-09 13:20 UTC (History)
1 user (show)

See Also:


Attachments
php5-5.2.6_1.patch (2.03 KB, patch)
2008-05-22 20:40 UTC, Sean Farley
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!