pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/kore



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Sep  2 07:10:27 UTC 2023

Modified Files:
        pkgsrc/www/kore: distinfo
        pkgsrc/www/kore/patches: patch-Makefile patch-kodev_Makefile

Log Message:
kore: Disable -Werror to help OpenSSL 3 builds.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/kore/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/kore/patches/patch-Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/kore/patches/patch-kodev_Makefile

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

Modified files:

Index: pkgsrc/www/kore/distinfo
diff -u pkgsrc/www/kore/distinfo:1.12 pkgsrc/www/kore/distinfo:1.13
--- pkgsrc/www/kore/distinfo:1.12       Mon Aug 22 21:10:34 2022
+++ pkgsrc/www/kore/distinfo    Sat Sep  2 07:10:27 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.12 2022/08/22 21:10:34 fcambus Exp $
+$NetBSD: distinfo,v 1.13 2023/09/02 07:10:27 nia Exp $
 
 BLAKE2s (kore-4.2.3.tar.gz) = 2d3c17e05a690d8370d7c8ec1cf07667eead896b83befb70294141501b1426df
 SHA512 (kore-4.2.3.tar.gz) = 7ed5eb116da190640605d40c757bf49d503d2d866fc7effe9ad658f84f12aec671ec5935677767dd9721b686b61e278b16d8b4360c2fe9ea1eb57068746f52b1
 Size (kore-4.2.3.tar.gz) = 1085717 bytes
-SHA1 (patch-Makefile) = 15bd43f4460e6db0b34f9a16f2a262c94c002278
-SHA1 (patch-kodev_Makefile) = b47802614534567a1cfe3eba37bdcb620f24abd1
+SHA1 (patch-Makefile) = 106e6e07dbe33b2ec3e01044348aa679735b84e6
+SHA1 (patch-kodev_Makefile) = 511cad212c916c7b7114686861a052e28e816aba

Index: pkgsrc/www/kore/patches/patch-Makefile
diff -u pkgsrc/www/kore/patches/patch-Makefile:1.4 pkgsrc/www/kore/patches/patch-Makefile:1.5
--- pkgsrc/www/kore/patches/patch-Makefile:1.4  Sat Mar 19 08:51:46 2022
+++ pkgsrc/www/kore/patches/patch-Makefile      Sat Sep  2 07:10:27 2023
@@ -1,10 +1,21 @@
-$NetBSD: patch-Makefile,v 1.4 2022/03/19 08:51:46 fcambus Exp $
+$NetBSD: patch-Makefile,v 1.5 2023/09/02 07:10:27 nia Exp $
 
 Remove hardcoded optimizations.
 
---- Makefile.orig      2022-03-18 20:06:33.000000000 +0000
+-Werror makes it impossible to compile with OpenSSL 3.
+
+--- Makefile.orig      2022-08-22 11:18:44.000000000 +0000
 +++ Makefile
-@@ -67,8 +67,6 @@ endif
+@@ -31,7 +31,7 @@ S_SRC+= src/tls_$(TLS_BACKEND).c
+ FEATURES=
+ FEATURES_INC=
+ 
+-CFLAGS+=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes
++CFLAGS+=-Wall -Wstrict-prototypes -Wmissing-prototypes
+ CFLAGS+=-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual
+ CFLAGS+=-Wsign-compare -Iinclude/kore -I$(OBJDIR) -std=c99 -pedantic
+ CFLAGS+=-Wtype-limits -fno-common
+@@ -68,8 +68,6 @@ endif
  
  ifneq ("$(NOOPT)", "")
        CFLAGS+=-O0

Index: pkgsrc/www/kore/patches/patch-kodev_Makefile
diff -u pkgsrc/www/kore/patches/patch-kodev_Makefile:1.5 pkgsrc/www/kore/patches/patch-kodev_Makefile:1.6
--- pkgsrc/www/kore/patches/patch-kodev_Makefile:1.5    Sat Mar 19 08:51:46 2022
+++ pkgsrc/www/kore/patches/patch-kodev_Makefile        Sat Sep  2 07:10:27 2023
@@ -1,9 +1,20 @@
-$NetBSD: patch-kodev_Makefile,v 1.5 2022/03/19 08:51:46 fcambus Exp $
+$NetBSD: patch-kodev_Makefile,v 1.6 2023/09/02 07:10:27 nia Exp $
 
 Remove hardcoded optimizations.
 
---- kodev/Makefile.orig        2022-03-18 20:06:33.000000000 +0000
+-Werror makes it impossible to compile with OpenSSL 3.
+
+--- kodev/Makefile.orig        2022-08-22 11:18:44.000000000 +0000
 +++ kodev/Makefile
+@@ -9,7 +9,7 @@ INSTALL_DIR=$(PREFIX)/bin
+ 
+ S_SRC=        ../src/cli.c
+ 
+-CFLAGS+=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes
++CFLAGS+=-Wall -Wstrict-prototypes -Wmissing-prototypes
+ CFLAGS+=-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual
+ CFLAGS+=-Wsign-compare -Iincludes -std=c99 -pedantic
+ CFLAGS+=-DPREFIX='"$(PREFIX)"'
 @@ -17,8 +17,6 @@ LDFLAGS=-lcrypto
  
  ifneq ("$(NOOPT)", "")



Home | Main Index | Thread Index | Old Index