From nobody@FreeBSD.org  Thu May 20 07:10:31 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9D62C1065749
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 20 May 2010 07:10:31 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 8E08E8FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 20 May 2010 07:10:31 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o4K7AUuk043147
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 20 May 2010 07:10:30 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o4K7AUi8043146;
	Thu, 20 May 2010 07:10:30 GMT
	(envelope-from nobody)
Message-Id: <201005200710.o4K7AUi8043146@www.freebsd.org>
Date: Thu, 20 May 2010 07:10:30 GMT
From: Malte Hahlbeck <malte@gissmo.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Rackmonkey: Typo in Makefile
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         146748
>Category:       ports
>Synopsis:       net-mgmt/rackmonkey: Typo in Makefile
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 20 07:20:01 UTC 2010
>Closed-Date:    Thu May 20 08:44:46 UTC 2010
>Last-Modified:  Thu May 20 08:50:01 UTC 2010
>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:
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Thu May 20 08:40:35 UTC 2010 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146748 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/146748: commit references a PR
Date: Thu, 20 May 2010 08:44:44 +0000 (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"
 
>Unformatted:
