From owner-svn-ports-head@FreeBSD.ORG Sun May 18 15:50:28 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72CC1943; Sun, 18 May 2014 15:50:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6042D2466; Sun, 18 May 2014 15:50:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4IFoSAC091042; Sun, 18 May 2014 15:50:28 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4IFoSVO091041; Sun, 18 May 2014 15:50:28 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201405181550.s4IFoSVO091041@svn.freebsd.org> From: Antoine Brodin Date: Sun, 18 May 2014 15:50:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354434 - head/net/linknx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2014 15:50:28 -0000 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