In preparation to deprecate shells/bash2 the dependency should be changed. Fix: Replace BUILD_DEPENDS shells/bash2 -> shells/bash. WBR -- bsam--nifHVKVMyhKHVwRbsEnNYjqe7SP94I9IuwgQFnPitdpdfA9C Content-Type: text/plain; name="xorp.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xorp.diff" Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/xorp/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 5 Nov 2006 08:53:21 -0000 1.5 +++ Makefile 31 Jan 2007 20:50:16 -0000 @@ -86,7 +86,7 @@ # Bash and Python are only required if running the regression tests. .if defined(WITH_CHECK) BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \ - ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash2 + ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash .endif .if defined(WITH_DEBUGGING)
Responsible Changed From-To: freebsd-ports-bugs->bms Over to maintainer
State Changed From-To: open->closed committed, thanks!
bms 2007-02-01 00:20:05 UTC FreeBSD ports repository (src committer) Modified files: net/xorp Makefile Log: update dependency; shells/bash2 -> shells/bash PR: 108628 Submitted by: Boris Samorodov Revision Changes Path 1.6 +1 -1 ports/net/xorp/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"