From owner-freebsd-ports Fri Nov 15 20:10: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD17337B401 for ; Fri, 15 Nov 2002 20:10:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 071BC43E8A for ; Fri, 15 Nov 2002 20:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG4A1x3078077 for ; Fri, 15 Nov 2002 20:10:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAG4A1oT078076; Fri, 15 Nov 2002 20:10:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB88037B401 for ; Fri, 15 Nov 2002 20:03:12 -0800 (PST) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6638943E42 for ; Fri, 15 Nov 2002 20:03:12 -0800 (PST) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id AC02F2B680 for ; Sat, 16 Nov 2002 05:03:09 +0100 (CET) Received: by k7.mavetju (Postfix, from userid 1001) id 5C0206A712B; Sat, 16 Nov 2002 15:03:06 +1100 (EST) Message-Id: <20021116040306.5C0206A712B@k7.mavetju> Date: Sat, 16 Nov 2002 15:03:06 +1100 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/45326: [patch] Fix bsd.emacs.mk for xemacs-devel-mule Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 45326 >Category: ports >Synopsis: [patch] Fix bsd.emacs.mk for xemacs-devel-mule >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 15 20:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.5-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #4: Sat Sep 14 10:41:50 EST 2002 edwin@k7.mavetju:/usr/src/sys/compile/k7 i386 $FreeBSD: ports/Mk/bsd.emacs.mk,v 1.19 2002/09/18 11:07:50 ijliao Exp $ >Description: xemacs-devel-mule is at 21.4.10, but the bsd.emacs.mk still gives 21.4.9. >How-To-Repeat: cd /usr/ports/editors/xemacs-devel-mule make -V PORTVERSION 21.4.10 Search for xemacs-devel-mule in /usr/ports/Mk/bsd.emacs.mk, see EMACS_VER still at 21.4.10. After that, irc/pure-xemacs-devel-mule will compile again too. >Fix: --- Mk/bsd.emacs.orig Sat Nov 16 14:57:50 2002 +++ Mk/bsd.emacs.mk Sat Nov 16 15:00:58 2002 @@ -183,7 +183,7 @@ # XEmacs-21 development version with Mule .elif (${EMACS_PORT_NAME} == "xemacs-devel-mule") EMACS_NAME= xemacs -EMACS_VER= 21.4.9 +EMACS_VER= 21.4.10 EMACS_MAJOR_VER= 21 EMACS_LIBDIR?= lib/${EMACS_NAME} EMACS_LIBDIR_WITH_VER?= lib/${EMACS_NAME}-${EMACS_VER} >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message