Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jun 2001 18:59:12 +0900 (JST)
From:      Yoshihiko Sarumaru <mistral@imasy.or.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28335: update port: deskutils/xcalendar
Message-ID:  <200106220959.f5M9xCi42734@mistral.imasy.or.jp>

next in thread | raw e-mail | index | archive | help

>Number:         28335
>Category:       ports
>Synopsis:       update port: deskutils/xcalendar
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 22 03:00:11 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Yoshihiko Sarumaru
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Internet Mutual Aid Society Yokohama
>Environment:
System: FreeBSD mistral.imasy.or.jp 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri Jun 15 00:34:47 JST 2001 yohta@mistral.imasy.or.jp:/usr/obj/usr/src/sys/PCG-505R i386


	
>Description:
	This send-pr fixes port of deskutils/xcalendar.
	The problem is that deinstall does not remove a directory which
	this port may make (lib/X11/ja_JP.EUC).

	http://people.freebsd.org/~fenner/errorlogs/mistral@imasy.or.jp.html
>How-To-Repeat:
	
>Fix:

diff -ur xcalendar.old/pkg-plist xcalendar/pkg-plist
--- xcalendar.old/pkg-plist     Fri Jun 22 17:55:52 2001
+++ xcalendar/pkg-plist Fri Jun 22 18:53:55 2001
@@ -11,3 +11,4 @@
 @dirrm lib/X11/xcalendar
 @dirrm lib/X11/ja_JP.EUC/xcalendar
 @unexec rmdir %D/lib/X11/ja_JP.EUC/app-defaults 2>/dev/null || true
+@unexec rmdir %D/lib/X11/ja_JP.EUC 2>/dev/null || true
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106220959.f5M9xCi42734>