Date: Thu, 5 Jan 2006 00:50:39 +0200 From: Ion-Mihai IOnut Tetcu <itetcu@gmail.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/91323: [PATCH] net/azureus: fix build Message-ID: <1136415039.43396@it.buh.cameradicommercio.ro> Resent-Message-ID: <200601042300.k04N0GkF050162@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 91323 >Category: ports >Synopsis: [PATCH] net/azureus: fix build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 04 23:00:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Ion-Mihai "IOnut" Tetcu >Release: FreeBSD 6.0-STABLE i386 >Organization: Tecnik'93 >Environment: System: FreeBSD 6.0-STABLE #8: Wed Dec 21 04:31:20 EET 2005 >Description: Fix location of installed junit.jar Now the build fails when trying to install already installed java/junit. With the patch my TinderFoxy builds w/o error (tested on 4 and 7). >How-To-Repeat: >Fix: --- Makefile.diff begins here --- --- Makefile.cvs Wed Jan 4 17:09:23 2006 +++ Makefile Thu Jan 5 00:38:54 2006 @@ -2,7 +2,7 @@ # Date created: October 6, 2004 # Whom: Jeremy Faulkner <gldisater@gldis.ca> # -# $FreeBSD: /repoman/r/pcvs/ports/net/azureus/Makefile,v 1.28 2006/01/04 15:09:23 erwin Exp $ +# $FreeBSD: ports/net/azureus/Makefile,v 1.28 2006/01/04 15:09:23 erwin Exp $ # PORTNAME= azureus @@ -19,7 +19,7 @@ BUILD_DEPENDS= \ ${JAVALIBDIR}/log4j.jar:${PORTSDIR}/devel/log4j \ ${JAVALIBDIR}/commons-cli.jar:${PORTSDIR}/java/jakarta-commons-cli \ - ${LOCALBASE}/eclipse/plugins/org.junit_3.8.1/junit.jar:${PORTSDIR}/java/junit \ + ${LOCALBASE}/share/java/classes/junit.jar:${PORTSDIR}/java/junit \ ${JAVALIBDIR}/swt.jar:${PORTSDIR}/x11-toolkits/swt31 \ ${JAVALIBDIR}/seda.jar:${PORTSDIR}/net/seda RUN_DEPENDS= \ --- Makefile.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1136415039.43396>