From owner-svn-ports-head@freebsd.org Sat Nov 3 20:29:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F21510E3481; Sat, 3 Nov 2018 20:29:13 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 311D68FDB3; Sat, 3 Nov 2018 20:29:13 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0795A1E961; Sat, 3 Nov 2018 20:29:13 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA3KTCPw081741; Sat, 3 Nov 2018 20:29:12 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA3KTCSQ081739; Sat, 3 Nov 2018 20:29:12 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201811032029.wA3KTCSQ081739@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Sat, 3 Nov 2018 20:29:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483909 - in head/devel: sope2 sope3 X-SVN-Group: ports-head X-SVN-Commit-Author: emaste X-SVN-Commit-Paths: in head/devel: sope2 sope3 X-SVN-Commit-Revision: 483909 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Nov 2018 20:29:13 -0000 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]*