From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 21 23:00:14 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08CD21065691 for ; Sat, 21 Jun 2008 23:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E3DFD8FC1C for ; Sat, 21 Jun 2008 23:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5LN0Dl7057449 for ; Sat, 21 Jun 2008 23:00:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5LN0DVj057448; Sat, 21 Jun 2008 23:00:13 GMT (envelope-from gnats) Resent-Date: Sat, 21 Jun 2008 23:00:13 GMT Resent-Message-Id: <200806212300.m5LN0DVj057448@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, Peter Jeremy Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69E4F106566C for ; Sat, 21 Jun 2008 22:57:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 631628FC13 for ; Sat, 21 Jun 2008 22:57:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m5LMvxGT058632 for ; Sat, 21 Jun 2008 22:57:59 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m5LMvxx4058621; Sat, 21 Jun 2008 22:57:59 GMT (envelope-from nobody) Message-Id: <200806212257.m5LMvxx4058621@www.freebsd.org> Date: Sat, 21 Jun 2008 22:57:59 GMT From: Peter Jeremy To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/124859: [patch] Correctly note emacs-calc dependency/compatability info X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2008 23:00:14 -0000 >Number: 124859 >Category: ports >Synopsis: [patch] Correctly note emacs-calc dependency/compatability info >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 21 23:00:13 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Peter Jeremy >Release: 7.0-STABLE >Organization: n/a >Environment: FreeBSD server.vk2pj.dyndns.org 7.0-STABLE FreeBSD 7.0-STABLE #18: Sun May 18 15:02:39 EST 2008 root@server.vk2pj.dyndns.org:/var/obj/k7/usr/src/sys/server i386 >Description: The functionality of emacs-calc has been integrated into emacs-22. The upgrade of editors/emacs from emacs-21 to emacs-22 thereby "broke" emacs-calc because they both install common files. Some investigation shows that it also conflicts with xemacs-packages for the same reason. emacs-calc is still usable with older emacsen. The attached patch changes emacs-calc to depend on emacs21 instead of emacs and adds appropriate conflicts entries. >How-To-Repeat: cd /home/ports/math/emacs-calc && make >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /usr/ncvs/ports/math/emacs-calc/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 19 Jun 2008 02:54:51 -0000 1.7 +++ Makefile 21 Jun 2008 22:48:54 -0000 @@ -16,12 +16,10 @@ MAINTAINER= andrewb@cs.cmu.edu COMMENT= Arbitrary-precision calculator for Emacs -RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs -BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs +RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs21 +BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs21 -BROKEN= Incorrect pkg-plist -DEPRECATED= Has been broken for more than 6 months -EXPIRATION_DATE=2008-09-19 +CONFLICTS= emacs-22.* xemacs-packages-\* INFO= calc >Release-Note: >Audit-Trail: >Unformatted: