Update to 1.8. No user-visible changes.
Feature safe: yes
This commit is contained in:
parent
67fac3c3e7
commit
6b5418692b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286823
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= xsoldier
|
||||
PORTVERSION= 1.5
|
||||
PORTVERSION= 1.8
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.interq.or.jp/libra/oohara/xsoldier/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (xsoldier-1.5.tar.gz) = 98169f10c6280bafee886b3d432b17f12605816da5ced56b2279286ba827562d
|
||||
SIZE (xsoldier-1.5.tar.gz) = 172906
|
||||
SHA256 (xsoldier-1.8.tar.gz) = 4d1a60513a2738e5dc09a25b4ab7bdbcd88705a5cc7ef0ad6f27263b914cdae6
|
||||
SIZE (xsoldier-1.8.tar.gz) = 178220
|
||||
|
@ -1,20 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- joystick.c.orig
|
||||
+++ joystick.c
|
||||
@@ -8,6 +8,8 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
+#ifdef JSTK
|
||||
+
|
||||
/* read */
|
||||
#include <unistd.h>
|
||||
/* exit */
|
||||
@@ -95,3 +97,5 @@
|
||||
if (js.y > 150) joymask |= Down; /* Was 1000 */
|
||||
}
|
||||
}
|
||||
+
|
||||
+#endif /* JSTK */
|
Loading…
Reference in New Issue
Block a user