Bug 15934 - Update ports: xemacs-21.1(editors/xemacs21)
Summary: Update ports: xemacs-21.1(editors/xemacs21)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: me
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-01-06 10:30 UTC by KIRIYAMA Kazuhiko
Modified: 2000-01-07 21:22 UTC (History)
0 users

See Also:


Attachments
file.diff (533 bytes, patch)
2000-01-06 10:30 UTC, KIRIYAMA Kazuhiko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description KIRIYAMA Kazuhiko 2000-01-06 10:30:01 UTC
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:".
Comment 1 shige freebsd_committer freebsd_triage 2000-01-06 11:18:50 UTC
Responsible Changed
From-To: freebsd-ports->me

Over to MAINTAINER. 

Comment 2 KIRIYAMA Kazuhiko 2000-01-06 13:37:46 UTC
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
Comment 3 Gary Jennejohn freebsd_committer freebsd_triage 2000-01-07 21:18:00 UTC
State Changed
From-To: open->closed

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 ?