>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