summaryrefslogtreecommitdiff
path: root/sysutils/php52-posix
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-05-05 15:18:09 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-05-05 15:18:09 +0000
commit76ea697dacaf70ce7375be9c3623b1bc61c01c11 (patch)
tree85130903d086474d23571421dc5fa66fbf8f0563 /sysutils/php52-posix
parentUnbreak vuln.xml format. (diff)
- apply BACKPORTS patch unconditionally and remove BACKPORTS option
- update backports patch to latest version (20120504) - align pathnames in slave ports - bump PORTREVISION The only drawback of this change is that now for building of every slave port (php extension) we extracting full php52 source tree. Apologies that it took that long. PR: 164849 Submitted by: Svyatoslav Lempert <svyatoslav.lempert at gmail dot com> Approved by: Alex Keda <admin at lissyara dot su> Security: 60de13d5-95f0-11e1-806a-001143cd36d8
Diffstat (limited to 'sysutils/php52-posix')
-rw-r--r--sysutils/php52-posix/files/patch-posix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/php52-posix/files/patch-posix.c b/sysutils/php52-posix/files/patch-posix.c
index d2365b249569..a5b3bd1109f5 100644
--- a/sysutils/php52-posix/files/patch-posix.c
+++ b/sysutils/php52-posix/files/patch-posix.c
@@ -1,5 +1,5 @@
---- posix.c.orig Fri Feb 23 00:40:39 2007
-+++ posix.c Sun May 13 17:52:27 2007
+--- ext/posix/posix.c.orig Fri Feb 23 00:40:39 2007
++++ ext/posix/posix.c Sun May 13 17:52:27 2007
@@ -838,7 +838,7 @@
#if defined(ZTS) && defined(HAVE_GETGRNAM_R) && defined(_SC_GETGR_R_SIZE_MAX)
buflen = sysconf(_SC_GETGR_R_SIZE_MAX);