Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Apr 2001 03:29:57 +0200 (CEST)
From:      girgen@partitur.se
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26761: databases/postgresql jar file glitch
Message-ID:  <200104220129.f3M1Tv486302@palle.girgensohn.se>

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

>Number:         26761
>Category:       ports
>Synopsis:       databases/postgresql jar file glitch
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 21 18:30:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Palle Girgensohn
>Release:        FreeBSD 4.3-BETA i386
>Organization:
Partitur
>Environment:
System: FreeBSD palle.girgensohn.se 4.3-BETA FreeBSD 4.3-BETA #7: Mon Mar 19 01:12:38 CET 2001 girgen@palle.girgensohn.se:/usr/obj/usr/src/sys/STORDATAN i386


	
>Description:
I'll eat my hat because of this one... :(

The /usr/local/share/java/classes/postgresql.jar link point to the
wrong directory. Fix this, and install it instead, perhaps less error
prone?

>How-To-Repeat:
	
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/postgresql7/Makefile,v
retrieving revision 1.75
diff -u -r1.75 Makefile
--- Makefile	2001/04/21 11:34:32	1.75
+++ Makefile	2001/04/22 01:23:08
@@ -149,7 +149,7 @@
 .endif
 .if defined(WITH_JDBC)
 	@ ${MKDIR} -m 0555 ${PREFIX}/share/java/classes
-	@ ${LN} -sf ${PREFIX}/share/postgresql/postgresql.jar \
+	@ ${INSTALL_DATA} ${WRKDIR}/src/interfaces/jdbc/jars/postgresql.jar \
 			  ${PREFIX}/share/java/classes/postgresql.jar
 	@ ${ECHO_MSG} "---------------------------------------------------------"
 	@ ${ECHO_MSG} "Putting postgresql.jar in"
>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?200104220129.f3M1Tv486302>