From timur@timur.home.bat.ru  Sat Nov  9 03:55:00 2002
Return-Path: <timur@timur.home.bat.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E09B037B401; Sat,  9 Nov 2002 03:55:00 -0800 (PST)
Received: from timur.home.bat.ru (world.xs4all.nl [213.84.54.241])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 9FAF643E8A; Sat,  9 Nov 2002 03:54:59 -0800 (PST)
	(envelope-from timur@timur.home.bat.ru)
Received: from timur.home.bat.ru (localhost [127.0.0.1])
	by timur.home.bat.ru (8.12.6/8.12.6) with ESMTP id gA9BsvLa006727;
	Sat, 9 Nov 2002 12:54:57 +0100 (CET)
	(envelope-from timur@timur.home.bat.ru)
Received: (from timur@localhost)
	by timur.home.bat.ru (8.12.6/8.12.6/Submit) id gA9Bsvbf006726;
	Sat, 9 Nov 2002 12:54:57 +0100 (CET)
Message-Id: <200211091154.gA9Bsvbf006726@timur.home.bat.ru>
Date: Sat, 9 Nov 2002 12:54:57 +0100 (CET)
From: "Timur I. Bakeyev" <timur@timur.home.bat.ru>
Reply-To: "Timur I. Bakeyev" <timur@timur.home.bat.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: tobez@freebsd.org
Subject: perl5.8 port should have an option to compile it with (i)threads support
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         45158
>Category:       ports
>Synopsis:       perl5.8 port should have an option to compile it with (i)threads support
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    tobez
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 09 04:00:09 PST 2002
>Closed-Date:    Tue Apr 22 16:38:39 CEST 2003
>Last-Modified:  Tue Apr 22 16:38:39 CEST 2003
>Originator:     Timur I. Bakeyev
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD timur.home.bat.ru 4.7-STABLE FreeBSD 4.7-STABLE #1: Sun Oct 20 16:19:31 CEST 2002 root@timur.home.bat.ru:/usr/src/sys/compile/TIMUR i386


	
>Description:
	Now, since perl5.8 has usable threads support, it's reasonable to have
	at least optional ability to compile it with threads. I do run such a
	version for a while now, and, seems there are no (big) problems with it.

>How-To-Repeat:
	Add to Configure flags -Dusethreads

>Fix:

	


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->tobez 
Responsible-Changed-By: arved 
Responsible-Changed-When: Sun Nov 10 11:41:16 PST 2002 
Responsible-Changed-Why:  
Over to Maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=45158 

From: Peter Pentchev <roam@ringlet.net>
To: "Timur I. Bakeyev" <timur@timur.home.bat.ru>
Cc: bug-followup@FreeBSD.org, tobez@FreeBSD.org
Subject: Re: ports/45158: perl5.8 port should have an option to compile it with (i)threads support
Date: Mon, 17 Feb 2003 14:35:56 +0200

 On Sat, Nov 09, 2002 at 12:54:57PM +0100, Timur I. Bakeyev wrote:
 > 
 > >Number:         45158
 > >Category:       ports
 > >Synopsis:       perl5.8 port should have an option to compile it with (i)threads support
 > >Originator:     Timur I. Bakeyev
 > >Release:        FreeBSD 4.7-STABLE i386
 > >Description:
 > 	Now, since perl5.8 has usable threads support, it's reasonable to have
 > 	at least optional ability to compile it with threads. I do run such a
 > 	version for a while now, and, seems there are no (big) problems with it.
 > 
 > >How-To-Repeat:
 > 	Add to Configure flags -Dusethreads
 
 The attached patch works for me.
 
 G'luck,
 Peter
 
 -- 
 Peter Pentchev	roam@ringlet.net    roam@sbnd.net    roam@FreeBSD.org
 PGP key:	http://people.FreeBSD.org/~roam/roam.key.asc
 Key fingerprint	FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
 If this sentence were in Chinese, it would say something else.
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/lang/perl5.8/Makefile,v
 retrieving revision 1.52
 diff -u -r1.52 Makefile
 --- Makefile	3 Jan 2003 08:26:32 -0000	1.52
 +++ Makefile	12 Feb 2003 12:04:49 -0000
 @@ -50,6 +50,10 @@
  CONFIGURE_ARGS+=	-Dusemymalloc=n
  .endif
  
 +.if defined(WITH_PERL_THREADS)
 +CONFIGURE_ARGS+=	-Dusethreads=y
 +.endif
 +
  INCLUDEDIR=	/usr/include
  
  .include <bsd.port.pre.mk>
State-Changed-From-To: open->closed 
State-Changed-By: tobez 
State-Changed-When: Tue Apr 22 16:37:44 CEST 2003 
State-Changed-Why:  
sobomax has committed a different patch providing the same 
functionality.  Thanks for your submission! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=45158 
>Unformatted:
