ports/122150: devel/libusb port fails to build

Rene Ladan r.c.ladan at gmail.com
Sat Mar 29 22:00:02 UTC 2008


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

From: Rene Ladan <r.c.ladan at gmail.com>
To: bug-followup at FreeBSD.org, bas at kompasmedia.nl
Cc:  
Subject: Re: ports/122150: devel/libusb port fails to build
Date: Sat, 29 Mar 2008 22:57:11 +0100

 This is a multi-part message in MIME format.
 --------------040106040506060100060603
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 I've attached a fix for this (tested with 'port test' with SGML turned on).
 
 The patch also removes an unnecessary dependency.
 
 Rene
 -- 
 http://www.rene-ladan.nl/
 
 GPG fingerprint = E738 5471 D185 7013 0EE0  4FC8 3C1D 6F83 12E1 84F6 (subkeys.pgp.net)
 
 --------------040106040506060100060603
 Content-Type: text/plain;
  name="Makefile.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="Makefile.diff"
 
 --- Makefile.orig	2008-03-27 11:43:45.000000000 +0100
 +++ Makefile	2008-03-29 22:51:55.000000000 +0100
 @@ -22,9 +22,8 @@
  .if defined(WITH_SGML)
  BUILD_DEPENDS+=	${LOCALBASE}/share/sgml/jade/catalog:${PORTSDIR}/textproc/jade \
  		${LOCALBASE}/share/sgml/docbook/dsssl/modular/catalog:${PORTSDIR}/textproc/dsssl-docbook-modular \
 -		docbook<2:${PORTSDIR}/textproc/docbook \
  		${LOCALBASE}/share/sgml/docbook/4.2/catalog:${PORTSDIR}/textproc/docbook-420
 -MAKE_ENV+=	SGML_CATALOG_FILES=${LOCALBASE}/share/sgml/jade/catalog:${LOCALBASE}/share/sgml/docbook/dsssl/modular/catalog:${LOCALBASE}/share/sgml/docbook/catalog:${LOCALBASE}/share/sgml/docbook/4.2/catalog
 +MAKE_ENV+=	SGML_CATALOG_FILES=${LOCALBASE}/share/sgml/iso8879/catalog:${LOCALBASE}/share/sgml/docbook/4.2/catalog:${LOCALBASE}/share/sgml/docbook/dsssl/modular/catalog:${LOCALBASE}/share/sgml/jade/catalog
  PLIST_SUB=	SGML=""
  .else
  CONFIGURE_ARGS=	--disable-build-docs
 
 --------------040106040506060100060603--



More information about the freebsd-ports-bugs mailing list