From owner-cvs-ports@FreeBSD.ORG Wed Sep 29 23:55:54 2010 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 529F6106564A; Wed, 29 Sep 2010 23:55:54 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4E3718FC19; Wed, 29 Sep 2010 23:55:53 +0000 (UTC) Received: by yxn35 with SMTP id 35so544407yxn.13 for ; Wed, 29 Sep 2010 16:55:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=lxSAD5wyPQch6WIjUXqH8z11gsYgRxOgpEJFn+YXAHc=; b=kgWn2nkSefagzlbqZuYVVuCL7rBzfyN8PX/yQAQibhz8Dwg7oF5aNjati7tEhLtwiV cLqsH+9/Bg6l66DNccSUKCyu3b8R7ZtcWMlO0SXMDPNR7tyGr1pVNDBb46s08PgOyHZt CoHs9rA8WWkbvN4n0IlNZzTIf3FJreqX0CbdE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=Yt3U5uEtDSbyJIADuXGrJCtwPSslLqxM3aau9tCcjJwgj0PmD7PpL97rIjeyYFuti3 6dkWUrhNAcZcERpqFaGCDdkjoVbMRb4VxTm8hvb+9t6dSz8GxSSB49jzP+HRlrNurBEQ TekYqg8JZVJnRdZkoiuz2ZY7Tl9fju6yeeCuI= Received: by 10.220.63.138 with SMTP id b10mr622249vci.116.1285804552685; Wed, 29 Sep 2010 16:55:52 -0700 (PDT) Received: from localhost (tor-exit-proxy2-readme.formlessnetworking.net [208.53.142.38]) by mx.google.com with ESMTPS id v13sm2843908vcr.22.2010.09.29.16.55.51 (version=SSLv3 cipher=RC4-MD5); Wed, 29 Sep 2010 16:55:51 -0700 (PDT) From: Anonymous To: Stanislav Sedov References: <201009270114.o8R1Eqwh022991@repoman.freebsd.org> <20100929164735.d6b4548d.stas__25396.6254917488$1285804089$gmane$org@FreeBSD.org> Date: Thu, 30 Sep 2010 03:49:05 +0400 In-Reply-To: <20100929164735.d6b4548d.stas__25396.6254917488$1285804089$gmane$org@FreeBSD.org> (Stanislav Sedov's message of "Wed, 29 Sep 2010 16:47:35 -0700") Message-ID: <86ocbg2jri.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: cvs-ports@FreeBSD.org, Ashish SHUKLA , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/editors/emacs Makefile distinfo pkg-descr pkg-plist ports/editors/emacs/files patch-configure X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2010 23:55:54 -0000 Stanislav Sedov writes: > On Mon, 27 Sep 2010 01:14:52 +0000 (UTC) > Ashish SHUKLA mentioned: > >> | >> | .include >> | >> | +DBUS_PTHREAD_LIBS= ${CC} -dumpspecs | ${GREP} -m 1 pthread: | ${SED} -e 's|^.*%{\!pg: %{pthread:||' -e 's|}.*$$||' || ${TRUE} >> | + >> | .if defined(WITHOUT_X11) > > Isn't it the same the ${PTHREADS_LIB} variable contains? No, because emacs uses -nostdlib we need to specify -lpthread explicitly.