Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  9 Jun 2004 08:18:06 +0800
From:      Dryice Liu <dryice@hotpop.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/67730: [update] devel/eieio: conflict with CEDET and take maintainer
Message-ID:  <20040608234225.1E16557AA68@smtp-2.hotpop.com>
Resent-Message-ID: <200406090020.i590KNEf099979@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         67730
>Category:       ports
>Synopsis:       [update] devel/eieio: 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:20:22 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:


--- eieio.diff begins here ---
diff -ruN eieio.old/Makefile eieio/Makefile
--- eieio.old/Makefile	Wed Feb  4 22:36:57 2004
+++ eieio/Makefile	Wed Jun  9 06:41:25 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=	Enhanced Integration of Emacs Interpreted Objects
 
 EMACS_PORT_NAME?=	emacs21
@@ -26,8 +26,16 @@
 BUILD_DEPENDS=	${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/speedbar/speedbar.el:${PORTSDIR}/editors/speedbar${PORTNAMESUFFIX}
 
 USE_GMAKE=	yes
+CONFLICTS=	cedet*
+INFO=		eieio
 
 LISPDIR=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/eieio
+
+pre-everything::
+	@${ECHO_MSG} ""
+	@${ECHO_MSG} "New version of eieio 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 eieio.old/pkg-plist eieio/pkg-plist
--- eieio.old/pkg-plist	Fri Aug  9 00:12:18 2002
+++ eieio/pkg-plist	Wed Jun  9 06:41:27 2004
@@ -1,6 +1,3 @@
-@unexec install-info --delete %D/info/eieio.info %D/info/dir
-info/eieio.info
-@exec install-info %D/info/eieio.info %D/info/dir
 %%EMACS_VERSION_SITE_LISPDIR%%/eieio/call-tree.el
 %%EMACS_VERSION_SITE_LISPDIR%%/eieio/call-tree.elc
 %%EMACS_VERSION_SITE_LISPDIR%%/eieio/chart.el
--- eieio.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?20040608234225.1E16557AA68>