Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Sep 1999 23:50:06 -0700 (PDT)
From:      KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/13390: Update ports: editors/xemacs-mule
Message-ID:  <199909080650.XAA87028@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/13390; it has been noted by GNATS.

From: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
To: freebsd-gnats-submit@freebsd.org, kiri@pis.toba-cmt.ac.jp
Cc:  
Subject: Re: ports/13390: Update ports: editors/xemacs-mule
Date: 08 Sep 1999 15:41:37 +0900

 diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/tmp.cur/editors/xemacs-mule/Makefile editors/xemacs-mule/Makefile
 --- /usr/ports/tmp.cur/editors/xemacs-mule/Makefile	Wed Sep  8 14:14:01 1999
 +++ editors/xemacs-mule/Makefile	Mon Sep  6 21:34:05 1999
 @@ -71,6 +71,7 @@
  
  MAJOR_VERSION=		21.1
  VERSION=		21.1.6
 +EMACS_CMD=		xemacs-${VERSION}
  XEMACS_DIR=		xemacs-${VERSION}
  FTP_DIR=		xemacs-${MAJOR_VERSION}
  PKGNAMEEXT?=		-mule
 @@ -81,7 +82,7 @@
  
  PLIST?=	${PKGLDIR}/PLIST
  
 -pre-build::
 +pre-build:
  	@find ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} -f \{} \;
  	@${RM} -f ${WRKSRC}/lib-src/DOC* ${WRKSRC}/src/xemacs
  
 diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/tmp.cur/editors/xemacs-mule/pkg/PLIST-ja editors/xemacs-mule/pkg/PLIST-ja
 --- /usr/ports/tmp.cur/editors/xemacs-mule/pkg/PLIST-ja	Wed Sep  8 14:14:01 1999
 +++ editors/xemacs-mule/pkg/PLIST-ja	Wed Sep  8 14:57:08 1999
 @@ -29,6 +29,9 @@
  lib/%%XEMACS_DIR%%/%%ARCH_SUBDIR%%/vcdiff
  lib/%%XEMACS_DIR%%/%%ARCH_SUBDIR%%/wakeup
  lib/%%XEMACS_DIR%%/%%ARCH_SUBDIR%%/yow
 +lib/xemacs/mule-packages/lisp/ps-print/ps-print.el
 +@comment lib/xemacs/mule-packages/lisp/ps-print/ps-print.elc
  @exec ln -sf ja %D/lib/xemacs/mule-packages/etc/app-defaults/ja_JP.EUC
  @unexec rm -f  %D/lib/xemacs/mule-packages/etc/app-defaults/ja_JP.EUC
 +@dirrm lib/xemacs/mule-packages/lisp/ps-print
  @dirrm lib/%%XEMACS_DIR%%/%%ARCH_SUBDIR%%
 diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/tmp.cur/editors/xemacs-mule-common/pkg/PLIST editors/xemacs-mule-common/pkg/PLIST
 --- /usr/ports/tmp.cur/editors/xemacs-mule-common/pkg/PLIST	Wed Sep  8 14:14:03 1999
 +++ editors/xemacs-mule-common/pkg/PLIST	Wed Sep  8 14:36:38 1999
 @@ -767,8 +767,6 @@
  lib/%%XEMACS_DIR%%/lisp/package-ui.elc
  lib/%%XEMACS_DIR%%/lisp/packages.el
  lib/%%XEMACS_DIR%%/lisp/packages.elc
 -lib/%%XEMACS_DIR%%/lisp/packages/ps-print.el
 -lib/%%XEMACS_DIR%%/lisp/packages/ps-print.elc
  lib/%%XEMACS_DIR%%/lisp/page.el
  lib/%%XEMACS_DIR%%/lisp/page.elc
  lib/%%XEMACS_DIR%%/lisp/paragraphs.el
 @@ -939,7 +937,6 @@
  @dirrm lib/%%XEMACS_DIR%%/etc
  @dirrm lib/%%XEMACS_DIR%%/info
  @dirrm lib/%%XEMACS_DIR%%/lisp/mule
 -@dirrm lib/%%XEMACS_DIR%%/lisp/packages
  @dirrm lib/%%XEMACS_DIR%%/lisp/term
  @dirrm lib/%%XEMACS_DIR%%/lisp
  @dirrm lib/%%XEMACS_DIR%%
 diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/tmp.cur/japanese/xemacs/Makefile japanese/xemacs/Makefile
 --- /usr/ports/tmp.cur/japanese/xemacs/Makefile	Wed Sep  8 14:14:03 1999
 +++ japanese/xemacs/Makefile	Wed Sep  8 15:16:16 1999
 @@ -13,11 +13,8 @@
  PLIST=		${PKGLDIR}/PLIST-ja
  
  LANGPREFIX=	ja-
 -# japnaese/xemacs* ports except for sumo* must be require mule package at build stage.
 -# So default BUILD_DEPENDS mule port set to editors/mule-base. 
 -# If you want to change this, set BUILD_DEP_LIST to apropreate port with 
 -# BUILD_DEP_LIST=foo at make argument.
 -BUILD_DEP_LIST?=	${PREFIX}/lib/xemacs/pkginfo/MANIFEST.mule-base:${PORTSDIR}/editors/mule-base
 +MULEPKGDIR=	${PREFIX}/lib/xemacs/mule-packages
 +BUILD_DEP_LIST=	${PREFIX}/lib/xemacs/pkginfo/MANIFEST.mule-base:${PORTSDIR}/editors/xemacs-mule-sumo-packages
  .if defined(CANNA) && defined(WNN4)
  PKGNAMEEXT=		-canna+wnn4
  SITE_INCLUDES=		${X11BASE}/include
 @@ -49,15 +46,15 @@
  WITH_INPUT_METHOD=	--with-canna=no --with-wnn=no --with-wnn6=no
  .endif
  
 -pre-build::
 -	@if [ -e ${WRKSRC}/lisp/packages/ps-print.elc ]; then \
 -		${RM} -f ${WRKSRC}/lisp/packages/ps-print.elc; \
 -	fi
 -	@${GZCAT} ${DISTDIR}/ps-print-jp.el.gz > ${WRKSRC}/lisp/packages/ps-print.el
 -
  post-install::
 -	@${MKDIR} ${PREFIX}/man/ja/man1
 +	@${MKDIR} ${PREFIX}/man/ja/man1 ${MULEPKGDIR}/lisp/ps-print
 +	cd ${MULEPKGDIR}/lisp/ps-print; \
 +	${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/ps-print-jp.el.gz > ps-print.el; \
 +	chmod 444 ps-print.el
 +#	${PREFIX}/bin/${EMACS_CMD} -batch -q -no-site-file -f batch-byte-compile \
 +#		ps-print.el; \
 +#	chmod 444 ps-print.el ps-print.elc
  	@${INSTALL_MAN} ${WRKSRC}/etc/xemacs-ja.1 ${PREFIX}/man/ja/man1
 -	@${LN} -sf ja ${PREFIX}/lib/xemacs/mule-packages/etc/app-defaults/ja_JP.EUC
 +	@${LN} -sf ja ${MULEPKGDIR}/etc/app-defaults/ja_JP.EUC
  
  .include "${.CURDIR}/../../editors/xemacs-mule/Makefile"
 


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?199909080650.XAA87028>