Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Oct 2004 07:53:46 +0200 (CEST)
From:      Jean-Yves Lefort <jylefort@brutele.be>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clsung@FreeBSD.org
Subject:   ports/73061: Update port: devel/p5-Glib2 (enable thread safety)
Message-ID:  <20041024055346.E03CE22E09@jsite.lefort.net>
Resent-Message-ID: <200410240600.i9O60iIo039221@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         73061
>Category:       ports
>Synopsis:       Update port: devel/p5-Glib2 (enable thread safety)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 24 06:00:43 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jean-Yves Lefort
>Release:        FreeBSD 5.3-BETA6 i386
>Organization:
>Environment:
System: FreeBSD jsite.lefort.net 5.3-BETA6 FreeBSD 5.3-BETA6 #0: Tue Sep 28 00:10:28 CEST 2004 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386
>Description:
This will make the bindings call g_thread_init() (required for calling
Gtk2::Gdk::Threads->init()).

Note: depends on 73060.
>How-To-Repeat:
>Fix:
diff -ruN /usr/ports/devel/p5-Glib2/Makefile p5-Glib2/Makefile
--- /usr/ports/devel/p5-Glib2/Makefile	Fri Aug 20 12:26:58 2004
+++ p5-Glib2/Makefile	Sun Oct 24 06:58:54 2004
@@ -7,7 +7,7 @@
 
 PORTNAME=	Glib2
 PORTVERSION=	1.043
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \
 		${MASTER_SITE_SOURCEFORGE:S/$/:sf/}
@@ -25,7 +25,6 @@
 
 USE_GNOME=	glib20
 PERL_CONFIGURE=	yes
-CONFIGURE_ARGS+=	disable-threadsafe
 USE_GMAKE=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME:S/2//}-${PORTVERSION}
 
>Release-Note:
>Audit-Trail:
>Unformatted:



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