pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/tigervnc
Module Name: pkgsrc
Committed By: wiz
Date: Thu May 27 06:59:22 UTC 2021
Modified Files:
pkgsrc/net/tigervnc: Makefile
Log Message:
tigervnc: fix dependency
Use Xfont2 instead of Xfont, reported by Joern Clausen
in PR 56211.
Explicitly set sysconfdir to try fixing the other part
of that PR.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/net/tigervnc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/tigervnc/Makefile
diff -u pkgsrc/net/tigervnc/Makefile:1.39 pkgsrc/net/tigervnc/Makefile:1.40
--- pkgsrc/net/tigervnc/Makefile:1.39 Mon May 24 19:53:37 2021
+++ pkgsrc/net/tigervnc/Makefile Thu May 27 06:59:22 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.39 2021/05/24 19:53:37 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2021/05/27 06:59:22 wiz Exp $
DISTNAME= tigervnc-1.11.0
PKGNAME= ${DISTNAME}.1.20.11
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=TigerVNC/}
GITHUB_TAG= v1.11.0
@@ -33,6 +33,7 @@ USE_TOOLS+= intltool msgfmt msgmerge pat
BUILD_DIRS= . unix/xserver
INSTALL_DIRS= . unix/xserver/hw/vnc
+CMAKE_ARGS+= CMAKE_INSTALL_SYSCONFDIR=${PKG_SYSCONFDIR}
# for reallocarray()
CPPFLAGS.NetBSD+= -D_OPENBSD_SOURCE
@@ -133,7 +134,7 @@ BUILDLINK_API_DEPENDS.fltk+= fltk>=1.3.3
.include "../../x11/pixman/buildlink3.mk"
.include "../../x11/xorgproto/buildlink3.mk"
.include "../../x11/xtrans/buildlink3.mk"
-.include "../../x11/libXfont/buildlink3.mk"
+.include "../../x11/libXfont2/buildlink3.mk"
.include "../../x11/libXrandr/buildlink3.mk"
.include "../../x11/libxkbfile/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index