pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Add SSL support to net/php4-ftp package (ftp_ssl_conne...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d58675ef2910
branches:  trunk
changeset: 466228:d58675ef2910
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Tue Jan 13 19:44:59 2004 +0000

description:
Add SSL support to net/php4-ftp package (ftp_ssl_connect() function et.al.).
Bump package revision.

diffstat:

 doc/CHANGES           |  3 ++-
 net/php4-ftp/Makefile |  9 +++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diffs (38 lines):

diff -r 56506b534eb5 -r d58675ef2910 doc/CHANGES
--- a/doc/CHANGES       Tue Jan 13 19:32:06 2004 +0000
+++ b/doc/CHANGES       Tue Jan 13 19:44:59 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4449 2004/01/13 13:06:52 adam Exp $
+$NetBSD: CHANGES,v 1.4450 2004/01/13 19:44:59 jdolecek Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -205,3 +205,4 @@
        Updated cyrus-saslauthd to 2.1.17nb1 [jlam 2004-01-13]
        Added xawtv-3.90 [jmmv 2004-01-13]
        Updated sylpheed-claws to 0.9.8 [adam 2004-01-13]
+       Updated php4-ftp to 4.3.4nb2 [jdolecek 2004-01-13]
diff -r 56506b534eb5 -r d58675ef2910 net/php4-ftp/Makefile
--- a/net/php4-ftp/Makefile     Tue Jan 13 19:32:06 2004 +0000
+++ b/net/php4-ftp/Makefile     Tue Jan 13 19:44:59 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2004/01/13 18:59:35 jdolecek Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/13 19:44:59 jdolecek Exp $
 
 MODNAME=               ftp
 CATEGORIES+=           net
-PKGREVISION=           1
+PKGREVISION=           2
 COMMENT=               PHP4 extension for FTP access
 
 USE_BUILDLINK2=                YES
@@ -12,4 +12,9 @@
 
 CONFIGURE_ARGS+=       --enable-${MODNAME}
 
+# adjust so that the pkg gets built with SSL support
+LIBS+=                 -lssl -lcrypto
+CFLAGS+=               -DHAVE_OPENSSL_EXT
+
+.include "../../security/openssl/buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index