FreeBSD Bugzilla – Attachment 151320 Details for
Bug 196482
[MAINTAINER] www/typo3-lts: replace deprecated @dirrmtry with @dir()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Replace @dirrmtry with @dir
typo3-lts.diff (text/plain), 2.27 KB, created by
Helmut Ritter
on 2015-01-04 12:05:37 UTC
(
hide
)
Description:
Replace @dirrmtry with @dir
Filename:
MIME Type:
Creator:
Helmut Ritter
Created:
2015-01-04 12:05:37 UTC
Size:
2.27 KB
patch
obsolete
>diff -ruN ../typo3-lts.org/Makefile ./Makefile >--- ../typo3-lts.org/Makefile 2015-01-04 12:48:12.000000000 +0100 >+++ ./Makefile 2015-01-04 12:53:33.000000000 +0100 >@@ -63,28 +63,26 @@ > post-install: > @cd ${STAGEDIR}${PREFIX}; \ > ${FIND} * \( -type f -or -type l \) -path "${TYPO3WWW}/${PORTNAME}-${TYPO3RELEASE}/*" | \ >- ${SORT} >> ${TMPPLIST} >- @${ECHO_CMD} -e "@owner ${WWWOWN}\n@group ${WWWGRP}" >> ${TMPPLIST} >+ ${SORT} | ${SED} -ne 's#^#@(root,wheel,) #p' >> ${TMPPLIST} > @cd ${STAGEDIR}${PREFIX}; \ > ${FIND} * \( -type f -or -type l \) -path "${TYPO3WWW}/${TYPO3SRC}/typo3/ext/*" | \ >- ${SORT} >> ${TMPPLIST} >- @${ECHO_CMD} -e "@owner root\n@group wheel" >> ${TMPPLIST} >+ ${SORT} | ${SED} -ne 's#^#@(${WWWOWN},${WWWGRP},) #p' >> ${TMPPLIST} > @cd ${STAGEDIR}${PREFIX}; \ > ${FIND} * \( -type f -or -type l \) \ > -not \( -path "${TYPO3WWW}/${PORTNAME}-${TYPO3RELEASE}/*" -or \ > -path "${TYPO3WWW}/${TYPO3SRC}/typo3/ext/*" \) | \ >- ${SORT} >> ${TMPPLIST} >- @${ECHO_CMD} -e "@owner ${WWWOWN}\n@group ${WWWGRP}" >> ${TMPPLIST} >- @cd ${STAGEDIR}${PREFIX}; ${FIND} -d * -type d -regex "${TYPO3WWW}/${PORTNAME}-${TYPO3RELEASE}/*.*" | \ >- ${SORT} | ${SED} -ne 's#^#@dirrmtry #p' >> ${TMPPLIST} >- @${ECHO_CMD} -e "@owner ${WWWOWN}\n@group ${WWWGRP}" >> ${TMPPLIST} >- @cd ${STAGEDIR}${PREFIX}; ${FIND} -d * -type d -regex "${TYPO3WWW}/${TYPO3SRC}/typo3/ext/*.*" | \ >- ${SORT} | ${SED} -ne 's#^#@dirrmtry #p' >> ${TMPPLIST} >- @${ECHO_CMD} -e "@owner root\n@group wheel" >> ${TMPPLIST} >- @cd ${STAGEDIR}${PREFIX}; ${FIND} * -type d \ >+ ${SORT} | ${SED} -ne 's#^#@(root,wheel,) #p' >> ${TMPPLIST} >+ @cd ${STAGEDIR}${PREFIX}; \ >+ ${FIND} -d * -type d -regex "${TYPO3WWW}/${PORTNAME}-${TYPO3RELEASE}/*.*" | \ >+ ${SORT} | ${SED} -ne 's#^#@dir(root,wheel,) #p' >> ${TMPPLIST} >+ @cd ${STAGEDIR}${PREFIX}; \ >+ ${FIND} -d * -type d -regex "${TYPO3WWW}/${TYPO3SRC}/typo3/ext/*.*" | \ >+ ${SORT} | ${SED} -ne 's#^#@dir(${WWWOWN},${WWWGRP},) #p' >> ${TMPPLIST} >+ @cd ${STAGEDIR}${PREFIX}; \ >+ ${FIND} * -type d \ > -path "${TYPO3WWW}/*" \ > -not \( -regex "${TYPO3WWW}/${PORTNAME}-${TYPO3RELEASE}/*.*" -or \ > -regex "${TYPO3WWW}/${TYPO3SRC}/typo3/ext/*.*" \) | \ >- ${SORT} | ${SED} -ne 's#^#@dirrmtry #p' >> ${TMPPLIST} >+ ${SORT} | ${SED} -ne 's#^#@dir(root,wheel,) #p' >> ${TMPPLIST} > > .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 196482
: 151320