diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2014-04-27 09:51:17 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2014-04-27 09:51:17 +0000 |
commit | f660a251cd43816c37002d927455eb6a7a346aa4 (patch) | |
tree | 070ecd635c598ba1661ad4518afab2e246bdbbfe /net/phpldapadmin/files/patch-tools__po__Makefile | |
parent | Update emulators/i386-wine-devel to 1.7.17. (diff) |
Add patches from the PLA git repository http://sourceforge.net/u/nihilisticz/phpldapadmin/commit_browser
These solve a function name clash with a new php-5.5 built-in and use
of the deprecated preg_replace /e modifier.
Submitted by: Zhang Huangbin
Obtained from: http://sourceforge.net/u/nihilisticz/phpldapadmin/commit_browser
Notes
Notes:
svn path=/head/; revision=352409
Diffstat (limited to 'net/phpldapadmin/files/patch-tools__po__Makefile')
-rw-r--r-- | net/phpldapadmin/files/patch-tools__po__Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/phpldapadmin/files/patch-tools__po__Makefile b/net/phpldapadmin/files/patch-tools__po__Makefile index cacbef161c54..69af00f03476 100644 --- a/net/phpldapadmin/files/patch-tools__po__Makefile +++ b/net/phpldapadmin/files/patch-tools__po__Makefile @@ -1,5 +1,5 @@ ---- ./tools/po/Makefile.orig 2013-12-17 10:35:33.849229663 +0000 -+++ ./tools/po/Makefile 2013-12-17 10:35:42.989230589 +0000 +--- ./tools/po/Makefile.orig 2012-10-01 07:54:14.000000000 +0100 ++++ ./tools/po/Makefile 2014-04-27 09:40:05.269794411 +0100 @@ -1,4 +1,3 @@ -#!/bin/bash # |