Date: Sun, 13 Mar 2005 03:33:57 +0100 (CET) From: Herve Quiroz <hq@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: fernan@iib.unsam.edu.ar Subject: ports/78761: [PATCH] biology/artemis: Fix bsd.java.mk use Message-ID: <200503130233.j2D2Xv43087168@arabica.esil.univ-mrs.fr> Resent-Message-ID: <200503130240.j2D2e1rA094561@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 78761 >Category: ports >Synopsis: [PATCH] biology/artemis: Fix bsd.java.mk use >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 13 02:40:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Herve Quiroz >Release: FreeBSD 5.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD arabica.esil.univ-mrs.fr 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #2: Tue Mar 1 17:49:01 CET >Description: Just a couple of fixes for the bsd.java.mk 2.0 migration... - Port that use Java to run should be part of the 'java' category. - JAVA_RUN should either be 'jdk' or 'jre'. Moreover, when NO_BUILD is set, JAVA_RUN is set to a default value that suits with this port. Port maintainer (fernan@iib.unsam.edu.ar) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- artemis-6.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/biology/artemis/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 12 Mar 2005 08:01:19 -0000 1.4 +++ Makefile 13 Mar 2005 02:30:16 -0000 @@ -7,7 +7,7 @@ PORTNAME= artemis PORTVERSION= 6 -CATEGORIES= biology +CATEGORIES= biology java MASTER_SITES= http://www.sanger.ac.uk/Software/Artemis/v${PORTVERSION}/ DISTNAME= artemis_compiled_v${PORTVERSION} @@ -18,7 +18,6 @@ USE_JAVA= yes JAVA_VERSION= 1.4+ -JAVA_RUN= yes NO_BUILD= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" --- artemis-6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503130233.j2D2Xv43087168>