Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2014 05:56:20 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352575 - head/devel/fnccheck
Message-ID:  <201404290556.s3T5uK1X061137@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Tue Apr 29 05:56:20 2014
New Revision: 352575
URL: http://svnweb.freebsd.org/changeset/ports/352575
QAT: https://qat.redports.org/buildarchive/r352575/

Log:
  - Fix build
  - Stage support
  
  PR:		187498
  Submitted by:	ports fury

Modified:
  head/devel/fnccheck/Makefile

Modified: head/devel/fnccheck/Makefile
==============================================================================
--- head/devel/fnccheck/Makefile	Tue Apr 29 05:41:30 2014	(r352574)
+++ head/devel/fnccheck/Makefile	Tue Apr 29 05:56:20 2014	(r352575)
@@ -2,6 +2,7 @@
 
 PORTNAME=	fnccheck
 PORTVERSION=	3.2.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}
 DISTNAME=	FunctionCheck-${PORTVERSION}
@@ -12,12 +13,11 @@ COMMENT=	Profiling library/utilities for
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
 
-BROKEN=		Missing header
+BUILD_DEPENDS=	gnulibiberty>0:${PORTSDIR}/devel/gnulibiberty \
+		libbfd>0:${PORTSDIR}/devel/libbfd
 
-USE_BINUTILS=	yes
 USE_AUTOTOOLS=	libtoolize aclocal automake autoconf
 LIBTOOLIZE_ARGS=--force
-ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
 AUTOMAKE_ARGS=	--force-missing --add-missing --foreign
 USE_LDCONFIG=	yes
 
@@ -28,18 +28,6 @@ STRIP=		# none
 
 INFO=		libfc
 
-NO_STAGE=	yes
-
-OPTIONS_DEFINE=	NLS
-
-.include <bsd.port.options.mk>
-
-# should be same as binutils
-.if ${PORT_OPTIONS:MNLS}
-USES+=		gettext
-LDFLAGS+=	-lintl
-.endif
-
 post-patch:
 	@${FIND} ${WRKSRC} -name "Makefile.am" | ${XARGS} ${REINPLACE_CMD} -e \
 		's|-ldl -lpthread|| ; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404290556.s3T5uK1X061137>