sysutils/bmd-plugin-*: Fix build error

PR:		282094 282130
Reported by:	maintainer
This commit is contained in:
Yuichiro NAITO 2024-10-20 09:23:53 -07:00 committed by Jose Alonso Cardenas Marquez
parent b3bc0f1b7d
commit cf7cc4b5f6
No known key found for this signature in database
GPG key ID: 335B9246BA5E30F4
4 changed files with 6 additions and 18 deletions

View file

@ -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

View file

@ -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}\"

View file

@ -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

View file

@ -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}\"