svn commit: r513527 - head/x11

Niclas Zeising zeising at FreeBSD.org
Tue Oct 1 20:14:04 UTC 2019


Author: zeising
Date: Tue Oct  1 20:14:04 2019
New Revision: 513527
URL: https://svnweb.freebsd.org/changeset/ports/513527

Log:
  Fix x11/Makefile after r513526
  
  Remove ports that was removed in r513526 from x11/Makefile
  
  Reminded by:	rene

Modified:
  head/x11/Makefile

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Tue Oct  1 19:33:16 2019	(r513526)
+++ head/x11/Makefile	Tue Oct  1 20:14:04 2019	(r513527)
@@ -139,7 +139,6 @@
     SUBDIR += libSM
     SUBDIR += libX11
     SUBDIR += libXScrnSaver
-    SUBDIR += libXTrap
     SUBDIR += libXau
     SUBDIR += libXcm
     SUBDIR += libXcomposite
@@ -154,8 +153,6 @@
     SUBDIR += libXp
     SUBDIR += libXpm
     SUBDIR += libXpresent
-    SUBDIR += libXprintAppUtil
-    SUBDIR += libXprintUtil
     SUBDIR += libXrandr
     SUBDIR += libXrender
     SUBDIR += libXres
@@ -287,7 +284,6 @@
     SUBDIR += roxbg
     SUBDIR += roxterm
     SUBDIR += rsibreak
-    SUBDIR += rstart
     SUBDIR += rubygem-gnome
     SUBDIR += rxvt
     SUBDIR += rxvt-unicode
@@ -398,7 +394,6 @@
     SUBDIR += xcurs
     SUBDIR += xcursorgen
     SUBDIR += xcut
-    SUBDIR += xdbedizzy
     SUBDIR += xditview
     SUBDIR += xdm
     SUBDIR += xdotool
@@ -474,10 +469,8 @@
     SUBDIR += xorg-libraries
     SUBDIR += xorg-minimal
     SUBDIR += xorgproto
-    SUBDIR += xplsprinters
     SUBDIR += xpr
     SUBDIR += xpra
-    SUBDIR += xprehashprinterlist
     SUBDIR += xprintidle
     SUBDIR += xprompt
     SUBDIR += xprop
@@ -513,7 +506,6 @@
     SUBDIR += xtestpicture
     SUBDIR += xtoolwait
     SUBDIR += xtrans
-    SUBDIR += xtrap
     SUBDIR += xtrlock
     SUBDIR += xtset
     SUBDIR += xvattr


More information about the svn-ports-head mailing list