misc/173517: comms/spandsp-devel lacks build dependency for xsltproc when building docs

nemysis nemysis at gmx.ch
Wed Nov 14 12:30:01 UTC 2012


The following reply was made to PR ports/173517; it has been noted by GNATS.

From: nemysis <nemysis at gmx.ch>
To: bug-followup at 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--


More information about the freebsd-ports-bugs mailing list