git: 76d7410873ef - main - dns/blocky: Add buildinfo symbols to -ldflags
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Aug 2022 01:56:27 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=76d7410873ef215e2451c0cb3152bfe0a82656c4 commit 76d7410873ef215e2451c0cb3152bfe0a82656c4 Author: Daniel Ponte <amigan@gmail.com> AuthorDate: 2022-08-02 01:51:31 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-08-02 01:51:31 +0000 dns/blocky: Add buildinfo symbols to -ldflags - add buildinfo symbols to -ldflags so they do not show up as "undefined" - bump PORTREVISION PR: 265563 --- dns/blocky/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dns/blocky/Makefile b/dns/blocky/Makefile index 5fdb434035db..040d1266c83e 100644 --- a/dns/blocky/Makefile +++ b/dns/blocky/Makefile @@ -1,7 +1,7 @@ PORTNAME= blocky DISTVERSIONPREFIX= v DISTVERSION= 0.19 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod DISTFILES= go.mod:gomod @@ -19,6 +19,9 @@ USE_RC_SUBR= blocky GO_MODULE= github.com/${GH_ACCOUNT}/${GH_PROJECT} GO_TARGET= main.go:${PREFIX}/sbin/${PORTNAME} +GO_BUILDFLAGS= -ldflags "-w -s \ + -X github.com/0xERR0R/blocky/util.Version=${DISTVERSION} \ + -X github.com/0xERR0R/blocky/util.BuildTime=`date '+%Y%m%d-%H%M%S'`" SUB_FILES= pkg-message