Date: Mon, 4 Dec 2017 17:43:55 +0000 (UTC) From: Rodrigo Osorio <rodrigo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455529 - head/devel/libcfg Message-ID: <201712041743.vB4HhtBY017213@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712041743.vB4HhtBY017213>