From owner-freebsd-ports Wed Sep 8 19:20:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D8D50159B6 for ; Wed, 8 Sep 1999 19:20:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA45528; Wed, 8 Sep 1999 19:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 8 Sep 1999 19:20:05 -0700 (PDT) Message-Id: <199909090220.TAA45528@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: KIRIYAMA Kazuhiko Subject: Re: ports/13390: Update ports: editors/xemacs-mule Reply-To: KIRIYAMA Kazuhiko Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13390; it has been noted by GNATS. From: KIRIYAMA Kazuhiko 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