Date: Thu, 04 Apr 2019 17:22:15 +0900 (JST) From: Hiroki Sato <hrs@FreeBSD.org> To: meta@FreeBSD.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r497400 - in head/net: . tigervnc tigervnc-server tigervnc-viewer Message-ID: <20190404.172215.1570903530092886558.hrs@allbsd.org> In-Reply-To: <201903311310.x2VDA4cN047931@repo.freebsd.org> <201904011552.x31Fqs9L093132@repo.freebsd.org> References: <201903311310.x2VDA4cN047931@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
----Security_Multipart(Thu_Apr__4_17_22_15_2019_224)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Koichiro Iwao <meta@FreeBSD.org> wrote in <201903311310.x2VDA4cN047931@repo.freebsd.org>: me> Author: meta me> Date: Sun Mar 31 13:10:03 2019 me> New Revision: 497400 me> URL: https://svnweb.freebsd.org/changeset/ports/497400 me> me> Log: me> net/tigervnc: separate port into -server -and -viewer me> me> since usually people want to install either server or client on the same me> box. Formerly, net/tigervnc had options to build & install vncviewer(client) me> but vncviewer could not be installed alone. Server components was necessary. me> me> Now TigerVNC server and viewer are completely separeted and can be installed me> independently. me> me> Tested by: Juan Molina me> Differential Revision: https://reviews.freebsd.org/D19709 me> me> Added: me> head/net/tigervnc-server/ me> head/net/tigervnc-server/Makefile (contents, props changed) me> head/net/tigervnc-server/pkg-descr (contents, props changed) me> head/net/tigervnc-server/pkg-plist (contents, props changed) me> head/net/tigervnc-viewer/ me> head/net/tigervnc-viewer/Makefile (contents, props changed) me> head/net/tigervnc-viewer/pkg-descr (contents, props changed) me> head/net/tigervnc-viewer/pkg-plist (contents, props changed) me> head/net/tigervnc/Makefile.common.mk me> - copied, changed from r497252, head/net/tigervnc/Makefile me> Deleted: me> head/net/tigervnc/pkg-plist me> Modified: me> head/net/Makefile me> head/net/tigervnc/Makefile me> head/net/tigervnc/pkg-descr If net/tigervnc now has only SERVER as the default options, it is no longer worth keeping it as a meta-port because the resultant package is an empty one which has a single dependency on tigervnc-server. An entry to MOVED is sufficient in this case. Even if you want to keep this, at least you might want to take care of backward compatibility with the old tigervnc. Both of SERVER and VIEWER should be added back to it since it had VIEWER in OPTIONS_DEFAULT. Koichiro Iwao <meta@FreeBSD.org> wrote in <201904011552.x31Fqs9L093132@repo.freebsd.org>: me> Author: meta me> Date: Mon Apr 1 15:52:53 2019 me> New Revision: 497487 me> URL: https://svnweb.freebsd.org/changeset/ports/497487 me> me> Log: me> Fix the issue tigervnc-server and -viewer cannot be installed together me> me> when DOCS=on because both ports install LICENSE_FILE into the same place. LICENSE.TXT should not be installed into DOCSDIR. It will be installed by specifying LICENSE_FILE in a per-package directory, so you can simply drop it from DOCS. -- Hiroki ----Security_Multipart(Thu_Apr__4_17_22_15_2019_224)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iEYEABECAAYFAlylvrcACgkQTyzT2CeTzy2PwACgs20KIqCSJfHurDVR+obaSBEs UaMAnRRFvnc6rPsGFPhmXKve/bBBvrJe =P08X -----END PGP SIGNATURE----- ----Security_Multipart(Thu_Apr__4_17_22_15_2019_224)----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190404.172215.1570903530092886558.hrs>