summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2021-06-10 08:12:09 +0000
committerbsiegert <bsiegert@pkgsrc.org>2021-06-10 08:12:09 +0000
commitcaa9ccda68e895ce830fb544c8100a21fad51f49 (patch)
treeaabd33ced76a84b1bf1746b0cf345a6a19cf0ddf
parentfd437e3335e0c9eba6afe204d0fcefd7760ba253 (diff)
downloadpkgsrc-caa9ccda68e895ce830fb544c8100a21fad51f49.tar.gz
Pullup ticket #6470 - requested by simonb
x11/xorgproto: NetBSD-current build fix Revisions pulled up: - x11/xorgproto/builtin.mk 1.9 --- Module Name: pkgsrc Committed By: gutteridge Date: Thu Apr 29 02:57:08 UTC 2021 Modified Files: pkgsrc/x11/xorgproto: builtin.mk Log Message: xorgproto: reflect built-in version present in NetBSD 9.99.82
-rw-r--r--x11/xorgproto/builtin.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/xorgproto/builtin.mk b/x11/xorgproto/builtin.mk
index d0e4295c175..5b120827433 100644
--- a/x11/xorgproto/builtin.mk
+++ b/x11/xorgproto/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.8 2020/04/14 19:30:46 wiz Exp $
+# $NetBSD: builtin.mk,v 1.8.8.1 2021/06/10 08:12:09 bsiegert Exp $
BUILTIN_PKG:= xorgproto
@@ -45,11 +45,13 @@ PRE_XORGPROTO_LIST= \
PRE_XORGPROTO_LIST+= \
xproto
-# NetBSD-current (with modern xorgproto) has 7.0.32.
+# NetBSD-current (as of 9.99.82) has 7.0.33.
+# NetBSD-9 (with modern xorgproto) has 7.0.32.
# NetBSD-8 has 7.0.31.
# NetBSD-7 has 7.0.26.
# NetBSD-6 has 7.0.22.
BUILTIN_VERSION_SCRIPT.${BUILTIN_PKG}?= ${SED} -n \
+ -e 's/Version: 7\.0\.33/2021.3/p' \
-e 's/Version: 7\.0\.32/2018.4/p' \
-e 's/Version: 7\.0\.31/2018.1/p' \
-e 's/Version: 7\.0\.26/2017.1/p' \