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

2013-09-05 Thread Ulrich Wilkens
On 09/05/13 19:21, Jon Trulson wrote: > On Thu, 5 Sep 2013, Ulrich Wilkens wrote: > >> >> 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 see it as commit 394

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

2013-09-05 Thread Jon Trulson
On Thu, 5 Sep 2013, Ulrich Wilkens wrote: > 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

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

2013-09-04 Thread Ulrich Wilkens
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 pr

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

2013-08-31 Thread Jon Trulson
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