From owner-svn-ports-all@FreeBSD.ORG Wed Jul 9 00:46:20 2014 Return-Path: Delivered-To: svn-ports-all@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 EF71836F; Wed, 9 Jul 2014 00:46:19 +0000 (UTC) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8AC5129EC; Wed, 9 Jul 2014 00:46:19 +0000 (UTC) Received: from phonepants (dhcp-108-170-169-12.cable.user.start.ca [108.170.169.12]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by apnoea.adamw.org (Postfix) with ESMTPSA id 96B4712B0D7; Tue, 8 Jul 2014 20:46:17 -0400 (EDT) User-Agent: K-9 Mail for Android In-Reply-To: <53BC78E9.9070505@FreeBSD.org> References: <201407082000.s68K0kWX063845@svn.freebsd.org> <20140708203836.GC33736@mouf.net> <20140708211343.GB35690@mouf.net> <53BC78E9.9070505@FreeBSD.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: Re: svn commit: r361286 - head/devel/boehm-gc From: Adam Weinberger Date: Tue, 08 Jul 2014 20:46:13 -0400 To: Jung-uk Kim ,Steve Wills Message-ID: <6217f89e-2f52-48a0-a3f0-5daf2c4adf07@email.android.com> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Adam Weinberger , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2014 00:46:20 -0000 On July 8, 2014 7:04:09 PM EDT, Jung-uk Kim wrote: >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >On 2014-07-08 17:13:43 -0400, Steve Wills wrote: >> Hi, >> >> That line and relevant ones near it: >> >> 16861 # Check for an external libatomic_ops if the answer was yes >> or check. If not 16862 # found, fail on yes, and convert check to >> no. 16863 # Note: "syntax error near unexpected token ATOMIC_OPS" >> reported by configure 16864 # means Autotools pkg.m4 file was not >> found during aclocal.m4 generation. 16865 >> missing_libatomic_ops=false 16866 if test x"$with_libatomic_ops" != >> xno; then : 16867 PKG_CHECK_MODULES(ATOMIC_OPS, atomic_ops, , >> 16868 missing_libatomic_ops=true ) 16869 fi >> 16870 if test x$missing_libatomic_ops = xtrue ; then : 16871 if >> test x"$with_libatomic_ops" != xcheck; then : 16872 as_fn_error >> $? "An external libatomic_ops was not found" "$LINENO" 5 16873 fi >> 16874 with_libatomic_ops=no 16875 fi >... >It should be fixed now (r361320). > >Jung-uk Kim Ahh good catch! Thank you. # Adam -- Adam Weinberger adamw@adamw.org http://www.adamw.org