From owner-svn-ports-all@FreeBSD.ORG Mon Feb 4 14:32:52 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BB6E2A72; Mon, 4 Feb 2013 14:32:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AE0871EE4; Mon, 4 Feb 2013 14:32:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r14EWqfn066644; Mon, 4 Feb 2013 14:32:52 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r14EWqQh066643; Mon, 4 Feb 2013 14:32:52 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201302041432.r14EWqQh066643@svn.freebsd.org> From: Martin Wilke Date: Mon, 4 Feb 2013 14:32:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311623 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 14:32:52 -0000 Author: miwi Date: Mon Feb 4 14:32:52 2013 New Revision: 311623 URL: http://svnweb.freebsd.org/changeset/ports/311623 Log: - Fix Build PR: 175571 Submitted by: Ports Fury Modified: head/devel/fnccheck/Makefile Modified: head/devel/fnccheck/Makefile ============================================================================== --- head/devel/fnccheck/Makefile Mon Feb 4 14:31:17 2013 (r311622) +++ head/devel/fnccheck/Makefile Mon Feb 4 14:32:52 2013 (r311623) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fnccheck -# Date created: 22 January 2001 -# Whom: George Reid -# +# Created by George Reid # $FreeBSD$ -# PORTNAME= fnccheck PORTVERSION= 3.2.0 @@ -12,13 +8,11 @@ MASTER_SITES= SF/${PORTNAME} DISTNAME= FunctionCheck-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A profiling library/utilities for C/C++ programs +COMMENT= Profiling library/utilities for C/C++ programs LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -BROKEN= does not link - USE_BINUTILS= yes USE_AUTOTOOLS= libtoolize aclocal automake autoconf LIBTOOLIZE_ARGS=--force @@ -34,6 +28,14 @@ STRIP= # none INFO= libfc +.include + +# should be same as binutils +.if ${PORT_OPTIONS:MNLS} +USE_GETTEXT= yes +LDFLAGS+= -lintl +.endif + post-patch: @${FIND} ${WRKSRC} -name "Makefile.am" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-ldl -lpthread|| ; \