FreeBSD Bugzilla – Attachment 143389 Details for
Bug 190639
[patch] Added stage support to www/syndigator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Added stage support to syndigator
syndigator-staging.patch.txt (text/plain), 1.57 KB, created by
joe
on 2014-06-04 23:16:50 UTC
(
hide
)
Description:
Added stage support to syndigator
Filename:
MIME Type:
Creator:
joe
Created:
2014-06-04 23:16:50 UTC
Size:
1.57 KB
patch
obsolete
>diff --git a/www/syndigator/Makefile b/www/syndigator/Makefile >index 179531a..a75ad5e 100644 >--- a/www/syndigator/Makefile >+++ b/www/syndigator/Makefile >@@ -26,7 +26,6 @@ NO_BUILD= yes > > GNOMEDIR= ${PREFIX}/share > >-NO_STAGE= yes > post-patch: > @${REINPLACE_CMD} -i '' -e 's|./lib|${PREFIX}/${SITE_PERL_REL}/${PORTNAME}|' \ > ${WRKSRC}/syndigator >@@ -34,15 +33,15 @@ post-patch: > ${WRKSRC}/lib/RSSReader/Gtk2UI/IconFactory.pm > > do-install: >- ${INSTALL_SCRIPT} ${WRKSRC}/syndigator ${PREFIX}/bin >- @${MKDIR} ${PREFIX}/${SITE_PERL_REL}/${PORTNAME} >+ ${INSTALL_SCRIPT} ${WRKSRC}/syndigator ${STAGEDIR}${PREFIX}/bin >+ @${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/${PORTNAME} > cd ${WRKSRC}/lib && ${FIND} . | \ >- ${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/${SITE_PERL_REL}/${PORTNAME} >- @${MKDIR} ${GNOMEDIR}/applications >- ${INSTALL_DATA} ${WRKSRC}/syndigator.desktop ${GNOMEDIR}/applications >- @${MKDIR} ${GNOMEDIR}/pixmaps >- ${INSTALL_DATA} ${WRKSRC}/icons/*.* ${GNOMEDIR}/pixmaps >- @${MKDIR} ${GNOMEDIR}/pixmaps/${PORTNAME} >- ${INSTALL_DATA} ${WRKSRC}/images/*.* ${GNOMEDIR}/pixmaps/${PORTNAME} >+ ${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/${PORTNAME} >+ @${MKDIR} ${STAGEDIR}${GNOMEDIR}/applications >+ ${INSTALL_DATA} ${WRKSRC}/syndigator.desktop ${STAGEDIR}${GNOMEDIR}/applications >+ @${MKDIR} ${STAGEDIR}${GNOMEDIR}/pixmaps >+ ${INSTALL_DATA} ${WRKSRC}/icons/*.* ${STAGEDIR}${GNOMEDIR}/pixmaps >+ @${MKDIR} ${STAGEDIR}${GNOMEDIR}/pixmaps/${PORTNAME} >+ ${INSTALL_DATA} ${WRKSRC}/images/*.* ${STAGEDIR}${GNOMEDIR}/pixmaps/${PORTNAME} > > .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 Raw
Actions:
View
Attachments on
bug 190639
: 143389 |
143426