FreeBSD Bugzilla – Attachment 131238 Details for
Bug 175272
[PATCH] www/tdiary: adopt OptionsNG
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-tdiary
patch-tdiary (text/plain), 960 bytes, created by
Yasuhiro Kimura
on 2013-01-14 00:50:01 UTC
(
hide
)
Description:
patch-tdiary
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2013-01-14 00:50:01 UTC
Size:
960 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 310295) >+++ Makefile (working copy) >@@ -61,7 +61,13 @@ > > REINPLACE_ARGS= -i '' > >+OPTIONS_DEFINE= DOCS NORA >+OPTIONS_DEFAULT= DOCS NORA >+ >+NORA_DESC= Use Nora >+ > .include <bsd.port.pre.mk> >+.include <bsd.port.options.mk> > > .if ${RUBY_VER} == 1.9 > .if !defined(RUBY_PROVIDED) >@@ -74,7 +80,7 @@ > IGNORE= requires Ruby 1.8.5 or later > .endif > RUN_DEPENDS+= ${DEPEND_RUBY_ICONV} >-.if !defined(WITHOUT_TDIARY_NORA) >+.if ${PORT_OPTIONS:MNORA} > RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/web/escape_ext.so:${PORTSDIR}/www/ruby-nora > .endif > .endif >@@ -115,7 +121,7 @@ > post-install: > @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' >> ${TMPPLIST} > @${ECHO_CMD} bin/${TDIARY_SCRIPT} >> ${TMPPLIST} >-.if !defined(NOPORTDOCS) >+.if ${PORT_OPTIONS:MDOCS} > @${INSTALL} -d ${DOCSDIR} > @cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} > .endif
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 175272
: 131238