diff options
author | roam <roam@FreeBSD.org> | 2009-03-19 21:12:23 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2009-03-19 21:12:23 +0800 |
commit | cd6c6ab25acf725003118528291175b3a0fb28c2 (patch) | |
tree | 7537e15ab8edce7e3297b23f420acfde11b8c7f8 /games | |
parent | 8f287b46affeb1127d62b21c67c1c758c422da3b (diff) | |
download | freebsd-ports-gnome-cd6c6ab25acf725003118528291175b3a0fb28c2.tar.gz freebsd-ports-gnome-cd6c6ab25acf725003118528291175b3a0fb28c2.tar.zst freebsd-ports-gnome-cd6c6ab25acf725003118528291175b3a0fb28c2.zip |
Update to scare-1.3.7.
Diffstat (limited to 'games')
-rw-r--r-- | games/scare/Makefile | 2 | ||||
-rw-r--r-- | games/scare/distinfo | 6 | ||||
-rw-r--r-- | games/scare/files/no-xglk.patch | 7 | ||||
-rw-r--r-- | games/scare/files/patch-Makefile | 7 | ||||
-rw-r--r-- | games/scare/files/patch-os_glk.c | 10 | ||||
-rw-r--r-- | games/scare/files/xglk.patch | 6 |
6 files changed, 24 insertions, 14 deletions
diff --git a/games/scare/Makefile b/games/scare/Makefile index 3c2adfaf6ddc..7a264c5eb158 100644 --- a/games/scare/Makefile +++ b/games/scare/Makefile @@ -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/ diff --git a/games/scare/distinfo b/games/scare/distinfo index 7ed6a357698a..b095e5c810d8 100644 --- a/games/scare/distinfo +++ b/games/scare/distinfo @@ -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 diff --git a/games/scare/files/no-xglk.patch b/games/scare/files/no-xglk.patch index 2111fd497104..6fcd14964746 100644 --- a/games/scare/files/no-xglk.patch +++ b/games/scare/files/no-xglk.patch @@ -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. diff --git a/games/scare/files/patch-Makefile b/games/scare/files/patch-Makefile index 52cfbf3040e9..e0175c2dbc80 100644 --- a/games/scare/files/patch-Makefile +++ b/games/scare/files/patch-Makefile @@ -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 @@ # diff --git a/games/scare/files/patch-os_glk.c b/games/scare/files/patch-os_glk.c index 5d70a7ead120..4a4a64c7aa47 100644 --- a/games/scare/files/patch-os_glk.c +++ b/games/scare/files/patch-os_glk.c @@ -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. */ diff --git a/games/scare/files/xglk.patch b/games/scare/files/xglk.patch index 519ee481a5ff..809c40007423 100644 --- a/games/scare/files/xglk.patch +++ b/games/scare/files/xglk.patch @@ -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. |