svn commit: r483909 - in head/devel: sope2 sope3

Ed Maste emaste at FreeBSD.org
Sat Nov 3 20:29:13 UTC 2018


Author: emaste (src committer)
Date: Sat Nov  3 20:29:12 2018
New Revision: 483909
URL: https://svnweb.freebsd.org/changeset/ports/483909

Log:
  devel/sope{2,3}: set LLD_UNSAFE
  
  This port experiences odd failures with lld, so just fall back to
  GNU ld.
  
  PR:		214864, 230608
  Submitted by:	jbeich
  Reported by:	jbeich
  Approved by:	portmgr (LLD_UNSAFE blanket)

Modified:
  head/devel/sope2/Makefile
  head/devel/sope3/Makefile

Modified: head/devel/sope2/Makefile
==============================================================================
--- head/devel/sope2/Makefile	Sat Nov  3 19:52:31 2018	(r483908)
+++ head/devel/sope2/Makefile	Sat Nov  3 20:29:12 2018	(r483909)
@@ -32,6 +32,7 @@ MEMCACHED_DESC=		Install memcached
 USES=			gmake iconv gnustep
 USE_GNUSTEP=		base build
 USE_LDCONFIG=		${GNUSTEP_LOCAL_LIBRARIES}
+LLD_UNSAFE=		yes # PR 230608
 
 SUB_LIST+=		GNUSTEP_LOCAL_TOOLS=${GNUSTEP_LOCAL_TOOLS} \
 			GNUSTEP_MAKEFILES=${GNUSTEP_MAKEFILES}

Modified: head/devel/sope3/Makefile
==============================================================================
--- head/devel/sope3/Makefile	Sat Nov  3 19:52:31 2018	(r483908)
+++ head/devel/sope3/Makefile	Sat Nov  3 20:29:12 2018	(r483909)
@@ -32,6 +32,7 @@ MEMCACHED_DESC=		Install memcached
 USES=			gmake iconv gnustep
 USE_GNUSTEP=		base build
 USE_LDCONFIG=		${GNUSTEP_LOCAL_LIBRARIES}
+LLD_UNSAFE=		yes # PR 230608
 
 CONFLICTS=		sope2-[0-9]*
 


More information about the svn-ports-all mailing list