From owner-svn-ports-head@FreeBSD.ORG Mon Nov 4 14:21:18 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 178AF360 for ; Mon, 4 Nov 2013 14:21:18 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-qe0-x229.google.com (mail-qe0-x229.google.com [IPv6:2607:f8b0:400d:c02::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C6FB42851 for ; Mon, 4 Nov 2013 14:21:17 +0000 (UTC) Received: by mail-qe0-f41.google.com with SMTP id x7so4145535qeu.14 for ; Mon, 04 Nov 2013 06:21:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=ekqXoWVGJibr0LKTsywgIe1tiij6OdmIGvATE5xBeYQ=; b=aRe3d00MZQOvQIBNvdZT9zdYIiykPCBgtVnNAaykqlHZKvvsiwlIfooPDk11s9vF9S rXL1v5jOgtADWYzKv3QcNBzy4ltQo4IieORDFUTCehbUMsHYtk4moGsvZxVe043ju9v9 veY6uoEQgeclqtMlzdXDfEpjjGsosVs5gjflk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=ekqXoWVGJibr0LKTsywgIe1tiij6OdmIGvATE5xBeYQ=; b=EzM2OeVeTkPgz1VY/LcE0/phLvcRCGB/DmucuFE5xXHufVGd9ORxg3+OZr/D8i2Zct z208JzWOj5mxVizuaKoee1KF0bx4tqHQfa3Ld/rV8+BtiZH1K1nQNJL8HsVEAo5YPp3H L75ABz4ZwB1WtCUS4G1insI0lv9liEPfmc6Q+MKagpHALuJ4Hc+OL69EC97f1gIi8j7Z /0XuQ8s6QhdUaXOdPxqN1URN6b9O4UU2Z5oNXg5wHuyi3aDsnIqFnGwRhmiQPKdzTVcZ SJaZFWtRMR5ldFuYtSfcrUvS4UJd2aRZdtbeQJ/jx+UdcGkXGts6Fm4FFCUonw8cSCr7 sPGg== X-Gm-Message-State: ALoCoQlIenX5KatYa29N8Q7pJQ8cy3yx+oSMb59NrlG7E+2WL7rAxe3FqCc8RJHRHxR35nIr2mUy X-Received: by 10.49.62.3 with SMTP id u3mr22098325qer.6.1383574876906; Mon, 04 Nov 2013 06:21:16 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.96.63.101 with HTTP; Mon, 4 Nov 2013 06:20:46 -0800 (PST) In-Reply-To: <1383574552.17263.42707017.6BE762CA@webmail.messagingengine.com> References: <201311030036.rA30aXLv016213@svn.freebsd.org> <20131103201410.2f95dc09@kalimero.tijl.coosemans.org> <1383574552.17263.42707017.6BE762CA@webmail.messagingengine.com> From: Eitan Adler Date: Mon, 4 Nov 2013 09:20:46 -0500 X-Google-Sender-Auth: wPXTbiwl2nGdDy11C_shKFYgyAc Message-ID: Subject: Re: svn commit: r332567 - head/graphics/apvlv To: Mark Felder Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , Tijl Coosemans , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Nov 2013 14:21:18 -0000 On Mon, Nov 4, 2013 at 9:15 AM, Mark Felder wrote: > > > On Sun, Nov 3, 2013, at 13:38, Eitan Adler wrote: >> On Sun, Nov 3, 2013 at 2:14 PM, Tijl Coosemans wrote: >> >> > but now PTHREAD_CFLAGS is always empty >> >> Which is always a mistake. PTHREAD_CFLAGS should be replaced with >> -pthread >> >> so you can remove that line and PTHREAD_LIBS is always >> > -pthread. >> >> As should this. >> > > Thanks for the feedback guys. Perhaps we should put PTHREAD_CFLAGS and > PTHREAD_LIBS into portlint as well. > > I'm not 100% sure I understand the changes you're proposing -- I'm > getting caught up on the wording. Is this diff what you're suggesting? Yes. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams