Date: Wed, 9 Jun 2004 08:20:14 +0800 From: Dryice Liu <dryice@hotpop.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/67731: [update] devel/semantic: conflict with CEDET and take maintainer Message-ID: <20040608235408.5E7B9F92190@smtp-3.hotpop.com> Resent-Message-ID: <200406090030.i590UUXr000435@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 67731 >Category: ports >Synopsis: [update] devel/semantic: 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:29 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 the new version in devel/cedet - conflict with devel/cedet - take this orphan port >How-To-Repeat: N/A >Fix: --- semantic.diff begins here --- diff -ruN semantic.old/Makefile semantic/Makefile --- semantic.old/Makefile Wed Feb 4 22:38:04 2004 +++ semantic/Makefile Wed Jun 9 06:43:01 2004 @@ -14,7 +14,7 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME} #DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dryice@liu.com.cn COMMENT= A lexer, parser-generator, and parser for Emacs EMACS_PORT_NAME?= emacs21 @@ -29,8 +29,16 @@ USE_GMAKE= yes MAKE_ARGS= LOADPATH= +CONFLICTS= cedet* +INFO= semantic LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/semantic + +pre-everything:: + @${ECHO_MSG} "" + @${ECHO_MSG} "New version of semantic is now in devel/cedet." + @${ECHO_MSG} "Hit C-c now if you want the new version." + @${ECHO_MSG} "" do-install: ${MKDIR} ${LISPDIR} diff -ruN semantic.old/pkg-plist semantic/pkg-plist --- semantic.old/pkg-plist Sun Jul 27 02:42:00 2003 +++ semantic/pkg-plist Wed Jun 9 06:43:03 2004 @@ -1,10 +1,3 @@ -@unexec install-info --delete %D/info/semantic.info %D/info/dir -info/semantic.info -info/semantic.info-1 -info/semantic.info-2 -info/semantic.info-3 -info/semantic.info-4 -@exec install-info %D/info/semantic.info %D/info/dir %%EMACS_VERSION_SITE_LISPDIR%%/semantic/c.bnf %%EMACS_VERSION_SITE_LISPDIR%%/semantic/document-vars.el %%EMACS_VERSION_SITE_LISPDIR%%/semantic/document-vars.elc --- semantic.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?20040608235408.5E7B9F92190>