XEmacs meta ports for Japanese has been ported. These ports are aimed for Japanese users that wants to quick install for XEmacs-21.* woth mule. I put the port with shar `find ` below "Fix:"
diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/tmp.cur/japanese/xemacs-sumo/Makefile japanese/xemacs-sumo/Makefile --- /usr/ports/tmp.cur/japanese/xemacs-sumo/Makefile Wed Sep 8 16:06:20 1999 +++ japanese/xemacs-sumo/Makefile Wed Sep 8 15:27:22 1999 @@ -15,8 +15,8 @@ MAINTAINER= kiri@pis.toba-cmt.ac.jp RUN_DEPENDS= ${PREFIX}/lib/${EMACS_DIR}/i386--freebsd4.0/yow:${PORTSDIR}/japanese/xemacs${NAMEEXT} \ - ${PREFIX}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.zenirc:${PORTSDIR}/editors/xemacs-sumo \ - ${PREFIX}/lib/xemacs/mule-packages/pkginfo/MANIFEST.skk:${PORTSDIR}/editors/xemacs-mule-sumo + ${PREFIX}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.zenirc:${PORTSDIR}/editors/xemacs-sumo-packages \ + ${PREFIX}/lib/xemacs/mule-packages/pkginfo/MANIFEST.skk:${PORTSDIR}/editors/xemacs-mule-sumo-packages EXTRACT_ONLY= # empty NO_BUILD= yes
diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/tmp.cur/japanese/xemacs-sumo/Makefile japanese/xemacs-sumo/Makefile --- /usr/ports/tmp.cur/japanese/xemacs-sumo/Makefile Thu Sep 9 14:22:14 1999 +++ japanese/xemacs-sumo/Makefile Thu Sep 9 14:16:42 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: Meta port of XEmacs mule with sumo package -# Version required: 1.0 +# Version required: 21.1.6 # Date created: 19 August 1999 # Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> # # $Id$ # -DISTNAME= xemacs-sumo${NAMEEXT}-1.0 +DISTNAME= xemacs-sumo${NAMEEXT}-${VERSION} PKGNAME= ja-${DISTNAME} CATEGORIES= japanese editors MASTER_SITES= # empty @@ -14,12 +14,15 @@ MAINTAINER= kiri@pis.toba-cmt.ac.jp -RUN_DEPENDS= ${PREFIX}/lib/${EMACS_DIR}/i386--freebsd4.0/yow:${PORTSDIR}/japanese/xemacs${NAMEEXT} \ +RUN_DEPENDS= ${PREFIX}/lib/${EMACS_DIR}/${CONFIGURE_TARGET}/yow:${PORTSDIR}/japanese/xemacs${NAMEEXT} \ ${PREFIX}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.zenirc:${PORTSDIR}/editors/xemacs-sumo-packages \ ${PREFIX}/lib/xemacs/mule-packages/pkginfo/MANIFEST.skk:${PORTSDIR}/editors/xemacs-mule-sumo-packages EXTRACT_ONLY= # empty NO_BUILD= yes + +VERSION= 21.1.6 +XEMACS_DIR= xemacs-${VERSION} do-install: # empty
diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/tmp.cur/japanese/xemacs-sumo/Makefile japanese/xemacs-sumo/Makefile --- /usr/ports/tmp.cur/japanese/xemacs-sumo/Makefile Thu Sep 9 20:52:11 1999 +++ japanese/xemacs-sumo/Makefile Thu Sep 9 19:31:54 1999 @@ -14,15 +14,16 @@ MAINTAINER= kiri@pis.toba-cmt.ac.jp -RUN_DEPENDS= ${PREFIX}/lib/${EMACS_DIR}/${CONFIGURE_TARGET}/yow:${PORTSDIR}/japanese/xemacs${NAMEEXT} \ +RUN_DEPENDS= ${PREFIX}/lib/${XEMACS_DIR}/${ARCH_SUBDIR}/yow:${PORTSDIR}/japanese/xemacs${NAMEEXT} \ ${PREFIX}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.zenirc:${PORTSDIR}/editors/xemacs-sumo-packages \ ${PREFIX}/lib/xemacs/mule-packages/pkginfo/MANIFEST.skk:${PORTSDIR}/editors/xemacs-mule-sumo-packages EXTRACT_ONLY= # empty NO_BUILD= yes -VERSION= 21.1.6 -XEMACS_DIR= xemacs-${VERSION} +VERSION= 21.1.6 +XEMACS_DIR= xemacs-${VERSION} +ARCH_SUBDIR= ${MACHINE_ARCH}--freebsd do-install: # empty
State Changed From-To: open->closed Committed, thanks!