diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-10-16 06:48:25 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-10-16 06:48:25 +0000 |
commit | 0c47e394fde6107da77e47ccb01a49b38a43e3d9 (patch) | |
tree | 1868f2735469760c05b14aae61c9ee9a471011e6 /devel/log4cpp | |
parent | f5e3e26dc02ce85fbd329536aa6104bd50f42296 (diff) | |
download | ports-0c47e394fde6107da77e47ccb01a49b38a43e3d9.tar.gz ports-0c47e394fde6107da77e47ccb01a49b38a43e3d9.zip |
Notes
Diffstat (limited to 'devel/log4cpp')
-rw-r--r-- | devel/log4cpp/Makefile | 8 | ||||
-rw-r--r-- | devel/log4cpp/distinfo | 2 | ||||
-rw-r--r-- | devel/log4cpp/pkg-plist | 16 |
3 files changed, 19 insertions, 7 deletions
diff --git a/devel/log4cpp/Makefile b/devel/log4cpp/Makefile index a2ef7c829767..0be88590b9d1 100644 --- a/devel/log4cpp/Makefile +++ b/devel/log4cpp/Makefile @@ -7,7 +7,7 @@ # PORTNAME= log4cpp -PORTVERSION= 0.2.7 +PORTVERSION= 0.3.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,10 +17,8 @@ MAINTAINER= ports@FreeBSD.org USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" +CONFIGURE_ARGS= --with-pthreads INSTALLS_SHLIB= yes -post-patch: - @${REINPLACE_CMD} -e 's, endl, std::endl,g' ${WRKSRC}/tests/Clock.cpp \ - ${WRKSRC}/tests/testbench.cpp - .include <bsd.port.mk> diff --git a/devel/log4cpp/distinfo b/devel/log4cpp/distinfo index de1f43c9a575..531bd3faf915 100644 --- a/devel/log4cpp/distinfo +++ b/devel/log4cpp/distinfo @@ -1 +1 @@ -MD5 (log4cpp-0.2.7.tar.gz) = f6af222149acb9c5286d6bf6c416fb9b +MD5 (log4cpp-0.3.2.tar.gz) = ff95fd75bf1840a9f5b98e1db8079375 diff --git a/devel/log4cpp/pkg-plist b/devel/log4cpp/pkg-plist index 5134aa04b610..bfb713838055 100644 --- a/devel/log4cpp/pkg-plist +++ b/devel/log4cpp/pkg-plist @@ -1,9 +1,11 @@ bin/log4cpp-config include/log4cpp/Appender.hh include/log4cpp/AppenderSkeleton.hh +include/log4cpp/BasicConfigurator.hh include/log4cpp/BasicLayout.hh include/log4cpp/Category.hh include/log4cpp/CategoryStream.hh +include/log4cpp/Configurator.hh include/log4cpp/Export.hh include/log4cpp/FileAppender.hh include/log4cpp/Filter.hh @@ -15,21 +17,33 @@ include/log4cpp/LayoutAppender.hh include/log4cpp/Log4cppCleanup.hh include/log4cpp/LoggingEvent.hh include/log4cpp/NDC.hh +include/log4cpp/NTEventLogAppender.hh include/log4cpp/OstreamAppender.hh include/log4cpp/OstringStream.hh include/log4cpp/PatternLayout.hh include/log4cpp/Portability.hh include/log4cpp/Priority.hh +include/log4cpp/PropertyConfigurator.hh include/log4cpp/RemoteSyslogAppender.hh +include/log4cpp/RollingFileAppender.hh include/log4cpp/SimpleConfigurator.hh include/log4cpp/SimpleLayout.hh include/log4cpp/StringQueueAppender.hh include/log4cpp/SyslogAppender.hh include/log4cpp/TimeStamp.hh +include/log4cpp/Win32DebugAppender.hh include/log4cpp/config-openvms.h include/log4cpp/config-win32.h include/log4cpp/config.h +include/log4cpp/threading/BoostThreads.hh +include/log4cpp/threading/DummyThreads.hh +include/log4cpp/threading/MSThreads.hh +include/log4cpp/threading/OmniThreads.hh +include/log4cpp/threading/PThreads.hh +include/log4cpp/threading/Threading.hh lib/liblog4cpp.a lib/liblog4cpp.so -lib/liblog4cpp.so.3 +lib/liblog4cpp.so.4 +share/aclocal/log4cpp.m4 +@dirrm include/log4cpp/threading @dirrm include/log4cpp |