From owner-svn-ports-head@FreeBSD.ORG Sat Aug 16 22:25:35 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 43EF98A7; Sat, 16 Aug 2014 22:25:35 +0000 (UTC) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (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 9A2502414; Sat, 16 Aug 2014 22:25:34 +0000 (UTC) Received: from [192.168.192.25] (dhcp-108-170-169-12.cable.user.start.ca [108.170.169.12]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by apnoea.adamw.org (Postfix) with ESMTPSA id 73D2315F58C; Sat, 16 Aug 2014 18:25:31 -0400 (EDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r365068 - head/devel/libexecinfo From: Adam Weinberger In-Reply-To: <201408160902.s7G924qM026298@svn.freebsd.org> Date: Sat, 16 Aug 2014 18:25:28 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201408160902.s7G924qM026298@svn.freebsd.org> To: Eitan Adler X-Mailer: Apple Mail (2.1878.6) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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, 16 Aug 2014 22:25:35 -0000 On 16 Aug, 2014, at 5:02, Eitan Adler wrote: > Author: eadler > Date: Sat Aug 16 09:02:04 2014 > New Revision: 365068 > URL: http://svnweb.freebsd.org/changeset/ports/365068 > QAT: https://qat.redports.org/buildarchive/r365068/ >=20 > Log: > Fix bug in libexecinfo by using -fno-omit-framepointer >=20 > PR: 191465 > Approved by: maintainer timeout (2014-06-28) >=20 > Modified: > head/devel/libexecinfo/Makefile >=20 > Modified: head/devel/libexecinfo/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/devel/libexecinfo/Makefile Sat Aug 16 07:15:12 2014 = (r365067) > +++ head/devel/libexecinfo/Makefile Sat Aug 16 09:02:04 2014 = (r365068) > @@ -15,6 +15,7 @@ OPTIONS_DEFINE=3D DOCS >=20 > USES=3D tar:bzip2 uidfix > USE_LDCONFIG=3D yes > +CPPFLAGS=3D -fno-omit-frame-pointer > MAKE_FLAGS=3D LIBDIR=3D${PREFIX}/lib \ > INCLUDEDIR=3D${PREFIX}/include CPPFLAGS doesn=92t make it through. cc -fpic -DPIC -O2 -pipe -fno-strict-aliasing -std=3Dgnu99 = -fstack-protector -Qunused-arguments -c stacktraverse.c -o = stacktraverse.So You need to add it to CFLAGS instead. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org