freebsd-ports/sysutils/container-diff/Makefile
Robert Clausecker c5187ab477 sysutils/container-diff: fix build on riscv64
Bump golang.org/x/sys dependency to a version new enough to support
riscv64-freebsd.  Remove patch obsoleted through this change.

Sponsored by:	Berliner Linux User Group e.V.
Approved by:	portmgr (build fix blanket)
Differential Revision: https://reviews.freebsd.org/D39043
2023-03-14 00:06:18 +01:00

29 lines
626 B
Makefile

PORTNAME= container-diff
PORTVERSION= 0.17.0
DISTVERSIONPREFIX= v
PORTREVISION= 12
CATEGORIES= sysutils
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Diff your Docker containers
WWW= https://github.com/GoogleContainerTools/container-diff
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go
USE_GITHUB= nodefault
GH_TUPLE= golang:sys:v0.6.0:sys
GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
PLIST_FILES= bin/container-diff
GH_ACCOUNT= GoogleContainerTools
USE_GITHUB= yes
pre-patch:
${RM} -r ${WRKSRC}/vendor/golang.org/x/sys
${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys
.include <bsd.port.mk>