From kiri@pis.toba-cmt.ac.jp  Thu Jan  6 02:22:50 2000
Return-Path: <kiri@pis.toba-cmt.ac.jp>
Received: from pis.toba-cmt.ac.jp (pis.toba-cmt.ac.jp [202.26.248.77])
	by hub.freebsd.org (Postfix) with ESMTP id CA00A154DC
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  6 Jan 2000 02:22:48 -0800 (PST)
	(envelope-from kiri@pis.toba-cmt.ac.jp)
Received: (from kiri@localhost)
	by pis.toba-cmt.ac.jp (8.9.3/8.9.3) id TAA88414;
	Thu, 6 Jan 2000 19:17:39 +0900 (JST)
	(envelope-from kiri)
Message-Id: <200001061017.TAA88414@pis.toba-cmt.ac.jp>
Date: Thu, 6 Jan 2000 19:17:39 +0900 (JST)
From: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Reply-To: kiri@pis.toba-cmt.ac.jp
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update ports: xemacs-21.1(editors/xemacs21)
X-Send-Pr-Version: 3.2

>Number:         15934
>Category:       ports
>Synopsis:       Update ports: xemacs-21.1(editors/xemacs21)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    me
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan  6 02:30:01 PST 2000
>Closed-Date:    Fri Jan 7 13:18:00 PST 2000
>Last-Modified:  Fri Jan  7 13:22:52 PST 2000
>Originator:     KIRIYAMA Kazuhiko
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Toba National College of Maritime Technology.
	Department of Electronic Mechanical Engineering
>Environment:
>Description:
Updated the port xemacs-21.1(editors/xemacs21). 

Current modifications are :

(1) Change xemacs binary name so as to distingush mule binary.

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.*$ -I ^# \$FreeBSD /usr/ports/current/editors/xemacs21/Makefile ./Makefile
--- /usr/ports/current/editors/xemacs21/Makefile	Sun Dec 26 04:31:40 1999
+++ ./Makefile	Mon Jan  3 16:51:23 2000
@@ -84,7 +84,7 @@
 
 post-install::
 .if !defined(MULE_COMMON)
-	${LN} -sf xemacs-${XEMACS_VER} ${PREFIX}/bin/xemacs21
+	${LN} -sf xemacs-${XEMACS_VER} ${PREFIX}/bin/xemacs21${BINNAMEEXT}
 .for file in b2m ctags etags gnuclient xemacs-${XEMACS_VER}
 	strip ${PREFIX}/bin/${file}
 .endfor

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->me 
Responsible-Changed-By: shige 
Responsible-Changed-When: Thu Jan 6 03:18:50 PST 2000 
Responsible-Changed-Why:  
Over to MAINTAINER. 

From: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
To: freebsd-gnats-submit@FreeBSD.org, kiri@pis.toba-cmt.ac.jp
Cc:  
Subject: Re: ports/15934: Update ports: xemacs-21.1(editors/xemacs21)
Date: 06 Jan 2000 22:37:46 +0900

 I'm still mistaken in Makefile:
 
 diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^#.*\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/editors/xemacs21/Makefile ./Makefile
 --- /usr/ports/current/editors/xemacs21/Makefile	Sun Dec 26 04:31:40 1999
 +++ ./Makefile	Thu Jan  6 22:32:12 2000
 @@ -8,7 +8,7 @@
  
  DISTNAME=	xemacs-${XEMACS_VER}
  PKGNAME=	${LANGPREFIX}xemacs${PKGNAMEEXT}-21.1
 -CATEGORIES=	editors
 +CATEGORIES?=	editors
  MASTER_SITES=	\
  		ftp://ftp.xemacs.org/pub/xemacs/xemacs-${XEMACS_REL}/ \
  		ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/xemacs-${XEMACS_REL}/ \
 @@ -16,7 +16,7 @@
  		ftp://ftp.th-darmstadt.de/pub/editors/xemacs/xemacs-${XEMACS_REL}/
  DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME}-info${EXTRACT_SUFX}
  
 -MAINTAINER=	me@FreeBSD.org
 +MAINTAINER?=	me@FreeBSD.org
  
  .if !defined(MULE_COMMON)
  RUN_DEPENDS+=    ${PREFIX}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages
 
State-Changed-From-To: open->closed 
State-Changed-By: gj 
State-Changed-When: Fri Jan 7 13:18:00 PST 2000 
State-Changed-Why:  
I made the change to differentiate between a normal xemacs and xemacs-mule. 
The other changes to CATEGORIES and MAINTAINER cause fatal errors in 
portlint, so I did not make them. Maybe you can come up with some other 
method ? 
>Unformatted:
