Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 May 2010 07:10:30 GMT
From:      Malte Hahlbeck <malte@gissmo.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/146748: Rackmonkey: Typo in Makefile
Message-ID:  <201005200710.o4K7AUi8043146@www.freebsd.org>
Resent-Message-ID: <201005200720.o4K7K1hS003881@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         146748
>Category:       ports
>Synopsis:       Rackmonkey: Typo in Makefile
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 20 07:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Malte Hahlbeck
>Release:        FreeBSD 8.0-RELEASE-p2
>Organization:
>Environment:
FreeBSD l10web03.ofdsh.de 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan  5 21:11:58 UTC 2010     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
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

>How-To-Repeat:

>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


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005200710.o4K7AUi8043146>