Date: Wed, 19 Jul 2000 05:18:50 +0900 From: FUJISHIMA Satsuki <k5@cheerful.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/20014: update japanese/skk10-elisp-emacs20 Message-ID: <863dl7dwet.wl@cheerful.com>
next in thread | raw e-mail | index | archive | help
>Number: 20014 >Category: ports >Synopsis: update japanese/skk10-elisp-emacs20 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 18 13:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: FUJISHIMA Satsuki >Release: FreeBSD 5.0-CURRENT i386 >Organization: N/A >Environment: tested on both 5.0-CURRENT and 3.5-STABLE but not 4.0-STABLE. >Description: o update to 10.59. o RUN_DEPENDS on skk-jisyo only when: SKK_JISYO does not defined. SKK_JISYO defined but it doesn't exist. This is useful in environment such as: $SKK_JISYO points site-local-customized-jisyo. I believe this feature wouldn't hurt bento at all. o Don't split info. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/japanese/skk10-elisp-emacs20/Makefile,v retrieving revision 1.8 diff -u -w -B -b -r1.8 Makefile --- Makefile 2000/05/07 14:38:09 1.8 +++ Makefile 2000/07/18 20:07:56 @@ -14,7 +14,7 @@ MAINTAINER?= shige@FreeBSD.org -SKK10_VER= 10.57 +SKK10_VER= 10.59 # This port is a master port. PORT_CLASS?= master @@ -27,7 +27,9 @@ .include <bsd.port.pre.mk> # dependency: skk-jisyo +.if !defined(SKK_JISYO) || !exists(${SKK_JISYO}) RUN_DEPENDS+= ${LOCALBASE}/${SKKJISYODIR}/${SKKJISYO}:${SKK_MASTERDIR} +.endif # dependency: apel BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT_NAME} RUN_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT_NAME} Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/japanese/skk10-elisp-emacs20/files/md5,v retrieving revision 1.4 diff -u -w -B -b -r1.4 md5 --- files/md5 2000/01/19 13:29:39 1.4 +++ files/md5 2000/03/15 20:58:43 @@ -1 +1 @@ -MD5 (skk10.57.tar.gz) = b8c3170f35234dfeee8a9332be988eec +MD5 (skk10.59.tar.gz) = 26d8567180cfc12e0ebf5c4f5f6957ee Index: pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/japanese/skk10-elisp-emacs20/pkg/PLIST,v retrieving revision 1.4 diff -u -w -B -b -r1.4 PLIST --- pkg/PLIST 2000/01/19 13:43:38 1.4 +++ pkg/PLIST 2000/06/26 15:09:39 @@ -36,22 +36,18 @@ %%EMACS_LIBDIR%%/site-lisp/skk/skk-viper.elc %%EMACS_LIBDIR%%/site-lisp/skk/skk.el %%EMACS_LIBDIR%%/site-lisp/skk/skk.elc -%%EMACS_LIBDIR%%/site-lisp/skk/stack-m.el -%%EMACS_LIBDIR%%/site-lisp/skk/stack-m.elc %%EMACS_LIBDIR%%/site-lisp/skk/%%SKK_STARTUPEL%% @dirrm %%EMACS_LIBDIR%%/site-lisp/skk @unexec install-info --delete %D/info/skk.info %D/info/dir info/skk.info -info/skk.info-1 -info/skk.info-2 -info/skk.info-3 -info/skk.info-4 @exec install-info %D/info/skk.info %D/info/dir %%SKK_JISYODIR%%/SKK.tut %%SKK_JISYODIR%%/SKK.tut.E %%SKK_DOCDIR%%/AUTHORS %%SKK_DOCDIR%%/COPYING -%%SKK_DOCDIR%%/Contriutors +%%SKK_DOCDIR%%/CVS_digest +%%SKK_DOCDIR%%/CVS_on_Windows +%%SKK_DOCDIR%%/Contributors %%SKK_DOCDIR%%/GUIDELINE %%SKK_DOCDIR%%/INSTALL %%SKK_DOCDIR%%/NEWS >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?863dl7dwet.wl>