FreeBSD Bugzilla – Attachment 167664 Details for
Bug 207583
[PATCH] news/sabnzbdplus suggested changes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
new/sabnzbdplus patch
sabnzbdplus.patch (text/plain), 1.89 KB, created by
joshruehlig
on 2016-03-03 02:48:31 UTC
(
hide
)
Description:
new/sabnzbdplus patch
Filename:
MIME Type:
Creator:
joshruehlig
Created:
2016-03-03 02:48:31 UTC
Size:
1.89 KB
patch
obsolete
>diff -urN sabnzbdplus-orig/Makefile sabnzbdplus/Makefile >--- sabnzbdplus-orig/Makefile 2016-02-28 08:14:42.742171692 -0800 >+++ sabnzbdplus/Makefile 2016-03-02 18:33:41.855990955 -0800 >@@ -44,25 +44,11 @@ > > .include <bsd.port.pre.mk> > >-.if ${PORT_OPTIONS:MPAR2CMDLINE} >-RUN_DEPENDS+= par2repair:${PORTSDIR}/archivers/par2cmdline-tbb >-.endif >- >-.if ${PORT_OPTIONS:MFEEDPARSER} >-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}feedparser>=0:${PORTSDIR}/textproc/py-feedparser >-.endif >- >-.if ${PORT_OPTIONS:MYENC} >-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}yenc>=0:${PORTSDIR}/news/py-yenc >-.endif >- >-.if ${PORT_OPTIONS:MOPENSSL} >-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl >-.endif >- >-.if ${PORT_OPTIONS:MUNRAR} >-RUN_DEPENDS+= unrar:${PORTSDIR}/archivers/unrar >-.endif >+PAR2CMDLINE_RUN_DEPENDS= par2repair:${PORTSDIR}/archivers/par2cmdline-tbb >+FEEDPARSER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=0:${PORTSDIR}/textproc/py-feedparser >+YENC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yenc>=0:${PORTSDIR}/news/py-yenc >+OPENSSL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl >+UNRAR_RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar > > post-patch: > @${REINPLACE_CMD} -e "s:/usr/bin/python:${PYTHON_CMD}:g" \ >@@ -86,7 +72,7 @@ > .if ${PORT_OPTIONS:MDOCS} > ${MKDIR} ${STAGEDIR}${DOCSDIR} > .for i in ${PORTDOCS} >- ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_MAN} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} > .endfor > .endif > >diff -urN sabnzbdplus-orig/files/sabnzbd.in sabnzbdplus/files/sabnzbd.in >--- sabnzbdplus-orig/files/sabnzbd.in 2016-02-28 08:14:42.630364278 -0800 >+++ sabnzbdplus/files/sabnzbd.in 2016-02-28 09:52:02.141989771 -0800 >@@ -46,7 +46,6 @@ > > sabnzbd_prestart() > { >- PATH=${PATH}:/usr/local/bin:/usr/local/sbin > for sabdir in ${sabnzbd_conf_dir} ${pidfile%/*}; do > if [ ! -d "${sabdir}" ]; then > install -d -o ${sabnzbd_user} -g ${sabnzbd_group} ${sabdir}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 207583
:
167552
|
167664
|
167848
|
167850