Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Jan 2003 15:42:14 +0000
From:      Stefan <stefan@turtledesign.com>
To:        sobomax@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: gtkscintilla-0.8.2
Message-ID:  <5.2.0.9.0.20030109145719.02f14858@209.207.142.98>

next in thread | raw e-mail | index | archive | help
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>http://www.turtledesign.com
*********************************************************



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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