mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
Update to scare-1.3.7.
This commit is contained in:
parent
73f1ba708e
commit
34c73d7ee3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230397
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= scare
|
||||
PORTVERSION= 1.3.6
|
||||
PORTVERSION= 1.3.7
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/programming/adrift/ \
|
||||
http://www.geocities.com/legion_if/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (scare-1.3.6.zip) = 026ed522abf18d87b3aa70e0206ba75b
|
||||
SHA256 (scare-1.3.6.zip) = 90673ab97eac87d038ddcdcaf09a92656173f15f0e4e475fe17f6fdd632aff9b
|
||||
SIZE (scare-1.3.6.zip) = 1308333
|
||||
MD5 (scare-1.3.7.zip) = 72276fe165d9949bb1d8b7528ddaa39d
|
||||
SHA256 (scare-1.3.7.zip) = bb4d2ff59304d6674f6e7909bd0e171cb69c151ed859c729f6888aa58a17d4e6
|
||||
SIZE (scare-1.3.7.zip) = 1313534
|
||||
|
@ -1,5 +1,8 @@
|
||||
--- source/Makefile Sun Jan 21 23:18:36 2007
|
||||
+++ source/Makefile.noglk Sun Jan 21 23:21:08 2007
|
||||
Properly disable the use of the xglk library if the port's XGLK option
|
||||
has been turned off.
|
||||
|
||||
--- source/Makefile.orig
|
||||
+++ source/Makefile
|
||||
@@ -73,8 +73,9 @@
|
||||
# If your make can't handle sinclude or -include, and you're not building
|
||||
# for Glk, comment out the include line.
|
||||
|
@ -1,5 +1,8 @@
|
||||
--- source/Makefile.old Sun Jan 21 23:16:03 2007
|
||||
+++ source/Makefile Sun Jan 21 23:18:36 2007
|
||||
Only set the Makefile variables conditionally so that they may be
|
||||
overridden by the FreeBSD port.
|
||||
|
||||
--- source/Makefile.orig
|
||||
+++ source/Makefile
|
||||
@@ -26,18 +26,19 @@
|
||||
#
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
--- source/os_glk.c.orig Tue Sep 26 21:50:17 2006
|
||||
+++ source/os_glk.c Tue Sep 26 21:55:13 2006
|
||||
@@ -1110,6 +1110,8 @@
|
||||
Use different temporary files for the displayed images.
|
||||
|
||||
--- source/os_glk.c.orig
|
||||
+++ source/os_glk.c
|
||||
@@ -1102,6 +1102,8 @@
|
||||
&& gsclinux_graphics_enabled && glk_gestalt (gestalt_Graphics, 0))
|
||||
{
|
||||
sc_char *buffer;
|
||||
@ -9,7 +11,7 @@
|
||||
|
||||
/*
|
||||
* Try to extract data with dd. Assuming that works, background xv to
|
||||
@@ -1118,15 +1120,23 @@
|
||||
@@ -1110,15 +1112,23 @@
|
||||
* xv can usually use a small script, named xv, to invoke eog or an
|
||||
* alternative image display binary. Not exactly finessed.
|
||||
*/
|
||||
|
@ -1,5 +1,7 @@
|
||||
--- source/Makefile Sun Jan 21 23:22:38 2007
|
||||
+++ source/Makefile.xglk Sun Jan 21 23:23:11 2007
|
||||
Properly enable the xglk build if the XGLK port option has been turned on.
|
||||
|
||||
--- source/Makefile.orig
|
||||
+++ source/Makefile
|
||||
@@ -73,7 +73,7 @@
|
||||
# If your make can't handle sinclude or -include, and you're not building
|
||||
# for Glk, comment out the include line.
|
||||
|
Loading…
Reference in New Issue
Block a user