Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jan 2013 22:49:08 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310293 - head/ports-mgmt/pkg/files
Message-ID:  <201301122249.r0CMn8MT098786@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301122249.r0CMn8MT098786>