diff options
author | mat <mat@FreeBSD.org> | 2017-10-12 17:06:17 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-10-12 17:06:17 +0800 |
commit | 4609c9e867830f2a15258478f29f794b97676dcf (patch) | |
tree | 4e276eff5a36cfbec8aaa631c017c918d78c29da /net-mgmt | |
parent | 31957cd5f3158b47a5ec2fe356d7c01eeb0cde00 (diff) | |
download | freebsd-ports-gnome-4609c9e867830f2a15258478f29f794b97676dcf.tar.gz freebsd-ports-gnome-4609c9e867830f2a15258478f29f794b97676dcf.tar.zst freebsd-ports-gnome-4609c9e867830f2a15258478f29f794b97676dcf.zip |
Stripping go binaries is perfectly fine.
https://dominik.honnef.co/posts/2016/10/go-and-strip/
Sponsored by: Absolight
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/kapacitor/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/telegraf/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/net-mgmt/kapacitor/Makefile b/net-mgmt/kapacitor/Makefile index e8446d909a26..10e8e1d4efd3 100644 --- a/net-mgmt/kapacitor/Makefile +++ b/net-mgmt/kapacitor/Makefile @@ -28,8 +28,6 @@ SUB_FILES= kapacitord SUB_LIST+= KAPACITORD_PIDDIR=${KAPACITORD_PIDDIR} PLIST_SUB= KAPACITORD_PIDDIR=${KAPACITORD_PIDDIR} -STRIP= # stripping can break go binaries - post-patch: @${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} @cd ${WRKSRC} && ${MV} \ diff --git a/net-mgmt/telegraf/Makefile b/net-mgmt/telegraf/Makefile index 11651ad41186..b68feb4bd18c 100644 --- a/net-mgmt/telegraf/Makefile +++ b/net-mgmt/telegraf/Makefile @@ -90,8 +90,6 @@ SUB_FILES= telegraf SUB_LIST+= TELEGRAF_PIDDIR=${TELEGRAF_PIDDIR} PLIST_SUB= TELEGRAF_PIDDIR=${TELEGRAF_PIDDIR} -STRIP= # stripping can break go binaries - post-patch: @${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME} @cd ${WRKSRC} && ${MV} CHANGELOG.md CONTRIBUTING.md Godeps Godeps_windows \ |