summaryrefslogtreecommitdiff
path: root/x11/wdm/files
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-02-11 04:26:45 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-02-11 04:26:45 +0000
commitf0410f5a4b28dfb464e945de71d37d7c109f6aa7 (patch)
tree5168ea38937b03736a3fd92d5e4fae0ce1d1a262 /x11/wdm/files
parentadd colorer beta2 (diff)
Update to wdm 1.26. Highlights of changes:
- daemon mode works again - spanish and czech translations added - en locale is now different from C locale. - fixed problem with wdm not reacting to signals sent to process with pid written to pid file. - removed unused code - many other bugfixes See NEWS, README, and ChangeLog for the complete list. PR: ports/57010 Submitted by: Ports Fury Approved by: maintainer timeout (>3 months)
Notes
Notes: svn path=/head/; revision=100626
Diffstat (limited to 'x11/wdm/files')
-rw-r--r--x11/wdm/files/patch-src::wdm::loghelpers.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/x11/wdm/files/patch-src::wdm::loghelpers.c b/x11/wdm/files/patch-src::wdm::loghelpers.c
deleted file mode 100644
index ddaa4081d49d..000000000000
--- a/x11/wdm/files/patch-src::wdm::loghelpers.c
+++ /dev/null
@@ -1,24 +0,0 @@
---- src/wdm/loghelpers.c.orig Sun Jun 1 17:00:09 2003
-+++ src/wdm/loghelpers.c Sun Jun 1 23:30:40 2003
-@@ -26,6 +26,21 @@
- #include <sys/wait.h>
- #include <unistd.h>
-
-+#ifdef __FreeBSD__
-+static char *
-+wstrndup(const char *src, size_t size)
-+{
-+ char *dst;
-+
-+ dst = malloc(size + 1);
-+ if (dst == NULL)
-+ return (NULL);
-+ dst[size] = '\0';
-+ strncpy(dst, src, size);
-+ return (dst);
-+}
-+#endif
-+
- /*
- * Function that treats buffer as set of lines separated with '\n'
- * These lines will be directed to WDMLogMessage function with