pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2021Q1] pkgsrc/x11/xorgproto



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Thu Jun 10 08:12:09 UTC 2021

Modified Files:
        pkgsrc/x11/xorgproto [pkgsrc-2021Q1]: builtin.mk

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.8.8.1 pkgsrc/x11/xorgproto/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/x11/xorgproto/builtin.mk
diff -u pkgsrc/x11/xorgproto/builtin.mk:1.8 pkgsrc/x11/xorgproto/builtin.mk:1.8.8.1
--- pkgsrc/x11/xorgproto/builtin.mk:1.8 Tue Apr 14 19:30:46 2020
+++ pkgsrc/x11/xorgproto/builtin.mk     Thu Jun 10 08:12:09 2021
@@ -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' \



Home | Main Index | Thread Index | Old Index