FreeBSD Bugzilla – Attachment 143705 Details for
Bug 190965
[patch] Added stage support to www/vertx
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Added stage support to vertx
vertx-staging.patch.txt (text/plain), 1.44 KB, created by
joe
on 2014-06-12 14:13:44 UTC
(
hide
)
Description:
Added stage support to vertx
Filename:
MIME Type:
Creator:
joe
Created:
2014-06-12 14:13:44 UTC
Size:
1.44 KB
patch
obsolete
>diff --git a/www/vertx/Makefile b/www/vertx/Makefile >index d43a7d7..3c94e0b 100644 >--- a/www/vertx/Makefile >+++ b/www/vertx/Makefile >@@ -38,7 +38,6 @@ OPTIONS_DEFINE= DOCS EXAMPLES JYTHON JRUBY > JYTHON_DESC= Use Python to write verticles > JRUBY_DESC= Use Ruby to write verticles > >-NO_STAGE= yes > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MJYTHON} >@@ -60,21 +59,18 @@ post-patch: > @${REINPLACE_CMD} ${WRKSRC}/bin/${PORTNAME} ${WRKSRC}/conf/logging.properties > > do-install: >- ${MKDIR} ${DATADIR} >+ ${MKDIR} ${STAGEDIR}${DATADIR} > .for d in client conf lib >- cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR} >+ cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR} > .endfor >- ${MKDIR} ${DATADIR}/bin >- ${INSTALL_SCRIPT} ${WRKSRC}/bin/${PORTNAME} ${DATADIR}/bin/${PORTNAME} >- ${LN} -s ${DATADIR}/bin/${PORTNAME} ${PREFIX}/bin/${PORTNAME} >+ ${MKDIR} ${STAGEDIR}${DATADIR}/bin >+ ${INSTALL_SCRIPT} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${DATADIR}/bin/${PORTNAME} >+ ${LN} -s ${DATADIR}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} > .if ${PORT_OPTIONS:MDOCS} >- cd ${WRKSRC}/api-docs && ${COPYTREE_SHARE} . ${DOCSDIR} >+ cd ${WRKSRC}/api-docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} > .endif > .if ${PORT_OPTIONS:MEXAMPLES} >- cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR} >-.endif >-.if ${PORT_OPTIONS:MJRUBY} >- @${CAT} ${PKGMESSAGE} >+ cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} > .endif > > .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 190965
: 143705