FreeBSD Bugzilla – Attachment 89842 Details for
Bug 126876
www/xpi-adblock - Makefile.xpi's xpi-gen gets the wrong id sometimes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
xpi-gen.patch
xpi-gen.patch (text/plain), 730 bytes, created by
Lapo Luchini
on 2010-06-21 12:12:45 UTC
(
hide
)
Description:
xpi-gen.patch
Filename:
MIME Type:
Creator:
Lapo Luchini
Created:
2010-06-21 12:12:45 UTC
Size:
730 bytes
patch
obsolete
>--- /usr/ports/www/xpi-adblock/Makefile.xpi 2009-12-14 15:39:12.000000000 +0100 >+++ /usr/home/lapo/ports/xpi-adblock/Makefile.xpi 2010-06-21 13:08:16.000000000 +0200 >@@ -191,8 +191,9 @@ > # Maintainer section > xpi-gen: extract > @${ECHO_CMD} -n 'XPI_ID=' >- @${GREP} -Em1 'em:id|<id>' ${WRKSRC}/install.rdf | ${CUT} -f2- -d\> | \ >- ${CUT} -f1 -d\< | ${CUT} -f2 -d\" >+ @${SED} -n '/<RDF:Description RDF:about="urn:mozilla:install-manifest"/,/>/p' ${WRKSRC}/install.rdf | \ >+ ${GREP} -Em1 'em:id|<id>' | ${CUT} -f2- -d\> | \ >+ ${CUT} -f1 -d\< | ${CUT} -f2 -d\" > @${ECHO_CMD} -n 'XPI_FILES=' > @cd ${WRKSRC} && ${FIND} -s . -not -type d | cut -f2- -d/ | ${TR} '\n' ' ' > @if [ -d ${FILESDIR} -a -f ${FILESDIR}/chrome.manifest ] ; \
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 126876
: 89842 |
89843