Bug 146748 - net-mgmt/rackmonkey: Typo in Makefile
Summary: net-mgmt/rackmonkey: Typo in Makefile
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-20 08:20 UTC by Malte Hahlbeck
Modified: 2010-05-20 09:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Malte Hahlbeck 2010-05-20 08:20:01 UTC
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
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-05-20 09:40:35 UTC
State Changed
From-To: open->closed

Committed, thanks.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-05-20 09:44:44 UTC
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"