Date: Mon, 20 Mar 2006 16:33:21 GMT From: NOKUBI Hirotaka <nokubi@ff.iij4u.or.jp> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/94738: fix incomplete pkg-plist for ports/japanese/xemacs21-canna Message-ID: <200603201633.k2KGXLKd013959@www.freebsd.org> Resent-Message-ID: <200603201640.k2KGeDvF010624@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94738 >Category: ports >Synopsis: fix incomplete pkg-plist for ports/japanese/xemacs21-canna >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 20 16:40:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: NOKUBI Hirotaka >Release: 5.4-RELEASE >Organization: >Environment: FreeBSD sassaby.nokubi.or.jp 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun Oct 30 01:39:11 JST 2005 h-nokubi@sassaby.nokubi.or.jp:/usr/src/sys/i386/compile/SASSABY i386 >Description: Leave following symbolic link after pkg_delete. usr/local/lib/xemacs/mule-packages/etc/app-defaults/ja_JP.eucJP This must be removed on pkg_delete. >How-To-Repeat: Pkg_add, then pkg_delete. Check symbolic link. >Fix: Index: japanese/xemacs21-canna/Makefile =================================================================== RCS file: /home/ncvs/ports/japanese/xemacs21-canna/Makefile,v retrieving revision 1.30 diff -u -u -r1.30 Makefile --- japanese/xemacs21-canna/Makefile 20 Feb 2006 01:34:35 -0000 1.30 +++ japanese/xemacs21-canna/Makefile 20 Mar 2006 16:35:59 -0000 @@ -12,8 +12,6 @@ MASTERDIR= ${.CURDIR}/../../editors/xemacs21-mule -BROKEN= Incomplete pkg-plist - CANNA= yes DESCR= ${.CURDIR}/pkg-descr Index: editors/xemacs21-mule/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/xemacs21-mule/Makefile,v retrieving revision 1.85 diff -u -u -r1.85 Makefile --- editors/xemacs21-mule/Makefile 7 Mar 2006 08:26:13 -0000 1.85 +++ editors/xemacs21-mule/Makefile 20 Mar 2006 16:35:59 -0000 @@ -176,6 +176,7 @@ .if defined(PKGNAMEPREFIX) .if ${PKGNAMEPREFIX} == "ja-" PLIST_FILES+= man/ja/man1/xemacs.1 +PLIST_FILES+= lib/xemacs/mule-packages/etc/app-defaults/ja_JP.eucJP .endif .endif >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603201633.k2KGXLKd013959>