From a04c19f2f7fb8d79954386c25b03c2a3ca18fba3 Mon Sep 17 00:00:00 2001 From: Boris Samorodov Date: Tue, 18 Jul 2017 09:14:21 +0000 Subject: 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) --- net-mgmt/alertmanager/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'net-mgmt/alertmanager') diff --git a/net-mgmt/alertmanager/Makefile b/net-mgmt/alertmanager/Makefile index 359bd9dadb6c..8898bd4875dd 100644 --- a/net-mgmt/alertmanager/Makefile +++ b/net-mgmt/alertmanager/Makefile @@ -3,6 +3,7 @@ PORTNAME= alertmanager PORTVERSION= 0.5.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net-mgmt @@ -25,8 +26,6 @@ GROUPS= alertmanager PLIST_FILES= bin/alertmanager \ etc/alertmanager/alertmanager.yml.sample -STRIP= # stripping can break go binaries - do-build: (cd ${GO_WRKSRC}/cmd/alertmanager ; ${SETENV} ${GO_ENV} go install) -- cgit v1.2.3