pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/toppler
Module Name: pkgsrc
Committed By: joerg
Date: Sat Feb 18 14:00:54 UTC 2017
Modified Files:
pkgsrc/games/toppler: distinfo
Added Files:
pkgsrc/games/toppler/patches: patch-highscore.cc
Log Message:
Add missing include.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/toppler/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/games/toppler/patches/patch-highscore.cc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/toppler/distinfo
diff -u pkgsrc/games/toppler/distinfo:1.2 pkgsrc/games/toppler/distinfo:1.3
--- pkgsrc/games/toppler/distinfo:1.2 Tue Nov 3 20:57:06 2015
+++ pkgsrc/games/toppler/distinfo Sat Feb 18 14:00:54 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 20:57:06 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/02/18 14:00:54 joerg Exp $
SHA1 (toppler-1.1.6.tar.gz) = 9f3554a77fb3d6c11be3956b9bd84a31cae1956e
RMD160 (toppler-1.1.6.tar.gz) = 45691ff9057e22e6aeea413fc77e27561bc46b95
SHA512 (toppler-1.1.6.tar.gz) = e0f6b7b72e38ba3402ba3608116fb51bf36cad129fb5591db62489829f4ed1ec49a4a3b7b1db4aaa34cd1561ee5228d91577f550aad2d55520ccefdff9bda9e9
Size (toppler-1.1.6.tar.gz) = 2117137 bytes
+SHA1 (patch-highscore.cc) = d9687131477e699d7b356c6f37b7786cd0edb49e
Added files:
Index: pkgsrc/games/toppler/patches/patch-highscore.cc
diff -u /dev/null pkgsrc/games/toppler/patches/patch-highscore.cc:1.1
--- /dev/null Sat Feb 18 14:00:54 2017
+++ pkgsrc/games/toppler/patches/patch-highscore.cc Sat Feb 18 14:00:54 2017
@@ -0,0 +1,12 @@
+$NetBSD: patch-highscore.cc,v 1.1 2017/02/18 14:00:54 joerg Exp $
+
+--- highscore.cc.orig 2017-02-18 01:43:08.397167835 +0000
++++ highscore.cc
+@@ -20,6 +20,7 @@
+ #include "decl.h"
+ #include "screen.h"
+
++#include <sys/stat.h>
+ #include <stdlib.h>
+ #include <string.h>
+ #include <stdio.h>
Home |
Main Index |
Thread Index |
Old Index