pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/PC6001VX



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Dec 21 23:39:48 UTC 2019

Modified Files:
        pkgsrc/emulators/PC6001VX: distinfo
Added Files:
        pkgsrc/emulators/PC6001VX/patches: patch-src_p6el.cpp

Log Message:
Add missing include.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/emulators/PC6001VX/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/PC6001VX/patches/patch-src_p6el.cpp

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

Modified files:

Index: pkgsrc/emulators/PC6001VX/distinfo
diff -u pkgsrc/emulators/PC6001VX/distinfo:1.16 pkgsrc/emulators/PC6001VX/distinfo:1.17
--- pkgsrc/emulators/PC6001VX/distinfo:1.16     Sat Nov  2 11:07:40 2019
+++ pkgsrc/emulators/PC6001VX/distinfo  Sat Dec 21 23:39:47 2019
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.16 2019/11/02 11:07:40 tsutsui Exp $
+$NetBSD: distinfo,v 1.17 2019/12/21 23:39:47 joerg Exp $
 
 SHA1 (PC6001VX_3.3.1_src.tar.gz) = 742f3ebf0efaa4bc60429b50b780af110662b526
 RMD160 (PC6001VX_3.3.1_src.tar.gz) = f10bd1ca1e3e95ecf2cecadf1fa1ddc35190ef63
 SHA512 (PC6001VX_3.3.1_src.tar.gz) = 108eaafbabd03ab0c9350fad8c6a6589582d260e0839e3eac8579c3f80848052a4859c8867166a5562742a5b4b9d7761db4e008c6bbf53148ce929ccc65f53a5
 Size (PC6001VX_3.3.1_src.tar.gz) = 4020460 bytes
+SHA1 (patch-src_p6el.cpp) = 0c93418283df1a81d39e66fac4e1a492846448ab

Added files:

Index: pkgsrc/emulators/PC6001VX/patches/patch-src_p6el.cpp
diff -u /dev/null pkgsrc/emulators/PC6001VX/patches/patch-src_p6el.cpp:1.1
--- /dev/null   Sat Dec 21 23:39:48 2019
+++ pkgsrc/emulators/PC6001VX/patches/patch-src_p6el.cpp        Sat Dec 21 23:39:48 2019
@@ -0,0 +1,11 @@
+$NetBSD: patch-src_p6el.cpp,v 1.1 2019/12/21 23:39:48 joerg Exp $
+
+--- src/p6el.cpp.orig  2019-12-21 17:32:31.750638038 +0000
++++ src/p6el.cpp
+@@ -1,5 +1,6 @@
+ #include <new>
+ #include <cstdio>
++#include <cstdlib>
+ #include <string>
+ 
+ #include "pc6001v.h"



Home | Main Index | Thread Index | Old Index