pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/php-ftp



Module Name:    pkgsrc
Committed By:   tm
Date:           Tue May  5 14:08:16 UTC 2020

Modified Files:
        pkgsrc/net/php-ftp: Makefile

Log Message:
php-ftp: php7 requirement to build with SSL


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/php-ftp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/php-ftp/Makefile
diff -u pkgsrc/net/php-ftp/Makefile:1.20 pkgsrc/net/php-ftp/Makefile:1.21
--- pkgsrc/net/php-ftp/Makefile:1.20    Sat Jan 18 21:50:23 2020
+++ pkgsrc/net/php-ftp/Makefile Tue May  5 14:08:15 2020
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.20 2020/01/18 21:50:23 jperkin Exp $
+# $NetBSD: Makefile,v 1.21 2020/05/05 14:08:15 tm Exp $
 
 MODNAME=               ftp
 CATEGORIES+=           net
 COMMENT=               PHP extension for FTP access
-PKGREVISION=           1
+PKGREVISION=           2
 
 CONFLICTS=     php-ftp-[0-9]*
 
@@ -11,7 +11,7 @@ CONFIGURE_ARGS+=      --enable-${MODNAME}
 
 # adjust so that the pkg gets built with SSL support
 LIBS+=                 -lssl -lcrypto
-CFLAGS+=               -DHAVE_OPENSSL_EXT
+CFLAGS+=               -DHAVE_OPENSSL_EXT -DHAVE_FTP_SSL
 
 .include "../../lang/php/ext.mk"
 .include "../../security/openssl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index