freebsd-ports/sysutils/xmbmon/files/patch-xmbmon.c
Muhammad Moinur Rahman 3c1b8094f3 sysutils/xmbmon: Convert to OPTIONSNG
- Add PORTSCOUT to skip wrong distfile scanning
- Fix patch files to reflect 'make makepatch'
2015-06-21 22:09:38 +00:00

22 lines
749 B
C

--- xmbmon.c.orig 2004-08-12 04:37:03 UTC
+++ xmbmon.c
@@ -23,16 +23,16 @@
#define RES_NAME "XMBmon"
#define DEFAULT_GEOMETRY "100x140"
-#define DEFAULT_FONT "-adobe-helvetica-bold-r-*-*-10-*-*-*-*-*-*-*"
+#define DEFAULT_FONT "fixed"
-#define DEFAULT_LBFONT "-adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*"
+#define DEFAULT_LBFONT "fixed"
#define DEFAULT_LBCOLOR "black"
#define DEFAULT_COUNT "4"
#define DEFAULT_CSEC "20"
#define DEFAULT_WSEC "1800"
#define DEFAULT_TMIN "10.0"
-#define DEFAULT_TMAX "50.0"
+#define DEFAULT_TMAX "90.0"
#define DEFAULT_TMINF "50.0" /* for Fahrenheit */
#define DEFAULT_TMAXF "130.0" /* for Fahrenheit */
#define DEFAULT_VMIN "1.80"