Bug 187498 - devel/fnccheck: Fix build
Summary: devel/fnccheck: Fix build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-12 18:40 UTC by tkato432
Modified: 2014-04-29 07:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.08 KB, patch)
2014-03-12 18:40 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2014-03-12 18:40:02 UTC
- Fix build
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-12 18:40:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2014-04-29 06:56:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-04-29 06:56:23 UTC
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|| ; \
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"