podman-5.2.5 shows multiple errors about ggrep - missed build dep and wrong errors handling?
see https://github.com/oci-playground/freebsd-podman-testing/issues/26
Differential D47926
sysutils/podman: fix build dependancy for ggrep vova_fbsd.ru on Dec 4 2024, 9:47 PM. Authored by Tags None Referenced Files
Subscribers None
Details podman-5.2.5 shows multiple errors about ggrep - missed build dep and wrong errors handling? see https://github.com/oci-playground/freebsd-podman-testing/issues/26
Diff Detail
Event TimelineThis comment was removed by osa. This comment was removed by osa. Comment Actions diff --git a/sysutils/podman/Makefile b/sysutils/podman/Makefile index 43cc304622..71bd5ea418 100644 --- a/sysutils/podman/Makefile +++ b/sysutils/podman/Makefile @@ -1,7 +1,7 @@ PORTNAME= podman DISTVERSIONPREFIX= v DISTVERSION= 5.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org @@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash \ go-md2man:textproc/go-md2man \ + ggrep:textproc/gnugrep \ gsed:textproc/gsed LIB_DEPENDS= libgpgme.so:security/gpgme RUN_DEPENDS= conmon:sysutils/conmon \ x1c9# git diff > /home/osa/patches/podman-5.2.5_2.diff |