Installation can not be completed because of a typo in the makefile: [...] ===> rackmonkey-1.2.5_2 depends on package: pf-DBD-Pg>=0 - not found [...] ===> Checking if databases/p5-DBD-Pg already installed ===> p5-DBD-Pg-2.17.1 is already installed You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of databases/p5-DBD-Pg without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1 Fix: Change line 50: wrong: RUN_DEPENDS+= pf-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg correct: RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
State Changed From-To: open->closed Committed, thanks.
linimon 2010-05-20 08:44:31 UTC FreeBSD ports repository Modified files: net-mgmt/rackmonkey Makefile Log: Fix an obvious typo. PR: ports/146748 Submitted by: Malte Hahlbeck <malte at gissmo dot net> Revision Changes Path 1.5 +1 -1 ports/net-mgmt/rackmonkey/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"