svn commit: r465810 - head/sysutils/dupd

Kirill Ponomarev krion at FreeBSD.org
Wed Mar 28 13:45:52 UTC 2018


Author: krion
Date: Wed Mar 28 13:45:51 2018
New Revision: 465810
URL: https://svnweb.freebsd.org/changeset/ports/465810

Log:
  Switch to ld.bfd by default as ld.ldd doesn't have built-in default
  output target. Pet portlint(1).
  
  PR:		226997
  Submitted by:	emaste
  Approved by:	portmgr (LLD_UNSAFE blanket)

Modified:
  head/sysutils/dupd/Makefile

Modified: head/sysutils/dupd/Makefile
==============================================================================
--- head/sysutils/dupd/Makefile	Wed Mar 28 13:44:32 2018	(r465809)
+++ head/sysutils/dupd/Makefile	Wed Mar 28 13:45:51 2018	(r465810)
@@ -17,6 +17,8 @@ GH_PROJECT=	libbloom:libbloom
 GH_TAGNAME=	v1.4:libbloom
 
 USES=	gmake ssl sqlite:3
+LLD_UNSAFE=	yes
+BINARY_ALIAS=	ld=ld.bfd
 
 PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
 


More information about the svn-ports-head mailing list