FreeBSD Bugzilla – Attachment 184159 Details for
Bug 220545
finance/sql-ledger: Fixed problem with scripts not installing as executable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
"svn diff" of Makefile changes
sql-ledger.diff (text/plain), 1.85 KB, created by
MikeH
on 2017-07-07 19:34:53 UTC
(
hide
)
Description:
"svn diff" of Makefile changes
Filename:
MIME Type:
Creator:
MikeH
Created:
2017-07-07 19:34:53 UTC
Size:
1.85 KB
patch
obsolete
>Index: finance/sql-ledger/Makefile >=================================================================== >--- finance/sql-ledger/Makefile (revision 445281) >+++ finance/sql-ledger/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= sql-ledger > PORTVERSION= 3.2.5 >+PORTREVISION= 1 > CATEGORIES= finance perl5 > MASTER_SITES= http://www.sql-ledger.com/source/ > >@@ -20,14 +21,24 @@ > USES= perl5 pgsql shebangfix > SHEBANG_FILES= *.pl locale/*/*.pl bin/*/*.pl > NO_ARCH= yes >+USE_APACHE_RUN= 22+ > > ROOT_DIRS= SL bin css doc images js locale spool sql templates users >-ROOT_FILES= VERSION admin.pl am.pl ap.pl ar.pl bp.pl ca.pl cp.pl ct.pl\ >- favicon.ico gl.pl hr.pl ic.pl im.pl index.html ir.pl is.pl\ >- jc.pl login.pl menu.ini menu.pl oe.pl pe.pl ps.pl rc.pl\ >- rd.pl rp.pl setup.pl sm.pl vr.pl >+ROOT_FILES= VERSION favicon.ico index.html menu.ini >+ROOT_SCRIPTS= admin.pl am.pl ap.pl ar.pl bp.pl ca.pl cp.pl ct.pl \ >+ gl.pl hr.pl ic.pl im.pl ir.pl is.pl \ >+ jc.pl login.pl menu.pl oe.pl pe.pl ps.pl rc.pl \ >+ rd.pl rp.pl setup.pl sm.pl vr.pl > >+.include <bsd.port.pre.mk> >+ > do-install: >+.if ${APACHE_VERSION:M24} >+ @${REINPLACE_CMD} -e '/Order/d' \ >+ -e 's/Deny from All/Require all denied/g' \ >+ -e 's/Allow from All/Require all granted/g' \ >+ ${WRKDIR}/sql-ledger-httpd.conf >+.endif > ${INSTALL_DATA} ${WRKDIR}/sql-ledger-httpd.conf ${STAGEDIR}${PREFIX}/etc/ > @${MKDIR} ${STAGEDIR}/${WWWDIR} > .for dir in ${ROOT_DIRS} >@@ -37,6 +48,9 @@ > .for f in ${ROOT_FILES} > ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}/${WWWDIR} > .endfor >+.for f in ${ROOT_SCRIPTS} >+ ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}/${WWWDIR} >+.endfor > > post-install: > @${ECHO_CMD} "@owner ${WWWOWN}" >> ${TMPPLIST} >@@ -52,4 +66,4 @@ > @${ECHO_CMD} "@group" >> ${TMPPLIST} > @${ECHO_CMD} "@owner" >> ${TMPPLIST} > >-.include <bsd.port.mk> >+.include <bsd.port.post.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 220545
: 184159