[cdesktopenv-devel] Pull Requests

2021-02-22 Thread Cy Schubert
? Similar to how one would request a file at an arbitrary GIT hash from github? -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org The need of the many outweighs the greed of the few

Re: [cdesktopenv-devel] Pull Requests

2021-02-23 Thread Cy Schubert
lti-part message in MIME format. > --5AE83A08FE562438F07D9A54 > Content-Type: text/plain; charset=utf-8 > Content-Transfer-Encoding: 7bit > > On 2/22/21 8:56 AM, Cy Schubert wrote: > > Hi, > > > > Recently another FreeBSD developer and I were discussing submittin

Re: [cdesktopenv-devel] Why do we require ksh93 to compile CDE?

2021-04-01 Thread Cy Schubert
eople need to install the shell of their choice. Having said that, in FreeBSD pkg automatically installs prerequisites and the ports system will drag them in for build. In that regard it doesn't matter unless people want to keep their systems as lean as possible. Personally, I don't see k

Re: [cdesktopenv-devel] Why do we require ksh93 to compile CDE?

2021-04-01 Thread Cy Schubert
needs to be rebuild to allow that (if at all >>> possible). >>> 2. operating systems need to start shipping not only ksh binary but also >>> its shared libraries. >>> >>> There was some progress made recently towards (1) - big thanks to Chase >>> f

Re: [cdesktopenv-devel] Is ICCCM and Extended Window Manager Hints compliance going to happen?

2021-04-01 Thread Cy Schubert
patible. I used to have a custom .mwmrc working on mwm and CDE on Tru64 back in the day and continue on FreeBSD today. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org The need of the many outweighs the greed of the few. ___

Re: [cdesktopenv-devel] dtinfo changes pushed to master

2022-02-12 Thread Cy Schubert
ns, like opt.junk:true. I suspect that the OpenBSD bug is probably the same bug. They may initialize newly allocated heap to junk just as FreeBSD -CURRENT does. You can see what I did on FreeBSD here, https://cgit.FreeBSD.org/ports/commit/?id=50324bba317cf1f58e8c434e0e2ed129cd ed3887.

Re: [cdesktopenv-devel] dtinfo changes pushed to master

2022-02-12 Thread Cy Schubert
In message , Jon Trulson writ es: > This is a multi-part message in MIME format. > --EpVlcJBAf2vaQEetU12bQc1D > Content-Type: text/plain; charset=UTF-8; format=flowed > Content-Transfer-Encoding: 8bit > > On 2/12/22 22:13, Cy Schubert wrote: > > In message

Re: [cdesktopenv-devel] dtinfo changes pushed to master

2022-02-12 Thread Cy Schubert
In message <20220213055846.a3cd1...@slippy.cwsent.com>, Cy Schubert writes: > In message , Jon Trulson > writ > es: > > This is a multi-part message in MIME format. > > --EpVlcJBAf2vaQEetU12bQc1D > > Content-Type: text/plain; charset=UTF-8; format=flo

Re: [cdesktopenv-devel] dtinfo changes pushed to master

2022-02-16 Thread Cy Schubert
In message <3dcd754e-a86f-95c2-6ecc-24d02cd24...@radscan.com>, Jon Trulson writ es: > On 2/12/22 22:58, Cy Schubert wrote: > > I don't use OpenBSD so I cannot speak definitively about it but a brief > > look at their src/lib/libc/stdlib suggests they don't

Re: [cdesktopenv-devel] dtinfo changes pushed to master

2022-02-16 Thread Cy Schubert
In message <6o4n25nn-978-835q-7pns-s0op23948...@fncre.vasb>, Marcin Cieslak wri tes: > --2201072851-106424636-1644734280=:909 > Content-Type: text/plain; charset=US-ASCII; format=flowed > > On Sat, 12 Feb 2022, Cy Schubert wrote: > > > To add another thought. I

[cdesktopenv-devel] CDE Ports/Packages in FreeBSD

2022-08-05 Thread Cy Schubert
k. Failing that no longer than a month. All these changes will become FreeBSD binary packages in 2022Q4. Hopefully people will find these additions of some benefit. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org NTP: Web: https://nwtime.org

Re: [cdesktopenv-devel] CDE Ports/Packages in FreeBSD

2022-08-08 Thread Cy Schubert
ontent-Language: en-US > > This is a multi-part message in MIME format. > --DVdK9G0r06kfW69q0DCuW6Tm > Content-Type: text/plain; charset=UTF-8; format=flowed > Content-Transfer-Encoding: 8bit > > On 8/5/22 23:17, Cy Schubert wrote: > > I've updated the CDE

[cdesktopenv-devel] Ping

2022-09-22 Thread Cy Schubert
I'm not sure if I'm living in a vacuum or if the repo and the project has moved. I haven't seen any commits or emails to this list for almost a month. Has the project moved? -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org NTP: Web: htt

Re: [cdesktopenv-devel] Ping

2022-09-23 Thread Cy Schubert
ontent-Language: en-US > > This is a multi-part message in MIME format. > --0XF1yfCae5Gon6ceycqdEP4A > Content-Type: text/plain; charset=UTF-8; format=flowed > Content-Transfer-Encoding: 7bit > > On 9/22/22 22:11, Cy Schubert wrote: > > I'm not sure if I&#x

[cdesktopenv-devel] LLVM15 Compile Errors

2023-02-14 Thread Cy Schubert
Just a heads up. FreeBSD 14-CURRENT recently imported LLVM15. Since then a number of build (-Wint-conversion) errors have been exposed. I'll submit a pull request with fixes this or next week. This affects 2.5.1 and the latest HEAD. -- Cheers, Cy Schubert FreeBSD UNIX: Web:

[cdesktopenv-devel] [PATCH] Fix build under LLVM15

2023-02-15 Thread Cy Schubert
s(+), 181 deletions(-) From e4608ef615a1ec100753765d94907965b98273cc Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Wed, 15 Feb 2023 10:12:21 -0800 Subject: [PATCH] Fix build under LLVM15 Fix many -Wint-conversion errors such as the example below, including an aso atomics error. connect.c:87:12: error: i

Re: [cdesktopenv-devel] [PATCH] Fix build under LLVM15

2023-02-16 Thread Cy Schubert
eBSD ksh ports with the same atomics patch. I plan on upstreaming that too. Just haven't gotten around to it yet. I'll resubmit the patch minus the ksh bit. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org

Re: [cdesktopenv-devel] [PATCH] Fix build under LLVM15

2023-02-18 Thread Cy Schubert
ontent-Language: en-US > > This is a multi-part message in MIME format. > --gk9Qmvy2hZOT1KTlo52R5nsS > Content-Type: text/plain; charset=UTF-8; format=flowed > Content-Transfer-Encoding: 8bit > > On 2/16/23 08:50, Cy Schubert wrote: > > On Thu, 16 Feb 2023 14:30

Re: [cdesktopenv-devel] Formatting paragraphs with dtpad

2024-05-17 Thread Cy Schubert
eyboard. Maybe something related > to locale and/or keyboard settings. I'm running cde-devel (based on the latest CDE git commit on Sourcerforge) on FreeBSD 15-CURRENT. No such problem here either. If people are seeing this on Ubu

Re: [cdesktopenv-devel] Formatting paragraphs with dtpad

2024-05-17 Thread Cy Schubert
e pointer is getting mangled somewhere. Is the machine you're on 64-bit or 32-bit? (I've configured the FreeBSD port/package to only build/run on 64-bit architectures because on i386 it cannot bind to temporary type va_list whereas on amd64 it can.) -- Cheers, Cy Schubert FreeBSD UNIX:

Re: [cdesktopenv-devel] Formatting paragraphs with dtpad

2024-05-20 Thread Cy Schubert
TkBo8n0BtaXGcdz18A9mauM" > > --JTkBo8n0BtaXGcdz18A9mauM > Content-Type: text/plain; charset=UTF-8; format=flowed > Content-Transfer-Encoding: 8bit > > > Le 18/05/2024 à 02:45, Cy Schubert a écrit : > > My guess is some pointer is getting mangled somewhere. > > &g

Re: [cdesktopenv-devel] Formatting paragraphs with dtpad

2024-05-21 Thread Cy Schubert
In message <2780p119-rrr3-o3ro-314r-q888qs7s4...@fncre.vasb>, Marcin Cieslak wr ites: > On Mon, 20 May 2024, Cy Schubert wrote: > > > Hmm. I'm surprised that dtpad is linked with Kerberos with your Linux > > distro. Keyutils (access to kernel keyrings), libresolv (DN

[cdesktopenv-devel] [PATCH] dtcm: Chase FreeBSD src bb421be6c117 which moved ftime(3)

2024-06-02 Thread Cy Schubert
++ b/cde/programs/dtcm/dtcm/Makefile.am @@ -8,7 +8,7 @@ AM_CFLAGS = $(DT_INCDIR) $(CSA_INCDIR) -I../../../lib/csa \ LDADD = ../libDtCmP/libDtCmP.a $(LIBCSA) $(DTCLIENTLIBS) $(XTOOLLIB) if FREEBSD -LDADD += -lcompat +LDADD += -lcompat -lutil endif if NETBSD -- 2.45.1 -- Cheers, Cy Schu

Re: [cdesktopenv-devel] [PATCH] dtcm: Chase FreeBSD src bb421be6c117 which moved ftime(3)

2024-06-02 Thread Cy Schubert
port next time I pull sources for cdedesktopenv-code. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e^(i*pi)+1=0 On Sun, 2 Jun 2024 18:01:14 -0600 Jon Trulson wrote: > On 6/2/24 15:56, Cy Schubert

Re: [cdesktopenv-devel] New package required for building CDE master - lmdb

2024-10-21 Thread Cy Schubert via cdesktopenv-devel
On Sun, 20 Oct 2024 07:08:13 -0700 Cy Schubert via cdesktopenv-devel wrote: > On Sat, 20 Jul 2024 18:18:49 -0600 > Jon Trulson wrote: > > > Hi, > > > > > > Just a heads up, hyousatsu has added a change that replaces berkley DB > > with lmdb.  This requ

Re: [cdesktopenv-devel] New package required for building CDE master - lmdb

2024-10-20 Thread Cy Schubert via cdesktopenv-devel
this they can request it at https://bugs.freebsd.org/ and I'll add the extra plumbing to the port to create a flavor. -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e^(i*pi)+1=0 ___

Re: [cdesktopenv-devel] New package required for building CDE master - lmdb

2024-10-22 Thread Cy Schubert via cdesktopenv-devel
On Tue, 22 Oct 2024 13:33:29 -0600 Jon Trulson wrote: > On 10/21/24 16:48, Cy Schubert wrote: > > Your ./configure automatically chooses lmdb over bdb. Nothing to be > > done here. > > Thanks Cy.  I didn't really understand your first email - or whether you > w