git: cf7cc4b5f684 - main - sysutils/bmd-plugin-*: Fix build error

From: Jose Alonso Cardenas Marquez <acm_at_FreeBSD.org>
Date: Sun, 20 Oct 2024 16:25:38 UTC
The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cf7cc4b5f684d5e699271029217bb20e76427a82

commit cf7cc4b5f684d5e699271029217bb20e76427a82
Author:     Yuichiro NAITO <naito.yuichiro@gmail.com>
AuthorDate: 2024-10-20 16:23:53 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2024-10-20 16:23:53 +0000

    sysutils/bmd-plugin-*: Fix build error
    
    PR:             282094 282130
    Reported by:    maintainer
---
 sysutils/bmd-plugin-avahi/Makefile               | 3 +++
 sysutils/bmd-plugin-avahi/files/patch-Makefile   | 9 ---------
 sysutils/bmd-plugin-hookcmd/Makefile             | 3 +++
 sysutils/bmd-plugin-hookcmd/files/patch-Makefile | 9 ---------
 4 files changed, 6 insertions(+), 18 deletions(-)

diff --git a/sysutils/bmd-plugin-avahi/Makefile b/sysutils/bmd-plugin-avahi/Makefile
index 3b0b70ac6d9c..f2926ab4c37f 100644
--- a/sysutils/bmd-plugin-avahi/Makefile
+++ b/sysutils/bmd-plugin-avahi/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	bmd-plugin-avahi
 DISTVERSION=	3.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	naito.yuichiro@gmail.com
@@ -16,6 +17,8 @@ BUILD_DEPENDS=	bmd>0:sysutils/bmd
 RUN_DEPENDS=	bmd>0:sysutils/bmd \
 		avahi-app>0:net/avahi-app
 
+USES=		uidfix
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	yuichiro-naito
 
diff --git a/sysutils/bmd-plugin-avahi/files/patch-Makefile b/sysutils/bmd-plugin-avahi/files/patch-Makefile
deleted file mode 100644
index 79310bf41bc2..000000000000
--- a/sysutils/bmd-plugin-avahi/files/patch-Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
---- Makefile.orig	2024-07-23 07:59:39 UTC
-+++ Makefile
-@@ -1,4 +1,6 @@
- MK_DEBUG_FILES=	no
-+BINOWN!=	id -u
-+BINGRP!=	id -g
- SHLIB=		bmdplugin_avahi
- SHLIB_MAJOR=	1
- CFLAGS+=	-I${LOCALBASE}/include -DLOCALBASE=\"${LOCALBASE}\"
diff --git a/sysutils/bmd-plugin-hookcmd/Makefile b/sysutils/bmd-plugin-hookcmd/Makefile
index 394740d4403b..2e0185611f12 100644
--- a/sysutils/bmd-plugin-hookcmd/Makefile
+++ b/sysutils/bmd-plugin-hookcmd/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	bmd-plugin-hookcmd
 DISTVERSION=	3.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	naito.yuichiro@gmail.com
@@ -15,6 +16,8 @@ ONLY_FOR_ARCHS_REASON=	bhyve runs on amd64 only
 BUILD_DEPENDS=	bmd>0:sysutils/bmd
 RUN_DEPENDS=	bmd>0:sysutils/bmd
 
+USES=		uidfix
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	yuichiro-naito
 
diff --git a/sysutils/bmd-plugin-hookcmd/files/patch-Makefile b/sysutils/bmd-plugin-hookcmd/files/patch-Makefile
deleted file mode 100644
index ed46beba33e0..000000000000
--- a/sysutils/bmd-plugin-hookcmd/files/patch-Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
---- Makefile.orig	2024-07-23 08:00:58 UTC
-+++ Makefile
-@@ -1,4 +1,6 @@
- MK_DEBUG_FILES=	no
-+BINOWN!=	id -u
-+BINGRP!=	id -g
- SHLIB=		bmdplugin_hookcmd
- SHLIB_MAJOR=	1
- CFLAGS+=	-I${LOCALBASE}/include -DLOCALBASE=\"${LOCALBASE}\"