pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/caprice32



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Apr 25 08:04:14 UTC 2021

Modified Files:
        pkgsrc/emulators/caprice32: distinfo
Added Files:
        pkgsrc/emulators/caprice32/patches: patch-src_configuration.h

Log Message:
caprice32: fix building wiht gcc10


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/caprice32/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/emulators/caprice32/patches/patch-src_configuration.h

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

Modified files:

Index: pkgsrc/emulators/caprice32/distinfo
diff -u pkgsrc/emulators/caprice32/distinfo:1.2 pkgsrc/emulators/caprice32/distinfo:1.3
--- pkgsrc/emulators/caprice32/distinfo:1.2     Wed Apr 22 08:13:39 2020
+++ pkgsrc/emulators/caprice32/distinfo Sun Apr 25 08:04:13 2021
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2020/04/22 08:13:39 nia Exp $
+$NetBSD: distinfo,v 1.3 2021/04/25 08:04:13 nia Exp $
 
 SHA1 (caprice32-4.6.0.tar.gz) = 15cf01ea5237260a941d82363677bf61c502e2d5
 RMD160 (caprice32-4.6.0.tar.gz) = 845b37aff8ecacbae43cd90bf181efdee97b2fb6
@@ -7,3 +7,4 @@ Size (caprice32-4.6.0.tar.gz) = 591257 b
 SHA1 (patch-doc_man6_cap32.6) = 977a6c1ad050123a342bb370e0a30ae28efc0ac1
 SHA1 (patch-makefile) = 2a4ec14d66d66168c325ed4fbf9a259b4477d8ca
 SHA1 (patch-src_cap32.cpp) = 24a5b40809079b81ff23be3983c20dd0391213d9
+SHA1 (patch-src_configuration.h) = e65afeffc111067e0c00bc57c4f61e587addf700

Added files:

Index: pkgsrc/emulators/caprice32/patches/patch-src_configuration.h
diff -u /dev/null pkgsrc/emulators/caprice32/patches/patch-src_configuration.h:1.1
--- /dev/null   Sun Apr 25 08:04:14 2021
+++ pkgsrc/emulators/caprice32/patches/patch-src_configuration.h        Sun Apr 25 08:04:14 2021
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_configuration.h,v 1.1 2021/04/25 08:04:14 nia Exp $
+
+Add missing include, fixing build with gcc10.
+
+--- src/configuration.h.orig   2020-03-14 14:36:08.000000000 +0000
++++ src/configuration.h
+@@ -2,6 +2,7 @@
+ #define CONFIGURATION_H
+ 
+ #include <map>
++#include <string>
+ 
+ namespace config
+ {



Home | Main Index | Thread Index | Old Index