aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-01-13 06:49:07 +0800
committerbapt <bapt@FreeBSD.org>2013-01-13 06:49:07 +0800
commit656b021dc7c3a3f3c710e706e8e66a137dd1c20a (patch)
treec8ada71678eec5efa10ddd295d500ad116acf6f5 /ports-mgmt
parent8e17c92bc2e1fa4fb42dace8ce15b5a60b602b0a (diff)
downloadfreebsd-ports-gnome-656b021dc7c3a3f3c710e706e8e66a137dd1c20a.tar.gz
freebsd-ports-gnome-656b021dc7c3a3f3c710e706e8e66a137dd1c20a.tar.zst
freebsd-ports-gnome-656b021dc7c3a3f3c710e706e8e66a137dd1c20a.zip
Do not install .symbols on current
Reported and tested by: kwm
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/pkg/files/patch-libpkg__Makefile13
-rw-r--r--ports-mgmt/pkg/files/patch-pkg__Makefile12
2 files changed, 25 insertions, 0 deletions
diff --git a/ports-mgmt/pkg/files/patch-libpkg__Makefile b/ports-mgmt/pkg/files/patch-libpkg__Makefile
new file mode 100644
index 000000000000..dcf2767fdbe7
--- /dev/null
+++ b/ports-mgmt/pkg/files/patch-libpkg__Makefile
@@ -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
diff --git a/ports-mgmt/pkg/files/patch-pkg__Makefile b/ports-mgmt/pkg/files/patch-pkg__Makefile
new file mode 100644
index 000000000000..19246a6c9bcf
--- /dev/null
+++ b/ports-mgmt/pkg/files/patch-pkg__Makefile
@@ -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