From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 19 08:00:36 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D2E616A4B3 for ; Fri, 19 Sep 2003 08:00:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF8D643FFB for ; Fri, 19 Sep 2003 08:00:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8JF0OFY022939 for ; Fri, 19 Sep 2003 08:00:24 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8JF0OAd022938; Fri, 19 Sep 2003 08:00:24 -0700 (PDT) (envelope-from gnats) Resent-Date: Fri, 19 Sep 2003 08:00:24 -0700 (PDT) Resent-Message-Id: <200309191500.h8JF0OAd022938@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 745F316A4C3 for ; Fri, 19 Sep 2003 07:49:20 -0700 (PDT) Received: from hfep06.dion.ne.jp (hfep06.dion.ne.jp [203.181.105.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FB5C43F3F for ; Fri, 19 Sep 2003 07:49:19 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([61.198.217.163]) by hfep06.dion.ne.jp with SMTP id <20030919144914420.EHH@hfep06.dion.ne.jp> for ; Fri, 19 Sep 2003 23:49:14 +0900 Message-Id: <20030919234650.1de40c43.tkato@prontomail.com> Date: Fri, 19 Sep 2003 23:46:50 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/57010: Update port: x11/wdm to 1.26 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2003 15:00:36 -0000 >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 - #include - -+#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: