From owner-freebsd-ports Thu Jan 9 7:42:31 2003 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 1757B37B506; Thu, 9 Jan 2003 07:42:30 -0800 (PST) Received: from turtledesign.com (venus.webvis.net [128.242.238.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id B87CF43F6B; Thu, 9 Jan 2003 07:42:28 -0800 (PST) (envelope-from stefan@turtledesign.com) Received: from wintermute.turtledesign.com ([213.104.120.196]) by turtledesign.com ; Thu, 09 Jan 2003 23:49:54 +0800 SGT Message-Id: <5.2.0.9.0.20030109145719.02f14858@209.207.142.98> X-Sender: stefan@209.207.142.98 X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Thu, 09 Jan 2003 15:42:14 +0000 To: sobomax@FreeBSD.org From: Stefan Subject: FreeBSD Port: gtkscintilla-0.8.2 Cc: ports@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, This port seems to have problems with g_thread_init when built on FreeBSD-5.0 CURRENT (updated a couple of days ago), the following seems to fix it up ok, although don't know what effect it would have on STABLE versions as I don't have any running XFree86 to test. patch-aa : ------------------------------------ 27,28c27,28 < +CFLAGS += $(shell $(GTK_CONFIG) --cflags) -Wall -DGTK -DSCI_LEXER < +LDFLAGS_PRE = $(shell $(GTK_CONFIG) --libs) -DGTK --- > +CFLAGS += $(shell $(GTK_CONFIG) --cflags gthread) -Wall -DGTK -DSCI_LEXER > +LDFLAGS_PRE = $(shell $(GTK_CONFIG) --libs gthread) -DGTK ------------------------------------------------ Also newer version of Moleskine available on http://sourceforge.net/projects/moleskine/ than in ports, doesn't seem to be any changes that would affect the port Makefile (just bugfixes in .py files I think) & it installs and runs ok after just changing the version number and md5 in Makefile & distinfo Cheers Stefan t u r t l e d e s i g n ********************************************************** Powis House Lodge, Powis, Stirling, FK9 5PS, UK. Phone/Fax (01786) 469 852 FAX (0870) 161 4736 Email: webmaster@turtledesign.com pgp key: pgp@turtledesign.com http://www.turtledesign.com ********************************************************* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message