Date: Wed, 25 Apr 2001 17:11:09 +0200 (CEST) From: girgen@partitur.se To: FreeBSD-gnats-submit@freebsd.org Cc: ernst@jollem.com Subject: ports/26841: ant name clash, fix for postgresql7 Message-ID: <200104251511.f3PFB9f95415@elbas.partitur.se>
next in thread | raw e-mail | index | archive | help
>Number: 26841 >Category: ports >Synopsis: ant name clash >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Apr 25 08:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 4.2-RELEASE i386 >Organization: Partitur >Environment: devel/jakarta-ant and x11/xscreensaver installed >Description: both above ports install a bin/ant, and although they are in different directories (/usr/local/bin and /usr/X11R6/bin), ports depending on them might fail, depending on the user's path. >How-To-Repeat: >Fix: This patch fixes the dependency in the postgresql port. Index: scripts/configure.postgresql =================================================================== RCS file: /net/elbas/opt/ncvs/ports/databases/postgresql7/scripts/configure.postgresql,v retrieving revision 1.3 diff -u -r1.3 configure.postgresql --- scripts/configure.postgresql 2001/04/21 11:34:34 1.3 +++ scripts/configure.postgresql 2001/04/24 16:22:20 @@ -88,7 +88,8 @@ fi fi cat <<-EOF - BUILD_DEPENDS+= ant:\${PORTSDIR}/devel/jakarta-ant + BUILD_DEPENDS+= \${LOCALBASE}/bin/ant:\${PORTSDIR}/devel/jakarta-ant + CONFIGURE_ENV+= ANT=\${LOCALBASE}/bin/ant WITH_JDBC=YES MAKE_ENV+= JAVA_HOME=\${JAVA_HOME} SCRIPTS_ENV+= JAVA_HOME=\${JAVA_HOME} >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?200104251511.f3PFB9f95415>