mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
sysutils/bmd-plugin-*: Fix build error
PR: 282094 282130 Reported by: maintainer
This commit is contained in:
parent
b3bc0f1b7d
commit
cf7cc4b5f6
4 changed files with 6 additions and 18 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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}\"
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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}\"
|
Loading…
Add table
Reference in a new issue