pkgsrc-WIP-changes archive

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

lugaru: Get this thing working on NetBSD again



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <cfkoch%edgebsd.org@localhost>
Pushed By:	cfkoch
Date:		Sat Sep 22 22:32:59 2018 -0700
Changeset:	d7da480f55d06caa054a2b958ffb6794b59bd43f

Modified Files:
	lugaru/distinfo
Added Files:
	lugaru/patches/patch-Source_Utils_ImageIO.cpp
	lugaru/patches/patch-Source_main.cpp

Log Message:
lugaru: Get this thing working on NetBSD again

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d7da480f55d06caa054a2b958ffb6794b59bd43f

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

diffstat:
 lugaru/distinfo                               |  2 ++
 lugaru/patches/patch-Source_Utils_ImageIO.cpp | 11 +++++++++++
 lugaru/patches/patch-Source_main.cpp          | 11 +++++++++++
 3 files changed, 24 insertions(+)

diffs:
diff --git a/lugaru/distinfo b/lugaru/distinfo
index 5bd87c6b25..03e6f1f9cf 100644
--- a/lugaru/distinfo
+++ b/lugaru/distinfo
@@ -4,3 +4,5 @@ SHA1 (lugaru-1.2.tar.xz) = 460d615e7465e85c092ecad8a4baa5d05ecc417f
 RMD160 (lugaru-1.2.tar.xz) = 68df569dc665ae7362e5751eda9930cc286351ad
 SHA512 (lugaru-1.2.tar.xz) = ca5b82d92d7167ddd51bed51d4511f9b36e5809f67b3f90a336bad690dd839bd66b25139f4a8b5ae5a24370146a6f9b7857d0418004cae275e0939e3292866d2
 Size (lugaru-1.2.tar.xz) = 34519308 bytes
+SHA1 (patch-Source_Utils_ImageIO.cpp) = 40e2701a2991a52cd3cd39b2479b6e4a545a2707
+SHA1 (patch-Source_main.cpp) = 2714721438c2064ae2e59ed1940183150a51409c
diff --git a/lugaru/patches/patch-Source_Utils_ImageIO.cpp b/lugaru/patches/patch-Source_Utils_ImageIO.cpp
new file mode 100644
index 0000000000..fd3f4f1170
--- /dev/null
+++ b/lugaru/patches/patch-Source_Utils_ImageIO.cpp
@@ -0,0 +1,11 @@
+$NetBSD$
+--- Source/Utils/ImageIO.cpp.orig	2018-09-22 22:25:29.948457285 -0700
++++ Source/Utils/ImageIO.cpp	2018-09-22 22:25:37.654043234 -0700
+@@ -26,6 +26,7 @@
+ #include <jpeglib.h>
+ #include <png.h>
+ #include <stdio.h>
++#include <unistd.h>
+ #include <zlib.h>
+ 
+ /* These two are needed for screenshot */
diff --git a/lugaru/patches/patch-Source_main.cpp b/lugaru/patches/patch-Source_main.cpp
new file mode 100644
index 0000000000..fb7e1246fa
--- /dev/null
+++ b/lugaru/patches/patch-Source_main.cpp
@@ -0,0 +1,11 @@
+$NetBSD$
+--- Source/main.cpp.orig	2018-09-22 22:22:00.214890688 -0700
++++ Source/main.cpp	2018-09-22 22:22:22.406164183 -0700
+@@ -32,6 +32,7 @@
+ #include <set>
+ #include <stdio.h>
+ #include <string.h>
++#include <unistd.h>
+ #include <zlib.h>
+ 
+ using namespace Game;


Home | Main Index | Thread Index | Old Index