From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 10 16:40:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E9B0571 for ; Mon, 10 Mar 2014 16:40:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 34DBEED3 for ; Mon, 10 Mar 2014 16:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AGe15T049619 for ; Mon, 10 Mar 2014 16:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2AGe11N049618; Mon, 10 Mar 2014 16:40:01 GMT (envelope-from gnats) Resent-Date: Mon, 10 Mar 2014 16:40:01 GMT Resent-Message-Id: <201403101640.s2AGe11N049618@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mathieu Arnold Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 89017434 for ; Mon, 10 Mar 2014 16:35:30 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EEE46E98 for ; Mon, 10 Mar 2014 16:35:25 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 219BBBDC24; Mon, 10 Mar 2014 17:35:24 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 09225BDC1D; Mon, 10 Mar 2014 17:35:24 +0100 (CET) Received: from aragorn.in.absolight.net (aragorn.in.absolight.net [79.143.241.225]) by gw.in.absolight.net (Postfix) with ESMTP id 754B5613F; Mon, 10 Mar 2014 17:35:23 +0100 (CET) Received: by aragorn.in.absolight.net (Postfix, from userid 1000) id D7AAA1426A2; Mon, 10 Mar 2014 17:35:22 +0100 (CET) Message-Id: <20140310163522.D7AAA1426A2@aragorn.in.absolight.net> Date: Mon, 10 Mar 2014 17:35:22 +0100 (CET) From: Mathieu Arnold To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/187423: [PATCH] devel/log4cplus: update to 1.1.2 Cc: reed@reedmedia.net X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2014 16:40:02 -0000 >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: