svn commit: r368144 - head/science/libghemical

Antoine Brodin antoine at FreeBSD.org
Sat Sep 13 21:20:16 UTC 2014


Author: antoine
Date: Sat Sep 13 21:20:16 2014
New Revision: 368144
URL: http://svnweb.freebsd.org/changeset/ports/368144
QAT: https://qat.redports.org/buildarchive/r368144/

Log:
  Mark BROKEN: Fails to configure
  
  checking for main in -llapack... yes
  checking for sc-config... /usr/local/bin/sc-config
  checking SC - version... no
  *** Could not run SC test program, checking why...
  *** The test program compiled, but did not run. This usually means
  *** that the run-time linker is not finding SC or finding the wrong
  *** version of SC.
  
  Reported by:	pkg-fallout

Modified:
  head/science/libghemical/Makefile

Modified: head/science/libghemical/Makefile
==============================================================================
--- head/science/libghemical/Makefile	Sat Sep 13 21:18:56 2014	(r368143)
+++ head/science/libghemical/Makefile	Sat Sep 13 21:20:16 2014	(r368144)
@@ -11,6 +11,8 @@ MASTER_SITES=	http://bioinformatics.org/
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Support libraries of science/ghemical port
 
+BROKEN=		Fails to configure
+
 BUILD_DEPENDS=	obabel:${PORTSDIR}/science/openbabel \
 		intltool-update:${PORTSDIR}/textproc/intltool \
 		ld:${PORTSDIR}/devel/binutils


More information about the svn-ports-head mailing list