Date: Wed, 8 Sep 1999 19:20:05 -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: <199909090220.TAA45528@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: 09 Sep 1999 11:18:17 +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 Thu Sep 9 11:08:49 1999 +++ editors/xemacs-mule/Makefile Thu Sep 9 10:51:09 1999 @@ -28,7 +28,7 @@ compface.1:${PORTSDIR}/mail/faces \ tiff.4:${PORTSDIR}/graphics/tiff34 \ ${LIB_INPUT_METHOD} -RUN_DEPENDS= ${PREFIX}/lib/${XEMACS_DIR}/lisp/x-win-xfree86.elc:${PORTSDIR}/editors/xemacs-mule-common +RUN_DEPENDS= ${RUN_DEP_LIST} EXTRACT_ONLY= xemacs-${VERSION}.tar.gz xemacs-${VERSION}-elc.tar.gz \ xemacs-${VERSION}-info.tar.gz @@ -67,6 +67,7 @@ ${WITH_INPUT_METHOD} STRIP= INSTALL_TARGET= install-arch-dep +PLIST?= ${PKGLDIR}/PLIST PLIST_SUB= XEMACS_DIR=${XEMACS_DIR} ARCH_SUBDIR=${CONFIGURE_TARGET} MAJOR_VERSION= 21.1 @@ -79,8 +80,7 @@ SITE_INCLUDES+= ${PREFIX}/include SITE_LIBRARIES+= ${PREFIX}/lib WITH_INPUT_METHOD?= --with-canna=no --with-wnn=no --with-wnn6=no - -PLIST?= ${PKGLDIR}/PLIST +RUN_DEP_LIST+= ${PREFIX}/lib/${XEMACS_DIR}/lisp/x-win-xfree86.elc:${PORTSDIR}/editors/xemacs-mule-common pre-build: @find ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} -f \{} \; 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 Thu Sep 9 11:08:49 1999 +++ japanese/xemacs/Makefile Thu Sep 9 11:01:12 1999 @@ -14,7 +14,8 @@ LANGPREFIX= ja- MULEPKGDIR= ${PREFIX}/lib/xemacs/mule-packages -BUILD_DEP_LIST= ${PREFIX}/lib/xemacs/pkginfo/MANIFEST.mule-base:${PORTSDIR}/editors/xemacs-mule-sumo-packages +BUILD_DEP_LIST= ${PREFIX}/lib/xemacs/mule-packages/pkginfo/MANIFEST.skk:${PORTSDIR}/editors/xemacs-mule-sumo-packages +RUN_DEP_LIST= ${PREFIX}/lib/xemacs/mule-packages/pkginfo/MANIFEST.skk:${PORTSDIR}/editors/xemacs-mule-sumo-packages .if defined(CANNA) && defined(WNN4) PKGNAMEEXT= -canna+wnn4 SITE_INCLUDES= ${X11BASE}/include 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?199909090220.TAA45528>