From owner-svn-doc-head@FreeBSD.ORG Thu Feb 14 15:19:53 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 96822F2A for ; Thu, 14 Feb 2013 15:19:53 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pb0-f52.google.com (mail-pb0-f52.google.com [209.85.160.52]) by mx1.freebsd.org (Postfix) with ESMTP id 70D70A81 for ; Thu, 14 Feb 2013 15:19:53 +0000 (UTC) Received: by mail-pb0-f52.google.com with SMTP id ma3so196561pbc.25 for ; Thu, 14 Feb 2013 07:19:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=PuqwmGW509l1FwgrpxBOwoSb2oknuseBQBUWuyiQUhM=; b=fisnXXuY9/68mn2U5L1hNin163njL5FeJrcNjUrvZiumIKtOFUDGiL3V9w6fnQSWZJ lfBQ/DtmXgIIEajm7qwc3t0oR95LrF1uu4WP8FMtrysietAwAnvkZPF+D9TLKqTAdslB bIn8GEktg1y7l3pUT0fp0keofJS0O4LvFvzlg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=PuqwmGW509l1FwgrpxBOwoSb2oknuseBQBUWuyiQUhM=; b=hXiCErw1CO9ZDtxT73drMWp2G09C0bPC2f6WeOfnxNJ6tkDojo81oRdaBoha9lnBRf 8iOdRXkjdfiDz7GNXFrPxE9nUGtWO+Dvn3PLQK2ZZAQXPP6lqwudoowg0gjaaCZlfbAu VEnlPT7BTEvSMhTKtxu4aSH+/rw6K8lY61h3jEYsIuzuVdyQkJeyYBNEow+D2BZrkPKB z5YozPXMdQPOZt0y3zJ6S/1et42j79WUukHgDl0c1GRJlZ3kIVuRawasMSvlwnM4spuo Jb7wi4n5QlPGCwsg9r/pov13EZkGt4kNXrnNxk36orlm/6JFSg5o/mxynnC4kZ2vkJc2 YPfw== X-Received: by 10.68.255.161 with SMTP id ar1mr4936744pbd.17.1360855192728; Thu, 14 Feb 2013 07:19:52 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.66.148.10 with HTTP; Thu, 14 Feb 2013 07:19:22 -0800 (PST) In-Reply-To: <511CF790.7040804@FreeBSD.org> References: <201302141435.r1EEZsXu042558@svn.freebsd.org> <511CF790.7040804@FreeBSD.org> From: Eitan Adler Date: Thu, 14 Feb 2013 10:19:22 -0500 X-Google-Sender-Auth: FTZvwZO2MgxIIRGCwQokOhOsWB4 Message-ID: Subject: Re: svn commit: r40970 - head/en_US.ISO8859-1/books/porters-handbook To: Alex Dupre Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQlccHEDZYl+SblChlpZSE8+dC0abLjlk1kayTBrjyY9yoen0/sg/Zo/VR/WWKe0FbM7T8Fj Cc: svn-doc-head@freebsd.org, svn-doc-all@freebsd.org, doc-committers@freebsd.org, Pietro Cerutti X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Feb 2013 15:19:53 -0000 On 14 February 2013 09:41, Alex Dupre wrote: > Pietro Cerutti ha scritto: >> If a port insists on linking -lpthread >> + directly, patch it to use -pthread. > > Why bother? Because a program that uses pthreads *must* use -pthread to both compile and link and not use -lpthread. That it happens to work is an implementation detail not be relied upon. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams