From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 16 14:20:27 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 51C5016A4CE for ; Mon, 16 Aug 2004 14:20:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 441FD43D5A for ; Mon, 16 Aug 2004 14:20:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7GEKR0r076206 for ; Mon, 16 Aug 2004 14:20:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7GEKRGC076205; Mon, 16 Aug 2004 14:20:27 GMT (envelope-from gnats) Date: Mon, 16 Aug 2004 14:20:27 GMT Message-Id: <200408161420.i7GEKRGC076205@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Herve Quiroz Subject: Re: ports/70374: New port: textproc/redland-bindings - Language bindings for the redland rdf library' 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: Mon, 16 Aug 2004 14:20:27 -0000 The following reply was made to PR ports/70374; it has been noted by GNATS. From: Herve Quiroz To: freebsd-gnats-submit@FreeBSD.org, russell.ru.ac.za@rucus.ru.ac.za Cc: Subject: Re: ports/70374: New port: textproc/redland-bindings - Language bindings for the redland rdf library' Date: Mon, 16 Aug 2004 16:18:40 +0200 Russell, With bsd.java.mk 2.0, the correct syntax for Java support in your port would be: USE_JAVA= yes JAVA_VERSION= 1.3+ You may find documentation on the subject in [1] or [2]. Feel free to ask me if you have any further question. Herve [1] Updating Java ports to bsd.java.mk 2.0 http://www.freebsd.org/cgi/query-pr.cgi?pr=70219 [2] Porter's handbook - Using Java http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-java.html