svn commit: r455529 - head/devel/libcfg

Rodrigo Osorio rodrigo at FreeBSD.org
Mon Dec 4 17:43:56 UTC 2017


Author: rodrigo
Date: Mon Dec  4 17:43:55 2017
New Revision: 455529
URL: https://svnweb.freebsd.org/changeset/ports/455529

Log:
  devel/libcfg: set LLD_UNSAFE
  
  This port passes ${LDFLAGS} to both the compiler driver and directly
  to the linker, which is not valid. Revert to using ld.bfd for now which
  produces output with a bogus entry, but does not fail to link.
  
  Bump portrevision.
  
  PR:		221778
  Submitted by:	emaste@
  Approved by:	rodrigo@ (maintainer)

Modified:
  head/devel/libcfg/Makefile

Modified: head/devel/libcfg/Makefile
==============================================================================
--- head/devel/libcfg/Makefile	Mon Dec  4 17:09:40 2017	(r455528)
+++ head/devel/libcfg/Makefile	Mon Dec  4 17:43:55 2017	(r455529)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libcfg
 PORTVERSION=	0.6.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel
 MASTER_SITES=	http://opensource.platon.org/projects/
 DISTNAME=	${PORTNAME}+-${DISTVERSION}
@@ -19,6 +19,7 @@ CONFLICTS_INSTALL=	ossp-cfg
 USES=		autoreconf gmake
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+LLD_UNSAFE=	yes
 
 INSTALL_TARGET=	install-strip install-man
 


More information about the svn-ports-all mailing list