Upgrade to 0.3.2.

PR:		ports/44109
Submitted by:	Ports Fury.
This commit is contained in:
Vanilla I. Shu 2002-10-16 06:48:25 +00:00
parent f5e3e26dc0
commit 0c47e394fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68137
3 changed files with 19 additions and 7 deletions

View file

@ -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>

View file

@ -1 +1 @@
MD5 (log4cpp-0.2.7.tar.gz) = f6af222149acb9c5286d6bf6c416fb9b
MD5 (log4cpp-0.3.2.tar.gz) = ff95fd75bf1840a9f5b98e1db8079375

View file

@ -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