Date: Tue, 08 Jul 2014 19:04:09 -0400 From: Jung-uk Kim <jkim@FreeBSD.org> To: Steve Wills <swills@freebsd.org>, Adam Weinberger <adamw@adamw.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Adam Weinberger <adamw@freebsd.org>, ports-committers@freebsd.org Subject: Re: svn commit: r361286 - head/devel/boehm-gc Message-ID: <53BC78E9.9070505@FreeBSD.org> In-Reply-To: <20140708211343.GB35690@mouf.net> References: <201407082000.s68K0kWX063845@svn.freebsd.org> <20140708203836.GC33736@mouf.net> <BF1C88E4-A47B-40BB-86C6-0E160097B560@adamw.org> <20140708211343.GB35690@mouf.net>
next in thread | previous in thread | raw e-mail | index | archive | help
-----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 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJTvHjpAAoJEHyflib82/FGxvEH/AoVnV6BF8j0+5fUAbDj/vEA fDyGtT7V7gLKg4/pewPtPDDcjZkcOlDRP8ULR0lNbRHQgAEHugx4NlD7tlz+ILF3 uRRQLzYjvsEmZ6KNystTi9a1XAolaeAmgdCMqwhL8KtgcF5fG1hZ0tI/SmWjqm5m u+qlPzLU5YtDTbgK8YJe36O8w118DkfFnMakVH6NK8QiSHR6B33I3+yfIP0cgBuL /Gw6RKUcoDaNbuHqu15aFFFruTcoPqd5VaVeOX4kIUzRQSP9r1iksrOXfEQcPCgj 0ZmHbpaplE3rwKuZ4WSMhUfKmKQl78gUP4cMhkxjF9KVaPIn0iGVXhqjWzxgfGI= =VU+e -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53BC78E9.9070505>