Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Aug 2004 10:54:25 +0800
From:      Dryice Liu <dryice@hotpop.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        vs@FreeBSD.org
Subject:   ports/70650: [update] Mk/bsd.emacs.mk: change vars for xemacs21
Message-ID:  <20040819015748.70C4F7AAE72@smtp-2.hotpop.com>
Resent-Message-ID: <200408190300.i7J30lBv018325@freefall.freebsd.org>

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

>Number:         70650
>Category:       ports
>Synopsis:       [update] Mk/bsd.emacs.mk: change vars for xemacs21
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 19 03:00:46 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Dryice Liu
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD dryice.3322.org 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #1: Mon Mar 1 16:17:42 CST 2004 


>Description:
	Changes:
		- change EMACS_VER to 21.4.15 to line up with the
		  ports tree.
		- change EMACS_PORTSDIR to line up with ports tree
	
	I've reported this before:
	http://lists.freebsd.org/mailman/htdig/freebsd-ports/2004-June/013464.html
	http://lists.freebsd.org/mailman/htdig/freebsd-ports/2004-August/015324.html

>How-To-Repeat:
	cd /usr/ports/www/emacs-w3m
	make EMACS_PORT_NAME=xemacs21
	and get error message like:
,----
| ===>    Verifying install for /usr/local/bin/xemacs-21.1.14 in
| /usr/ports/editors/xemacs21
| make: don't know how to make install. Stop
| *** Error code 2
| 
| Stop in /usr/ports/www/emacs-w3m.
`----

>Fix:



--- bsd.emacs.mk.diff begins here ---
--- bsd.emacs.mk.old	Thu Aug 19 10:15:58 2004
+++ bsd.emacs.mk	Thu Aug 19 10:36:08 2004
@@ -132,11 +132,11 @@
 # XEmacs-21.x
 .elif (${EMACS_PORT_NAME} == "xemacs21")
 EMACS_NAME=		xemacs
-EMACS_VER=		21.1.14
+EMACS_VER=		21.4.15
 EMACS_MAJOR_VER=	21
 EMACS_LIBDIR?=		lib/${EMACS_NAME}
 EMACS_LIBDIR_WITH_VER?=	lib/${EMACS_NAME}-${EMACS_VER}
-EMACS_PORTSDIR=		${PORTSDIR}/editors/xemacs21
+EMACS_PORTSDIR=		${PORTSDIR}/editors/xemacs
 EMACS_COMMON_PORT=	NO
 EMACS_HAS_MULE=		NO
 EMACS_NO_SUBDIRSEL=	NO
--- bsd.emacs.mk.diff ends here ---



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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040819015748.70C4F7AAE72>