From owner-svn-ports-head@freebsd.org Fri Mar 20 23:52:05 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EB1742768D4; Fri, 20 Mar 2020 23:52:05 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from mail.anongoth.pl (mail.anongoth.pl [46.248.190.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "anongoth.pl", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48kgYJ3YrTz4Y7m; Fri, 20 Mar 2020 23:52:03 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from anongoth.pl (unknown [192.168.1.15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: pkubaj@anongoth.pl) by mail.anongoth.pl (Postfix) with ESMTPSA id 64A96553C9; Sat, 21 Mar 2020 00:51:54 +0100 (CET) Date: Sat, 21 Mar 2020 00:51:53 +0100 From: Piotr Kubaj To: Niclas Zeising Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r528814 - head Message-ID: <20200320235153.GA72111@KGPE-D16> References: <202003202343.02KNhiMe041758@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="n8g4imXOkfNTN/H1" Content-Disposition: inline In-Reply-To: <202003202343.02KNhiMe041758@repo.freebsd.org> X-Rspamd-Queue-Id: 48kgYJ3YrTz4Y7m X-Spamd-Bar: ------- X-Spamd-Result: default: False [-7.23 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+ip4:46.248.190.61]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; IP_SCORE(-2.83)[ip: (-9.91), ipnet: 46.248.160.0/19(-4.69), asn: 47544(0.38), country: PL(0.06)]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_DN_SOME(0.00)[]; DMARC_POLICY_ALLOW(-0.50)[anongoth.pl,reject]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MID_RHS_NOT_FQDN(0.50)[]; ASN(0.00)[asn:47544, ipnet:46.248.160.0/19, country:PL]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 20 Mar 2020 23:52:06 -0000 --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable There's also other typo: "This switch is make to match" On 20-03-20 23:43:44, Niclas Zeising wrote: > Author: zeising > Date: Fri Mar 20 23:43:44 2020 > New Revision: 528814 > URL: https://svnweb.freebsd.org/changeset/ports/528814 >=20 > Log: > UPDATING: wordsmith and fix typos >=20 > Modified: > head/UPDATING >=20 > Modified: head/UPDATING > =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 > --- head/UPDATING Fri Mar 20 23:39:37 2020 (r528813) > +++ head/UPDATING Fri Mar 20 23:43:44 2020 (r528814) > @@ -12,10 +12,10 @@ you update your ports collection, before attempting an > The libxkbcommon library (x11/libxkbcommon), used to handle keyboards > in some applications, most notably kde and wayland, have been switched > to use evdev rules by default. Some keys, most notably arrow keys,=20 > - may not work in applications using libxkbcommon, if you use > + may not work in applications using libxkbcommon if you are using > xf86-input-keyboard rather than xf86-input-libinput. > If you have trouble with the keyboard keys, and if /var/log/Xorg.*.log > - shows that the "kbd" or "keyboard" driver is beind used, you need to > + shows that the "kbd" or "keyboard" driver is being used, you need to > switch to legacy rules by setting the environment variable > XKB_DEFAULT_RULES to xorg. > This switch is make to match the default configuration on FreeBSD 12.1= and --n8g4imXOkfNTN/H1 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAl51VxkACgkQelmbhSCD nJ2IwhAApSUxycHJp5HUi6QcJ8GdXgz936XIE8VN+QNGortdSBLBecYWpd4B79Rs ri7gRNxj1zKERDKwnJGJlceiH2liezO04YoxLJkiRSFf36ApTWC0ubsyKopGxpJg nmPWsQCxpk1hz0A5Vkrhyv+/2LIix4k/rnBY/NvdvRRNU5aTiE4pKCXzn01jmjaw kTJQGpuSoc9MYBeRn11/i5VcLzFFsy56e0IhA/wJAv0zGu+206XGjHrAq7IPHoPU SK2LQCoz5THfzAU0mQipu8/IYeMbWUOi/z/cMDcnwzUJ1ke0biabGxG1vd6J5LuT EdOW5I+2GdSUxObLlBHNJbq0Gap1j6DprHRaN+JAfOVCY+yVI3qYHlY0dtjSTEZ0 +iBbPKiJWb1hqiO7DXS8xUIyjNQ0ae/TL951XPQxFZtLMTIGESxJALeDzWawLz9g iZvmhBcvFfOw7yLW5a2GbZd5orq/1uXtEJliDG0wVYtg4TN7eW1IHK5B2rLUQuMa XJRhKk0L97hh8qdfSbSR2RM5cZ1HxA9sAcYPe6YplB24y9nTzGwsPISugTcntCo7 ETlMjd9fB/56zLvZRuQNiv0TYhF4iwXS78Unv7qW1Ngtp/BroBYSXxOGsYpu7JEy nJDA/a7lsD+A6U64lLHKkMP4qBw1V0Hb54XNQxc78j5yOJNT/BA= =CUNz -----END PGP SIGNATURE----- --n8g4imXOkfNTN/H1--