svn commit: r354434 - head/net/linknx

Antoine Brodin antoine at FreeBSD.org
Sun May 18 15:50:28 UTC 2014


Author: antoine
Date: Sun May 18 15:50:27 2014
New Revision: 354434
URL: http://svnweb.freebsd.org/changeset/ports/354434
QAT: https://qat.redports.org/buildarchive/r354434/

Log:
  Mark BROKEN: Fails to configure
  
  ===>  Configuring for linknx-0.0.1.30_1
  configure.ac:33: error: possibly undefined macro: AC_DEFINE
        If this token and others are legitimate, please use m4_pattern_allow.
        See the Autoconf documentation.
  configure.ac:88: error: possibly undefined macro: AC_MSG_RESULT
  configure.ac:114: error: possibly undefined macro: AC_SUBST
  *** [run-autotools-autoconf] Error code 1
  
  Reported by:	pkg-fallout

Modified:
  head/net/linknx/Makefile

Modified: head/net/linknx/Makefile
==============================================================================
--- head/net/linknx/Makefile	Sun May 18 15:48:26 2014	(r354433)
+++ head/net/linknx/Makefile	Sun May 18 15:50:27 2014	(r354434)
@@ -12,6 +12,8 @@ COMMENT=	Rule-based event handling in a 
 
 LICENSE=	GPLv2
 
+BROKEN=		Fails to configure
+
 LIB_DEPENDS=	libpthsem.so:${PORTSDIR}/devel/pthsem
 BUILD_DEPENDS=	${LOCALBASE}/lib/libargp.a:${PORTSDIR}/devel/argp-standalone
 


More information about the svn-ports-all mailing list