Mon Feb 21 10:27:46 2022 UTC ()
kore: fix erroneous comment in patch.


(fcambus)
diff -r1.7 -r1.8 pkgsrc/www/kore/distinfo
diff -r1.3 -r1.4 pkgsrc/www/kore/patches/patch-kodev_Makefile

cvs diff -r1.7 -r1.8 pkgsrc/www/kore/distinfo (expand / switch to unified diff)

--- pkgsrc/www/kore/distinfo 2021/10/26 11:29:35 1.7
+++ pkgsrc/www/kore/distinfo 2022/02/21 10:27:46 1.8
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.7 2021/10/26 11:29:35 nia Exp $ 1$NetBSD: distinfo,v 1.8 2022/02/21 10:27:46 fcambus Exp $
2 2
3BLAKE2s (kore-4.1.0.tar.gz) = 1e3aa4a67499cc1379b433edc0de2fa59ff2e8369f54362e300de240620fe2a9 3BLAKE2s (kore-4.1.0.tar.gz) = 1e3aa4a67499cc1379b433edc0de2fa59ff2e8369f54362e300de240620fe2a9
4SHA512 (kore-4.1.0.tar.gz) = 1d63339d31997afc0be7e13a52414da6ad2603d94cfe8473d08bcaa1541a358af8ee3f6dffe24e892616c1a57f04227c45743eec3c1ecb55f2dbef17bf18a004 4SHA512 (kore-4.1.0.tar.gz) = 1d63339d31997afc0be7e13a52414da6ad2603d94cfe8473d08bcaa1541a358af8ee3f6dffe24e892616c1a57f04227c45743eec3c1ecb55f2dbef17bf18a004
5Size (kore-4.1.0.tar.gz) = 1068382 bytes 5Size (kore-4.1.0.tar.gz) = 1068382 bytes
6SHA1 (patch-Makefile) = 83da2bb0dde7f33c53ad16710abcc7c906709e7a 6SHA1 (patch-Makefile) = 83da2bb0dde7f33c53ad16710abcc7c906709e7a
7SHA1 (patch-kodev_Makefile) = c8006dd903e424826453cd6f980e4d3ca455a6ec 7SHA1 (patch-kodev_Makefile) = 0c326f98852777489d639f080915c5f1ab100d4f

cvs diff -r1.3 -r1.4 pkgsrc/www/kore/patches/patch-kodev_Makefile (expand / switch to unified diff)

--- pkgsrc/www/kore/patches/patch-kodev_Makefile 2020/09/09 09:19:35 1.3
+++ pkgsrc/www/kore/patches/patch-kodev_Makefile 2022/02/21 10:27:46 1.4
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1$NetBSD: patch-kodev_Makefile,v 1.3 2020/09/09 09:19:35 fcambus Exp $ 1$NetBSD: patch-kodev_Makefile,v 1.4 2022/02/21 10:27:46 fcambus Exp $
2 2
3Adapt install target for pkgsrc. 3Remove hardcoded optimizations.
4 4
5--- kodev/Makefile.orig 2020-08-26 07:20:35.000000000 +0000 5--- kodev/Makefile.orig 2020-08-26 07:20:35.000000000 +0000
6+++ kodev/Makefile 6+++ kodev/Makefile
7@@ -16,8 +17,6 @@ LDFLAGS=-lcrypto 7@@ -16,8 +17,6 @@ LDFLAGS=-lcrypto
8  8
9 ifneq ("$(NOOPT)", "") 9 ifneq ("$(NOOPT)", "")
10 CFLAGS+=-O0 10 CFLAGS+=-O0
11-else 11-else
12- CFLAGS+=-O2 12- CFLAGS+=-O2
13 endif 13 endif
14  14
15 ifneq ("$(MINIMAL)", "") 15 ifneq ("$(MINIMAL)", "")