ports/181806: [news/sabnzbdplus] FeedParser and py-OpenSSL options reversed

Spil spil.oss at gmail.com
Wed Sep 4 12:20:00 UTC 2013


>Number:         181806
>Category:       ports
>Synopsis:       [news/sabnzbdplus] FeedParser and py-OpenSSL options reversed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 04 12:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Spil
>Release:        FreeBSD 9.2-RC3 amd64
>Organization:
n.a.
>Environment:
FreeBSD build3.example.org 9.2-RC3 FreeBSD 9.2-RC3 #0 r254795: Sat Aug 24 20:25:04 UTC 2013     root at bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
The sabnzbd+ port depends on OpenSSL when FeedParser OPTION is enabled and vice versa
>How-To-Repeat:
cd /usr/ports/news/sabnzbd
make -DWITHOUT_OPENSSL

Pulls in py-openssl
>Fix:
--- Makefile.orig       2013-09-04 14:13:04.669281507 +0200
+++ Makefile    2013-09-04 14:13:42.846277377 +0200
@@ -99,7 +99,7 @@
 .endif

 .if ${PORT_OPTIONS:MFEEDPARSER}
-RUN_DEPENDS+=  ${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl
+RUN_DEPENDS+=   ${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser
 .endif

 .if ${PORT_OPTIONS:MYENC}
@@ -107,7 +107,7 @@
 .endif

 .if ${PORT_OPTIONS:MOPENSSL}
-RUN_DEPENDS+=  ${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser
+RUN_DEPENDS+=   ${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl
 .endif

 .if ${PORT_OPTIONS:MUNRAR}


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list