Date: Wed, 9 Jun 2004 08:22:35 +0800 From: Dryice Liu <dryice@hotpop.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/67732: [update] editors/speedbar: conflict with CEDET and take maintainer Message-ID: <20040608232452.981641A01A2@smtp-1.hotpop.com> Resent-Message-ID: <200406090030.i590UUwT000476@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040608232452.981641A01A2>