mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
net/tigervnc: Remove non-essential meta port
Reported by: hrs [1] [1] https://lists.freebsd.org/pipermail/svn-ports-all/2019-April/212975.html
This commit is contained in:
parent
85f9bfc1ba
commit
c3426fa8c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505350
2
MOVED
2
MOVED
@ -12810,3 +12810,5 @@ devel/rubygem-batch-loader12|devel/rubygem-batch-loader|2019-06-21|Obsolete by g
|
||||
security/easy-rsa2|security/easy-rsa|2019-06-23|Has expired: Use easy-rsa 3 instead.
|
||||
devel/py-robotframework-selenium2library|devel/py-robotframework-seleniumlibrary|2019-06-25|Renamed to match upstream
|
||||
net-p2p/zetacoin-nox11|net-p2p/zetacoin|2019-06-26|Slave port folded back into now text-only master port.
|
||||
net/tigervnc||2019-06-29|Removed: Non-essential meta port
|
||||
|
||||
|
@ -1429,7 +1429,6 @@
|
||||
SUBDIR += tftpgrab
|
||||
SUBDIR += thcrut
|
||||
SUBDIR += throttled
|
||||
SUBDIR += tigervnc
|
||||
SUBDIR += tigervnc-server
|
||||
SUBDIR += tigervnc-viewer
|
||||
SUBDIR += tightvnc
|
||||
|
@ -76,8 +76,7 @@ post-install:
|
||||
@cd ${WRKSRC}/unix/xserver/hw/vnc/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/Xvnc ${STAGEDIR}${PREFIX}/lib/xorg/modules/extensions/libvnc.so
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../tigervnc
|
||||
.include "${MASTERDIR}/Makefile.common.mk"
|
||||
.include "${.CURDIR}/Makefile.common.mk"
|
||||
|
||||
# import from x11-server/xorg-server/Makefile
|
||||
.if ${SSL_DEFAULT} == base
|
||||
|
@ -36,5 +36,5 @@ post-patch:
|
||||
-e 's|add_subdirectory(tests)||' \
|
||||
${WRKSRC}/CMakeLists.txt
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../tigervnc
|
||||
MASTERDIR= ${.CURDIR}/../tigervnc-server
|
||||
.include "${MASTERDIR}/Makefile.common.mk"
|
||||
|
@ -1,24 +0,0 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tigervnc
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.9.0
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= meta@FreeBSD.org
|
||||
COMMENT= High-performance, platform-neutral implementation of VNC (meta port)
|
||||
|
||||
USES= metaport
|
||||
|
||||
OPTIONS_DEFINE= SERVER VIEWER
|
||||
OPTIONS_DEFAULT= SERVER
|
||||
SERVER_DESC= Install TigerVNC server
|
||||
VIEWER_DESC= Install TigerVNC viewer
|
||||
SERVER_RUN_DEPENDS= vncserver:net/tigervnc-server
|
||||
VIEWER_RUN_DEPENDS= vncviewer:net/tigervnc-viewer
|
||||
|
||||
do-patch: # noop
|
||||
do-install: # noop
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,7 +0,0 @@
|
||||
This is a metaport for TigerVNC.
|
||||
|
||||
TigerVNC is a high-performance, platform-neutral implementation of VNC,
|
||||
a client/server application that allows users to launch and interact with
|
||||
graphical applications on remote machines.
|
||||
|
||||
WWW: https://tigervnc.org/
|
Loading…
Reference in New Issue
Block a user