On Wed, Nov 04, 2015 at 04:20:30AM -0600, Antonio Hernández Blas wrote:
Hi all [1]
The installation of this new rc was without any issue. I used the config/kernel/firmware from Slackware -current [2] [3] so no problem so far.
At this moment I'm noticing that you are using dash for sh instead of bash, so trying to build x11vnc gives me this error:
Thanks for the report. A proper fix would be to remove the bashism from x11vnc, but for now I'd suggest to apply the following patch to the port. Greetings Juergen --- diff --git a/x11vnc/Pkgfile b/x11vnc/Pkgfile index 8b07627..7582a69 100644 --- a/x11vnc/Pkgfile +++ b/x11vnc/Pkgfile @@ -10,6 +10,7 @@ source=(http://prdownloads.sf.net/libvncserver/$name-$version.tar.gz) build() { cd $name-$version + CONFIG_SHELL=/bin/bash \ ./configure --prefix=/usr \ --disable-nls \ --mandir=$PKG/usr/man