tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Additional files for pkgtools/x11-links
I forgot the patch for net/tigervnc, now included below.
I am also not sure if this is the correct fix.
On 2017-01-04, Yorick Hardy wrote:
> A happy new year to everyone,
>
> pkgtools/x11-links seems to be missing some files which causes net/tigervnc
> to fail at the pre-configuration stage. I have attempted a fix below, but it
> is only enough to get net/tigervnc building - and I am not sure that MesaLib
> is handled correctly.
>
> share/aclocal/xtrans.m4 is currently not installed from xsrc,
> see PR xsrc/51770.
>
> --
> Kind regards,
>
> Yorick Hardy
Index: net/tigervnc/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/net/tigervnc/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- net/tigervnc/Makefile 20 Sep 2016 08:12:14 -0000 1.14
+++ net/tigervnc/Makefile 4 Jan 2017 16:16:43 -0000
@@ -58,7 +58,7 @@
XORG_CONFIGURE_ARGS+= --disable-dri --enable-dri2 --disable-dri3 --enable-glx --enable-glx-tls
pre-configure:
- cd ${WRKSRC}/unix/xserver && autoreconf -fvi && \
+ cd ${WRKSRC}/unix/xserver && autoreconf -fvi -I ${BUILDLINK_DIR}/share/aclocal && \
${PKGSRC_SETENV} ${_CONFIGURE_SCRIPT_ENV} CONFIG_SHELL=${BASH} \
${CONFIG_SHELL} ${CONFIG_SHELL_FLAGS} \
./configure ${XORG_CONFIGURE_ARGS}
Home |
Main Index |
Thread Index |
Old Index