svn commit: r335748 - head/audio/ruby-esound

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 6 14:18:16 UTC 2013


Author: bapt
Date: Fri Dec  6 14:18:15 2013
New Revision: 335748
URL: http://svnweb.freebsd.org/changeset/ports/335748

Log:
  Mark as broken: fails to configure:
  
  ===>  Running extconf.rb to configure
  *** extconf.rb failed ***
  Could not create Makefile due to some reason, probably lack of
  necessary libraries and/or headers.  Check the mkmf.log file for more
  details.  You may need configuration options.
  
  Provided configuration options:
  	--with-opt-dir
  	--with-opt-include
  	--without-opt-include=${opt-dir}/include
  	--with-opt-lib
  	--without-opt-lib=${opt-dir}/lib
  	--with-make-prog
  	--without-make-prog
  	--srcdir=.
  	--curdir
  	--ruby=/usr/local/bin/ruby19
  extconf.rb:24:in ``': No such file or directory - audiofile-config --libs (Errno::ENOENT)
  	from extconf.rb:24:in `<main>'
  *** [ruby-extconf-configure] Error code 1

Modified:
  head/audio/ruby-esound/Makefile

Modified: head/audio/ruby-esound/Makefile
==============================================================================
--- head/audio/ruby-esound/Makefile	Fri Dec  6 14:16:17 2013	(r335747)
+++ head/audio/ruby-esound/Makefile	Fri Dec  6 14:18:15 2013	(r335748)
@@ -13,6 +13,8 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	A Ruby binding to the EsounD library
 
+BROKEN=	Fails to configure
+
 LIB_DEPENDS=	esd:${PORTSDIR}/audio/esound
 
 USES=		pkgconfig


More information about the svn-ports-all mailing list