FreeBSD Bugzilla – Attachment 144167 Details for
Bug 189963
[patch] Add staging support to www/phpbb3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Stage support to phpbb3
phpbb32-staging.patch.txt (text/plain), 2.14 KB, created by
joe
on 2014-06-26 18:26:38 UTC
(
hide
)
Description:
Stage support to phpbb3
Filename:
MIME Type:
Creator:
joe
Created:
2014-06-26 18:26:38 UTC
Size:
2.14 KB
patch
obsolete
>diff --git a/www/phpbb3/Makefile b/www/phpbb3/Makefile >index d8ea6e8..edb73bd 100644 >--- a/www/phpbb3/Makefile >+++ b/www/phpbb3/Makefile >@@ -16,7 +16,7 @@ LICENSE= GPLv2 > CONFLICTS= phpbb-tw-[0-9]* phpbb-devel-[0-9]* \ > phpbb-[0-2]* > >-USE_BZIP2= yes >+USES= tar:bzip2 > USE_PHP= yes > > # The phpBB3 port supports a number of variables that may be tweaked at build >@@ -35,7 +35,6 @@ SUB_LIST= PHPBBURL="${PHPBBURL}" \ > > PLIST_SUB+= PHPBBDIR=${PHPBBDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} > >-NO_STAGE= yes > # Set custom variables: > # > PHPBBDIR= ${WWWDOCROOT}/${PHPBBURL} >@@ -55,21 +54,15 @@ pre-everything:: > .endif > > do-install: >- @ cd ${WRKSRC} && ${COPYTREE_SHARE} . ${PREFIX}/${PHPBBDIR} "! -name config.php" >- @ [ -f ${PREFIX}/${PHPBBDIR}/config.php ] || ${TOUCH} ${PREFIX}/${PHPBBDIR}/config.php >- @ ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${PHPBBDIR} >- @ ${CHMOD} -R 0755 ${PREFIX}/${PHPBBDIR} >+ @ cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${PHPBBDIR} "! -name config.php" >+ @ ${TOUCH} ${STAGEDIR}${PREFIX}/${PHPBBDIR}/config.php.sample >+ @ ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${PREFIX}/${PHPBBDIR} >+ @ ${CHMOD} -R 0755 ${STAGEDIR}${PREFIX}/${PHPBBDIR} > @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} \ > ${PHPBBDIR:S|^${PREFIX}/|%D/|}' >> ${TMPPLIST} > > post-install: >-.if !defined(NOPORTDOCS) >- @ ${MKDIR} ${DOCSDIR} >- @ cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR} >- >-.if !defined(BATCH) >- @ ${CAT} ${PKGMESSAGE} >-.endif >-.endif >+ @ ${MKDIR} ${STAGEDIR}${DOCSDIR} >+ @ cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} > > .include <bsd.port.mk> >diff --git a/www/phpbb3/pkg-plist b/www/phpbb3/pkg-plist >index c6a3688..2222066 100644 >--- a/www/phpbb3/pkg-plist >+++ b/www/phpbb3/pkg-plist >@@ -966,8 +966,7 @@ > %%PHPBBDIR%%/viewonline.php > %%PHPBBDIR%%/viewtopic.php > %%PHPBBDIR%%/web.config >-@exec [ -f %D/%%PHPBBDIR%%/config.php ] || touch %D/%%PHPBBDIR%%/config.php >-@unexec [ -s %D/%%PHPBBDIR%%/config.php ] || rm -f %D/%%PHPBBDIR%%/config.php >+@sample %%PHPBBDIR%%/config.php.sample > @dirrm %%PHPBBDIR%%/styles/subsilver2/theme/images > @dirrm %%PHPBBDIR%%/styles/subsilver2/theme > @dirrm %%PHPBBDIR%%/styles/subsilver2/template
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 189963
:
142865
| 144167