svn commit: r459494 - head/science/libghemical

Antoine Brodin antoine at FreeBSD.org
Sat Jan 20 07:41:42 UTC 2018


Author: antoine
Date: Sat Jan 20 07:41:40 2018
New Revision: 459494
URL: https://svnweb.freebsd.org/changeset/ports/459494

Log:
  Mark BROKEN: fails to configure
  
  checking for gcc... cc
  checking whether the C compiler works... no
  configure: error: in `/wrkdirs/usr/ports/science/libghemical/work/libghemical-3.0.0':
  configure: error: C compiler cannot create executables
  
  Reported by:	pkg-fallout

Modified:
  head/science/libghemical/Makefile

Modified: head/science/libghemical/Makefile
==============================================================================
--- head/science/libghemical/Makefile	Sat Jan 20 01:28:56 2018	(r459493)
+++ head/science/libghemical/Makefile	Sat Jan 20 07:41:40 2018	(r459494)
@@ -11,6 +11,8 @@ MASTER_SITES=	http://bioinformatics.org/ghemical/downl
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Support libraries of science/ghemical port
 
+BROKEN=		fails to configure
+
 BUILD_DEPENDS=	obabel:science/openbabel \
 		intltool-update:textproc/intltool \
 		ld:devel/binutils


More information about the svn-ports-all mailing list