From owner-freebsd-ports@FreeBSD.ORG Mon Apr 5 13:05:23 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50A8316A4CF for ; Mon, 5 Apr 2004 13:05:23 -0700 (PDT) Received: from priv-edtnes12-hme0.telusplanet.net (outbound03.telus.net [199.185.220.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3C4843D45 for ; Mon, 5 Apr 2004 13:05:22 -0700 (PDT) (envelope-from cpressey@catseye.mine.nu) Received: from catseye.biscuit.boo ([154.5.85.228]) by priv-edtnes12-hme0.telusplanet.netSMTP <20040405200455.KJFX27484.priv-edtnes12-hme0.telusplanet.net@catseye.biscuit.boo>; Mon, 5 Apr 2004 14:04:55 -0600 Date: Mon, 5 Apr 2004 13:11:05 -0700 From: Chris Pressey To: frank brierley 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> Organization: Cat's Eye Technologies X-Mailer: Sylpheed version 0.9.10 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: Re: scite-1.58_2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Apr 2004 20:05:23 -0000 On Fri, 02 Apr 2004 18:49:16 +1000 frank brierley 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} ""