From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 19 03:00:47 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7621516A4CE for ; Thu, 19 Aug 2004 03:00:47 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C33043D55 for ; Thu, 19 Aug 2004 03:00:47 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7J30lhp018331 for ; Thu, 19 Aug 2004 03:00:47 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7J30lBv018325; Thu, 19 Aug 2004 03:00:47 GMT (envelope-from gnats) Resent-Date: Thu, 19 Aug 2004 03:00:47 GMT Resent-Message-Id: <200408190300.i7J30lBv018325@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dryice Liu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88BD716A4CE; Thu, 19 Aug 2004 02:54:06 +0000 (GMT) Received: from smtp-out.hotpop.com (smtp-out.hotpop.com [38.113.3.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BC8243D60; Thu, 19 Aug 2004 02:54:06 +0000 (GMT) (envelope-from dryice@hotpop.com) Received: from hotpop.com (kubrick.hotpop.com [38.113.3.103]) by smtp-out.hotpop.com (Postfix) with SMTP id B9D6010852DD; Thu, 19 Aug 2004 02:23:55 +0000 (UTC) Received: from hotpop.com (unknown [219.146.248.218]) by smtp-2.hotpop.com (Postfix) with ESMTP id 70C4F7AAE72; Thu, 19 Aug 2004 01:57:48 +0000 (UTC) Received: by hotpop.com (sSMTP sendmail emulation); Thu, 19 Aug 2004 10:54:25 +0800 Message-Id: <20040819015748.70C4F7AAE72@smtp-2.hotpop.com> Date: Thu, 19 Aug 2004 10:54:25 +0800 From: Dryice Liu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: dryice@liu.com.cn cc: shige@FreeBSD.org cc: vs@FreeBSD.org Subject: ports/70650: [update] Mk/bsd.emacs.mk: change vars for xemacs21 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dryice Liu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Aug 2004 03:00:47 -0000 >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: