FreeBSD Bugzilla – Attachment 97478 Details for
Bug 136220
games/nethack34 - Add WITH_STATUSCOLORS knob + statuscolors patch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.86 KB, created by
Jeremy Chadwick
on 2009-07-01 16:00:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jeremy Chadwick
Created:
2009-07-01 16:00:09 UTC
Size:
1.86 KB
patch
obsolete
>diff -ruN nethack34.orig/Makefile nethack34/Makefile >--- nethack34.orig/Makefile 2009-05-09 04:01:06.000000000 -0700 >+++ nethack34/Makefile 2009-07-01 05:41:01.000000000 -0700 >@@ -45,16 +45,28 @@ > GRAPHICS= GNOME_GRAPHICS > .elif ${PKGNAMESUFFIX} == "-nox11" > GRAPHICS= # none >+# >+# Patch notes: >+# 1) hpmon and statuscolors conflict with one another >+# 2) menucolors patch must be applied before statuscolors >+# >+.if defined(WITH_HPMON) && defined(WITH_STATUSCOLORS) >+IGNORE= you cannot enable both HPMON and STATUSCOLORS >+.endif > .if defined(WITH_MENUCOLORS) > PATCHFILES+= nh343-menucolor.diff > PATCH_SITES+= http://bilious.homelinux.org/~paxed/nethack/ > PATCH_DIST_STRIP= -p1 > CFLAGS+= -DMENU_COLOR_REGEX_POSIX > .endif >+.if defined(WITH_STATUSCOLORS) >+PATCHFILES+= nh343-statuscolors.fixed.patch >+PATCH_SITES+= http://jdc.parodius.com/nethack/ >+PATCH_DIST_STRIP= -p1 >+.endif > .if defined(WITH_HPMON) > PATCHFILES+= hpmon.diff >-PATCH_SITES+= http://www.netsonic.fi/~walker/nh/ \ >- ${MASTER_SITE_LOCAL:S|%SUBDIR%|koitsu|} >+PATCH_SITES+= http://www.netsonic.fi/~walker/nh/ > PATCH_DIST_STRIP= -p1 > CFLAGS+= -DHPMON > .endif >diff -ruN nethack34.orig/distinfo nethack34/distinfo >--- nethack34.orig/distinfo 2008-05-27 01:22:29.000000000 -0700 >+++ nethack34/distinfo 2009-07-01 05:41:17.000000000 -0700 >@@ -4,6 +4,6 @@ > MD5 (nh343-menucolor.diff) = ade00f9cb51f1b0140557d329d56844c > SHA256 (nh343-menucolor.diff) = 21f37f759686ac405f1032648d38977096930200e04aeec989d8a450d5532733 > SIZE (nh343-menucolor.diff) = 20010 >-MD5 (hpmon.diff) = a8e5cab6a93100612d428f3973dc418f >-SHA256 (hpmon.diff) = d9369768f81f06e75b7349609bdff6fd9deff226452f04a89597190e4489074f >-SIZE (hpmon.diff) = 2041 >+MD5 (nh343-statuscolors.fixed.patch) = 2d0cf44770867f42e7b5b28951af048b >+SHA256 (nh343-statuscolors.fixed.patch) = 1c0c7a5e7a5cd564b5bd3fa790393f13ea584bdb0cbd4c34942e551cb9a6656e >+SIZE (nh343-statuscolors.fixed.patch) = 19090
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 136220
: 97478