Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jan 1999 17:09:32 +0900 (JST)
From:      Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
To:        asami@FreeBSD.ORG
Cc:        shige@kuis.kyoto-u.ac.jp
Subject:   Re: apel-mule
Message-ID:  <19990111170932B.shige@kuis.kyoto-u.ac.jp>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
----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 <shige@kuis.kyoto-u.ac.jp>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990111170932B.shige>