pkgsrc-WIP-changes archive

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

pipes-c: Update games/pipes-c to 1.2.1



Module Name:	pkgsrc-wip
Committed By:	Travis Paul <tr%vispaul.me@localhost>
Pushed By:	tpaul
Date:		Wed May 22 08:34:51 2019 +0800
Changeset:	ee0dc4f143297ee91c37149d27408a953e257a65

Modified Files:
	pipes-c/Makefile
	pipes-c/distinfo
Removed Files:
	pipes-c/patches/patch-tap_tap.c

Log Message:
pipes-c: Update games/pipes-c to 1.2.1

Upstream Changes:
 * Fixes some minor typos.
 * Incorporates some portability fixes from kind contributors on GitHub.
 * Bumps version of TAP used for tests.
 * Slightly less insane compiler warnings

Pkgsrc Changes:
 * Remove upstreamed patch.

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

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

diffstat:
 pipes-c/Makefile                |  4 ++--
 pipes-c/distinfo                |  8 ++++----
 pipes-c/patches/patch-tap_tap.c | 19 -------------------
 3 files changed, 6 insertions(+), 25 deletions(-)

diffs:
diff --git a/pipes-c/Makefile b/pipes-c/Makefile
index dc1f9495c4..0828fa990e 100644
--- a/pipes-c/Makefile
+++ b/pipes-c/Makefile
@@ -1,10 +1,10 @@
 # $NetBSD$
 
 GITHUB_PROJECT=	pipes.c
-DISTNAME=	pipes-c-1.2.0
+DISTNAME=	pipes-c-1.2.1
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=pipeseroni/}
-GITHUB_RELEASE=	v1.2.0
+GITHUB_RELEASE=	v1.2.1
 DIST_SUBDIR=	${GITHUB_PROJECT}
 
 MAINTAINER=	tpaul%NetBSD.org@localhost
diff --git a/pipes-c/distinfo b/pipes-c/distinfo
index 565ac3d684..e10fe251c0 100644
--- a/pipes-c/distinfo
+++ b/pipes-c/distinfo
@@ -1,7 +1,7 @@
 $NetBSD$
 
-SHA1 (pipes.c/pipes-c-1.2.0.tar.gz) = 9548be13d41ea886330e2f1b241c82ad1855abd8
-RMD160 (pipes.c/pipes-c-1.2.0.tar.gz) = f67e737184a2eaaa57a9890fae0d6d63423a0252
-SHA512 (pipes.c/pipes-c-1.2.0.tar.gz) = 97f38226e9629e5ea3cc2efd0bcfc30d33bbdda9678902d719b07b24fe81170b5d4903ff45ed6a34277ebd201ccd145354f545e04b4e7879baff794d329e588e
-Size (pipes.c/pipes-c-1.2.0.tar.gz) = 157048 bytes
+SHA1 (pipes.c/pipes-c-1.2.1.tar.gz) = 7bebdd8432c17ec80c956fe4271e26c33a3662da
+RMD160 (pipes.c/pipes-c-1.2.1.tar.gz) = cdcb0c5eb76a72ed085cf7dd113bf8b581995dd6
+SHA512 (pipes.c/pipes-c-1.2.1.tar.gz) = 27914ce42b82dbee9d0519ed0ee24b0957f55ff666326f949bf7906b95dcb6d0530e73f2e2917c188372229fd1d433d5d18fde942960f5ec2f760e58a92050a8
+Size (pipes.c/pipes-c-1.2.1.tar.gz) = 158190 bytes
 SHA1 (patch-tap_tap.c) = 83c5c1b1e1b3a2710d4b3c5c2d277938382cf760
diff --git a/pipes-c/patches/patch-tap_tap.c b/pipes-c/patches/patch-tap_tap.c
deleted file mode 100644
index e9e3538767..0000000000
--- a/pipes-c/patches/patch-tap_tap.c
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD$
-# Only define define MAP_ANONYMOUS when necessary
-# PR: https://github.com/zorgnax/libtap/pull/33
---- tap/tap.c.orig	2018-04-16 23:43:28.000000000 +0000
-+++ tap/tap.c
-@@ -298,8 +298,12 @@ tap_end_todo () {
- #include <sys/param.h>
- #include <regex.h>
- 
--#if defined __APPLE__ || defined BSD
-+#ifndef MAP_ANONYMOUS
-+#ifdef MAP_ANON
- #define MAP_ANONYMOUS MAP_ANON
-+#else
-+#error "System does not support mapping anonymous pages"
-+#endif
- #endif
- 
- /* Create a shared memory int to keep track of whether a piece of code executed


Home | Main Index | Thread Index | Old Index