FreeBSD Bugzilla – Attachment 164594 Details for
Bug 205574
news/newsstar: cleanup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
newstar.patch (text/plain), 2.32 KB, created by
Dmitry Marakasov
on 2015-12-24 12:04:04 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2015-12-24 12:04:04 UTC
Size:
2.32 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 404121) >+++ Makefile (working copy) >@@ -75,20 +75,20 @@ > ${REINPLACE_CMD} -e 's|install-data-local: install-docs|install-data-local:|' ${WRKSRC}/Makefile.in > > post-install: >-.if ${PORT_OPTIONS:MEXAMPLES} >- ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >+ ${MAKE} -C ${WRKSRC}/src install DESTDIR=${STAGEDIR} >+ ${MAKE} -C ${WRKSRC}/docs install-man DESTDIR=${STAGEDIR} >+ ${MKDIR} ${STAGEDIR}/var/spool/newsstar >+ >+post-install-EXAMPLES-on: >+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} > .for i in ${EX_CONFIGS} > ${INSTALL_DATA} ${WRKSRC}/sample_config/${i} ${STAGEDIR}${EXAMPLESDIR} > .endfor >-.endif >-.if ${PORT_OPTIONS:MDOCS} >- ${MKDIR} ${STAGEDIR}${DOCSDIR} >+ >+post-install-DOCS-on: >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} > .for i in ${DOCS} > ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} > .endfor >-.else >- ${MAKE} -C ${WRKSRC}/src install DESTDIR=${STAGEDIR} >- ${MAKE} -C ${WRKSRC}/docs install-man DESTDIR=${STAGEDIR} >-.endif > > .include <bsd.port.post.mk> >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 404121) >+++ pkg-plist (working copy) >@@ -31,11 +31,8 @@ > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/master.ignore.sample > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/master.score.sample > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/newsrc.sample >-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% >-%%PORTDOCS%%@dirrm %%DOCSDIR%% >-@dirrm libexec/newsstar >-@dirrmtry %%ETCDIR%% >-@unexec if [ -d /var/spool/newsstar ] ; then echo "==================================================" ; echo "If you are deinstalling newsstar for good" ; echo "remove the spool: type: rm -rf /var/spool/newsstar"; echo "==================================================" ; fi >-@unexec rmdir /var/spool/newsstar/lib >/dev/null 2>&1 || : >-@unexec rmdir /var/spool/newsstar/incoming >/dev/null 2>&1 || : >-@unexec rmdir /var/spool/newsstar >/dev/null 2>&1 || : >+@dir(news,news,750) /var/spool/newsstar/incoming >+@dir(news,news,750) /var/spool/newsstar/lib >+@dir /var/spool/newsstar >+@dir %%ETCDIR%% >+@postunexec if [ -d /var/spool/newsstar ] ; then echo "==================================================" ; echo "If you are deinstalling newsstar for good" ; echo "remove the spool: type: rm -rf /var/spool/newsstar"; echo "==================================================" ; fi
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 205574
: 164594