From owner-svn-ports-head@FreeBSD.ORG Sat Oct 20 07:58:41 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 091AA615; Sat, 20 Oct 2012 07:58:41 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DE86F8FC16; Sat, 20 Oct 2012 07:58:40 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9K7weSH082077; Sat, 20 Oct 2012 07:58:40 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9K7weHt082075; Sat, 20 Oct 2012 07:58:40 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201210200758.q9K7weHt082075@svn.freebsd.org> From: Beat Gaetzi Date: Sat, 20 Oct 2012 07:58:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306168 - head/devel/fnccheck 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.14 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: Sat, 20 Oct 2012 07:58:41 -0000 Author: beat Date: Sat Oct 20 07:58:40 2012 New Revision: 306168 URL: http://svn.freebsd.org/changeset/ports/306168 Log: - Mark as BROKEN: does not link /usr/local/lib/libbfd.a(bfd.o): In function `bfd_assert': bfd.c:(.text+0x8fa): undefined reference to `libintl_dgettext' Reported by: pointyhat Feature safe: yes Modified: head/devel/fnccheck/Makefile Modified: head/devel/fnccheck/Makefile ============================================================================== --- head/devel/fnccheck/Makefile Sat Oct 20 07:53:53 2012 (r306167) +++ head/devel/fnccheck/Makefile Sat Oct 20 07:58:40 2012 (r306168) @@ -17,6 +17,8 @@ COMMENT= A profiling library/utilities f LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi +BROKEN= does not link + USE_BINUTILS= yes USE_AUTOTOOLS= libtoolize aclocal automake autoconf LIBTOOLIZE_ARGS=--force