FreeBSD Bugzilla – Attachment 183294 Details for
Bug 219841
devel/log4cplus: cleanup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
log4cplus.patch (text/plain), 1.84 KB, created by
Dmitry Marakasov
on 2017-06-07 12:32:38 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2017-06-07 12:32:38 UTC
Size:
1.84 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 424623) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= log4cplus > PORTVERSION= 1.1.2 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= devel > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} > >@@ -11,6 +11,7 @@ > COMMENT= Logging library for C++ > > LICENSE= APACHE20 >+LICENSE_FILE= ${WRKSRC}/LICENSE > > OPTIONS_DEFINE= DOCS > >@@ -18,15 +19,15 @@ > USE_LDCONFIG= yes > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --enable-threads=yes >+INSTALL_TARGET= install-strip > MAKE_JOBS_UNSAFE= yes > > PORTDOCS= * > >-post-install: >- ${INSTALL_DATA} ${WRKSRC}/LICENSE ${STAGEDIR}${PREFIX}/include/log4cplus >- ${MKDIR} ${STAGEDIR}${DOCSDIR} >- ${INSTALL_MAN} ${WRKSRC}/docs/*.config ${STAGEDIR}${DOCSDIR} >- ${INSTALL_MAN} ${WRKSRC}/docs/*.html ${STAGEDIR}${DOCSDIR} >- ${INSTALL_MAN} ${WRKSRC}/docs/doxygen.css ${STAGEDIR}${DOCSDIR} >+post-install-DOCS-on: >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/docs/*.config ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/docs/*.html ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/docs/doxygen.css ${STAGEDIR}${DOCSDIR} > > .include <bsd.port.mk> >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 424623) >+++ pkg-descr (working copy) >@@ -2,4 +2,4 @@ > thread-safe, flexible, and arbitrarily granular control over log management > and configuration. It is modeled after the Java log4j API. > >-WWW: http://log4cplus.sourceforge.net >+WWW: http://log4cplus.sourceforge.net/ >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 424623) >+++ pkg-plist (working copy) >@@ -1,4 +1,3 @@ >-include/log4cplus/LICENSE > include/log4cplus/appender.h > include/log4cplus/asyncappender.h > include/log4cplus/boost/deviceappender.hxx
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 219841
: 183294