Re: [cdesktopenv-devel] fix CDE compilation with __guard_local on OpenBSD

2012-09-25 Thread Pascal Stumpf
On Mon, 24 Sep 2012 18:33:39 -0600 (MDT), Jon Trulson wrote: > On Mon, 24 Sep 2012, Pascal Stumpf wrote: > > This one would not apply (corrupt?) Next try. > > > -- > Jon Trulson > > The Higgs Field is what make atoms matter. > -- Tom L. > > > >From 061fd82a233136724c3c5e5

[cdesktopenv-devel] [PATCH] Corrected font aliases for "-b&h-lucidasans" on FreeBSD.

2012-09-25 Thread Anthony Perkins
The following patch gets the Lucida Sans font working on my FreeBSD system. Before applying this, title bars and menu bars are displayed in the "-misc-fixed" font. This is on FreeBSD 9.0-RELEASE-p3. --- cde/programs/fontaliases/freebsd/C/fonts.alias | 14 +++--- 1 file changed, 7 insert

[cdesktopenv-devel] [PATCH] Corrected font aliases for "-b&h-lucidasans" on FreeBSD.

2012-09-25 Thread Anthony Perkins
The following patch gets the Lucida Sans font working on my FreeBSD system. Before applying this, title bars and menu bars are displayed in the "-misc-fixed" font. This is on FreeBSD 9.0-RELEASE-p3. --- cde/programs/fontaliases/freebsd/C/fonts.alias | 14 +++--- 1 file changed, 7 insertio

[cdesktopenv-devel] [PATCH] Install /usr/local/libdata/ldconfig/cde for FreeBSD

2012-09-25 Thread Marcin Cieslak
I mean really this time. Please. --- cde/admin/IntegTools/post_install/freebsd/configShlibs.src | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cde/admin/IntegTools/post_install/freebsd/configShlibs.src b/cde/admin/IntegTools/post_install/freebsd/configShlibs.src index f50578d..50f0709 100

[cdesktopenv-devel] [PATCH] Don't make /var group writable

2012-09-25 Thread Marcin Cieslak
* Use 0755 permissions for /var (not 0775) - this makes sendmail unhappy * Don't change permissions on /var on dtlogin startup --- cde/programs/dtlogin/dm.c | 16 cde/programs/dtsearchpath/dtappg/dtappgather.C | 4 ++-- 2 files changed, 10 insertions(+), 10

Re: [cdesktopenv-devel] [PATCH] Corrected font aliases for "-b&h-lucidasans" on FreeBSD.

2012-09-25 Thread Marcin Cieslak
On Tue, 25 Sep 2012, Anthony Perkins wrote: > The following patch gets the Lucida Sans font working on my FreeBSD > system. Before applying this, title bars and menu bars are displayed > in the "-misc-fixed" font. This is on FreeBSD 9.0-RELEASE-p3. Thank you for this. Now I realized why I was the

Re: [cdesktopenv-devel] [PATCH] Corrected font aliases for "-b&h-lucidasans" on FreeBSD.

2012-09-25 Thread Jon Trulson
On Tue, 25 Sep 2012, Anthony Perkins wrote: > The following patch gets the Lucida Sans font working on my FreeBSD system. > Before applying this, title bars and menu bars are displayed in the > "-misc-fixed" font. This is on FreeBSD 9.0-RELEASE-p3. > Applied. -- Jon Trulson The Higgs Field is

Re: [cdesktopenv-devel] [PATCH] Install /usr/local/libdata/ldconfig/cde for FreeBSD

2012-09-25 Thread Jon Trulson
On Tue, 25 Sep 2012, Marcin Cieslak wrote: > I mean really this time. Please. Applied. -- Jon Trulson The Higgs Field is what make atoms matter. -- Tom L. -- Live Security Virtual Conference Exclusiv

Re: [cdesktopenv-devel] [PATCH] Don't make /var group writable

2012-09-25 Thread Jon Trulson
On Tue, 25 Sep 2012, Marcin Cieslak wrote: > * Use 0755 permissions for /var (not 0775) > - this makes sendmail unhappy > * Don't change permissions on /var on dtlogin startup Applied. Yes, we should not touch var at all. -- Jon Trulson The Higgs Field is what make atoms matter.

Re: [cdesktopenv-devel] fix CDE compilation with __guard_local on OpenBSD

2012-09-25 Thread Jon Trulson
On Tue, 25 Sep 2012, Pascal Stumpf wrote: > On Mon, 24 Sep 2012 18:33:39 -0600 (MDT), Jon Trulson wrote: >> On Mon, 24 Sep 2012, Pascal Stumpf wrote: >> >> This one would not apply (corrupt?) > > Next try. > Applied. -- Jon Trulson The Higgs Field is what make atoms matter. --

[cdesktopenv-devel] Daily snapshots on source forge?

2012-09-25 Thread Jelle Hermsen
Hiya everybody, I'm currently switching to using the pkgsrc-toolchain directly to build and test. This means that I'm creating a preliminary pkgsrc-package that pulls in the source code from the web when building, applies my patches to it and then walks through the entire pkgsrc-process which (s

Re: [cdesktopenv-devel] NetBSD/DragonFlyBSD progress

2012-09-25 Thread Jelle Hermsen
On Sep 24, 2012, at 11:55 AM, Peter Howkins wrote: > That'd be me. > > Our main site should be the URL http://cdesktopenv.sourceforge.net/ (which > is exactly the same content at the moment). I'll setup some proper > forwarding between the URLs at some point, so only one copy of pages needs >

Re: [cdesktopenv-devel] Daily snapshots on source forge?

2012-09-25 Thread Christopher Turkel
-Original Message- From: Jelle Hermsen To: cdesktopenv-devel Sent: Tue, Sep 25, 2012 3:16 pm Subject: [cdesktopenv-devel] Daily snapshots on source forge? Hiya everybody, I'm currently switching to using the pkgsrc-toolchain directly to build and test. This means that I'm cre

[cdesktopenv-devel] New default font?

2012-09-25 Thread Marcin Cieslak
Hello, I made some experiments about possible replacement for the default user interface font in CDE. I gave Roboto font a try (this is the new font for the Android phones), and it looks acceptable to me even without XFT and antialiasing. Here are the screenshots: http://saper.info/files/cdeskt

Re: [cdesktopenv-devel] Daily snapshots on source forge?

2012-09-25 Thread Jon Trulson
On Tue, 25 Sep 2012, Jelle Hermsen wrote: > Hiya everybody, > I'm currently switching to using the pkgsrc-toolchain directly to build and > test. This means that I'm creating a preliminary pkgsrc-package that pulls in > the source code from the web when building, applies my patches to it and the