Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Dec 1998 17:25:39 +0900 (JST)
From:      KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9008: Update ports: i18n-man-1.1(misc/man.el)
Message-ID:  <199812080825.RAA05423@pis.toba-cmt.ac.jp>

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

>Number:         9008
>Category:       ports
>Synopsis:       Update ports: i18n-man-1.1(misc/man.el)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec  8 00:20:00 PST 1998
>Last-Modified:
>Originator:     KIRIYAMA Kazuhiko
>Organization:
Toba National College of Maritime Technology.
	Department of Electronic Mechanical Engineering
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:
>Description:
Updated the port i18n-man-1.1(misc/man.el). 

Current modifications are :

(1) Bug fix i18n-man-ja.el and add thi patch to patches/patch-aa 

Update files are respecively :

[Add] :
-rw-r--r--  1    kiri   staff     470 Dec  8 17:21 misc/man.el/patches/patch-aa
[Delete] :
(NONE)
[Update] :
-rwxr-xr-x  1    kiri   staff     714 Dec  8 17:21 misc/man.el/Makefile
I put the diff from ports-current in "Fix:".
>How-To-Repeat:
>Fix:
diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ /usr/ports/current/misc/man.el/Makefile ./Makefile
--- /usr/ports/current/misc/man.el/Makefile	Thu Dec  3 02:31:46 1998
+++ ./Makefile	Tue Dec  8 17:20:58 1998
@@ -15,19 +15,14 @@
 
 RUN_DEPENDS=	jman:${PORTSDIR}/japanese/man
 
-EXTRACT_ONLY=	# empty
-NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
+WRKSRC=		${WRKDIR}
 
 ELISPDIR=	${PREFIX}/share/emacs/site-lisp
 
 do-install:
-	@${MKDIR} ${ELISPDIR};
-	@${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTFILES} -C ${ELISPDIR}
-	@files=`${EXTRACT_CMD} tzf ${DISTDIR}/${DISTFILES}`; \
-	for f in $${files}; do \
-		chown ${SHAREOWN}:${SHAREGRP} ${ELISPDIR}/$${f}; \
-		chmod ${SHAREMODE} ${ELISPDIR}/$${f}; \
-	done
+	@${MKDIR} ${ELISPDIR}
+	@cd ${WRKSRC}; \
+	${INSTALL_DATA} `${EXTRACT_CMD} tzf ${DISTDIR}/${DISTFILES}` ${ELISPDIR}
 
 .include <bsd.port.mk>
diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ /usr/ports/current/misc/man.el/patches/patch-aa ./patches/patch-aa
--- /usr/ports/current/misc/man.el/patches/patch-aa	Thu Jan  1 09:00:00 1970
+++ ./patches/patch-aa	Tue Dec  8 16:03:50 1998
@@ -0,0 +1,10 @@
+--- i18n-man-ja.el~	Tue Dec  8 01:48:18 1998
++++ i18n-man-ja.el	Tue Dec  8 01:48:48 1998
+@@ -62,7 +62,6 @@
+   "Hook for the Japanese manpage depend default coding system setting.
+ Also save original values of variable to the local variable temporary."
+   (setenv "LC_CTYPE" "ja_JP.EUC")
+-  (setenv "MANPATH" (format "/usr/share/man/ja:" (getenv "MANPATH")))
+   (if (featurep 'mule)
+       (case emacs-major-version
+ 	(20 ;; XEmacs or Emacs-20.x (Mule-2.4, 3.0 or later)
>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?199812080825.RAA05423>