From owner-freebsd-ports Mon Jan 11 00:10:17 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA26763 for freebsd-ports-outgoing; Mon, 11 Jan 1999 00:10:17 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from spa.kuis.kyoto-u.ac.jp (lab4img2.kuis.kyoto-u.ac.jp [130.54.23.231]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA26755; Mon, 11 Jan 1999 00:10:11 -0800 (PST) (envelope-from shige@kuis.kyoto-u.ac.jp) Received: from localhost (sirahama [130.54.22.177]) by spa.kuis.kyoto-u.ac.jp (8.8.8/3.7Wspa) with ESMTP id RAA22314; Mon, 11 Jan 1999 17:09:37 +0900 (JST) To: asami@FreeBSD.ORG Cc: kuriyama@FreeBSD.ORG, ports@FreeBSD.ORG Cc: shige@kuis.kyoto-u.ac.jp Subject: Re: apel-mule In-Reply-To: Your message of "Sun, 10 Jan 1999 23:35:41 -0800 (PST)" <199901110735.XAA13108@silvia.hip.berkeley.edu> References: <199901110735.XAA13108@silvia.hip.berkeley.edu> X-Mailer: Mew version 1.93 on Emacs 20.3 / Mule 4.0 =?iso-2022-jp?B?KBskQjJWMWMbKEIp?= X-Prom-Mew: Prom-Mew 1.93 (procmail reader for Mew) X-URL: http://www.yuasa.kuis.kyoto-u.ac.jp/~shige/ X-fingerprint: C8 BD 6A A7 CF FF 74 88 A4 B2 CC 5F C7 61 5C 9A X-Pgp-Public-Key-URL: http://pgp5.ai.mit.edu:11371/pks/lookup?op=get&search=0x56B99BF9 X-Face-Version: X-Face utility v1.3.2 - "The Fool On The Hill" with Select X-Face v0.09 - "Figure Of Eight" X-Face: 34/1@t8]M!wP}sAw$~XQMzl5'O=lCIM]8=_8CE,|S)Vs4Wy@tU~A'wRi\lgWh-o&'|:zg>Gc?0?{^jo8(|5'Tg`yBH81.:!N9tSq*Sp6>C0q@{|&+FaM;R;KkoW1jA?QIWQ3:gNq {O%`:ww Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Mon_Jan_11_17:09:00_1999_949)--" Content-Transfer-Encoding: 7bit Message-Id: <19990111170932B.shige@kuis.kyoto-u.ac.jp> Date: Mon, 11 Jan 1999 17:09:32 +0900 (JST) From: Shigeyuki FUKUSHIMA X-Dispatcher: imput version 980905(IM100) Lines: 54 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ----Next_Part(Mon_Jan_11_17:09:00_1999_949)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: asami@FreeBSD.ORG (Satoshi Asami) Date: Sun, 10 Jan 1999 23:35:41 -0800 (PST) Title: Re: apel-mule Message-ID: <199901110735.XAA13108@silvia.hip.berkeley.edu> > * Then, if we have installed apel-mule, package dependency name > * `apel-mule-9.12' is appeared in > > I said BUILD_DEPENDS. Sorry... BUILD_DEPENDS! (not RUN_DEPENDS) I understood. BUILD_DEPENDS= mule:editors/mule RUN_DEPENDS= mule.el:editors/mule-common Please change editors/apel-emacs port's Makefile. # But, when we install apel-mule in the system which mule is not # installed, we cannot select the type of mule. # Such situation is unavoidable? --------- Shigeyuki FUKUSHIMA PGP Public Key: http://pgp5.ai.mit.edu:11371/pks/lookup?op=get&search=0x56B99BF9 ----Next_Part(Mon_Jan_11_17:09:00_1999_949)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=patch diff -ur /usr/ports/editors/apel-emacs/Makefile apel-emacs/Makefile --- /usr/ports/editors/apel-emacs/Makefile Sat Jan 2 22:26:51 1999 +++ apel-emacs/Makefile Mon Jan 11 17:08:40 1999 @@ -39,11 +39,10 @@ .if !defined(REQUIRE_SETUPEL) REQUIRE_SETUPEL= NO .endif +BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .if defined(HAVE_COMMON_PORT) && (${HAVE_COMMON_PORT} == "YES") -BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}-common RUN_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}-common .else -BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} RUN_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} .endif SCRIPTS_ENV= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} ----Next_Part(Mon_Jan_11_17:09:00_1999_949)---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message