From owner-svn-ports-head@freebsd.org Thu Dec 10 21:09:55 2015 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 A86809D62C4; Thu, 10 Dec 2015 21:09:55 +0000 (UTC) (envelope-from bdrewery@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 76CE0173F; Thu, 10 Dec 2015 21:09:55 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBAL9s7q050376; Thu, 10 Dec 2015 21:09:54 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBAL9st4050375; Thu, 10 Dec 2015 21:09:54 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201512102109.tBAL9st4050375@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 10 Dec 2015 21:09:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403467 - head/Mk X-SVN-Group: ports-head 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.20 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: Thu, 10 Dec 2015 21:09:55 -0000 Author: bdrewery Date: Thu Dec 10 21:09:54 2015 New Revision: 403467 URL: https://svnweb.freebsd.org/changeset/ports/403467 Log: Force DEBUG_FILES to be off when building with /usr/share/mk. Otherwise debug symbols are split out and extra files are generated that are not expected by the plist. This is after the base system enabled DEBUG_FILES by default in r291955. I have pending patches to handle debug symbol splitting for ports, that will benefit all ports, not just the ones using /usr/share/mk. With hat: portmgr Sponsored by: EMC / Isilon Storage Division Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Thu Dec 10 20:20:22 2015 (r403466) +++ head/Mk/bsd.port.mk Thu Dec 10 21:09:54 2015 (r403467) @@ -1615,6 +1615,9 @@ INSTALL_TARGET:= ${INSTALL_TARGET:S/^ins # XXX PIE support to be added here MAKE_ENV+= NO_PIE=yes +# We will control debug files. Don't let builds that use /usr/share/mk +# split out debug symbols since the plist won't know to expect it. +MAKE_ENV+= NO_DEBUG_FILES=yes .if defined(NOPORTDOCS) PLIST_SUB+= PORTDOCS="@comment "