From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 5 20:09:43 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F297510656B0 for ; Wed, 5 Oct 2011 20:09:43 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B67738FC1D for ; Wed, 5 Oct 2011 20:09:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p95K9hvw058717 for ; Wed, 5 Oct 2011 20:09:43 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p95K9htE058715; Wed, 5 Oct 2011 20:09:43 GMT (envelope-from gnats) Resent-Date: Wed, 5 Oct 2011 20:09:43 GMT Resent-Message-Id: <201110052009.p95K9htE058715@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Doug Barton Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57733106564A for ; Wed, 5 Oct 2011 20:00:35 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 475CF8FC19 for ; Wed, 5 Oct 2011 20:00:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p95K0ZPp035936 for ; Wed, 5 Oct 2011 20:00:35 GMT (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p95K0ZXI035932; Wed, 5 Oct 2011 20:00:35 GMT (envelope-from dougb) Message-Id: <201110052000.p95K0ZXI035932@freefall.freebsd.org> Date: Wed, 5 Oct 2011 20:00:35 GMT From: Doug Barton To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/161315: devel/rsvndump incorrectly specifies subversion dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Doug Barton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 20:09:44 -0000 >Number: 161315 >Category: ports >Synopsis: devel/rsvndump incorrectly specifies subversion dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 05 20:09:43 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Doug Barton >Release: FreeBSD 8.2-STABLE i386 >Organization: AAAG >Environment: DNA >Description: The port specifies the dependency like this: BUILD_DEPENDS+= subversion>=0:${PORTSDIR}/devel/subversion However since no specific package is specified, and the subversion-freebsd port can be used to satisfy this need, it should be specified thus: BUILD_DEPENDS+= svn:${PORTSDIR}/devel/subversion This allows it to build with the alternate dependency. >How-To-Repeat: DNA >Fix: Update as above. Also this port could stand a little portlint lovin' :) >Release-Note: >Audit-Trail: >Unformatted: