Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2014 17:35:22 +0100 (CET)
From:      Mathieu Arnold <mat@freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        reed@reedmedia.net
Subject:   ports/187423: [PATCH] devel/log4cplus: update to 1.1.2
Message-ID:  <20140310163522.D7AAA1426A2@aragorn.in.absolight.net>
Resent-Message-ID: <201403101640.s2AGe11N049618@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187423
>Category:       ports
>Synopsis:       [PATCH] devel/log4cplus: update to 1.1.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 10 16:40:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 10.0-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.in.absolight.net 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Fri Jan 17 01:46:25 UTC
>Description:
- Update to 1.1.2

Port maintainer (reed@reedmedia.net) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.03 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- log4cplus-1.1.2.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 347777)
+++ Makefile	(working copy)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	log4cplus
-PORTVERSION=	1.0.4
+PORTVERSION=	1.1.2
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION}
-DISTFILES=	log4cplus-${PORTVERSION}.tar.bz2
 
 MAINTAINER=	reed@reedmedia.net
 COMMENT=	logging library for C++
@@ -12,11 +11,11 @@
 
 OPTIONS_DEFINE=	DOCS
 
-USE_GCC=	any
-USE_AUTOTOOLS=	libtool
+USES=		libtool pathfix
+USE_XZ=		yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=--enable-threads=yes
+CONFIGURE_ARGS=	--enable-threads=yes
 MAKE_JOBS_UNSAFE=	yes
 
 PORTDOCS=	*
Index: distinfo
===================================================================
--- distinfo	(revision 347777)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (log4cplus-1.0.4.tar.bz2) = c2bb01b5f4bff5fa768700e98ead4a79dfd556096c9f3f0401849da7ab80fbef
-SIZE (log4cplus-1.0.4.tar.bz2) = 420708
+SHA256 (log4cplus-1.1.2.tar.xz) = 999427580cded403b4edc8a85088621f27493c489f08b9f564fb5fe76c16a883
+SIZE (log4cplus-1.1.2.tar.xz) = 433728
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 347777)
+++ pkg-plist	(working copy)
@@ -1,35 +1,48 @@
 include/log4cplus/LICENSE
 include/log4cplus/appender.h
+include/log4cplus/asyncappender.h
+include/log4cplus/boost/deviceappender.hxx
+include/log4cplus/clogger.h
 include/log4cplus/config.hxx
 include/log4cplus/config/defines.hxx
 include/log4cplus/config/macosx.h
 include/log4cplus/config/win32.h
+include/log4cplus/config/windowsh-inc.h
 include/log4cplus/configurator.h
 include/log4cplus/consoleappender.h
 include/log4cplus/fileappender.h
 include/log4cplus/fstreams.h
 include/log4cplus/helpers/appenderattachableimpl.h
+include/log4cplus/helpers/fileinfo.h
+include/log4cplus/helpers/lockfile.h
 include/log4cplus/helpers/loglog.h
 include/log4cplus/helpers/logloguser.h
 include/log4cplus/helpers/pointer.h
 include/log4cplus/helpers/property.h
+include/log4cplus/helpers/queue.h
 include/log4cplus/helpers/sleep.h
+include/log4cplus/helpers/snprintf.h
 include/log4cplus/helpers/socket.h
 include/log4cplus/helpers/socketbuffer.h
 include/log4cplus/helpers/stringhelper.h
-include/log4cplus/helpers/syncprims-pthreads.h
-include/log4cplus/helpers/syncprims.h
 include/log4cplus/helpers/thread-config.h
-include/log4cplus/helpers/threads.h
 include/log4cplus/helpers/timehelper.h
 include/log4cplus/hierarchy.h
 include/log4cplus/hierarchylocker.h
+include/log4cplus/internal/cygwin-win32.h
+include/log4cplus/internal/env.h
+include/log4cplus/internal/internal.h
+include/log4cplus/internal/socket.h
 include/log4cplus/layout.h
+include/log4cplus/log4judpappender.h
 include/log4cplus/logger.h
 include/log4cplus/loggingmacros.h
 include/log4cplus/loglevel.h
+include/log4cplus/mdc.h
 include/log4cplus/ndc.h
+include/log4cplus/nteventlogappender.h
 include/log4cplus/nullappender.h
+include/log4cplus/qt4debugappender.h
 include/log4cplus/socketappender.h
 include/log4cplus/spi/appenderattachable.h
 include/log4cplus/spi/factory.h
@@ -41,14 +54,31 @@
 include/log4cplus/spi/rootlogger.h
 include/log4cplus/streams.h
 include/log4cplus/syslogappender.h
+include/log4cplus/tchar.h
+include/log4cplus/thread/impl/syncprims-impl.h
+include/log4cplus/thread/impl/syncprims-pthreads.h
+include/log4cplus/thread/impl/syncprims-win32.h
+include/log4cplus/thread/impl/threads-impl.h
+include/log4cplus/thread/impl/tls.h
+include/log4cplus/thread/syncprims-pub-impl.h
+include/log4cplus/thread/syncprims.h
+include/log4cplus/thread/threads.h
+include/log4cplus/tracelogger.h
 include/log4cplus/tstring.h
 include/log4cplus/version.h
-lib/liblog4cplus-1.0.so
-lib/liblog4cplus-1.0.so.4
+include/log4cplus/win32consoleappender.h
+include/log4cplus/win32debugappender.h
+lib/liblog4cplus-1.1.so.9
+lib/liblog4cplus-1.1.so.9.0.0
 lib/liblog4cplus.a
 lib/liblog4cplus.la
 lib/liblog4cplus.so
-@dirrm include/log4cplus/config
+libdata/pkgconfig/log4cplus.pc
+@dirrm include/log4cplus/thread/impl
+@dirrm include/log4cplus/thread
 @dirrm include/log4cplus/spi
+@dirrm include/log4cplus/internal
 @dirrm include/log4cplus/helpers
+@dirrm include/log4cplus/config
+@dirrm include/log4cplus/boost
 @dirrm include/log4cplus
--- log4cplus-1.1.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140310163522.D7AAA1426A2>