pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xf86-video-dummy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  7 20:33:28 UTC 2023

Modified Files:
        pkgsrc/x11/xf86-video-dummy: Makefile distinfo

Log Message:
xf86-video-dummy: update to 0.4.1.

Alan Coopersmith (4):
      Avoid leaking pixel memory if DUMMYScreenInit fails
      gitlab CI: stop requiring Signed-off-by in commits
      List argument types in dummyRec->CreateWindow() function declaration
      xf86-video-dummy 0.4.1


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/xf86-video-dummy/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/xf86-video-dummy/distinfo

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

Modified files:

Index: pkgsrc/x11/xf86-video-dummy/Makefile
diff -u pkgsrc/x11/xf86-video-dummy/Makefile:1.15 pkgsrc/x11/xf86-video-dummy/Makefile:1.16
--- pkgsrc/x11/xf86-video-dummy/Makefile:1.15   Sun Jan 29 21:18:26 2023
+++ pkgsrc/x11/xf86-video-dummy/Makefile        Sun May  7 20:33:28 2023
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2023/01/29 21:18:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.16 2023/05/07 20:33:28 wiz Exp $
 
-DISTNAME=      xf86-video-dummy-0.3.8
-PKGREVISION=   2
+DISTNAME=      xf86-video-dummy-0.4.1
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://xorg.freedesktop.org/
@@ -14,8 +13,6 @@ GNU_CONFIGURE=        yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config
 
-RELRO_SUPPORTED=       partial
-
 CONFIGURE_ENV.SunOS+=  DRIVER_MAN_SUFFIX=4
 
 X11_DRV_NAME=  dummy

Index: pkgsrc/x11/xf86-video-dummy/distinfo
diff -u pkgsrc/x11/xf86-video-dummy/distinfo:1.5 pkgsrc/x11/xf86-video-dummy/distinfo:1.6
--- pkgsrc/x11/xf86-video-dummy/distinfo:1.5    Tue Oct 26 11:34:41 2021
+++ pkgsrc/x11/xf86-video-dummy/distinfo        Sun May  7 20:33:28 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:34:41 nia Exp $
+$NetBSD: distinfo,v 1.6 2023/05/07 20:33:28 wiz Exp $
 
-BLAKE2s (xf86-video-dummy-0.3.8.tar.bz2) = 8b6f6315c2700700a10c409b68ba65d9d9690a6637cfbc15e94a3b7934453cad
-SHA512 (xf86-video-dummy-0.3.8.tar.bz2) = f534113fd9987e44d2e0d0c53bd1b71be4ba69ec239ecec4aba8fcdcc10597722c54cbc01da38e0975ac7660e4e4028330e4cdd369e755c25ec059d2dfabad80
-Size (xf86-video-dummy-0.3.8.tar.bz2) = 302353 bytes
+BLAKE2s (xf86-video-dummy-0.4.1.tar.xz) = 248030f2313a2cdfebb78341d6e10069f32ffcf110e3b936d602434cd4bf27e6
+SHA512 (xf86-video-dummy-0.4.1.tar.xz) = ff7fd8b668e5e9f40a5d27f82599b7a455a8162fc1a247195335c17980f00ce10ae6b2c062239cbaa67d8684c86174f85b398dd7f7065d36f69294bd6f2469de
+Size (xf86-video-dummy-0.4.1.tar.xz) = 262496 bytes



Home | Main Index | Thread Index | Old Index