Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jun 2000 06:02:34 +0900
From:      OKAZAKI Tetsurou <okazaki@be.to>
To:        gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org
Subject:   Re: ports/17771: new port: japanese/elisp-manual
Message-ID:  <86u2emzr11.wl@dolphin.be.to>
In-Reply-To: <200004031250.FAA15228@freefall.freebsd.org>
References:  <20000403124144.2156.qmail@dolphin.be.to> <200004031250.FAA15228@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In the message <200004031250.FAA15228@freefall.freebsd.org> 
gnats-admin@FreeBSD.org wrote:

> >Category:       ports
> >Responsible:    freebsd-ports
> >Synopsis:       new port: japanese/elisp-manual
> >Arrival-Date:   Mon Apr  3 05:50:01 PDT 2000

Before you commit this port, apply the patch below to
incorporate fixes from the publisher.


diff -urN elisp-manual.old/Makefile elisp-manual/Makefile
--- elisp-manual.old/Makefile	Fri Apr 21 19:03:37 2000
+++ elisp-manual/Makefile	Wed Jun 21 05:59:57 2000
@@ -6,29 +6,33 @@
 #
 
 PORTNAME=	elisp-manual
-PORTVERSION=	2.5.20000213
+PORTVERSION=	2.5.20000508
 CATEGORIES=	japanese lang
 MASTER_SITES=	ftp://ftp.ascii.co.jp/pub/GNU/elisp-manual-20/
 DISTNAME=	elisp-manual-20-2.5-jp
 EXTRACT_SUFX=	.tgz
 
+PATCH_SITES=	ftp://ftp.ascii.co.jp/pub/GNU/elisp-manual-20/
+PATCHFILES=	elisp-manual-20-2.5-jp.ERRATA.000422.jis \
+		elisp-manual-20-2.5-jp.ERRATA.000508.jis
+
 MAINTAINER=	okazaki@be.to
 
-BUILD_DEPENDS=	${EMACS}:${PORTSDIR}/editors/emacs20
+BUILD_DEPENDS=	${EMACS}:${EMACS_PORTSDIR}
 
 # emacs port setup
-EMACS_NAME=     emacs
-EMACS_PORT=     emacs20
-EMACS_VER=      20.6
-EMACS_LIBDIR=           share/emacs
-EMACS_LIBDIR_WITH_VER=  share/emacs/${EMACS_VER}
+EMACS_NAME?=	emacs
+EMACS_PORT?=	emacs20
+EMACS_VER?=	20.6
+EMACS_LIBDIR?=		share/${EMACS_NAME}
+EMACS_LIBDIR_WITH_VER?=	share/${EMACS_NAME}/${EMACS_VER}
+EMACS_PORTSDIR=	${PORTSDIR}/editors/${EMACS_PORT}
 
 EXTRA_FILES=	${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/lisp/textmodes/texinfmt.el
 
 # We must apply this patch at first.
 EXTRA_PATCHES=	${WRKSRC}/patch-texinfmt.el
 
-# We use emacs20 to format texinfo files.
 EMACS=		${EMACS_NAME}-${EMACS_VER}
 
 MAKE_ENV=	EMACS="${EMACS}"
diff -urN elisp-manual.old/files/md5 elisp-manual/files/md5
--- elisp-manual.old/files/md5	Mon Apr  3 18:29:22 2000
+++ elisp-manual/files/md5	Fri Jun 16 06:12:08 2000
@@ -1 +1,3 @@
 MD5 (elisp-manual-20-2.5-jp.tgz) = db1bc051680d99fa1e80bd4a2a204d07
+MD5 (elisp-manual-20-2.5-jp.ERRATA.000422.jis) = 1c82071aebee7b3cd1611589828a57b6
+MD5 (elisp-manual-20-2.5-jp.ERRATA.000508.jis) = ec1a557a5d81a09574b047a5bc0e5183


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?86u2emzr11.wl>