pkgsrc-WIP-changes archive

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

xemu: update to date 2023.12.20.



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Tue Jan 23 23:05:01 2024 +0100
Changeset:	0e8a41080e553812612c39dcb6e099784412b492

Modified Files:
	xemu/Makefile
	xemu/distinfo
Added Files:
	xemu/patches/patch-build_configure_configure

Log Message:
xemu: update to date 2023.12.20.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0e8a41080e553812612c39dcb6e099784412b492

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

diffstat:
 xemu/Makefile                                |  5 +++--
 xemu/distinfo                                |  7 ++++---
 xemu/patches/patch-build_configure_configure | 23 +++++++++++++++++++++++
 3 files changed, 30 insertions(+), 5 deletions(-)

diffs:
diff --git a/xemu/Makefile b/xemu/Makefile
index ced82d6dad..2ea5c827fb 100644
--- a/xemu/Makefile
+++ b/xemu/Makefile
@@ -1,10 +1,10 @@
 # $NetBSD: Makefile,v 1.1 2021/11/06 16:40:06 rhialto Exp $
 
-DISTNAME=	xemu-0.0.2023.07.03
+DISTNAME=	xemu-0.0.2023.12.20
 CATEGORIES=	emulators
 MASTER_SITES=	${MASTER_SITE_GITHUB:=lgblgblgb/}
 GITHUB_PROJECT=	xemu
-GITHUB_TAG=	2bdb979f1a1d7e61eeb163cdc1c9de1d1356e0be
+GITHUB_TAG=	8aa261c07ec7c2f9820e99f9c8fb1930fd42e86a
 
 MAINTAINER=	rhialto%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/lgblgblgb/xemu
@@ -12,6 +12,7 @@ COMMENT=	Emulators of various machines, incl the MEGA65
 LICENSE=	gnu-gpl-v2
 
 USE_TOOLS+=	bash gmake pkg-config
+USE_TOOLS+=	grep sed tr cut dirname pwd uname date
 USE_LANGUAGES+=	c
 
 REPLACE_BASH+=	build/configure/configure
diff --git a/xemu/distinfo b/xemu/distinfo
index 9c7aaa8fb9..6046c875e4 100644
--- a/xemu/distinfo
+++ b/xemu/distinfo
@@ -1,7 +1,8 @@
 $NetBSD$
 
-BLAKE2s (xemu-0.0.2023.07.03-2bdb979f1a1d7e61eeb163cdc1c9de1d1356e0be.tar.gz) = a4aaa61f6e69b84fe8937f8fb7a4d667cf1f162c0c2cfe6af16f07e3d9bd2d83
-SHA512 (xemu-0.0.2023.07.03-2bdb979f1a1d7e61eeb163cdc1c9de1d1356e0be.tar.gz) = c684523205637dde441d3ec219968f003e7b7e45cc4381d075073e86fdf971b73cfbd2078cd6f7db1c2c8bf8ed5a80db02530d3ed2caa2ee3762ceac01e1f7c7
-Size (xemu-0.0.2023.07.03-2bdb979f1a1d7e61eeb163cdc1c9de1d1356e0be.tar.gz) = 1319609 bytes
+BLAKE2s (xemu-0.0.2023.12.20-8aa261c07ec7c2f9820e99f9c8fb1930fd42e86a.tar.gz) = 75b5903303a7f7fde3e5b391ee7307043d71f74433c1385cc5ec7402ed5e0bb9
+SHA512 (xemu-0.0.2023.12.20-8aa261c07ec7c2f9820e99f9c8fb1930fd42e86a.tar.gz) = b360a94673f4624633f707139b9934fc46d5cace7ea528ec32f5531bb89f7dc457b17bd99879ad02b260df94b781946aec8190c93b187fa4298ee137035eacf9
+Size (xemu-0.0.2023.12.20-8aa261c07ec7c2f9820e99f9c8fb1930fd42e86a.tar.gz) = 1334537 bytes
+SHA1 (patch-build_configure_configure) = e8882c90e8c762b465be492b9681e3c6a35498bd
 SHA1 (patch-targets_cvic20_Makefile) = f9ff8f0475d5a732d8666a1b59f85bb298906ca2
 SHA1 (patch-targets_tvc_Makefile) = 33d853667352a2879fa355940ec1f39da6bce364
diff --git a/xemu/patches/patch-build_configure_configure b/xemu/patches/patch-build_configure_configure
new file mode 100644
index 0000000000..b6a3ab757d
--- /dev/null
+++ b/xemu/patches/patch-build_configure_configure
@@ -0,0 +1,23 @@
+$NetBSD$
+
+Patch out bogus check for grep.
+
+--- build/configure/configure.orig	2024-01-23 21:55:42.424876435 +0000
++++ build/configure/configure
+@@ -31,11 +31,11 @@ export LANG LC_TIME
+ echo -n "Testing needed UNIX tools for the build: "
+ 
+ echo -n "grep "
+-if [ "`echo 'alma,korte,banan' | grep -oEia ',K[^,]+,'`" != ",korte," ]; then
+-	echo
+-	echo "FATAL: UNIX utility 'grep' does not seem to work or cannot be found" >&2
+-	exit 1
+-fi
++#if [ "`echo 'alma,korte,banan' | grep -oEia ',K[^,]+,'`" != ",korte," ]; then
++#	echo
++#	echo "FATAL: UNIX utility 'grep' does not seem to work or cannot be found" >&2
++#	exit 1
++#fi
+ echo -n "sed "
+ if [ "`echo "testSTRSTRing" | sed -nE 's/(STR)/_\1/gp'`" != "test_STR_STRing" ]; then
+ 	echo


Home | Main Index | Thread Index | Old Index