Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Apr 2004 01:55:15 -0800 (PST)
From:      Kang Liu <liukang@bjpu.edu.cn>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/65118: [maintainer] A small change in www/jakarta-tomcat5 for bsd.java.mk 2.0 compatible
Message-ID:  <200404030955.i339tFhg007399@www.freebsd.org>
Resent-Message-ID: <200404031000.i33A0hse063888@freefall.freebsd.org>

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

>Number:         65118
>Category:       ports
>Synopsis:       [maintainer] A small change in www/jakarta-tomcat5 for bsd.java.mk 2.0 compatible
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 03 02:00:42 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Kang Liu
>Release:        4.9
>Organization:
Beijing University of Technology
>Environment:
4.9-STABLE FreeBSD
>Description:
bsd.java.mk 2.0 has been bring into ports tree.
I change the Makefile to 2.0 style.
>How-To-Repeat:
      
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/jakarta-tomcat5/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	12 Mar 2004 02:39:29 -0000	1.14
+++ Makefile	3 Apr 2004 09:38:34 -0000
@@ -15,7 +15,8 @@
 MAINTAINER=	liukang@bjpu.edu.cn
 COMMENT=	Open-source Java web server by Apache, 5.0.x branch
 
-USE_JAVA=	1.3+
+USE_JAVA=	yes
+JAVA_VERSION=	1.3+
 NO_BUILD=	YES
 
 MAJOR_VER=	${PORTVERSION:R}

>Release-Note:
>Audit-Trail:
>Unformatted:



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