Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 May 2004 16:30:21 -0700 (PDT)
From:      Dryice Liu <dryice@HotPop.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/65966: [patch] /devel/ecb - update 2.11 -> 2.24
Message-ID:  <200405132330.i4DNULjl006965@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/65966; it has been noted by GNATS.

From: Dryice Liu <dryice@HotPop.com>
To: freebsd-gnats-submit@FreeBSD.org, stoerte@dreamwarrior.net
Cc: Dryice Liu <dryice@liu.com.cn>
Subject: Re: ports/65966: [patch] /devel/ecb - update 2.11 -> 2.24
Date: Fri, 14 May 2004 07:27:02 +0800

 Hi Frank,
 
 Thanks for the patch. 
 
 I found you may missed one file when submitting the PR. It won't build
 without patching ecb/Makefile. I attached a patch below.
 
 Also could you let us know why you choose to not install icons by
 default? I might change this later.
 
 The rest of the patch are OK with me.
 
 Also could any committer take a look at ports/63465 [new port]
 devel/cedet: Collection of Emacs Development Environment Tools? ECB
 will get a lot of enhancements if build with CEDET.
 
 
 new file: files/patch-Makefile
 ======================================================================
 --- 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 -------------------------
  
 ======================================================================
 
 -- 
 Regards,
 Dryice
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405132330.i4DNULjl006965>