Re: [cdesktopenv-devel] OpenBSD-WIP - CDE doesn't download or compiled anything

2013-07-26 Thread Pascal Stumpf
On Fri, 26 Jul 2013 00:51:03 +, bsdg33kc...@gmail.com wrote: > > Hey thanks for the cde port to OpenBSD @ Pascal Stumpf and very nice > work 😊 i’m very excited about this. Ok I install OpenBSD-AMD64 5.3 > in VBox and got openmotif plus the patch and all that nice stuff

Re: [cdesktopenv-devel] -fpermissive in programs/nsgmls

2013-07-26 Thread Pascal Stumpf
On Thu, 25 Jul 2013 18:35:35 -0600 (MDT), Jon Trulson wrote: > On Thu, 25 Jul 2013, Ulrich Wilkens wrote: > > > Hello, > > > > the last patches are very nice, but they have some problems on FreeBSD: > > > > The first one is simple (see attached patch): > >a type definition for time_t was missi

[cdesktopenv-devel] DtFuncs.dtsh

2013-08-06 Thread Pascal Stumpf
See patch. >From 91a38a7469e5fe929aa1ccc7fcd77bcfbd7e61bb Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Tue, 6 Aug 2013 14:21:48 +0200 Subject: [PATCH] dtlp: Fix the path to DtFuncs.dtsh if CDE_INSTALLATION_TOP != /usr/dt. While here, also point the man page to the correct default locat

[cdesktopenv-devel] Do not create symlinks to libraries on OpenBSD

2013-08-31 Thread Pascal Stumpf
and I don't even use much of it in my port, so ... >From 5da9781449aacbe6a286d96fa3f67f8312fa6cdc Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Sat, 31 Aug 2013 19:16:09 +0200 Subject: [PATCH] Do not install symlinks to libraries on OpenBSD. --- cde/databases/CDE-SH

Re: [cdesktopenv-devel] Fix dtcm build on OpenBSD

2014-02-19 Thread Pascal Stumpf
Whoops, that patch was wrong, please disregard. -- Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclic

[cdesktopenv-devel] Fix dtcm build on OpenBSD

2014-02-19 Thread Pascal Stumpf
This fixes the build of dtcm after libcompat was removed in OpenBSD. >From 537db1c7f6463a4a81884971d8387ae71d969416 Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Wed, 19 Feb 2014 22:18:56 +0100 Subject: [PATCH] Fix dtcm build on OpenBSD-current. libcompat and its headers will be gone in

[cdesktopenv-devel] Fix dtcm on OpenBSD-current

2014-02-21 Thread Pascal Stumpf
Correct version of the patch, hopefully. >From b3dcd4230f2ddc5e9dfe83023496224d9c1a063c Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Fri, 21 Feb 2014 18:02:36 +0100 Subject: [PATCH] Fix dtcm build on OpenBSD-current. libcompat and header files will be gone in the upcoming 5.5 release,

Re: [cdesktopenv-devel] dtlogin & sound

2014-02-23 Thread Pascal Stumpf
On Sun, 23 Feb 2014 16:12:04 -0700 (MST), Jon Trulson wrote: > On Sun, 23 Feb 2014, Johannes von Rotz wrote: > > > On 02/23/2014 08:41 PM, Antonis Tsolomitis wrote: > >> You are probably correct. But this means that one would not use pulse at > >> all. (Pulse is already in the audio group > >> so

Re: [cdesktopenv-devel] [PATCH] Resolve many build warnings

2014-09-24 Thread Pascal Stumpf
On Wed, 24 Sep 2014 00:07:16 +0200, Ulrich Wilkens wrote: > Resolve many build warnings > > This patch fixes many warnings from the beginning of the build up to > and including the depend stage. Nearly all warnings should be gone > even with -Wall. > > The main problem was the depend stage for

Re: [cdesktopenv-devel] GDE, the GNU Desktop Environment (Was: Re: OS X and Autotools)

2014-11-24 Thread Pascal Stumpf
On Mon, 24 Nov 2014 02:14:01 -0200, Bruno =?UTF-8?B?RsOpbGl4?= Rezende Ribeiro wrote: > > Another strange thing is that your only technical proposition was to > > replace the imake build systems with GNU Autotools, a proposition that > > was already made 1 year ago, but not accepted. > > That isn

Re: [cdesktopenv-devel] Some plans and some questions

2016-05-02 Thread Pascal Stumpf
On Sun, 1 May 2016 13:15:33 +0200, Martin Etteldorf wrote: > Hi, > > On Thu, Apr 28, 2016 at 8:09 PM, Danilo Schöneberg > wrote: > Moin, > > There is one > system left I'm checking out the build for - Linux From > Scratch. I'm > building it right now (the system. Not CDE yet). > > I have ten days

Re: [cdesktopenv-devel] Some plans and some questions

2016-05-02 Thread Pascal Stumpf
On Tue, 3 May 2016 06:08:43 +0200, Martin Etteldorf wrote: > On Mon, May 2, 2016 at 7:10 PM, Pascal Stumpf wrote: > > > Objection. That would kill OpenBSD support. > > I don't see a problem there, unless you are trying to tell me that > xterm doesn't work proper

[cdesktopenv-devel] s/prefix/CDE_INSTALLATION_TOP/

2022-12-09 Thread Pascal Stumpf
Several instances where ${prefix} should probably be ${CDE_INSTALLATION_TOP}. Index: programs/dtappbuilder/src/ab/Makefile.am --- programs/dtappbuilder/src/ab/Makefile.am.orig +++ programs/dtappbuilder/src/ab/Makefile.am @@ -2,7 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in .NOTPARALLEL: -appd

[cdesktopenv-devel] Do not install ksh.1 man page

2022-12-09 Thread Pascal Stumpf
CDE doesn't install a ksh binary, so do not install the man page. It will only cause confusion and conflict with other ksh packages. Index: doc/en_US.UTF-8/man/Makefile.am --- doc/en_US.UTF-8/man/Makefile.am.orig +++ doc/en_US.UTF-8/man/Makefile.am @@ -8,7 +8,7 @@ DBTOMAN = $(top_srcdir)/program

[cdesktopenv-devel] dtlogin: start X as root on OpenBSD

2022-12-09 Thread Pascal Stumpf
X needs to be started as root (it drops privileges, of course). Index: programs/dtlogin/config/Xservers.src --- programs/dtlogin/config/Xservers.src.orig +++ programs/dtlogin/config/Xservers.src @@ -102,7 +102,7 @@ XCOMM * Local local@console /usr/bin/X :0 #elif defined (__linux__) :0 L

<    1   2