pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
halfempty: remove, imported to pkgsrc
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Thu Jan 9 13:16:37 2020 +0100
Changeset: 9333dac5d38d7093a2542fd9e32a5b8f0048dfbf
Modified Files:
Makefile
Removed Files:
halfempty/DESCR
halfempty/Makefile
halfempty/PLIST
halfempty/distinfo
halfempty/patches/patch-Makefile
halfempty/patches/patch-bisect.c
halfempty/patches/patch-limits.c
halfempty/patches/patch-proc.c
halfempty/patches/patch-util.c
Log Message:
halfempty: remove, imported to pkgsrc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9333dac5d38d7093a2542fd9e32a5b8f0048dfbf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
halfempty/DESCR | 3 ---
halfempty/Makefile | 16 ----------------
halfempty/PLIST | 4 ----
halfempty/distinfo | 11 -----------
halfempty/patches/patch-Makefile | 18 ------------------
halfempty/patches/patch-bisect.c | 25 -------------------------
halfempty/patches/patch-limits.c | 24 ------------------------
halfempty/patches/patch-proc.c | 24 ------------------------
halfempty/patches/patch-util.c | 16 ----------------
10 files changed, 142 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 845a7c9158..f8c3ec82e9 100644
--- a/Makefile
+++ b/Makefile
@@ -1315,7 +1315,6 @@ SUBDIR+= h323plus
SUBDIR+= h8300-elf-binutils
SUBDIR+= h8300-elf-gcc
SUBDIR+= haddock
-SUBDIR+= halfempty
SUBDIR+= hammer
SUBDIR+= hanazono-ttf
SUBDIR+= harmony
diff --git a/halfempty/DESCR b/halfempty/DESCR
deleted file mode 100644
index ca59d4339a..0000000000
--- a/halfempty/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-Halfempty is a new testcase minimization tool, designed with
-parallelization in mind. Halfempty was built to use strategies and
-techniques that dramatically speed up the minimization process.
diff --git a/halfempty/Makefile b/halfempty/Makefile
deleted file mode 100644
index 10312f504e..0000000000
--- a/halfempty/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD$
-
-DISTNAME= halfempty-0.30
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GITHUB:=googleprojectzero/}
-GITHUB_TAG= v${PKGVERSION_NOREV}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/googleprojectzero/halfempty/
-COMMENT= Fast, parallel test case minimization tool
-LICENSE= apache-2.0
-
-USE_TOOLS+= gmake pkg-config
-
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/halfempty/PLIST b/halfempty/PLIST
deleted file mode 100644
index 92ba51a2d7..0000000000
--- a/halfempty/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD$
-@comment TODO: to fill this file with the file listing:
-@comment TODO: 1. run "/usr/bin/make package"
-@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/halfempty/distinfo b/halfempty/distinfo
deleted file mode 100644
index 6738d19b4e..0000000000
--- a/halfempty/distinfo
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD$
-
-SHA1 (halfempty-0.30.tar.gz) = 488244faa408bb33331a30a0e482ad46d0968c85
-RMD160 (halfempty-0.30.tar.gz) = e4f3b6840c973a116dc066b6bdc7040d848ff39e
-SHA512 (halfempty-0.30.tar.gz) = 99a78723fd70f06f6059379062cb700e4f571ef476e48b5fa61a3afa2d2290536ad287cee8a62441d4528cb4849755daa36aef9989239bdb59510e562dc0bedd
-Size (halfempty-0.30.tar.gz) = 1097760 bytes
-SHA1 (patch-Makefile) = 7a49f55b08b8e4bb583f21c10c42bc5d49202c36
-SHA1 (patch-bisect.c) = e78d35cb18ec1d59eff66ee31afac3f42753cdd5
-SHA1 (patch-limits.c) = 3999440235ddff9b2d48b5f639d1fd22cb37f698
-SHA1 (patch-proc.c) = 638b8b9b7c0f74b004cf19a40ef7acea1ca9be66
-SHA1 (patch-util.c) = 9998ae7bf0c860f1c6483010f61a0fa35e2f0554
diff --git a/halfempty/patches/patch-Makefile b/halfempty/patches/patch-Makefile
deleted file mode 100644
index ca907d2fdf..0000000000
--- a/halfempty/patches/patch-Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD$
-
-Use generic replacement functions for missing symbols on NetBSD.
-https://github.com/googleprojectzero/halfempty/pull/11
-
---- Makefile.orig 2019-03-16 17:55:00.000000000 +0000
-+++ Makefile
-@@ -23,6 +23,10 @@ ifeq ($(findstring Microsoft,$(shell una
- EXTRA = splice_generic.o sendfile_generic.o
- endif
-
-+ifeq ($(shell uname),NetBSD)
-+ EXTRA = sendfile_generic.o splice_generic.o
-+endif
-+
- halfempty: proc.o bisect.o util.o zero.o tree.o flags.o halfempty.o limits.o $(EXTRA)
-
- util.o: monitor.h util.c
diff --git a/halfempty/patches/patch-bisect.c b/halfempty/patches/patch-bisect.c
deleted file mode 100644
index 10ce7da189..0000000000
--- a/halfempty/patches/patch-bisect.c
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD$
-
-%m is only allowed in syslog(3) like functions [-Wformat=]
-https://github.com/googleprojectzero/halfempty/pull/11
-
---- bisect.c.orig 2019-03-16 17:55:00.000000000 +0000
-+++ bisect.c
-@@ -202,7 +202,7 @@ static task_t * strategy_bisect_data(GNo
- source->fd,
- 0,
- childstatus->offset) == false) {
-- g_error("sendfile failed while trying to construct new file, %m");
-+ g_error("sendfile failed while trying to construct new file, %s", strerror(errno));
- goto nochildunlock;
- }
-
-@@ -215,7 +215,7 @@ static task_t * strategy_bisect_data(GNo
- source->size
- - childstatus->chunksize
- - childstatus->offset) == false) {
-- g_error("sendfile failed while trying to construct new file, %m");
-+ g_error("sendfile failed while trying to construct new file, %s", strerror(errno));
- goto nochildunlock;
- }
-
diff --git a/halfempty/patches/patch-limits.c b/halfempty/patches/patch-limits.c
deleted file mode 100644
index 4114ec681c..0000000000
--- a/halfempty/patches/patch-limits.c
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD$
-
-%m is only allowed in syslog(3) like functions [-Wformat=]
-https://github.com/googleprojectzero/halfempty/pull/11
-
---- limits.c.orig 2019-03-16 17:55:00.000000000 +0000
-+++ limits.c
-@@ -25,6 +25,7 @@
- #include <stdlib.h>
- #include <string.h>
- #include <assert.h>
-+#include <errno.h>
- #include <sys/types.h>
- #include <sys/wait.h>
- #include <sys/time.h>
-@@ -127,7 +128,7 @@ static void __attribute__((constructor))
-
- for (gint i = 0; i < RLIMIT_NLIMITS; i++) {
- if (getrlimit(i, &kChildLimits[i]) != 0) {
-- g_warning("failed to getrlimit for %u, %m", i);
-+ g_warning("failed to getrlimit for %u, %s", i, strerror(errno));
- }
-
- g_debug("Configured rlimit %s => { %llu, %llu }",
diff --git a/halfempty/patches/patch-proc.c b/halfempty/patches/patch-proc.c
deleted file mode 100644
index 0756a95913..0000000000
--- a/halfempty/patches/patch-proc.c
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD$
-
-warning: %m is only allowed in syslog(3) like functions [-Wformat=]
-
-use more portable version of setpgrp()
-https://github.com/googleprojectzero/halfempty/pull/11
-
---- proc.c.orig 2019-03-16 17:55:00.000000000 +0000
-+++ proc.c
-@@ -50,12 +50,12 @@ static void configure_child_limits(gpoin
- // Some of these may fail, not sure what to do.
- for (gint i = 0; i < RLIMIT_NLIMITS; i++) {
- if (setrlimit(i, &kChildLimits[i]) == -1) {
-- g_critical("a call to setrlimit for %u failed(), %m", i);
-+ g_critical("a call to setrlimit for %u failed(), %s", i, strerror(errno));
- }
- }
-
- // Make sure we create a new pgrp so that we can kill all subprocesses.
-- setpgrp();
-+ setpgid(0, 0);
-
- #ifdef __linux__
- // Try to cleanup if we get killed.
diff --git a/halfempty/patches/patch-util.c b/halfempty/patches/patch-util.c
deleted file mode 100644
index 16a0703f15..0000000000
--- a/halfempty/patches/patch-util.c
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD$
-
-%m is only allowed in syslog(3) like functions [-Wformat=]
-https://github.com/googleprojectzero/halfempty/pull/11
-
---- util.c.orig 2019-03-16 17:55:00.000000000 +0000
-+++ util.c
-@@ -129,7 +129,7 @@ gboolean generate_dot_tree(GNode *root,
- FILE *out = fopen(filename, "w");
-
- if (!out) {
-- g_warning("failed to open file `%s` to save dot file, %m", filename);
-+ g_warning("failed to open file `%s` to save dot file, %s", filename, strerror(errno));
- return false;
- }
-
Home |
Main Index |
Thread Index |
Old Index