From owner-freebsd-java@FreeBSD.ORG Thu May 1 10:00:28 2003 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D85BF37B401 for ; Thu, 1 May 2003 10:00:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFF2543FBD for ; Thu, 1 May 2003 10:00:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h41H0RUp013316 for ; Thu, 1 May 2003 10:00:27 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h41H0RY8013315; Thu, 1 May 2003 10:00:27 -0700 (PDT) Resent-Date: Thu, 1 May 2003 10:00:27 -0700 (PDT) Resent-Message-Id: <200305011700.h41H0RY8013315@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-java@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C12C237B401 for ; Thu, 1 May 2003 09:56:17 -0700 (PDT) Received: from puget.esil.univ-mrs.fr (puget.esil.univ-mrs.fr [139.124.41.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31BEC43F75 for ; Thu, 1 May 2003 09:56:16 -0700 (PDT) (envelope-from rv@puget.esil.univ-mrs.fr) Received: from puget.esil.univ-mrs.fr (localhost.esil.univ-mrs.fr [127.0.0.1]) h41GtIbJ093840 for ; Thu, 1 May 2003 18:55:18 +0200 (CEST) (envelope-from rv@puget.esil.univ-mrs.fr) Received: (from rv@localhost) by puget.esil.univ-mrs.fr (8.12.6p2/8.12.6/Submit) id h41GtIcb093839; Thu, 1 May 2003 18:55:18 +0200 (CEST) Message-Id: <200305011655.h41GtIcb093839@puget.esil.univ-mrs.fr> Date: Thu, 1 May 2003 18:55:18 +0200 (CEST) From: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: java/51662: Fix port: jakarta-commons-logging X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: herve.quiroz@esil.univ-mrs.fr List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2003 17:00:29 -0000 >Number: 51662 >Category: java >Synopsis: Fix port: jakarta-commons-logging >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu May 01 10:00:27 PDT 2003 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 5.0-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD puget.esil.univ-mrs.fr 5.0-RELEASE-p6 FreeBSD 5.0-RELEASE-p6 #2: Fri Mar 28 20:04:56 CET 2003 root@puget.esil.univ-mrs.fr:/usr/obj/usr/src/sys/ASSIMILATED i386 >Description: The log4j dependency is not set correctly and therefore the port will not build. >How-To-Repeat: >Fix: diff -u jakarta-commons-logging.old/Makefile jakarta-commons-logging/Makefile --- jakarta-commons-logging.old/Makefile Thu May 1 18:26:35 2003 +++ jakarta-commons-logging/Makefile Thu May 1 18:27:01 2003 @@ -16,7 +16,7 @@ COMMENT= Generic logging wrapper library BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/jakarta-ant \ - ${LOCALBASE}/share/java/classes/jakarta-log4j.jar:${PORTSDIR}/java/jakarta-log4j + ${LOCALBASE}/share/java/classes/log4j.jar:${PORTSDIR}/java/jakarta-log4j USE_JAVA= 1.2+ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src >Release-Note: >Audit-Trail: >Unformatted: