svn commit: r317659 - head/ftp/php5-ftp
Alex Dupre
ale at FreeBSD.org
Wed May 8 12:49:40 UTC 2013
Author: ale
Date: Wed May 8 12:49:39 2013
New Revision: 317659
URL: http://svnweb.freebsd.org/changeset/ports/317659
Log:
Make ssl support deterministic.
Modified:
head/ftp/php5-ftp/Makefile
Modified: head/ftp/php5-ftp/Makefile
==============================================================================
--- head/ftp/php5-ftp/Makefile Wed May 8 12:47:23 2013 (r317658)
+++ head/ftp/php5-ftp/Makefile Wed May 8 12:49:39 2013 (r317659)
@@ -11,4 +11,8 @@ MASTERDIR= ${.CURDIR}/../../lang/php5
PKGNAMESUFFIX= -ftp
+post-patch:
+ @${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \
+ ${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.*
+
.include "${MASTERDIR}/Makefile"
More information about the svn-ports-head
mailing list