From 8b860602522100d32030a692e2d50186c1648b7a Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 18 Dec 2005 14:54:18 +0000 Subject: - Update to 2.1.2.7 and take maintainership As is described in pkg-descr, now this port uses Debian porting of Tim Edwards's version 2.0. It is heavily modified from Dan Heller's original version, and is not fully compatible with it. But still it is reasonable replacement of disappeared old version. PR: ports/90570 Submitted by: KIMURA Yasuhiro --- x11-clocks/dclock/files/patch-Dclock.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 x11-clocks/dclock/files/patch-Dclock.c (limited to 'x11-clocks/dclock/files/patch-Dclock.c') diff --git a/x11-clocks/dclock/files/patch-Dclock.c b/x11-clocks/dclock/files/patch-Dclock.c new file mode 100644 index 000000000000..2f63600bcc93 --- /dev/null +++ b/x11-clocks/dclock/files/patch-Dclock.c @@ -0,0 +1,23 @@ +--- Dclock.c.orig Sat Dec 17 23:46:28 2005 ++++ Dclock.c Sat Dec 17 23:47:28 2005 +@@ -9,9 +9,9 @@ + #include + #include + #include +-#include ++#include + #include +-#include ++#include + #include + #include + #include +@@ -171,7 +171,7 @@ + { XtNbellFile, "bellFile", XtRString, sizeof(String), + XtOffset(DclockWidget,dclock.bellfile), XtRString, (String)NULL}, + { XtNaudioPlay, "audioPlay", XtRString, sizeof(String), +- XtOffset(DclockWidget,dclock.audioplay), XtRString, "/usr/bin/play"}, ++ XtOffset(DclockWidget,dclock.audioplay), XtRString, "%%LOCALBASE%%/bin/play"}, + }; + + /* Define the Dclock widget */ -- cgit v1.2.3