diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-08-12 21:32:53 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-08-12 21:32:53 +0000 |
commit | e224ea032819a024aad1ba1b9f4099e71552eec0 (patch) | |
tree | 650c6420c6c444cd1dbb188269f5edd91c401206 /misc/ddate/files/patch-ddate.c | |
parent | databases/py-mysql-connector-python2: Update version 2.1.3=>2.2.0 (diff) |
ddate has been officially removed from util-linux and move to github [1].
The new version scheme requires EPOCH to be bumped. While here switch to new
option helpers.
[1] https://git.kernel.org/cgit/utils/util-linux/util-linux.git/commit/?id=b77ce61eb31e3b7ab8295e848ef741e43b16ca87
Notified by: Kathie Dart <kathiedart@gmail.com> (via mail)
Notes
Notes:
svn path=/head/; revision=420143
Diffstat (limited to 'misc/ddate/files/patch-ddate.c')
-rw-r--r-- | misc/ddate/files/patch-ddate.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/ddate/files/patch-ddate.c b/misc/ddate/files/patch-ddate.c new file mode 100644 index 000000000000..f54e490a9497 --- /dev/null +++ b/misc/ddate/files/patch-ddate.c @@ -0,0 +1,12 @@ +--- ddate.c.orig 2016-08-12 21:07:26 UTC ++++ ddate.c +@@ -64,7 +64,9 @@ + * Church of the SubGenius and do not wish your copy of ddate(1) to contain + * code for counting down to X-Day, undefine KILL_BOB */ + ++/* + #define KILL_BOB 13013 ++*/ + + /* If you wish ddate(1) to contain SubGenius slogans, define PRAISE_BOB */ + |