Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 2010 22:24:24 GMT
From:      "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jadawin@FreeBSD.org
Subject:   ports/151089: [PATCH] www/p5-libwww: Crypt::SSLeay is required for https
Message-ID:  <201009292224.o8TMOOA3072592@frieza.p6m7g8.net>
Resent-Message-ID: <201009292230.o8TMU9Yn089266@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009292224.o8TMOOA3072592>