pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/netatalk4



Module Name:    pkgsrc
Committed By:   hauke
Date:           Thu Mar 20 21:01:06 UTC 2025

Modified Files:
        pkgsrc/net/netatalk4: Makefile

Log Message:
Bring back MESON_BINARY.service setting to unbreak netbsd-9 bulk
builds.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/netatalk4/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/netatalk4/Makefile
diff -u pkgsrc/net/netatalk4/Makefile:1.12 pkgsrc/net/netatalk4/Makefile:1.13
--- pkgsrc/net/netatalk4/Makefile:1.12  Mon Mar 17 17:42:44 2025
+++ pkgsrc/net/netatalk4/Makefile       Thu Mar 20 21:01:06 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2025/03/17 17:42:44 hauke Exp $
+# $NetBSD: Makefile,v 1.13 2025/03/20 21:01:06 hauke Exp $
 
 GITHUB_PROJECT=        netatalk
 GITHUB_TAG=    refs/tags/${DISTNAME}
@@ -56,6 +56,11 @@ MESON_ARGS+=         -Dwith-tcp-wrappers=true
 MESON_ARGS+=           -Dwith-statedir-path=${VARBASE}/db
 MESON_ARGS+=           -Dwith-init-hooks=false
 
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD"
+MESON_BINARIES+=       service
+MESON_BINARY.service=  /usr/sbin/service
+.endif
+
 LDFLAGS.FreeBSD+=      -lpthread
 
 # Meson will look for perl(1), but then substitute the buildlink path



Home | Main Index | Thread Index | Old Index