FreeBSD Bugzilla – Attachment 147773 Details for
Bug 194007
[patch]: print/system-config-printer: fix staging paths in python files and convert to USES=python
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for print/system-config-printer
patch-system-config-printer.diff (text/plain), 1.45 KB, created by
Marcus von Appen
on 2014-09-28 21:02:01 UTC
(
hide
)
Description:
Patch for print/system-config-printer
Filename:
MIME Type:
Creator:
Marcus von Appen
Created:
2014-09-28 21:02:01 UTC
Size:
1.45 KB
patch
obsolete
>Index: print/system-config-printer/Makefile >=================================================================== >--- print/system-config-printer/Makefile (revision 369468) >+++ print/system-config-printer/Makefile (working copy) >@@ -4,7 +4,7 @@ > > PORTNAME= system-config-printer > PORTVERSION= 1.4.2 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= print gnome > MASTER_SITES= http://cyberelk.net/tim/data/${PORTNAME}/${PORTVERSION:R}/ > >@@ -18,10 +18,9 @@ > ${PYTHON_SITELIBDIR}/pycurl.so:${PORTSDIR}/ftp/py-curl \ > ${LOCALBASE}/libexec/cups-pk-helper-mechanism:${PORTSDIR}/print/cups-pk-helper > >-USE_PYTHON= yes > GNU_CONFIGURE= yes >-USES= desktop-file-utils gettext gmake pathfix pkgconfig shebangfix \ >- tar:xz >+USES= desktop-file-utils gettext gmake pathfix pkgconfig python \ >+ shebangfix tar:xz > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > USE_GNOME= intlhack pygobject3 >@@ -33,7 +32,6 @@ > > SHEBANG_FILES= *.py troubleshoot/*.py xml/validate.py > >-INSTALLS_EGGINFO= yes > PYDISTUTILS_PKGNAME= cupshelpers > PYDISTUTILS_PKGVERSION= 1.0 > >@@ -45,7 +43,7 @@ > ${WRKSRC}/cupshelpers/xmldriverprefs.py \ > ${WRKSRC}/dbus/org.fedoraproject.Config.Printing.service \ > ${WRKSRC}/newprinter.py ${WRKSRC}/probe_printer.py >- @${REINPLACE_CMD} -e 's|setup.py install|setup.py install -c -O1|g' \ >+ @${REINPLACE_CMD} -e 's|setup.py install.*|setup.py install -c -O1 --prefix=${PREFIX} --root=${STAGEDIR}|g' \ > ${WRKSRC}/Makefile.in > > .include <bsd.port.mk>
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 194007
: 147773