diff --git a/.portsignore b/.portsignore index 759d71cc9e79..1478b63dad89 100644 --- a/.portsignore +++ b/.portsignore @@ -6900,6 +6900,7 @@ x11-fonts/linux-c7-fontconfig x11-fonts/linux-rl9-fontconfig x11-fonts/oxygen-fonts x11-servers/x2vnc +x11-servers/x2x x11-servers/xarcan x11-servers/Xfstt x11-servers/xwayland diff --git a/x11-servers/Makefile b/x11-servers/Makefile index b5a310acaf33..27fae3f4dca2 100644 --- a/x11-servers/Makefile +++ b/x11-servers/Makefile @@ -1,6 +1,5 @@ COMMENT = X11 servers - SUBDIR += x2x SUBDIR += xorg-server .include diff --git a/x11-servers/x2x/Makefile b/x11-servers/x2x/Makefile deleted file mode 100644 index a6f98180f43a..000000000000 --- a/x11-servers/x2x/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= x2x -PORTVERSION= 1.30.20180709 -PORTREVISION= 1 -CATEGORIES= x11-servers - -MAINTAINER= ports@FreeBSD.org -COMMENT= Program to link multiple X servers together -WWW= https://github.com/dottedmag/x2x - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYING - -USES= autoreconf gmake pkgconfig xorg -USE_GITHUB= yes -GH_ACCOUNT= dottedmag -GH_TAGNAME= e62a535 -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -USE_XORG= x11 xext xtst - -OPTIONS_DEFINE= DOCS - -PORTDOCS= * - -PLIST_FILES= bin/x2x share/man/man1/x2x.1.gz - -.include diff --git a/x11-servers/x2x/distinfo b/x11-servers/x2x/distinfo deleted file mode 100644 index 2e94a57c3b97..000000000000 --- a/x11-servers/x2x/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1531643384 -SHA256 (dottedmag-x2x-1.30.20180709-e62a535_GH0.tar.gz) = 26f9b43e982a64daf13dcad0be694d4687032e914c3d0b3e9baad8b51f08d41d -SIZE (dottedmag-x2x-1.30.20180709-e62a535_GH0.tar.gz) = 47678 diff --git a/x11-servers/x2x/files/patch-configure.ac b/x11-servers/x2x/files/patch-configure.ac deleted file mode 100644 index 6e364f10bccc..000000000000 --- a/x11-servers/x2x/files/patch-configure.ac +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.ac.orig 2018-07-15 08:54:28 UTC -+++ configure.ac -@@ -15,7 +15,7 @@ AC_CONFIG_HEADERS([config.h]) - AC_PROG_CC - AC_PROG_INSTALL - --AX_CFLAGS_WARN_ALL -+#AX_CFLAGS_WARN_ALL - - ## This PKG_CHECK_MODULES can be replaced by the following three - ## AC_SEARCH_LIBSs and the non-Cygwin setting of AM_LDFLAGS and diff --git a/x11-servers/x2x/pkg-descr b/x11-servers/x2x/pkg-descr deleted file mode 100644 index e03a2a09f907..000000000000 --- a/x11-servers/x2x/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -x2x allows the keyboard and mouse on one ("from") X display to be used -to control another ("to") X display. Since x2x uses the XTEST -extension, the "to" X display must support XTEST. - -In the default interface, x2x puts a window on the "from" display. -This window is labeled with the name of the "to" display. Keystrokes -typed into this window go to the window on the "to" display that has -the input focus. Clicking on the x2x window causes the mouse on the -"from" display to control the cursor on the "to" display. Perform- -ing a subsequent multiple button click on the "to" display returns -control to the "from" display. - -If the -east or -west options are specified on the command line, x2x -starts up with a different interface. When the mouse moves to the -(east or west) side of the default screen on the "from" display, the -cursor slides over to the "to" display. When the mouse returns to to -side of the "to" display that it entered, it slides back onto the -"from" display. - -Unless the -nosel option is specified, x2x relays X selections from -one display to the other.