pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/bind918
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jan 9 14:35:00 UTC 2026
Modified Files:
pkgsrc/net/bind918: builtin.mk
Log Message:
bind918: use SED instead of HEAD, since SED is defined earlier
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/bind918/builtin.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/bind918/builtin.mk
diff -u pkgsrc/net/bind918/builtin.mk:1.2 pkgsrc/net/bind918/builtin.mk:1.3
--- pkgsrc/net/bind918/builtin.mk:1.2 Sat Jan 13 20:08:25 2024
+++ pkgsrc/net/bind918/builtin.mk Fri Jan 9 14:34:59 2026
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.2 2024/01/13 20:08:25 riastradh Exp $
+# $NetBSD: builtin.mk,v 1.3 2026/01/09 14:34:59 wiz Exp $
BUILTIN_PKG:= bind
@@ -21,7 +21,7 @@ BUILTIN_FIND_LIBS:= bind
empty(EXE_NAMED:M__nonexistent__) && \
empty(EXE_NAMED:M${LOCALBASE}/*)
BUILTIN_VERSION.bind!= \
- ${EXE_NAMED} -v 2>/dev/null | ${HEAD} -1 | \
+ ${EXE_NAMED} -v 2>/dev/null | ${SED} 1q | \
${AWK} 'BEGIN { v = "4.9.11"; } \
/^BIND / { v = $$2; sub("-.*", "", v); } \
/^named / { v = $$2; sub("-.*", "", v); } \
Home |
Main Index |
Thread Index |
Old Index