From owner-svn-ports-head@freebsd.org Mon Jan 8 10:43:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 483F4E633B6; Mon, 8 Jan 2018 10:43:04 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 28557751DA; Mon, 8 Jan 2018 10:43:04 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 69950161A0; Mon, 8 Jan 2018 10:43:03 +0000 (UTC) From: Jan Beich To: Kirill Ponomarev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r458402 - in head/games: ioquake3 irrlamb minetest openomf spacezero supertuxkart References: <201801081038.w08AcK3E002253@repo.freebsd.org> Date: Mon, 08 Jan 2018 11:42:48 +0100 In-Reply-To: <201801081038.w08AcK3E002253@repo.freebsd.org> (Kirill Ponomarev's message of "Mon, 8 Jan 2018 10:38:20 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Mon, 08 Jan 2018 10:43:04 -0000 Kirill Ponomarev writes: > Modified: head/games/ioquake3/Makefile > ============================================================================== > --- head/games/ioquake3/Makefile Mon Jan 8 09:29:26 2018 (r458401) > +++ head/games/ioquake3/Makefile Mon Jan 8 10:38:20 2018 (r458402) > @@ -54,6 +54,7 @@ MAKE_ARGS+= DEFAULT_BASEDIR="${Q3DIR}" \ > ALL_TARGET= release > > LIBDIR= lib/${PORTNAME}${PKGNAMESUFFIX} > +LLD_UNSAFE= yes > DOCSDIR= share/doc/${PORTNAME}${PKGNAMESUFFIX} > BUILDDIR= ${WRKSRC}/build/${ALL_TARGET}-freebsd-${IOQ3ARCH} > BINSUFFIX?= This breaks existing style in Makefile. Please, move the line after ALL_TARGET or after USES.