From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 22 07:30:02 2008 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 D42951065685 for ; Fri, 22 Aug 2008 07:30:02 +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 B093C8FC18 for ; Fri, 22 Aug 2008 07:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7M7U20O066869 for ; Fri, 22 Aug 2008 07:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7M7U2K5066868; Fri, 22 Aug 2008 07:30:02 GMT (envelope-from gnats) Resent-Date: Fri, 22 Aug 2008 07:30:02 GMT Resent-Message-Id: <200808220730.m7M7U2K5066868@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, Anders F Björklund Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCA601065685 for ; Fri, 22 Aug 2008 07:23:46 +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 AB4BA8FC15 for ; Fri, 22 Aug 2008 07:23:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7M7NkDn009622 for ; Fri, 22 Aug 2008 07:23:46 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7M7Nk4D009610; Fri, 22 Aug 2008 07:23:46 GMT (envelope-from nobody) Message-Id: <200808220723.m7M7Nk4D009610@www.freebsd.org> Date: Fri, 22 Aug 2008 07:23:46 GMT From: Anders F Björklund To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/126732: [patch] rpm5 update (build depends) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2008 07:30:02 -0000 >Number: 126732 >Category: ports >Synopsis: [patch] rpm5 update (build depends) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 22 07:30:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Anders F Björklund >Release: CURRENT >Organization: >Environment: >Description: The build failed on AMD64 when perl was not installed, and the apidocs generation failed when dot was not installed. >How-To-Repeat: http://t64.tecnik93.com/logs/7-STABLE-FTP/rpm-5.0.3_1.log >Fix: Attached patch fixes the build by checking for perl and dot. Patch attached with submission follows: diff -ur rpm5.orig/Makefile rpm5/Makefile --- rpm5.orig/Makefile Wed Jul 9 01:26:06 2008 +++ rpm5/Makefile Fri Aug 22 09:03:16 2008 @@ -6,7 +6,7 @@ PORTNAME= rpm PORTVERSION= 5.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= http://rpm5.org/files/rpm/rpm-5.0/ @@ -21,9 +21,11 @@ magic:${PORTSDIR}/sysutils/file \ xar:${PORTSDIR}/archivers/xar \ pcre.0:${PORTSDIR}/devel/pcre -BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed +BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed \ + perl:${PORTSDIR}/lang/perl5.8 .if !defined(NOPORTDOCS) -BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen +BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen \ + ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz .endif DB_VERSION?= 45 >Release-Note: >Audit-Trail: >Unformatted: