svn commit: r391082 - head/comms/libfec

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 1 17:27:25 UTC 2015


Author: amdmi3
Date: Wed Jul  1 17:27:24 2015
New Revision: 391082
URL: https://svnweb.freebsd.org/changeset/ports/391082

Log:
  - Mark BROKEN: produces unusable library
  
  When attempling to link with libfec:
  
  /usr/local/lib/libfec.so: undefined reference to `find_cpu_mode'
  /usr/local/lib/libfec.so: undefined reference to `log'
  cc: error: linker command failed with exit code 1 (use -v to see invocation)
  
  PR:		200182
  Submitted by:	amdmi3
  Approved by:	maintainer timeout (olgeni, 7 weeks)

Modified:
  head/comms/libfec/Makefile

Modified: head/comms/libfec/Makefile
==============================================================================
--- head/comms/libfec/Makefile	Wed Jul  1 17:23:52 2015	(r391081)
+++ head/comms/libfec/Makefile	Wed Jul  1 17:27:24 2015	(r391082)
@@ -12,6 +12,8 @@ DISTNAME=	fec-${PORTVERSION}
 MAINTAINER=	olgeni at FreeBSD.org
 COMMENT=	Several forward error correction (FEC) decoders
 
+BROKEN=		produces unusable library
+
 MAKEFILE=	makefile
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list