scite-1.58_2

Chris Pressey cpressey at catseye.mine.nu
Mon Apr 5 13:05:23 PDT 2004


On Fri, 02 Apr 2004 18:49:16 +1000
frank brierley <frank at 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} ""





More information about the freebsd-ports mailing list