Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2014 03:32:35 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/187498: devel/fnccheck: Fix build
Message-ID:  <20140313033235.d762b99506fd22165f8b1e66@yahoo.com>
Resent-Message-ID: <201403121840.s2CIe2Vo044727@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187498
>Category:       ports
>Synopsis:       devel/fnccheck: Fix build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 12 18:40:02 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
- Fix build

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/fnccheck/Makefile devel/fnccheck/Makefile
--- /usr/ports/devel/fnccheck/Makefile	2014-03-01 06:21:18.000000000 +0900
+++ devel/fnccheck/Makefile	2014-03-13 00:00:00.000000000 +0900
@@ -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 @@
 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 @@
 
 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|| ; \
>Release-Note:
>Audit-Trail:
>Unformatted:



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