svn commit: r306168 - head/devel/fnccheck

Beat Gaetzi beat at FreeBSD.org
Sat Oct 20 07:58:41 UTC 2012


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


More information about the svn-ports-all mailing list