aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/mysqld_exporter
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2017-07-18 09:14:21 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2017-07-18 09:14:21 +0000
commita04c19f2f7fb8d79954386c25b03c2a3ca18fba3 (patch)
tree615050a75af59a7b852d2927d4bcae8567b89cf0 /net-mgmt/mysqld_exporter
parenta367a8c8715a8fbb6b98934796182f633df1aeb7 (diff)
downloadports-a04c19f2f7fb8d79954386c25b03c2a3ca18fba3.tar.gz
ports-a04c19f2f7fb8d79954386c25b03c2a3ca18fba3.zip
Prometheus exporters and pushgateway: Strip golang binaries.
TLDR; turns out to be a misconception, has gone with dinosaurs. Golang Project treat such cases as bugs, submit any evidence to them. More info: https://honnef.co/posts/2016/10/go-and-strip/ Fix my port and ports I've committed yesterday. Bump PORTREVISION. Reported by: swills Approved by: portmgr (just fix it)
Notes
Notes: svn path=/head/; revision=446130
Diffstat (limited to 'net-mgmt/mysqld_exporter')
-rw-r--r--net-mgmt/mysqld_exporter/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/mysqld_exporter/Makefile b/net-mgmt/mysqld_exporter/Makefile
index 7b9db9b1e75f..cd1ef294fdc3 100644
--- a/net-mgmt/mysqld_exporter/Makefile
+++ b/net-mgmt/mysqld_exporter/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mysqld_exporter
PORTVERSION= 0.10.0
+PORTREVISION= 1
DISTVERSIONPREFIX=v
CATEGORIES= net-mgmt
@@ -23,8 +24,6 @@ PLIST_FILES= bin/mysqld_exporter
USE_RC_SUBR= mysqld_exporter
-STRIP= # stripping can break go binaries
-
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/bin/mysqld_exporter ${STAGEDIR}${PREFIX}/bin