From nobody@FreeBSD.org  Tue Oct 15 13:16:20 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2319C37B401
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 15 Oct 2002 13:16:20 -0700 (PDT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B739D43EAA
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 15 Oct 2002 13:16:19 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FKGJ7R067736
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 15 Oct 2002 13:16:19 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.6/8.12.6/Submit) id g9FKGJYf067726;
	Tue, 15 Oct 2002 13:16:19 -0700 (PDT)
Message-Id: <200210152016.g9FKGJYf067726@www.freebsd.org>
Date: Tue, 15 Oct 2002 13:16:19 -0700 (PDT)
From: KATO Tsuguru <tkato@prontomail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: devel/log4cpp to 0.3.2
X-Send-Pr-Version: www-1.0

>Number:         44109
>Category:       ports
>Synopsis:       Update port: devel/log4cpp to 0.3.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 15 13:20:02 PDT 2002
>Closed-Date:    Tue Oct 15 23:49:00 PDT 2002
>Last-Modified:  Tue Oct 15 23:49:00 PDT 2002
>Originator:     KATO Tsuguru
>Release:        4.7-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.3.2

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/devel/log4cpp/Makefile devel/log4cpp/Makefile
--- /usr/ports/devel/log4cpp/Makefile	Tue Sep 10 20:08:36 2002
+++ devel/log4cpp/Makefile	Wed Oct 16 04:25:58 2002
@@ -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 @@
 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 -urN /usr/ports/devel/log4cpp/distinfo devel/log4cpp/distinfo
--- /usr/ports/devel/log4cpp/distinfo	Wed Feb 20 14:58:42 2002
+++ devel/log4cpp/distinfo	Wed Oct 16 04:20:20 2002
@@ -1 +1 @@
-MD5 (log4cpp-0.2.7.tar.gz) = f6af222149acb9c5286d6bf6c416fb9b
+MD5 (log4cpp-0.3.2.tar.gz) = ff95fd75bf1840a9f5b98e1db8079375
diff -urN /usr/ports/devel/log4cpp/pkg-plist devel/log4cpp/pkg-plist
--- /usr/ports/devel/log4cpp/pkg-plist	Sun Mar  3 14:46:09 2002
+++ devel/log4cpp/pkg-plist	Wed Oct 16 04:33:35 2002
@@ -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/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

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: vanilla 
State-Changed-When: Tue Oct 15 23:48:50 PDT 2002 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=44109 
>Unformatted:
