Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2009 23:30:03 GMT
From:      Jan Henrik Sylvester <me@janh.de>
To:        freebsd-multimedia@FreeBSD.org
Subject:   Re: ports/131647: audio/libsndfile: Problem to build libsndfile-1.0.18
Message-ID:  <200902212330.n1LNU3I1049570@freefall.freebsd.org>

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

From: Jan Henrik Sylvester <me@janh.de>
To: bug-followup@FreeBSD.org, Rothemund <karsten@photor.de>
Cc:  
Subject: Re: ports/131647: audio/libsndfile: Problem to build libsndfile-1.0.18
Date: Sun, 22 Feb 2009 00:22:57 +0100

 This is a multi-part message in MIME format.
 --------------090803020601080806070305
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 In my mail to freebsd-multimedia, I suggested to unbreak 
 audio/libsndfile with math/octave present by disabling octave for 
 libsndfile: 
 http://lists.freebsd.org/pipermail/freebsd-multimedia/2009-February/009745.html
 
 If we want octave support for libsndfile, it would have to be an OPTION 
 anyhow not to have unpredictable dependencies. There might have to be a 
 conditional pkg-plist. (I have not checked.) As long as that is not 
 present, simply disabling octave seems sensible.
 
 I attach the patch again to have it linked to the pr.
 
 --------------090803020601080806070305
 Content-Type: text/plain;
  name="libsndfile-disable-octave"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="libsndfile-disable-octave"
 
 diff -u audio/libsndfile/Makefile~ audio/libsndfile/Makefile
 --- audio/libsndfile/Makefile~	2009-02-15 05:39:01.000000000 +0100
 +++ audio/libsndfile/Makefile	2009-02-15 11:30:50.000000000 +0100
 @@ -17,7 +17,8 @@
  GNU_CONFIGURE=	yes
  USE_GMAKE=	yes
  CONFIGURE_ARGS=	--disable-gcc-pipe \
 -		--disable-sqlite
 +		--disable-sqlite \
 +		--disable-octave
  CONFIGURE_ENV=	CPPFLAGS="-isystem /usr/include -isystem ${LOCALBASE}/include" \
  		LDFLAGS="-L${LOCALBASE}/lib"
  USE_LDCONFIG=	yes
 
 --------------090803020601080806070305--



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