Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2013 12:19:31 GMT
From:      Spil <spil.oss@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/181806: [news/sabnzbdplus] FeedParser and py-OpenSSL options reversed
Message-ID:  <201309041219.r84CJVue050731@oldred.freebsd.org>
Resent-Message-ID: <201309041220.r84CK0Kp058896@freefall.freebsd.org>

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

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



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