diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2015-10-02 08:40:57 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2015-10-02 08:40:57 +0000 |
commit | 806e2b10635299d0c1e238f395851ca37ac15377 (patch) | |
tree | 8669732d17c1c59c3e8e6b5b67c0177d4d8129da /x11/xscreensaver/files/patch-utils_textclient.c | |
parent | Try and fix the ownership of munin's home directory. (diff) |
- Update to 5.33
- Resolves the obnoxious startup message issue [1]
- Add options NLS and XFT
- Convert to USES=autoreconf
- Don't install pam file when PAM option is disabled
- Regenerate patches
PR: 201254
Submitted by: Will B. <will_brokenbourgh at yahoo.com>
Approved by: Maintainer timeout
MFH: 2015Q4 [1]
Notes
Notes:
svn path=/head/; revision=398425
Diffstat (limited to 'x11/xscreensaver/files/patch-utils_textclient.c')
-rw-r--r-- | x11/xscreensaver/files/patch-utils_textclient.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xscreensaver/files/patch-utils_textclient.c b/x11/xscreensaver/files/patch-utils_textclient.c index b46d2ffc9ae3..2e5b90c9ce4d 100644 --- a/x11/xscreensaver/files/patch-utils_textclient.c +++ b/x11/xscreensaver/files/patch-utils_textclient.c @@ -1,5 +1,5 @@ ---- utils/textclient.c.orig 2013-09-02 12:43:01.271738814 +0200 -+++ utils/textclient.c 2013-09-02 12:43:25.014748042 +0200 +--- utils/textclient.c.orig 2014-11-05 00:08:06 UTC ++++ utils/textclient.c @@ -50,6 +50,9 @@ # ifdef HAVE_UTIL_H # include <util.h> @@ -9,4 +9,4 @@ +# endif #endif /* HAVE_FORKPTY */ - /*#define DEBUG*/ + #undef DEBUG |