On 09/01/13 01:34, Jon Trulson wrote:
On Sat, 31 Aug 2013, Pascal Stumpf wrote:
These symlinks got added during the dtinfo work. But OpenBSD does not
use these; it's pretty much a linuxism.
Actually, using /usr/dt/lib as library directory and then doing an
ldconfig dance in post_install is pretty ugly as well, but the whole
install framework should be replaced anyway, and I don't even use much
of it in my port, so ...
Applied.
I'm afraid the patch wasn't applied correctly. At least I cannot see it
with 'git log'. Can you also apply the attached patch? It does the same,
but for the default install.
I still need the default install on OpenBSD for two reasons:
The OpenBSD port uses the tarball, but that's not sufficient for
development.
The other reason is that meanwhile I've 14 VMs for testing. This can
only be handled if the same scripts can be used on all platforms.
--
Ulrich Wilkens
Email: m...@uwilkens.de
>From a3bc86a67ad4f330a441c4d5013b16927d7d4433 Mon Sep 17 00:00:00 2001
From: Ulrich Wilkens <m...@uwilkens.de>
Date: Thu, 5 Sep 2013 00:03:16 +0200
Subject: [PATCH] No symlinks to libraries on OpenBSD (default install)
---
cde/admin/IntegTools/post_install/openbsd/configShlibs.src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cde/admin/IntegTools/post_install/openbsd/configShlibs.src
b/cde/admin/IntegTools/post_install/openbsd/configShlibs.src
index 82446e5..7111433 100755
--- a/cde/admin/IntegTools/post_install/openbsd/configShlibs.src
+++ b/cde/admin/IntegTools/post_install/openbsd/configShlibs.src
@@ -61,7 +61,7 @@ XCOMM
link=`echo $lib | cut -d. -f1,2`
rm -f $link
- ln -s $lib $link
+XCOMM ln -s $lib $link
done
--
1.7.11.5
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel