From owner-svn-ports-all@freebsd.org Tue Feb 16 22:40:20 2021 Return-Path: Delivered-To: svn-ports-all@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 4EF4854D337; Tue, 16 Feb 2021 22:40:20 +0000 (UTC) (envelope-from SRS0=LNYI=HS=FreeBSD.org=otis@ns2.wilbury.net) Received: from ns2.wilbury.net (ns2.wilbury.net [92.60.51.55]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "svc.wilbury.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgGBq3V2gz3rhn; Tue, 16 Feb 2021 22:40:19 +0000 (UTC) (envelope-from SRS0=LNYI=HS=FreeBSD.org=otis@ns2.wilbury.net) Received: from chemex.owhome.lan (gw-upc.owhome.net [188.167.168.254]) (Authenticated sender: juraj@lutter.sk) by svc.wilbury.net (Postfix) with ESMTPSA id 9C8B045D0BD; Tue, 16 Feb 2021 23:40:10 +0100 (CET) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.4\)) Subject: Re: svn commit: r565414 - in head/x11/cde: . files From: Juraj Lutter In-Reply-To: <202102161837.11GIbPcS057112@slippy.cwsent.com> Date: Tue, 16 Feb 2021 23:40:10 +0100 Cc: Chris Rees , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <55DDC8DF-77E8-43A4-8B18-3855D789F86D@FreeBSD.org> References: <202102161642.11GGgAlu055063@repo.freebsd.org> <202102161837.11GIbPcS057112@slippy.cwsent.com> To: Cy Schubert X-Mailer: Apple Mail (2.3608.120.23.2.4) X-Rspamd-Queue-Id: 4DgGBq3V2gz3rhn X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of SRS0=LNYI=HS=FreeBSD.org=otis@ns2.wilbury.net has no SPF policy when checking 92.60.51.55) smtp.mailfrom=SRS0=LNYI=HS=FreeBSD.org=otis@ns2.wilbury.net X-Spamd-Result: default: False [-1.22 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[FreeBSD.org]; ARC_NA(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_FIVE(0.00)[5]; SPAMHAUS_ZRD(0.00)[92.60.51.55:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[92.60.51.55:from]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-0.92)[-0.923]; R_SPF_NA(0.00)[no SPF record]; FORGED_SENDER(0.30)[otis@FreeBSD.org,SRS0=LNYI=HS=FreeBSD.org=otis@ns2.wilbury.net]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:44185, ipnet:92.60.48.0/22, country:SK]; FROM_NEQ_ENVFROM(0.00)[otis@FreeBSD.org,SRS0=LNYI=HS=FreeBSD.org=otis@ns2.wilbury.net]; MAILMAN_DEST(0.00)[svn-ports-all,svn-ports-head]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 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: Tue, 16 Feb 2021 22:40:20 -0000 > On 16 Feb 2021, at 19:37, Cy Schubert = wrote: >=20 > In message <202102161642.11GGgAlu055063@repo.freebsd.org>, Chris Rees=20= > writes: >> Author: crees >> Date: Tue Feb 16 16:42:10 2021 >> New Revision: 565414 >> URL: https://svnweb.freebsd.org/changeset/ports/565414 >>=20 >> Log: >> x11/cde: Update to 2.3.2 >>=20 >> Make a few fixes for head, and add appropriate messages for dtlogin >>=20 >> Added: >> head/x11/cde/files/patch-Makefile (contents, props changed) >> head/x11/cde/files/patch-lib_DtSearch_raima_dbtype.h (contents, = props cha >> nged) >> Deleted: >> head/x11/cde/files/dtspc.in >> Modified: >> head/x11/cde/Makefile >> head/x11/cde/distinfo >> head/x11/cde/files/dtlogin.in >> head/x11/cde/files/pkg-message.in >>=20 >=20 > Thank you. I had a DEC Alpha with CDE on my desk for many years before=20= > switching to FreeBSD on my desk at $JOB-1. CDE was nice at the time. = I'll=20 > need to give it a spin on FreeBSD 14 now. Thanks again. FWIW, I=E2=80=99ve made a good success with properly extern-izing and = defining variables, without the need for -z muldefs. I can share my set of patches (not perfect ones, but working) that I = have in my working directory (along with CDE 2.3.2 update). otis