FreeBSD Bugzilla – Attachment 143469 Details for
Bug 190385
Add stage support & update some ports I maintain
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
new diff for graphics/driconf
driconf.diff (text/plain), 1.50 KB, created by
Guido Falsi
on 2014-06-06 21:19:51 UTC
(
hide
)
Description:
new diff for graphics/driconf
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2014-06-06 21:19:51 UTC
Size:
1.50 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 356836) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= driconf > PORTVERSION= 0.9.1 >-PORTREVISION= 8 >+PORTREVISION= 9 > CATEGORIES= graphics > MASTER_SITES= ${MASTER_SITE_DEBIAN} > MASTER_SITE_SUBDIR= pool/main/d/${PORTNAME} >@@ -18,15 +18,10 @@ > USE_PYTHON= yes > NO_BUILD= yes > USES= gettext >-INSTALLS_EGGINFO= yes >-PYDISTUTILS_EGGINFODIR= lib/driconf >+USE_PYDISTUTILS= yes >+PYDISTUTILS_EGGINFODIR= ${STAGEDIR}${PREFIX}/lib/driconf > >-NO_STAGE= yes > pre-patch: >- @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \ >- -e 's|/usr/local|${PREFIX}|' >+ @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/driconf* ${WRKSRC}/setup.* > >-do-install: >- @(cd ${WRKSRC} && ${PYTHON_CMD} setup.py install) >- > .include <bsd.port.mk> >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 356836) >+++ pkg-plist (working copy) >@@ -1,14 +1,19 @@ > bin/driconf > lib/driconf/dri.py > lib/driconf/dri.pyc >+lib/driconf/dri.pyo > lib/driconf/driconf.py > lib/driconf/driconf.pyc >+lib/driconf/driconf.pyo > lib/driconf/driconf_commonui.py > lib/driconf/driconf_commonui.pyc >+lib/driconf/driconf_commonui.pyo > lib/driconf/driconf_complexui.py > lib/driconf/driconf_complexui.pyc >+lib/driconf/driconf_complexui.pyo > lib/driconf/driconf_simpleui.py > lib/driconf/driconf_simpleui.pyc >+lib/driconf/driconf_simpleui.pyo > %%DATADIR%%/card.png > %%DATADIR%%/drilogo.jpg > %%DATADIR%%/screen.png
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
Flags:
madpilot
:
maintainer-approval?
(lichray)
Actions:
View
|
Diff
Attachments on
bug 190385
:
143214
|
143215
|
143216
|
143419
|
143420
|
143421
|
143422
|
143423
| 143469