Sun Dec 4 22:04:58 2022 UTC ()
xf86-video-r128: update to 6.12.1.

Alan Coopersmith (8):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      gitlab CI: stop requiring Signed-off-by in commits
      R128RAMRec: constify name pointer
      xf86-video-r128 6.12.1

Niveditha Rau (1):
      Mark DriverRec exported in r128_probe.h to match r128_probe.c


(wiz)
diff -r1.27 -r1.28 pkgsrc/x11/xf86-video-r128/Makefile
diff -r1.15 -r1.16 pkgsrc/x11/xf86-video-r128/distinfo
diff -r1.1 -r1.2 pkgsrc/x11/xf86-video-r128/patches/patch-configure

cvs diff -r1.27 -r1.28 pkgsrc/x11/xf86-video-r128/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xf86-video-r128/Makefile 2022/11/09 13:14:27 1.27
+++ pkgsrc/x11/xf86-video-r128/Makefile 2022/12/04 22:04:58 1.28
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.27 2022/11/09 13:14:27 joerg Exp $ 1# $NetBSD: Makefile,v 1.28 2022/12/04 22:04:58 wiz Exp $
2 2
3DISTNAME= xf86-video-r128-6.12.0 3DISTNAME= xf86-video-r128-6.12.1
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_XORG:=driver/} 5MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://xorg.freedesktop.org/ 9HOMEPAGE= https://xorg.freedesktop.org/
10COMMENT= Modular Xorg ATI Rage128 video driver 10COMMENT= Modular Xorg ATI Rage128 video driver
11 11
12CONFLICTS= xf86-video-ati<6.9.0 12CONFLICTS= xf86-video-ati<6.9.0
13 13
14CONFIGURE_ARGS+= --enable-dri 14CONFIGURE_ARGS+= --enable-dri
15 15
16USE_LIBTOOL= YES 16USE_LIBTOOL= YES
17GNU_CONFIGURE= YES 17GNU_CONFIGURE= YES
18USE_TOOLS+= gmake pkg-config 18USE_TOOLS+= gmake pkg-config
19 19

cvs diff -r1.15 -r1.16 pkgsrc/x11/xf86-video-r128/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xf86-video-r128/distinfo 2021/10/26 11:34:42 1.15
+++ pkgsrc/x11/xf86-video-r128/distinfo 2022/12/04 22:04:58 1.16
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.15 2021/10/26 11:34:42 nia Exp $ 1$NetBSD: distinfo,v 1.16 2022/12/04 22:04:58 wiz Exp $
2 2
3BLAKE2s (xf86-video-r128-6.12.0.tar.bz2) = 111df5e9b2bb6cc7bbc7f11d60932978eaded4727d9cf00c9b87b0107be71641 3BLAKE2s (xf86-video-r128-6.12.1.tar.xz) = 59aad9b3c4250f3c43f734f0a282bc8167c49261436ead500a022824ac15acb8
4SHA512 (xf86-video-r128-6.12.0.tar.bz2) = 0e667e2cfa8a87a00846361d86528c93754c403c812b66798953fa4c857b2143b2c4c44885da467e7f910d8cb910b69492cdcb6f25e2197bae6617364d152e38 4SHA512 (xf86-video-r128-6.12.1.tar.xz) = 18b2408fe68161c32f84c7147717f8e6c6377e81e9d59e2f098843c54cd0ae757aab5059568da8c71ef38100807d56ee22447417c236c1b3deea292bb676e700
5Size (xf86-video-r128-6.12.0.tar.bz2) = 483999 bytes 5Size (xf86-video-r128-6.12.1.tar.xz) = 438952 bytes
6SHA1 (patch-configure) = b8aec279d402f4bd31693f34e0ccab4155159cd4 6SHA1 (patch-configure) = 473ffdb4e0ca1601954ea09b6de548a39ca6ff91
7SHA1 (patch-src_r128__probe.c) = 3a0e00262f8b996392b2a9c1a5b887a1016f6203 7SHA1 (patch-src_r128__probe.c) = 3a0e00262f8b996392b2a9c1a5b887a1016f6203

cvs diff -r1.1 -r1.2 pkgsrc/x11/xf86-video-r128/patches/patch-configure (expand / switch to unified diff)

--- pkgsrc/x11/xf86-video-r128/patches/patch-configure 2018/05/20 07:19:18 1.1
+++ pkgsrc/x11/xf86-video-r128/patches/patch-configure 2022/12/04 22:04:58 1.2
@@ -1,27 +1,21 @@ @@ -1,27 +1,21 @@
1$NetBSD: patch-configure,v 1.1 2018/05/20 07:19:18 wiz Exp $ 1$NetBSD: patch-configure,v 1.2 2022/12/04 22:04:58 wiz Exp $
2 2
3Avoid redefinition of bswap macros. 3Avoid redefinition of bswap*
4 4
5--- configure.orig 2017-01-17 22:43:33.000000000 +0000 5--- configure.orig 2022-12-04 21:09:01.000000000 +0000
6+++ configure 6+++ configure
7@@ -19447,20 +19447,6 @@ $as_echo "$SYS_ENDIAN_BSWAP" >&6; } 7@@ -20352,14 +20352,6 @@ printf "%s\n" "$SYS_ENDIAN_BSWAP" >&6; }
8 $as_echo "#define USE_SYS_ENDIAN_H 1" >>confdefs.h 8 printf "%s\n" "#define USE_SYS_ENDIAN_H 1" >>confdefs.h
9  9
10  10
11-cat >>confdefs.h <<_ACEOF 11-printf "%s\n" "#define bswap_16 ${BSWAP}16" >>confdefs.h
12-#define bswap_16 ${BSWAP}16 
13-_ACEOF 
14- 12-
15- 13-
16-cat >>confdefs.h <<_ACEOF 14-printf "%s\n" "#define bswap_32 ${BSWAP}32" >>confdefs.h
17-#define bswap_32 ${BSWAP}32 
18-_ACEOF 
19- 15-
20- 16-
21-cat >>confdefs.h <<_ACEOF 17-printf "%s\n" "#define bswap_64 ${BSWAP}64" >>confdefs.h
22-#define bswap_64 ${BSWAP}64 
23-_ACEOF 
24- 18-
25 fi 19 fi
26 fi 20 fi
27  21