From boris@brooknet.com.au  Wed Aug 25 14:54:41 2004
Return-Path: <boris@brooknet.com.au>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 97C1B16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 25 Aug 2004 14:54:41 +0000 (GMT)
Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3115043D48
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 25 Aug 2004 14:54:40 +0000 (GMT)
	(envelope-from boris@brooknet.com.au)
Received: from localhost (ppp2C78.dyn.pacific.net.au [61.8.44.120])
	by bloodwood.hunterlink.net.au (8.12.8/8.12.8) with ESMTP id i7PEgF9T023589;
	Thu, 26 Aug 2004 00:42:15 +1000
Received: by localhost (Postfix, from userid 0)
	id A2093DE5; Thu, 26 Aug 2004 00:56:32 +1000 (EST)
Message-Id: <20040825145632.A2093DE5@localhost>
Date: Thu, 26 Aug 2004 00:56:32 +1000 (EST)
From: Sam Lawrance <boris@brooknet.com.au>
To: FreeBSD-gnats-submit@freebsd.org
Cc: boris@brooknet.com.au
Subject: [maintainer] databases/postgis-jdbc: fix build fail
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         70944
>Category:       ports
>Synopsis:       [maintainer] databases/postgis-jdbc: fix build fail
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 25 15:00:41 GMT 2004
>Closed-Date:    Sat Aug 28 03:37:28 GMT 2004
>Last-Modified:  Sat Aug 28 03:37:28 GMT 2004
>Originator:     Sam Lawrance
>Release:        FreeBSD 5.3-BETA1 i386
>Organization:
>Environment:
System: FreeBSD dirk.no.domain 5.3-BETA1 FreeBSD 5.3-BETA1 #1: Tue Aug 24 03:18:01 EST 2004
>Description:
Build fails on cluster. My fault - port used hard coded javac, java
and jar executables.

>How-To-Repeat:
>Fix:
Minor patch to pass the JAVAC, JAVA and JAR variables.

--- postgis-jdbc-0.8.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/databases/postgis-jdbc/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	30 Jun 2004 03:51:47 -0000	1.1
+++ Makefile	25 Aug 2004 14:53:10 -0000
@@ -21,7 +21,10 @@
 MAKE_ARGS=	EXAMPLESDIR="${EXAMPLESDIR}" \
 		DESTDIR="${PREFIX}" \
 		INSTALL_DATA="${INSTALL_DATA}" \
-		JAVAJARDIR="${JAVAJARDIR}"
+		JAVAJARDIR="${JAVAJARDIR}" \
+		JAVAC="${JAVAC}" \
+		JAVA="${JAVA}" \
+		JAR="${JAR}"
 
 WRKSRC=		${WRKDIR}/postgis-${PORTVERSION}/jdbc
 
--- postgis-jdbc-0.8.2.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Sat Aug 28 03:36:46 GMT 2004 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=70944 
>Unformatted:
