View | Details | Raw Unified | Return to bug 210909 | Differences between
and this patch

Collapse All | Expand All

(-)net/tigervnc-devel/Makefile (-8 / +9 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	tigervnc
4
PORTNAME=	tigervnc
5
PORTVERSION=	1.6.90
5
PORTVERSION=	1.6.90
6
PORTREVISION=	1
6
DISTVERSIONPREFIX=	v
7
DISTVERSIONPREFIX=	v
7
CATEGORIES=	net x11-servers
8
CATEGORIES=	net x11-servers
8
PKGNAMESUFFIX=	-devel
9
PKGNAMESUFFIX=	-devel
Lines 21-43 Link Here
21
RUN_DEPENDS=	${LOCALBASE}/share/X11/xkb/rules/base:x11/xkeyboard-config \
22
RUN_DEPENDS=	${LOCALBASE}/share/X11/xkb/rules/base:x11/xkeyboard-config \
22
		xkbcomp:x11/xkbcomp
23
		xkbcomp:x11/xkbcomp
23
24
24
CONFLICTS=	tridiavnc-[0-9]* \
25
CONFLICTS=	tigervnc-[0-9]* \
25
		tightvnc-[0-9]* \
26
		tightvnc-[0-9]* \
26
 		tigervnc-devel-[0-9]* \
27
		tridiavnc-[0-9]* \
27
		vnc-[0-9]*
28
		vnc-[0-9]*
28
29
29
USES=		autoreconf:build cmake cpe gmake jpeg libtool pkgconfig \
30
USES=		autoreconf:build cmake cpe gmake iconv jpeg libtool pkgconfig \
30
		python ssl iconv
31
		python ssl
31
USE_GL=		gl
32
USE_GL=		gl
32
USE_LDCONFIG=	yes
33
USE_LDCONFIG=	yes
33
USE_GITHUB=	yes
34
USE_GITHUB=	yes
34
GH_ACCOUNT=	TigerVNC
35
GH_ACCOUNT=	TigerVNC
35
36
36
USE_XORG+=	bigreqsproto compositeproto damageproto fixesproto fontsproto glproto \
37
USE_XORG+=	bigreqsproto compositeproto damageproto fixesproto fontsproto glproto \
37
		inputproto kbproto pixman randrproto renderproto resourceproto \
38
		ice inputproto kbproto pixman presentproto randrproto renderproto \
38
		scrnsaverproto videoproto xau xdmcp xext xkbfile xcmiscproto xextproto \
39
		resourceproto scrnsaverproto sm videoproto x11 xau xcmiscproto xdamage \
39
		xfont xproto xrandr xtrans xtst xorg-macros presentproto \
40
		xdmcp xext xextproto xfont xkbfile xorg-macros xproto xrandr xrender \
40
		x11 sm ice xrender xdamage
41
		xtrans xtst
41
42
42
LIB_DEPENDS=	libunwind.so:devel/libunwind \
43
LIB_DEPENDS=	libunwind.so:devel/libunwind \
43
		libxshmfence.so:x11/libxshmfence \
44
		libxshmfence.so:x11/libxshmfence \

Return to bug 210909