ports/57010: Update port: x11/wdm to 1.26

KATO Tsuguru tkato at prontomail.com
Fri Sep 19 15:00:36 UTC 2003


>Number:         57010
>Category:       ports
>Synopsis:       Update port: x11/wdm to 1.26
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 19 08:00:24 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 1.26

Remove file:
files/patch-src::wdm::loghelpers.c

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11/wdm/Makefile x11/wdm/Makefile
--- /usr/ports/x11/wdm/Makefile	Wed Jul 23 06:44:50 2003
+++ x11/wdm/Makefile	Fri Sep 19 16:10:14 2003
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	wdm
-PORTVERSION=	1.25
-PORTREVISION=	1
+PORTVERSION=	1.26
 CATEGORIES=	x11 windowmaker
 MASTER_SITES=	http://voins.program.ru/wdm/ \
 		http://www.de.freebsd.org/de/gif/bsd/ \
diff -urN /usr/ports/x11/wdm/distinfo x11/wdm/distinfo
--- /usr/ports/x11/wdm/distinfo	Sat Jul 12 12:28:44 2003
+++ x11/wdm/distinfo	Fri Sep 19 16:16:46 2003
@@ -1,3 +1,3 @@
-MD5 (wdm/wdm-1.25.tar.bz2) = 7e9c6f1a9755529d4336b9212fb1b7de
+MD5 (wdm/wdm-1.26.tar.bz2) = 88467fb7f4a8fb3a6cc4c04ea184bf98
 MD5 (wdm/beastie.xpm) = 0891d7d8ac81514f10aafeb8f8a89ca2
 MD5 (wdm/daemon1-HQ-1280x960.jpg) = b38f175cf6b7167484afac423837ed1a
diff -urN /usr/ports/x11/wdm/files/patch-src::wdm::loghelpers.c x11/wdm/files/patch-src::wdm::loghelpers.c
--- /usr/ports/x11/wdm/files/patch-src::wdm::loghelpers.c	Sat Jul 12 03:33:56 2003
+++ x11/wdm/files/patch-src::wdm::loghelpers.c	Thu Jan  1 09:00:00 1970
@@ -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
diff -urN /usr/ports/x11/wdm/pkg-plist x11/wdm/pkg-plist
--- /usr/ports/x11/wdm/pkg-plist	Sat Jul 12 12:28:45 2003
+++ x11/wdm/pkg-plist	Fri Sep 19 16:22:53 2003
@@ -29,7 +29,10 @@
 @exec [ -f %D/lib/X11/wdm/wdm-config ] || (cp %D/lib/X11/wdm/wdm-config.dist %D/lib/X11/wdm/wdm-config)
 lib/X11/wdm/wdm-config.in
 lib/X11/wdm/wdmReconfig
+share/locale/cs/LC_MESSAGES/wdm.mo
 share/locale/de/LC_MESSAGES/wdm.mo
+share/locale/en/LC_MESSAGES/wdm.mo
+share/locale/es/LC_MESSAGES/wdm.mo
 share/locale/ja/LC_MESSAGES/wdm.mo
 share/locale/ru/LC_MESSAGES/wdm.mo
 @unexec rmdir %D/lib/X11/wdm/pixmaps 2>/dev/null || true
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list