From owner-freebsd-ports Mon Dec 2 14:20:34 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D5A037B40C for ; Mon, 2 Dec 2002 14:20:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD73443EEF for ; Mon, 2 Dec 2002 14:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gB2MK4x3002763 for ; Mon, 2 Dec 2002 14:20:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gB2MK4wT002762; Mon, 2 Dec 2002 14:20:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 159FA37B404 for ; Mon, 2 Dec 2002 14:10:23 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id C96C643ECF for ; Mon, 2 Dec 2002 14:10:20 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 6456092E for ; Tue, 3 Dec 2002 07:10:17 +0900 (JST) Message-Id: <20021203070909.213c8670.tkato@prontomail.com> Date: Tue, 3 Dec 2002 07:09:09 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/45927: Update port: devel/log4cpp to 0.3.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 45927 >Category: ports >Synopsis: Update port: devel/log4cpp to 0.3.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 02 14:20:04 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.3.4 >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/log4cpp/Makefile devel/log4cpp/Makefile --- /usr/ports/devel/log4cpp/Makefile Fri Nov 8 21:23:44 2002 +++ devel/log4cpp/Makefile Sun Dec 1 08:46:56 2002 @@ -7,7 +7,7 @@ # PORTNAME= log4cpp -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -urN /usr/ports/devel/log4cpp/distinfo devel/log4cpp/distinfo --- /usr/ports/devel/log4cpp/distinfo Wed Oct 16 18:54:05 2002 +++ devel/log4cpp/distinfo Sun Dec 1 08:47:17 2002 @@ -1 +1 @@ -MD5 (log4cpp-0.3.2.tar.gz) = ff95fd75bf1840a9f5b98e1db8079375 +MD5 (log4cpp-0.3.4.tar.gz) = 6e652f9a946cfb3e9fd7aa948380734e diff -urN /usr/ports/devel/log4cpp/files/patch-config::ltmain.sh devel/log4cpp/files/patch-config::ltmain.sh --- /usr/ports/devel/log4cpp/files/patch-config::ltmain.sh Sun Mar 3 14:46:11 2002 +++ devel/log4cpp/files/patch-config::ltmain.sh Sun Dec 1 08:55:19 2002 @@ -1,16 +1,32 @@ ---- config/ltmain.sh.orig Thu Jul 5 23:41:01 2001 -+++ config/ltmain.sh Fri Mar 1 22:56:44 2002 -@@ -2408,6 +2408,9 @@ +--- config/ltmain.sh.orig Tue Aug 20 10:13:37 2002 ++++ config/ltmain.sh Sun Dec 1 08:55:09 2002 +@@ -1056,14 +1056,14 @@ + # These systems don't actually have a C library (as such) + test "X$arg" = "X-lc" && continue + ;; +- *-*-openbsd*) ++ *-*-openbsd* | *-*-freebsd*) + # Do not include libc due to us having libc/libc_r. + test "X$arg" = "X-lc" && continue + ;; + esac + elif test "X$arg" = "X-lc_r"; then + case $host in +- *-*-openbsd*) ++ *-*-openbsd* | *-*-freebsd*) + # Do not include libc_r directly, use -pthread flag. + continue + ;; +@@ -2499,7 +2499,7 @@ *-*-netbsd*) # Don't link with libc until the a.out ld.so is fixed. ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; +- *-*-openbsd*) ++ *-*-openbsd* | *-*-freebsd*) + # Do not include libc due to us having libc/libc_r. + ;; *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ +@@ -4286,10 +4286,12 @@ fi # Install the pseudo-library for information purposes. diff -urN /usr/ports/devel/log4cpp/pkg-plist devel/log4cpp/pkg-plist --- /usr/ports/devel/log4cpp/pkg-plist Wed Oct 16 18:54:05 2002 +++ devel/log4cpp/pkg-plist Sun Dec 1 09:15:13 2002 @@ -14,12 +14,10 @@ include/log4cpp/IdsaAppender.hh include/log4cpp/Layout.hh 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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message