From owner-svn-ports-head@FreeBSD.ORG Sun Sep 14 08:20:36 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2CB7590C; Sun, 14 Sep 2014 08:20:36 +0000 (UTC) Received: from mail-vc0-x229.google.com (mail-vc0-x229.google.com [IPv6:2607:f8b0:400c:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A9B25666; Sun, 14 Sep 2014 08:20:35 +0000 (UTC) Received: by mail-vc0-f169.google.com with SMTP id ij19so2366755vcb.0 for ; Sun, 14 Sep 2014 01:20:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=OEoVsedEDZ3Va2D3obLp9Z+kAZHEuHz7NHPEvX/8aFs=; b=sEBrQ2eVYygD8fORQnPa1lPW2E1aiV6qBsTt7yupEsfI1cdQfItO/oYFGNBY09rvML 8WkkHhPaQ8FPUM7dh2aEOZXRnMGR9L4MixEEu+D+TCseFDQa+U3xjHnHMmV/VnnjULDA MNcNOp8R7A3f6DDJQhXiDMaBl0bSavWRES9QWBf4KWl1yAfNpEI3P3J6M9INWXoDwfLP L0po+SXBWmLnBT7W7FkI0/JvUYk9wL4Pk2qMjp5+4Yb+B28nubwfGqWnLuWRoA4m1wQ7 zMVZfeQZlipJo2D+bLvQMvNozIA7l56q5ci6fSMrMHj93yQ8b3bma+2bYEUJMcUBbZ9i CW8g== MIME-Version: 1.0 X-Received: by 10.52.185.168 with SMTP id fd8mr10903074vdc.58.1410682834597; Sun, 14 Sep 2014 01:20:34 -0700 (PDT) Sender: bsdkaffee@gmail.com Received: by 10.220.153.19 with HTTP; Sun, 14 Sep 2014 01:20:34 -0700 (PDT) In-Reply-To: <201409131920.s8DJKNGP095467@svn.freebsd.org> References: <201409131920.s8DJKNGP095467@svn.freebsd.org> Date: Sun, 14 Sep 2014 04:20:34 -0400 X-Google-Sender-Auth: RNlWLRjlemmPJv2SZFPOmEx03bo Message-ID: Subject: Re: svn commit: r368130 - in head/devel/bennugd-core: . files From: "Jason E. Hale" To: Tijl Coosemans Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 14 Sep 2014 08:20:36 -0000 On Sat, Sep 13, 2014 at 3:20 PM, Tijl Coosemans wrote: > Author: tijl > Date: Sat Sep 13 19:20:22 2014 > New Revision: 368130 > URL: http://svnweb.freebsd.org/changeset/ports/368130 > QAT: https://qat.redports.org/buildarchive/r368130/ > > Log: > - Convert to USES=libtool > - Remove -lpthread patching > > Modified: head/devel/bennugd-core/files/patch-configure > ============================================================================== > --- head/devel/bennugd-core/files/patch-configure Sat Sep 13 19:03:41 2014 (r368129) > +++ head/devel/bennugd-core/files/patch-configure Sat Sep 13 19:20:22 2014 (r368130) > @@ -1,6 +1,6 @@ > --- configure.orig 2013-01-06 05:50:56.000000000 +0400 > +++ configure 2013-09-12 05:48:18.186226351 +0400 > -@@ -11277,10 +11277,10 @@ > +@@ -11277,7 +11277,7 @@ > USE_OPENSSL=no > ;; > > @@ -8,8 +8,4 @@ > + dragonfly* | freebsd*) > INCLUDES="-I/usr/local/include" > COMMON_CFLAGS="-Wall -DTARGET_BSD -DUSE_OPENSSL" > -- COMMON_LDFLAGS="-L/usr/local/lib -lpthread" > -+ COMMON_LDFLAGS="-L/usr/local/lib -pthread" > - LIBSSL="crypto" > - USE_OPENSSL=yes > - ;; > + COMMON_LDFLAGS="-L/usr/local/lib -lpthread" > Should we no longer be patching for -lpthread? Does https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/dads-pthread.html no longer apply?