From owner-svn-ports-all@freebsd.org Mon Oct 17 16:52:14 2016 Return-Path: Delivered-To: svn-ports-all@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 A1F96C15E9C; Mon, 17 Oct 2016 16:52:14 +0000 (UTC) (envelope-from marino@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 mx1.freebsd.org (Postfix) with ESMTPS id 6E2E7C37; Mon, 17 Oct 2016 16:52:14 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9HGqDxM029881; Mon, 17 Oct 2016 16:52:13 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9HGqDJo029880; Mon, 17 Oct 2016 16:52:13 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610171652.u9HGqDJo029880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 17 Oct 2016 16:52:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424130 - head/news/golded+/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 16:52:14 -0000 Author: marino Date: Mon Oct 17 16:52:13 2016 New Revision: 424130 URL: https://svnweb.freebsd.org/changeset/ports/424130 Log: news/golded+: honor LDFLAGS Approved by: infrastructure blanket Modified: head/news/golded+/files/patch-GNUmakef.def Modified: head/news/golded+/files/patch-GNUmakef.def ============================================================================== --- head/news/golded+/files/patch-GNUmakef.def Mon Oct 17 16:38:13 2016 (r424129) +++ head/news/golded+/files/patch-GNUmakef.def Mon Oct 17 16:52:13 2016 (r424130) @@ -1,6 +1,6 @@ ---- GNUmakef.def.orig 2015-11-28 07:03:45.000000000 +0000 -+++ GNUmakef.def 2016-10-04 17:08:05.099233000 +0000 -@@ -141,8 +141,8 @@ +--- GNUmakef.def.orig 2015-11-28 07:03:45 UTC ++++ GNUmakef.def +@@ -141,8 +141,8 @@ else # Linux, *BSD or CAT=cat SED=sed GREP=grep @@ -11,14 +11,14 @@ AR=ar RANLIB=ranlib PLATFORM=lnx -@@ -162,8 +162,8 @@ +@@ -162,8 +162,8 @@ endif endif endif endif -CFLAGS+=-funsigned-char -g $(INCS) -Wall -Wno-long-long -Wno-sign-compare -pedantic -O2 -DPRAGMA_PACK # -fomit-frame-pointer -LNKFLAGS+=-g +CFLAGS+=-funsigned-char $(INCS) -Wall -Wno-long-long -Wno-sign-compare -O2 -DPRAGMA_PACK # -g -pedantic -fomit-frame-pointer -+#LNKFLAGS+=-g ++LNKFLAGS+=$(LDFLAGS) CPPFLAGS+=$(CFLAGS) # Run `make USE_NCURSES=0` if you dislike ncurses