Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Nov 2012 12:30:01 GMT
From:      nemysis <nemysis@gmx.ch>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: misc/173517: comms/spandsp-devel lacks build dependency for xsltproc when building docs
Message-ID:  <201211141230.qAECU1ir004383@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/173517; it has been noted by GNATS.

From: nemysis <nemysis@gmx.ch>
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--



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