Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2019 18:44:13 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511353 - head/x11/xorg-apps
Message-ID:  <201909061844.x86IiDqb037680@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Fri Sep  6 18:44:13 2019
New Revision: 511353
URL: https://svnweb.freebsd.org/changeset/ports/511353

Log:
  x11/xorg-apps: Don't depend on luit
  
  luit is deprecated upstream, but still needed bu xterm, so it can't be
  deprecated in ports.  Until a solution for xterm is found, just remove it
  from x11/xorg-apps, but don't deprecate it.

Modified:
  head/x11/xorg-apps/Makefile

Modified: head/x11/xorg-apps/Makefile
==============================================================================
--- head/x11/xorg-apps/Makefile	Fri Sep  6 18:41:51 2019	(r511352)
+++ head/x11/xorg-apps/Makefile	Fri Sep  6 18:44:13 2019	(r511353)
@@ -8,7 +8,7 @@ CATEGORIES=	x11
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	X.org apps meta-port
 
-COMPONENTS=	appres bitmap xf86dga:dga iceauth luit \
+COMPONENTS=	appres bitmap xf86dga:dga iceauth \
 		x11-fonts/mkfontscale:mkfontscale sessreg \
 		setxkbmap smproxy x11perf xauth xbacklight xcalc \
 		xcmsdb xconsole xcursorgen xdpyinfo xdriinfo xev xgamma xgc \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909061844.x86IiDqb037680>