From owner-svn-ports-head@FreeBSD.ORG Sat Jan 12 22:49:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C9253EDC; Sat, 12 Jan 2013 22:49:08 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A4071C16; Sat, 12 Jan 2013 22:49:08 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0CMn8RV098788; Sat, 12 Jan 2013 22:49:08 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0CMn8MT098786; Sat, 12 Jan 2013 22:49:08 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201301122249.r0CMn8MT098786@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 12 Jan 2013 22:49:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310293 - head/ports-mgmt/pkg/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-head@freebsd.org X-Mailman-Version: 2.1.14 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, 12 Jan 2013 22:49:08 -0000 Author: bapt Date: Sat Jan 12 22:49:07 2013 New Revision: 310293 URL: http://svnweb.freebsd.org/changeset/ports/310293 Log: Do not install .symbols on current Reported and tested by: kwm Added: head/ports-mgmt/pkg/files/patch-libpkg__Makefile (contents, props changed) head/ports-mgmt/pkg/files/patch-pkg__Makefile (contents, props changed) Added: head/ports-mgmt/pkg/files/patch-libpkg__Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/pkg/files/patch-libpkg__Makefile Sat Jan 12 22:49:07 2013 (r310293) @@ -0,0 +1,13 @@ +--- ./libpkg/Makefile.orig 2012-12-21 12:57:15.000000000 +0100 ++++ ./libpkg/Makefile 2013-01-12 23:26:55.723640000 +0100 +@@ -94,8 +94,10 @@ + + CFLAGS+= -DPREFIX=\"${PREFIX}\" + ++.if defined(DEBUG_FLAGS) + DEBUG_FLAGS+= -g -O0 + STRIP= ++.endif + .if defined(PROFILE_BUILD) + DEBUG_FLAGS+= -pg + .endif Added: head/ports-mgmt/pkg/files/patch-pkg__Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/pkg/files/patch-pkg__Makefile Sat Jan 12 22:49:07 2013 (r310293) @@ -0,0 +1,12 @@ +--- ./pkg/Makefile.orig 2013-01-12 23:38:30.808841691 +0100 ++++ ./pkg/Makefile 2013-01-12 23:38:50.521899817 +0100 +@@ -38,7 +38,9 @@ + CFLAGS+= -DGITHASH="\" ${GITHASH}\"" + .endif + ++.if defined(DEBUG_FLAGS) + DEBUG_FLAGS+= -g -O0 ++.endif + .if defined(PROFILE_BUILD) + DEBUG_FLAGS+= -pg + .endif