From owner-freebsd-ports Mon Sep 20 18:30: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5245214DB6 for ; Mon, 20 Sep 1999 18:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA70622; Mon, 20 Sep 1999 18:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) 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 Reply-To: girgen@partitur.se To: freebsd-gnats-submit@freebsd.org Cc: andreas@freebsd.org X-Send-Pr-Version: 3.110 Subject: ports/13865: info fix for postgresql Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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