From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 14 12:30:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4D438401 for ; Wed, 14 Nov 2012 12:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 30CC18FC0C for ; Wed, 14 Nov 2012 12:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qAECU13L004388 for ; Wed, 14 Nov 2012 12:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qAECU1ir004383; Wed, 14 Nov 2012 12:30:01 GMT (envelope-from gnats) Date: Wed, 14 Nov 2012 12:30:01 GMT Message-Id: <201211141230.qAECU1ir004383@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: nemysis Subject: Re: misc/173517: comms/spandsp-devel lacks build dependency for xsltproc when building docs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: nemysis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Nov 2012 12:30:01 -0000 The following reply was made to PR ports/173517; it has been noted by GNATS. From: nemysis To: bug-followup@FreeBSD.org Cc: Subject: Re: misc/173517: comms/spandsp-devel lacks build dependency for xsltproc when building docs Date: Wed, 14 Nov 2012 13:22:13 +0100 --MP_/qXqVQoChxzG01dpQaGPe3fI Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline I have added this thanks to Makefile .if ${PORT_OPTIONS:MDOXYGEN} CONFIGURE_ARGS+=--enable-doc BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen \ xsltproc:${PORTSDIR}/textproc/libxslt --MP_/qXqVQoChxzG01dpQaGPe3fI Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=spandsp-devel.diff ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/comms/spandsp-devel/Makefile ./Makefile --- /usr/ports/comms/spandsp-devel/Makefile 2012-10-08 18:57:52.000000000 +0200 +++ ./Makefile 2012-11-14 13:17:38.000000000 +0100 @@ -1,4 +1,4 @@ -# $FreeBSD: ports/comms/spandsp-devel/Makefile,v 1.32 2012/10/08 16:57:52 ak Exp $ +# $FreeBSD: ports/comms/spandsp-devel/Makefile,v 1.31 2012/10/01 16:58:49 rm Exp $ PORTNAME= spandsp DISTVERSION= 0.0.6pre21 @@ -32,7 +32,8 @@ .if ${PORT_OPTIONS:MDOXYGEN} CONFIGURE_ARGS+=--enable-doc -BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen +BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen \ + xsltproc:${PORTSDIR}/textproc/libxslt PORTDOCS= * .else CONFIGURE_ARGS+=--disable-doc ===> Done --MP_/qXqVQoChxzG01dpQaGPe3fI--