From girgen@partitur.se Mon Sep 20 18:21:19 1999
Return-Path: <girgen@partitur.se>
Received: from bastuba.partitur.se (bastuba.partitur.se [193.219.246.194])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7626714DB6; Mon, 20 Sep 1999 18:21:15 -0700 (PDT)
	(envelope-from girgen@partitur.se)
Received: from elbas.partitur.se (elbas.partitur.se [193.219.246.222])
	by bastuba.partitur.se (8.8.8/8.8.8) with ESMTP id DAA28980;
	Tue, 21 Sep 1999 03:21:14 +0200 (CEST)
	(envelope-from girgen@partitur.se)
Received: (from girgen@localhost)
	by elbas.partitur.se (8.9.3/8.9.3) id DAA06582;
	Tue, 21 Sep 1999 03:21:14 +0200 (CEST)
	(envelope-from girgen@partitur.se)
Message-Id: <199909210121.DAA06582@elbas.partitur.se>
Date: Tue, 21 Sep 1999 03:21:14 +0200 (CEST)
From: Palle Girgensohn <girgen@partitur.se>
Reply-To: girgen@partitur.se
To: freebsd-gnats-submit@freebsd.org
Cc: andreas@freebsd.org
Subject: info fix for postgresql
X-Send-Pr-Version: 3.110

>Number:         13865
>Category:       ports
>Synopsis:       info fix for postgresql
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    cpiazza
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 20 18:30:00 PDT 1999
>Closed-Date:    Sun Oct 10 15:09:04 PDT 1999
>Last-Modified:  Sun Oct 10 15:09:19 PDT 1999
>Originator:     Palle Girgensohn
>Release:        pingpong-2.5
>Organization:
partitur
>Environment:

	

>Description:
This is a really small fix: 
 - When compiling postgresql-jdbc, the compileation process presents a
bad path to the installed jar-file.
	

>How-To-Repeat:

	

>Fix:
--- postgresql.new/patches/patch-ba~	Tue Sep 21 01:43:25 1999
+++ postgresql.new/patches/patch-ba	Tue Sep 21 01:55:53 1999
@@ -26,7 +26,7 @@
 -	@echo other applications, copy the postgresql.jar file to a public
 -	@echo "place (under unix this could be /usr/local/lib) and add it"
 +	@echo other applications, add the path
-+	@echo !!JAVA_HOME!!/share/java/postgresql.jar
++	@echo !!PREFIX!!/share/java/postgresql.jar
  	@echo to the class path.
  	@echo
  	@echo Then either add -Djdbc.drivers=postgresql.Driver to the
--- postgresql.new/scripts/configure~	Tue Sep 21 01:43:25 1999
+++ postgresql.new/scripts/configure	Tue Sep 21 01:57:01 1999
@@ -4,4 +4,4 @@
 
 cd $WRKSRC || exit 1
 
-perl -pi -e "s=!!JAVA_HOME!!=${JAVA_HOME}=" ${WRKSRC}/interfaces/jdbc/Makefile
+perl -pi -e "s=!!JAVA_HOME!!=${JAVA_HOME}=; s=!!PREFIX!!=${PREFIX}=" ${WRKSRC}/interfaces/jdbc/Makefile

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->andreas  
Responsible-Changed-By: cpiazza 
Responsible-Changed-When: Wed Sep 29 20:38:29 PDT 1999 
Responsible-Changed-Why:  
Over to maintainer 
State-Changed-From-To: open->closed  
State-Changed-By: cpiazza 
State-Changed-When: Sun Oct 10 15:09:04 PDT 1999 
State-Changed-Why:  
Committed, thanks! 


Responsible-Changed-From-To: andreas->cpiazza  
Responsible-Changed-By: cpiazza 
Responsible-Changed-When: Sun Oct 10 15:09:04 PDT 1999 
Responsible-Changed-Why:  
>Unformatted:
