ports/78761: [PATCH] biology/artemis: Fix bsd.java.mk use

Herve Quiroz hq at FreeBSD.org
Sun Mar 13 02:40:04 UTC 2005


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



More information about the freebsd-ports-bugs mailing list