FreeBSD Bugzilla – Attachment 143160 Details for
Bug 190316
[patch] Add staging support to www/phpgedview
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.16 KB, created by
joe
on 2014-05-27 16:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
joe
Created:
2014-05-27 16:50:00 UTC
Size:
1.16 KB
patch
obsolete
>diff --git a/www/phpgedview/Makefile b/www/phpgedview/Makefile >index 91c1aec..1e0ad5c 100644 >--- a/www/phpgedview/Makefile >+++ b/www/phpgedview/Makefile >@@ -25,7 +25,6 @@ OPTIONS_MULTI_DB= MYSQL PGSQL SQLITE > OPTIONS_DEFAULT= SQLITE > DB_DESC= Data storage > >-NO_STAGE= yes > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MMYSQL} >@@ -48,19 +47,13 @@ post-extract: > .endfor > > do-install: >- @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR} >- @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/index ${WWWDIR}/media >- @${CHMOD} -R u+w ${WWWDIR}/index ${WWWDIR}/media >+ @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} >+ @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}/index ${STAGEDIR}${WWWDIR}/media >+ @${CHMOD} -R u+w ${STAGEDIR}${WWWDIR}/index ${STAGEDIR}${WWWDIR}/media > @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/index ${WWWDIR}/media' >>${TMPPLIST} > @${ECHO_CMD} '@exec ${CHMOD} -R u+w ${WWWDIR}/index ${WWWDIR}/media' >>${TMPPLIST} > > post-install: >-.for f in ${DISTATE} >- @if [ ! -f ${WWWDIR}/${f} ]; then \ >- ${CP} -p ${WWWDIR}/${f}-dist ${WWWDIR}/${f}; \ >- ${CHMOD} a+w ${WWWDIR}/${f}; \ >- fi >-.endfor > @${CAT} ${PKGMESSAGE} > > .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 190316
: 143160