Bug 13387 - New ports: XEmacsMETA-${DISTNAME}
Summary: New ports: XEmacsMETA-${DISTNAME}
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-26 03:20 UTC by KIRIYAMA Kazuhiko
Modified: 1999-09-09 15:26 UTC (History)
0 users

See Also:


Attachments
file.shar (5.81 KB, text/plain)
1999-08-26 03:20 UTC, KIRIYAMA Kazuhiko
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description KIRIYAMA Kazuhiko 1999-08-26 03:20:02 UTC
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:"
Comment 1 KIRIYAMA Kazuhiko 1999-09-08 08:08:43 UTC
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
Comment 2 KIRIYAMA Kazuhiko 1999-09-09 06:25:25 UTC
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
Comment 3 KIRIYAMA Kazuhiko 1999-09-09 13:15:08 UTC
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
Comment 4 taoka freebsd_committer freebsd_triage 1999-09-09 15:26:33 UTC
State Changed
From-To: open->closed

Committed, thanks!