svn commit: r310293 - head/ports-mgmt/pkg/files
Baptiste Daroussin
bapt at FreeBSD.org
Sat Jan 12 22:49:08 UTC 2013
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
More information about the svn-ports-all
mailing list