FreeBSD Bugzilla – Attachment 161864 Details for
Bug 203665
news/diablo: plist, permission problems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
diablo.patch (text/plain), 2.00 KB, created by
Dmitry Marakasov
on 2015-10-09 20:42:13 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2015-10-09 20:42:13 UTC
Size:
2.00 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 390640) >+++ Makefile (working copy) >@@ -20,24 +20,21 @@ > OPTIONS_DEFINE= DES DOCS > DES_DESC= DES encryption support > >-USES= tar:tgz >+USES= tar:tgz > >-.include <bsd.port.options.mk> >- > post-patch: >- ${CP} ${FILESDIR}/diablo.in ${WRKDIR}/diablo >- ${REINPLACE_CMD} -E 's|%%PREFIX%%|${STAGEDIR}${PREFIX}|g ;\ >+ @${CP} ${FILESDIR}/diablo.in ${WRKDIR}/diablo >+ @${REINPLACE_CMD} -E 's|%%PREFIX%%|${STAGEDIR}${PREFIX}|g ;\ > s|-g -O.?|${CFLAGS}| ; s|g?cc|${CC}|' \ > ${WRKSRC}/XMakefile.inc >- ${REINPLACE_CMD} -E 's|%%PREFIX%%|${PREFIX}|g' \ >+ @${REINPLACE_CMD} -E 's|%%PREFIX%%|${PREFIX}|g' \ > ${WRKDIR}/diablo ${WRKSRC}/XMakefile.inst > # Fix for GCC 4.2 >- ${REINPLACE_CMD} -e 's|VServerConfig\[\]|*VServerConfig|' \ >+ @${REINPLACE_CMD} -e 's|VServerConfig\[\]|*VServerConfig|' \ > ${WRKSRC}/dreaderd/main.c > >-.if empty(PORT_OPTIONS:MDES) >- ${REINPLACE_CMD} -e 's| -ldes||g' ${WRKSRC}/XMakefile.inc >-.endif >+post-patch-DES-off: >+ @${REINPLACE_CMD} -e 's| -ldes||g' ${WRKSRC}/XMakefile.inc > > do-build: > (cd ${WRKSRC} && xmake all) >@@ -51,8 +48,11 @@ > ${MKDIR} ${STAGEDIR}${PREFIX}/news/spool/group > ${MKDIR} ${STAGEDIR}${PREFIX}/news/spool/postq > (cd ${WRKSRC} && xmake install) >+ @${RM} -rf ${STAGEDIR}${PREFIX}/news/man > @${STRIP_CMD} ${STAGEDIR}${PREFIX}/news/dbin/* > ${INSTALL_SCRIPT} ${WRKDIR}/diablo ${STAGEDIR}${PREFIX}/etc/rc.d >+ >+do-install-DOCS-on: > ${MKDIR} ${STAGEDIR}${DOCSDIR} > .for file in ${PORTDOCS} > ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 390640) >+++ pkg-plist (working copy) >@@ -122,5 +122,14 @@ > news/samples/reader/dreader.access > news/samples/reader/dserver.hosts > news/samples/reader/moderators >+@dir news/spool/postq >+@dir news/spool/news >+@dir news/spool/group >+@dir news/spool/cache >+@dir news/spool >+@dir news/run >+@dir news/log >+@dir news/dqueue >+@dir news > @owner > @group
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 203665
: 161864