Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Nov 2018 20:29:12 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483909 - in head/devel: sope2 sope3
Message-ID:  <201811032029.wA3KTCSQ081739@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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]*
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811032029.wA3KTCSQ081739>