From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 25 16:00:08 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED7831065673 for ; Thu, 25 Jun 2009 16:00:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C3DC68FC1B for ; Thu, 25 Jun 2009 16:00:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5PG08Bn088918 for ; Thu, 25 Jun 2009 16:00:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5PG08jq088917; Thu, 25 Jun 2009 16:00:08 GMT (envelope-from gnats) Resent-Date: Thu, 25 Jun 2009 16:00:08 GMT Resent-Message-Id: <200906251600.n5PG08jq088917@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sylvio Cesar Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77947106566C for ; Thu, 25 Jun 2009 15:56:45 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from mail-ew0-f213.google.com (mail-ew0-f213.google.com [209.85.219.213]) by mx1.freebsd.org (Postfix) with ESMTP id 0C6748FC13 for ; Thu, 25 Jun 2009 15:56:44 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: by ewy9 with SMTP id 9so1005876ewy.43 for ; Thu, 25 Jun 2009 08:56:44 -0700 (PDT) Received: by 10.210.65.16 with SMTP id n16mr2188859eba.18.1245945404055; Thu, 25 Jun 2009 08:56:44 -0700 (PDT) Received: from freecontrib.vida.br (187-25-146-186.3g.claro.net.br [187.25.146.186]) by mx.google.com with ESMTPS id 24sm1426182eyx.43.2009.06.25.08.56.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 25 Jun 2009 08:56:43 -0700 (PDT) Received: by freecontrib.vida.br (Postfix, from userid 0) id B80F2F8EFB; Thu, 25 Jun 2009 07:47:05 -0300 (BRT) Message-Id: <20090625104705.B80F2F8EFB@freecontrib.vida.br> Date: Thu, 25 Jun 2009 07:47:05 -0300 (BRT) From: Sylvio Cesar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/136037: [PATCH] devel/linuxthreads: Fixed plist. Removed mark BROKEN. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2009 16:00:09 -0000 >Number: 136037 >Category: ports >Synopsis: [PATCH] devel/linuxthreads: Fixed plist. Removed mark BROKEN. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 25 16:00:08 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: System: FreeBSD freecontrib.vida.br 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC >Description: - Fixed plist - Removed mark BROKEN - Take maintainship Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- linuxthreads-2.2.3_23.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/linuxthreads/Makefile,v retrieving revision 1.52 diff -u -u -r1.52 Makefile --- Makefile 7 May 2009 16:01:49 -0000 1.52 +++ Makefile 25 Jun 2009 15:54:54 -0000 @@ -13,10 +13,10 @@ MASTER_SITE_SUBDIR= glibc DISTNAME= glibc-linuxthreads-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= POSIX pthreads implementation using rfork to generate kernel threads -BROKEN= leaves file on deinstall +USE_LDCONFIG= yes .if defined(LINUXTHREADS_WRAP_API) USE_PERL5_BUILD=true Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/devel/linuxthreads/pkg-descr,v retrieving revision 1.5 diff -u -u -r1.5 pkg-descr --- pkg-descr 1 Jun 2008 09:42:25 -0000 1.5 +++ pkg-descr 25 Jun 2009 15:54:54 -0000 @@ -5,7 +5,7 @@ kernel schedulable entities. For more information see about the original LinuxThreads implementation see: - http://pauillac.inria.fr/~xleroy/linuxthreads/ +WWW: http://pauillac.inria.fr/~xleroy/linuxthreads/ Note that LinuxThreads has been integrated with the GNU C library (glibc) since version 2.0, so the above URL points to dated information. Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/linuxthreads/pkg-plist,v retrieving revision 1.13 diff -u -u -r1.13 pkg-plist --- pkg-plist 3 Jul 2007 08:38:00 -0000 1.13 +++ pkg-plist 25 Jun 2009 15:54:54 -0000 @@ -4,6 +4,7 @@ %%PIC:%%lib/liblthread.so %%PIC:%%lib/liblthread.so.%%LTHREADSHMAJOR:%% lib/liblgcc_r.a +lib/liblgcc_r_pic.a %%GCC4ONLY:%%lib/liblgcc_r_eh.a %%GCC4ONLY:%%lib/liblgcc_r_eh_p.a %%PROFILE:%%lib/liblgcc_r_p.a --- linuxthreads-2.2.3_23.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: