ports/151089: [PATCH] www/p5-libwww: Crypt::SSLeay is required for https
Philip M. Gollucci
pgollucci at p6m7g8.com
Wed Sep 29 22:30:09 UTC 2010
>Number: 151089
>Category: ports
>Synopsis: [PATCH] www/p5-libwww: Crypt::SSLeay is required for https
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Sep 29 22:30:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Philip M. Gollucci
>Release: FreeBSD 9.0-CURRENT amd64
>Organization:
RideCharge Inc / TaxiMagic
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #1: Tue Aug 24 18:32:38 UTC 2010
>Description:
Port maintainer (jadawin at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- p5-libwww-5.837.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-libwww/Makefile,v
retrieving revision 1.100
diff -u -u -r1.100 Makefile
--- Makefile 22 Sep 2010 13:33:16 -0000 1.100
+++ Makefile 29 Sep 2010 22:22:47 -0000
@@ -19,6 +19,14 @@
RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
p5-URI>=0:${PORTSDIR}/net/p5-URI
+OPTIONS= SSL "Enable https supporrt" off
+
+.include <bsd.port.options.mk>
+
+.if defined(WITH_SSL)
+RUN_DEPENDS+= p5-security/p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay
+.endif
+
PERL_CONFIGURE= yes
CONFIGURE_ARGS= --aliases
--- p5-libwww-5.837.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list