Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 May 2003 18:55:18 +0200 (CEST)
From:      <herve.quiroz@esil.univ-mrs.fr>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   java/51662: Fix port: jakarta-commons-logging
Message-ID:  <200305011655.h41GtIcb093839@puget.esil.univ-mrs.fr>
Resent-Message-ID: <200305011700.h41H0RY8013315@freefall.freebsd.org>

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

>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:



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