Skip site navigation (1)Skip section navigation (2)
Date:      5 Mar 2000 12:22:07 -0000
From:      okazaki@be.to
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17205: Update port: japanese/emacs-manual
Message-ID:  <20000305122207.26943.qmail@dolphin.be.to>

next in thread | raw e-mail | index | archive | help

>Number:         17205
>Category:       ports
>Synopsis:       Update port: japanese/emacs-manual
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar  5 04:30:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     OKAZAKI Tetsurou
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
Unknown
>Environment:

	ports/japanese/emacs-manual/Makefile,v 1.8 2000/01/27 21:51:16

>Description:

	Update to apply the errata patch provided by the publisher.

	Modified:	Makefile files/md5

>How-To-Repeat:
>Fix:
	
	Use the patch below to update the port.


diff -urN /usr/ports/japanese/emacs-manual/Makefile emacs-manual/Makefile
--- /usr/ports/japanese/emacs-manual/Makefile	Fri Jan 28 11:41:44 2000
+++ emacs-manual/Makefile	Sun Mar  5 20:36:19 2000
@@ -7,9 +7,9 @@
 #
 
 DISTNAME=	emacs-20.5-man-jp
-PKGNAME=	ja-emacs-manual-13.1999.12.13
+PKGNAME=	ja-emacs-manual-13.2000.01.13
 CATEGORIES=	japanese
-MASTER_SITES=	ftp://ftp.ascii.co.jp/pub/GNU/ \
+MASTER_SITES=	ftp://ftp.ascii.co.jp/pub/GNU/emacs-20.x/ \
 		${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	emacs
 DISTFILES=	${DISTNAME}.tgz ${EMACS_ARC}
@@ -18,6 +18,8 @@
 
 BUILD_DEPENDS=	${EMACS}:${PORTSDIR}/editors/emacs20
 
+ERRATA_FILE=	Errata-2000-01-13
+
 EXTRACT_ONLY=	${DISTNAME}.tgz
 EMACS_DISTNAME= emacs-20.5
 EMACS_ARC=	${EMACS_DISTNAME}a.tar.gz
@@ -25,6 +27,15 @@
 EXTRACT_FILES=	${EMACS_DISTNAME}/man/ack.texi \
 		${EMACS_DISTNAME}/lisp/textmodes/texinfmt.el
 
+# We must apply this patch at first.
+EXTRA_PATCHES=	${WRKSRC}/patch-texinfmt.el
+
+.if defined(ERRATA_FILE) && !empty(ERRATA_FILE)
+DISTFILES+=	${ERRATA_FILE}.tgz
+EXTRACT_ONLY+=	${ERRATA_FILE}.tgz
+EXTRA_PATCHES+=	${WRKDIR}/${ERRATA_FILE}
+.endif
+
 # We use emacs20 to format texinfo files.
 EMACS=		emacs-20.5
 
@@ -37,9 +48,6 @@
 	${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${EMACS_ARC} ${EXTRACT_AFTER_ARGS} ${EXTRACT_FILES} ; \
 	${CP} ${EXTRACT_FILES} ${WRKSRC})
 	@${MKDIR} ${WRKDIR}/info
-
-pre-patch:
-	@${PATCH} ${PATCH_ARGS} < ${WRKSRC}/patch-texinfmt.el
 
 pre-build:
 	@${ECHO_MSG} "===>   Now start formatting texinfo. Please wait."
diff -urN /usr/ports/japanese/emacs-manual/files/md5 emacs-manual/files/md5
--- /usr/ports/japanese/emacs-manual/files/md5	Fri Jan 28 11:41:47 2000
+++ emacs-manual/files/md5	Sun Mar  5 19:43:40 2000
@@ -1,2 +1,3 @@
 MD5 (emacs-20.5-man-jp.tgz) = 087b8b3a5200d72f6f24bc6ec30d46cd
 MD5 (emacs-20.5a.tar.gz) = d3852880bcd144c79be1b9537d28490c
+MD5 (Errata-2000-01-13.tgz) = 7b4fa4f0357b16c9a73352f402430688


>Release-Note:
>Audit-Trail:
>Unformatted:


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?20000305122207.26943.qmail>