pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
recidivm: Update devel/recidivm to 0.2
Module Name: pkgsrc-wip
Committed By: Travis Paul <tr%vispaul.me@localhost>
Pushed By: tpaul
Date: Wed May 22 08:47:30 2019 +0800
Changeset: 21bcc6defe69dcc7726223256ff5f7936a5c496d
Modified Files:
recidivm/Makefile
recidivm/distinfo
Added Files:
recidivm/patches/patch-Makefile
Log Message:
recidivm: Update devel/recidivm to 0.2
Changes:
* Capture stdin by default when stdio is not a tty.
(This should make the -c option redundant for most practical purposes.)
* Error out when target program fails regardless of memory limit.
* Print the help message (-h) on stdout, not stderr.
* Print signal names (e.g. “SIGABRT”) instead of numbers with descriptions
(e.g. “signal 6 (Aborted)”).
* Close unneeded file descriptors.
* Unlink the temporary file as early as possible.
* Improve the build system:
+ Set default PREFIX and DESTDIR.
+ Add “test-installed” target.
+ Add checks against BSD make.
(Only GNU make is supported.)
* Improve documentation.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=21bcc6defe69dcc7726223256ff5f7936a5c496d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
recidivm/Makefile | 4 ++--
recidivm/distinfo | 9 +++++----
recidivm/patches/patch-Makefile | 15 +++++++++++++++
3 files changed, 22 insertions(+), 6 deletions(-)
diffs:
diff --git a/recidivm/Makefile b/recidivm/Makefile
index 8983e0cf58..4def837353 100644
--- a/recidivm/Makefile
+++ b/recidivm/Makefile
@@ -1,9 +1,9 @@
# $NetBSD$
-DISTNAME= recidivm-0.1.4
+DISTNAME= recidivm-0.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=jwilk/}
-GITHUB_RELEASE= 0.1.4
+GITHUB_RELEASE= 0.2
MAINTAINER= tpaul%NetBSD.org@localhost
HOMEPAGE= http://jwilk.net/software/recidivm
diff --git a/recidivm/distinfo b/recidivm/distinfo
index 5b00f94345..46ae6d508c 100644
--- a/recidivm/distinfo
+++ b/recidivm/distinfo
@@ -1,6 +1,7 @@
$NetBSD$
-SHA1 (recidivm-0.1.4.tar.gz) = 2796b02cc638135e8de12eb53c37738bf91176f5
-RMD160 (recidivm-0.1.4.tar.gz) = cf66e069cd5012d75bad697b509aff29498fd8cf
-SHA512 (recidivm-0.1.4.tar.gz) = 8a067c3a744c5add8cee1f7e60da08299a923f64a0e7f145d7308a36835eeb17a9336a9ddd08d7f46155e4f0510d7cfced58584ac7411219744d3e275bd7376f
-Size (recidivm-0.1.4.tar.gz) = 6591 bytes
+SHA1 (recidivm-0.2.tar.gz) = bc9a0482eebb51bff52ec8e381c036c7b86d3987
+RMD160 (recidivm-0.2.tar.gz) = 5c28cd4453591cc7bd45e536b123685e0aac6f74
+SHA512 (recidivm-0.2.tar.gz) = ffa26b29fa6b6e00c4a89a2cdc2d16c06c7b7c43a6429493d0e3412e971f6105b44cbaa2d0657b0b63702d0cfbf0cb0a11916d9fc068fccf65a41ea37336e70a
+Size (recidivm-0.2.tar.gz) = 7596 bytes
+SHA1 (patch-Makefile) = d6df83358bec1f239f4cfeba64f278b52f00e4c0
diff --git a/recidivm/patches/patch-Makefile b/recidivm/patches/patch-Makefile
new file mode 100644
index 0000000000..0f8cb9a985
--- /dev/null
+++ b/recidivm/patches/patch-Makefile
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Allow setting PREFIX.
+
+--- Makefile.orig 2019-02-19 18:27:53.000000000 +0000
++++ Makefile
+@@ -22,7 +22,7 @@ CFLAGS ?= -g -O2
+ CFLAGS += -Wall -Wextra -Wconversion
+ CFLAGS += -D_FILE_OFFSET_BITS=64
+
+-PREFIX = /usr/local
++PREFIX?= /usr/local
+ DESTDIR =
+
+ bindir = $(PREFIX)/bin
Home |
Main Index |
Thread Index |
Old Index