svn commit: r366646 - head/www/xapian-omega10

Antoine Brodin antoine at FreeBSD.org
Sat Aug 30 17:08:10 UTC 2014


Author: antoine
Date: Sat Aug 30 17:08:10 2014
New Revision: 366646
URL: http://svnweb.freebsd.org/changeset/ports/366646
QAT: https://qat.redports.org/buildarchive/r366646/

Log:
  Mark BROKEN: Fails to configure
  
  checking for xapian-config... /usr/local/bin/xapian-config
  checking /usr/local/bin/xapian-config works... configure: error: `/usr/local/bin/xapian-config --ltlibs --cxxflags' doesn't work, aborting
  ===>  Script "configure" failed unexpectedly.
  
  Reported by:	pkg-fallout
  With hat:	portmgr

Modified:
  head/www/xapian-omega10/Makefile

Modified: head/www/xapian-omega10/Makefile
==============================================================================
--- head/www/xapian-omega10/Makefile	Sat Aug 30 16:46:17 2014	(r366645)
+++ head/www/xapian-omega10/Makefile	Sat Aug 30 17:08:10 2014	(r366646)
@@ -12,6 +12,8 @@ COMMENT=	CGI search application built on
 
 LICENSE=	GPLv2
 
+BROKEN=		Fails to configure
+
 LIB_DEPENDS=	libxapian.so:${PORTSDIR}/databases/xapian-core10
 
 USES=		perl5


More information about the svn-ports-head mailing list