Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 1999 03:21:14 +0200 (CEST)
From:      Palle Girgensohn <girgen@partitur.se>
To:        freebsd-gnats-submit@freebsd.org
Cc:        andreas@freebsd.org
Subject:   ports/13865: info fix for postgresql
Message-ID:  <199909210121.DAA06582@elbas.partitur.se>

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

>Number:         13865
>Category:       ports
>Synopsis:       info fix for postgresql
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 20 18:30:00 PDT 1999
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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