pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/honggfuzz



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun May  8 10:23:25 UTC 2022

Modified Files:
        pkgsrc/devel/honggfuzz: distinfo
Added Files:
        pkgsrc/devel/honggfuzz/patches: patch-Makefile

Log Message:
honggfuzz: -Werror unacceptable for pkgsrc


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/honggfuzz/distinfo
cvs rdiff -u -r0 -r1.3 pkgsrc/devel/honggfuzz/patches/patch-Makefile

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

Modified files:

Index: pkgsrc/devel/honggfuzz/distinfo
diff -u pkgsrc/devel/honggfuzz/distinfo:1.5 pkgsrc/devel/honggfuzz/distinfo:1.6
--- pkgsrc/devel/honggfuzz/distinfo:1.5 Tue Oct 26 10:14:51 2021
+++ pkgsrc/devel/honggfuzz/distinfo     Sun May  8 10:23:25 2022
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:14:51 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/05/08 10:23:25 nia Exp $
 
 BLAKE2s (honggfuzz-2.3.1.tar.gz) = f1d9be563b12d563ef8ccc5b3324c61036031b90413a86874d0c0f83fb9522a4
 SHA512 (honggfuzz-2.3.1.tar.gz) = 36b3182a0075289467c385b5e03f881fd20193b938dfcec6e364f502637ffc797b6b8ddaddbc5851c4482758088e40eee1e4ca2850bff0294c04c04a036359bf
 Size (honggfuzz-2.3.1.tar.gz) = 65221820 bytes
+SHA1 (patch-Makefile) = a1464b208d260fca3cf3b9a50f07e2709024a1a0

Added files:

Index: pkgsrc/devel/honggfuzz/patches/patch-Makefile
diff -u /dev/null pkgsrc/devel/honggfuzz/patches/patch-Makefile:1.3
--- /dev/null   Sun May  8 10:23:25 2022
+++ pkgsrc/devel/honggfuzz/patches/patch-Makefile       Sun May  8 10:23:25 2022
@@ -0,0 +1,16 @@
+$NetBSD: patch-Makefile,v 1.3 2022/05/08 10:23:25 nia Exp $
+
+-Werror is unaccepatble for pkgsrc since we can't predict
+ the compiler version the user will have.
+
+--- Makefile.orig      2020-07-22 21:04:55.000000000 +0000
++++ Makefile
+@@ -26,7 +26,7 @@ LD = $(CC)
+ BIN := honggfuzz
+ HFUZZ_CC_BIN := hfuzz_cc/hfuzz-cc
+ HFUZZ_CC_SRCS := hfuzz_cc/hfuzz-cc.c
+-COMMON_CFLAGS := -std=c11 -I/usr/local/include -D_GNU_SOURCE -Wall -Wextra -Werror -Wno-format-truncation -Wno-override-init -I.
++COMMON_CFLAGS := -std=c11 -I/usr/local/include -D_GNU_SOURCE -Wall -Wextra -Wno-format-truncation -Wno-override-init -I.
+ COMMON_LDFLAGS := -pthread -lm
+ COMMON_SRCS := $(sort $(wildcard *.c))
+ CFLAGS ?= -O3 -mtune=native -funroll-loops



Home | Main Index | Thread Index | Old Index