From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 8 14:00:42 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB82916A4CE for ; Sun, 8 Aug 2004 14:00:42 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDBC043D31 for ; Sun, 8 Aug 2004 14:00:42 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i78E0giA066170 for ; Sun, 8 Aug 2004 14:00:42 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i78E0gR8066169; Sun, 8 Aug 2004 14:00:42 GMT (envelope-from gnats) Date: Sun, 8 Aug 2004 14:00:42 GMT Message-Id: <200408081400.i78E0gR8066169@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Herve Quiroz Subject: Re: ports/68052: [NEW PORT] graphics/jumpgis: A GUI based application for viewing and processing spatial data X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Herve Quiroz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 14:00:43 -0000 The following reply was made to PR ports/68052; it has been noted by GNATS. From: Herve Quiroz To: freebsd-gnats-submit@FreeBSD.org, boris@brooknet.com.au Cc: Subject: Re: ports/68052: [NEW PORT] graphics/jumpgis: A GUI based application for viewing and processing spatial data Date: Sun, 8 Aug 2004 16:00:15 +0200 Sam, Since bsd.java.mk 2.0, the correct syntax would be: USE_JAVA= yes JAVA_VERSION= 1.4+ The current version of your port would work without such a modification but we plan to remove backward compatibility in the near future so porters are strongly encouraged to use 2.0 syntax for new ports. You'll find further information on the subject in [1]. Should you require any information that is not (yet) in this document, feel free to ask me directly. Herve [1] Porter's handbook - Using Java http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-java.html