From owner-svn-src-stable@freebsd.org Sat Dec 3 03:37:46 2016 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA124C60FD5; Sat, 3 Dec 2016 03:37:46 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pf0-x244.google.com (mail-pf0-x244.google.com [IPv6:2607:f8b0:400e:c00::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 80AD11036; Sat, 3 Dec 2016 03:37:46 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pf0-x244.google.com with SMTP id y68so14388309pfb.1; Fri, 02 Dec 2016 19:37:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:from:in-reply-to:date:cc:message-id:references :to; bh=dugknfYbYrrWUhrBKfXCWzaNev17cF3DRGR6yfiXsOU=; b=Ke+c5tc8GG+73FY3U2X9dlpCNHuspPtlXvdZNVO+vBtj718Nfyy34K/gx5RWRLM1h8 feJQ29vqIPNKbQGtRwWVuyEIhipBP7SAnmpVJSmnm7dxYH7qSE8tb814Xd3Jv8M03UkU kz7CM0SoTjyhsSgGDQEPC5Bq0Dsg96Bfm2qPIaQcKBrTC+olcQbjokqQUWbk5mZD7wZ5 i1Q1E5IcEVf7Nt1v03FUt+M6I0OeeBlws31LAw+9/kbUeam1pVC1IcUJYBcQKMFMvWxE gtC085cUnN7fRvy0wfBVeB0vSJRfd//nNnKElUOVOAg1wwWVuR5bImTVYY/mAgI5NZQ6 V1Ng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:mime-version:from:in-reply-to:date:cc :message-id:references:to; bh=dugknfYbYrrWUhrBKfXCWzaNev17cF3DRGR6yfiXsOU=; b=IFE37hvT/F0GLu28QuaUp5dpOT04U+d+B1QKvzhBVRSTNdcd20+OJd08IAFbmHXBMi YB/RaHtLCeyWebfI7mHePwfVID7ESspJuk0r2V9cHXe7Ian2iMRJR9Z8EzMCHSwj4Hkg aPmdrSXytMt7geKCTkJi7FFbIihIk8UEoIi8P53cf13l13nNLOeRRo/phNQd5Gv3nhEe QeXytVW4INQNLQYIP7iNNMrSqlVQ/5S+9UL9i15wf2P19VLfPKamAZ2arec+51Y71ICT kDsa89qp2JW+4uBMnD7kDIxhPsQtdXMWS4//WEtkIfL0WISnb2vo23tb+RZ92BVl0Kqd yxMQ== X-Gm-Message-State: AKaTC02iUJNJSh10NnOEBI2hbBUgkbAyuuOmwT6vRN/sqiCGgQ6h4iOcETpXlp/86V4JDg== X-Received: by 10.99.158.18 with SMTP id s18mr26759502pgd.88.1480736265740; Fri, 02 Dec 2016 19:37:45 -0800 (PST) Received: from [192.168.20.12] (c-73-19-52-228.hsd1.wa.comcast.net. [73.19.52.228]) by smtp.gmail.com with ESMTPSA id v1sm10766685pgv.33.2016.12.02.19.37.44 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 02 Dec 2016 19:37:44 -0800 (PST) Subject: Re: svn commit: r309454 - stable/10/lib/libc/tests Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: multipart/signed; boundary="Apple-Mail=_1477694A-F5A9-4890-9FEB-D7B46C47AC22"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Pgp-Agent: GPGMail From: "Ngie Cooper (yaneurabeya)" In-Reply-To: <201612030040.uB30e8Qc006710@repo.freebsd.org> Date: Fri, 2 Dec 2016 19:37:43 -0800 Cc: src-committers , svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Message-Id: <4CEA04AC-4AB7-4818-AF9C-E646E42A13DD@gmail.com> References: <201612030040.uB30e8Qc006710@repo.freebsd.org> To: Ngie Cooper X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Dec 2016 03:37:46 -0000 --Apple-Mail=_1477694A-F5A9-4890-9FEB-D7B46C47AC22 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On Dec 2, 2016, at 16:40, Ngie Cooper wrote: >=20 > Author: ngie > Date: Sat Dec 3 00:40:08 2016 > New Revision: 309454 > URL: https://svnweb.freebsd.org/changeset/base/309454 >=20 > Log: > MFstable/11 r309453: >=20 > MFC r307700: >=20 > Only build lib/libc/tests/iconv if MK_ICONV !=3D no >=20 > Modified: > stable/10/lib/libc/tests/Makefile > Directory Properties: > stable/10/ (props changed) >=20 > Modified: stable/10/lib/libc/tests/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- stable/10/lib/libc/tests/Makefile Sat Dec 3 00:38:35 2016 = (r309453) > +++ stable/10/lib/libc/tests/Makefile Sat Dec 3 00:40:08 2016 = (r309454) > @@ -24,6 +24,10 @@ TESTS_SUBDIRS+=3D termios > TESTS_SUBDIRS+=3D tls > TESTS_SUBDIRS+=3D ttyio >=20 > +.if ${MK_ICONV} !=3D "no" > +TESTS_SUBDIRS+=3D iconv > +.endif > + > .if ${MK_LOCALES} !=3D "no" > TESTS_SUBDIRS+=3D locale > .endif I=E2=80=99m aware of the fact that this causes a build failure = (I missed the fact that it added the directory instead of shifting it = from the existing TESTS_SUBDIRS definition). I=E2=80=99ll either revert = this commit or bring in the missing MFC (r299704). Thanks, -Ngie --Apple-Mail=_1477694A-F5A9-4890-9FEB-D7B46C47AC22 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJYQj4IAAoJEPWDqSZpMIYV/J0P/33bNgX1fAXONFYjbKy+73CO eiVFJOF5ykZnXOtQdGDLuRZ03gUhUscO1wloJywFpPcqmzfb/E1JDRcnoryy0EBS INz8NQxJzJQ4sOhv/VoYAKn95+R20IyVLY2PRwvLR1Y6MCgWUHeLFg8QnEcvgRk+ q4HA9xDdEl6eXZnyS5Jl8Ndf+F/9nJoId+KJgN7ERZVRAbn5X4BfU3yevD1sX5ob Hc560an6qJRKqq1IrzQDTIVO9s4myBKd1dusm++djUt129zJn2L7ypmOFPBFQDg0 tNI7a4z6WtnszkqnNnJ0MqV/YdA3FRboFRSOJkAavJhN4Kk3YzMp872OW+x/ufUW 6Jgt2qRl3BiOUXGpGPyNK0fPen+PosViIa4koaIOupE1qoEQ0XY9l+UuSI8tHH8z PSdS+iTRKKGYyu5JgpeCHZXzjzJ1P9xEY507BnEtcIpkmHPAXlTMjAnxcg13lVuY wyc/MBKHgyQ6vlCbwbjF/w4dJnsiA3Jix+Sbssi8RBIszr1pBQQ6Ak3SdDEr/ca6 IfBm7CMdogfk41dJHyMIh0padi9U2vSQRL+XVij4pvPYgwmoe7yx/M6S0KPR42/G ntzBf5kH0RSUzdyWi2TD5gDE/6FdNaIhGFWPunMGEoWB8/ratxH/LKyXv+29ucRc N5Uqm4h0r1h+Mhfbv/1C =rJaS -----END PGP SIGNATURE----- --Apple-Mail=_1477694A-F5A9-4890-9FEB-D7B46C47AC22--