Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ports/26841: ant name clash, fix for postgresql7

0 views
Skip to first unread message

gir...@partitur.se

unread,
Apr 25, 2001, 11:20:12 AM4/25/01
to

>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 majo...@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message

0 new messages