FreeBSD Bugzilla – Attachment 136510 Details for
Bug 181747
[patch] www/mod_rivet -- support configuration options
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.88 KB, created by
Pietro Cerutti
on 2013-09-02 09:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Pietro Cerutti
Created:
2013-09-02 09:40:01 UTC
Size:
1.88 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 325946) >+++ Makefile (working copy) >@@ -15,6 +15,11 @@ > > LIB_DEPENDS= libitcl.so:${PORTSDIR}/lang/itcl > >+OPTIONS_DEFINE= IMP_NS EXP_CMD DOCS >+OPTIONS_DEFAULT=IMP_NS EXP_CMD >+IMP_NS_DESC= Import the ::rivet namespace >+EXP_CMD_DESC= Export commands from the ::rivet namespace >+ > USE_APACHE= 22+ > USE_TCL= 85+ > USE_LDCONFIG= ${PREFIX}/lib/rivet >@@ -22,20 +27,40 @@ > USES= gmake > GNU_CONFIGURE= yes > >+PORTDOCS= * > INSTALL_TARGET= install install-packages > >-.include <bsd.port.pre.mk> >+.include <bsd.port.options.mk> > >-CONFIGURE_ARGS+= --with-apache-version=2 \ >- --prefix=${PREFIX} --with-apxs=${APXS} \ >- --with-tcl=${TCL_LIBDIR} --with-tclsh=${TCLSH} \ >- --with-rivet-target-dir=${PREFIX}/lib/rivet >+.if !${PORT_OPTIONS:MIMP_NS} >+CONFIGURE_ARGS+=--disable-import-rivet-commands >+.endif > >+.if !${PORT_OPTIONS:MEXP_CMD} >+CONFIGURE_ARGS+=--disable-rivet-commands-export >+.endif >+ >+.if ${PORT_OPTIONS:MPACKAGES} >+PLIST_SUB+= PACKAGES="" >+INSTALL_TARGET+=install-packages >+.else >+PLIST_SUB+= PACKAGES="@comment " >+.endif >+ >+CONFIGURE_ARGS+=--with-apache-version=2 \ >+ --prefix=${PREFIX} --with-apxs=${APXS} \ >+ --with-tcl=${TCL_LIBDIR} --with-tclsh=${TCLSH} \ >+ --with-rivet-target-dir=${PREFIX}/lib/rivet >+ > post-patch: > ${REINPLACE_CMD} -e 's|`$${apxs_found} -q LIBEXECDIR`|${PREFIX}/${APACHEMODDIR}|g' \ > ${WRKSRC}/configure.ac ${WRKSRC}/configure > > post-install: >+.if ${PORT_OPTIONS:MDOCS} >+ ${MKDIR} ${DOCSDIR} >+ @cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} \* ${DOCSDIR} >+.endif > @${ECHO_MSG} "" > @${ECHO_MSG} "====================================================" > @${ECHO_MSG} "Remember to modify your apache configuration file" >@@ -50,4 +75,4 @@ > @${ECHO_MSG} "" > @${ECHO_MSG} "====================================================" > >-.include <bsd.port.post.mk> >+.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 181747
: 136510