From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 9 00:30:43 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 9936516A51C for ; Wed, 9 Jun 2004 00:30:42 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E2BF43D5F for ; Wed, 9 Jun 2004 00:30:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i590UUbd000478 for ; Wed, 9 Jun 2004 00:30:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i590UUwT000476; Wed, 9 Jun 2004 00:30:30 GMT (envelope-from gnats) Resent-Date: Wed, 9 Jun 2004 00:30:30 GMT Resent-Message-Id: <200406090030.i590UUwT000476@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 5AF6816A4CE for ; Wed, 9 Jun 2004 00:22:44 +0000 (GMT) Received: from babyruth.hotpop.com (babyruth.hotpop.com [38.113.3.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2948C43D31 for ; Wed, 9 Jun 2004 00:22:44 +0000 (GMT) (envelope-from dryice@hotpop.com) Received: from hotpop.com (kubrick.hotpop.com [38.113.3.103]) by babyruth.hotpop.com (Postfix) with SMTP id 1D26E5BE6C4 for ; Tue, 8 Jun 2004 23:47:00 +0000 (UTC) Received: from hotpop.com (unknown [219.146.250.147]) by smtp-1.hotpop.com (Postfix) with ESMTP id 981641A01A2 for ; Tue, 8 Jun 2004 23:24:52 +0000 (UTC) Received: by hotpop.com (sSMTP sendmail emulation); Wed, 9 Jun 2004 08:22:35 +0800 Message-Id: <20040608232452.981641A01A2@smtp-1.hotpop.com> Date: Wed, 9 Jun 2004 08:22:35 +0800 From: Dryice Liu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/67732: [update] editors/speedbar: conflict with CEDET and take maintainer 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: Wed, 09 Jun 2004 00:30:43 -0000 >Number: 67732 >Category: ports >Synopsis: [update] editors/speedbar: conflict with CEDET and take maintainer >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: Wed Jun 09 00:30:30 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 ddliu@dryice.3322.org:/usr/obj/usr/src/sys/SERVER i386 >Description: Changes: - Add a pointer to new version in devel/cedet - Conflict with devel/cedet - Take this orphan port >How-To-Repeat: N/A >Fix: --- speedbar.diff begins here --- diff -ruN speedbar.old/Makefile speedbar/Makefile --- speedbar.old/Makefile Mon May 24 03:20:09 2004 +++ speedbar/Makefile Wed Jun 9 06:43:59 2004 @@ -14,13 +14,15 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dryice@liu.com.cn COMMENT= Quick access to files and tags in an Emacs frame EMACS_PORT_NAME?= emacs21 USE_REINPLACE= yes USE_GMAKE= yes +CONFLICTS= cedet* +INFO= speedbar LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/speedbar @@ -29,6 +31,12 @@ MUST_BE_RECOMPILED= gud.el info.el rmail.el vhdl-mode.el EMACS_ARGS= -batch -l speedbar-compile-script -f batch-byte-compile + +pre-everything:: + @${ECHO_MSG} "" + @${ECHO_MSG} "New version of speedbar is now in devel/cedet." + @${ECHO_MSG} "Hit C-c now if you want the new version." + @${ECHO_MSG} "" pre-build: .for i in ${MUST_BE_RECOMPILED} diff -ruN speedbar.old/pkg-plist speedbar/pkg-plist --- speedbar.old/pkg-plist Sun Jul 27 02:42:41 2003 +++ speedbar/pkg-plist Wed Jun 9 06:44:01 2004 @@ -1,7 +1,3 @@ -@unexec install-info --delete %D/info/speedbar.info %D/info/dir -@unexec [ -f %D/info/speedbar ] && install-info %D/info/speedbar %D/info/dir || true -info/speedbar.info -@exec install-info %D/info/speedbar.info %D/info/dir %%EMACS_VERSION_SITE_LISPDIR%%/speedbar/bigclock.el %%EMACS_VERSION_SITE_LISPDIR%%/speedbar/dframe.el %%EMACS_VERSION_SITE_LISPDIR%%/speedbar/dframe.elc --- speedbar.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: