Date: Mon, 5 Apr 2004 13:11:05 -0700 From: Chris Pressey <cpressey@catseye.mine.nu> To: frank brierley <frank@brierley.id.au> Cc: ports@FreeBSD.org Subject: Re: scite-1.58_2 Message-ID: <20040405131105.66c652dd.cpressey@catseye.mine.nu> In-Reply-To: <1080895756.4982.9.camel@hamish.brierley.id.au> References: <1080895756.4982.9.camel@hamish.brierley.id.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 02 Apr 2004 18:49:16 +1000 frank brierley <frank@brierley.id.au> wrote: > Hi, > > I understand that you guys are under a tremendous work load so I'm > reluctant to ask this question. > > The port scite-1.58_2 has been marked as broken for a while now, and > version 1.59 appears to have been available for little over a month. > Is there time frame for for rectifying the busted port, or upgrading > to the new version? If the thing is too broken, is the an older > (working) package that I could use? FWIW, I commented out the 'BROKEN=' line and it builds fine if you build it with 'make WITH_GTK2=yes'. Perhaps the 'BROKEN=' line should be conditional on WITH_GTK2. Patch included inline below. -Chris --- Makefile.orig Mon Apr 5 13:09:03 2004 +++ Makefile Mon Apr 5 13:09:19 2004 @@ -31,13 +31,12 @@ USE_GNOME+= gtk20 PKGNAMESUFFIX= -gtk2 .else +BROKEN= "Does not compile" USE_GNOME+= gtk12 MAKE_ARGS= GTK1=yes .endif MAN1= scite.1 - -BROKEN= "Does not compile" pre-everything:: @${ECHO_MSG} ""
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040405131105.66c652dd.cpressey>