FreeBSD Bugzilla – Attachment 43649 Details for
Bug 67729
[maintainer update] devel/ecb: default build with cedet
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ecb.diff
ecb.diff (text/plain), 2.88 KB, created by
Dryice Liu
on 2004-06-09 01:20:22 UTC
(
hide
)
Description:
ecb.diff
Filename:
MIME Type:
Creator:
Dryice Liu
Created:
2004-06-09 01:20:22 UTC
Size:
2.88 KB
patch
obsolete
>diff -ruN ecb.old/Makefile ecb/Makefile >--- ecb.old/Makefile Wed May 19 20:20:53 2004 >+++ ecb/Makefile Wed Jun 9 08:07:12 2004 >@@ -1,4 +1,3 @@ >- > # New ports collection makefile for: ecb > # Date created: 25 January 2002 > # Whom: Kimura Fuyuki <fuyuki@mj.0038.net> >@@ -8,6 +7,7 @@ > > PORTNAME= ecb > PORTVERSION= 2.24 >+PORTREVISION= 1 > CATEGORIES= devel elisp > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ecb >@@ -22,9 +22,6 @@ > PORTNAMESUFFIX= ${PKGNAMESUFFIX} > .endif > >-BUILD_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/semantic/semantic.el:${PORTSDIR}/devel/semantic${PORTNAMESUFFIX} >-RUN_DEPENDS= ${BUILD_DEPENDS} >- > LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} > ICONSRC= ${WRKSRC}/ecb-images > ICONDIR= ${LISPDIR}/ecb-images >@@ -33,23 +30,36 @@ > > USE_REINPLACE= yes > USE_GMAKE= yes >-MAKE_ARGS= CEDET="" > ALL_TARGET= ecb > >-.if defined(WITH_ICONS) >-PLIST_SUB+= ICONS="" >+.if defined(WITHOUT_CEDET) >+BUILD_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/semantic/semantic.el:${PORTSDIR}/devel/semantic${PORTNAMESUFFIX} >+MAKE_ARGS= CEDET="" > .else >+BUILD_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/cedet/common/cedet.el:${PORTSDIR}/devel/cedet >+MAKE_ARGS= CEDET=${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/cedet >+.endif >+ >+RUN_DEPENDS= ${BUILD_DEPENDS} >+ >+.if defined(WITHOUT_ICONS) > PLIST_SUB+= ICONS="@comment " >+.else >+PLIST_SUB+= ICONS="" > .endif > > INFO= ecb > > pre-everything:: >-.if !defined(WITH_ICONS) >+.if !defined(WITHOUT_ICONS) > @${ECHO_MSG} "" > @${ECHO_MSG} "You may use the following build options:" > @${ECHO_MSG} "" >- @${ECHO_MSG} " WITH_ICONS=yes Install also ecb's icons" >+ @${ECHO_MSG} " WITHOUT_ICONS=yes Don't install ecb's icons" >+ @${ECHO_MSG} "" >+ @${ECHO_MSG} " WITHOUT_CEDET=yes Don't use theCEDET library," >+ @${ECHO_MSG} " use the old version of " >+ @${ECHO_MSG} " eieio/semantic/speedbar instead." > @${ECHO_MSG} "" > .endif > >@@ -66,7 +76,7 @@ > .endfor > ${INSTALL_DATA} ${WRKSRC}/ecb.info ${PREFIX}/info > >-.if defined(WITH_ICONS) >+.if !defined(WITHOUT_ICONS) > .for i in ${ICONSUBDIRS} > ${MKDIR} ${ICONDIR}/default/${i} > ${INSTALL_DATA} ${ICONSRC}/default/${i}/*.xpm ${ICONDIR}/default/${i} >diff -ruN ecb.old/files/patch-Makefile ecb/files/patch-Makefile >--- ecb.old/files/patch-Makefile Sat May 8 16:02:19 2004 >+++ ecb/files/patch-Makefile Thu Jan 1 08:00:00 1970 >@@ -1,13 +0,0 @@ >---- Makefile.orig Sat May 8 15:22:25 2004 >-+++ Makefile Sat May 8 15:23:57 2004 >-@@ -46,8 +46,8 @@ >- # you want compile ECB with the cedet library then set here the full path >- # to the cedet-installation directory. >- >--#CEDET= >--CEDET=C:/Programme/emacs-21/site-lisp/multi-file-packages/cedet-1.0beta2b >-+CEDET= >-+# CEDET=C:/Programme/emacs-21/site-lisp/multi-file-packages/cedet-1.0beta2b >- >- # -------- Compiling ECB with the semantic < 2.0 ------------------------- >-
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 67729
: 43649