aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-09-27 11:38:08 +0000
committerRene Ladan <rene@FreeBSD.org>2015-09-27 11:38:08 +0000
commit5cbc5b94da90c55b4a43e3a671c130d11a815e16 (patch)
treeb624c0bae9fa97b7145e475214a502b73b56e4f8 /x11
parent79fbac343ef068222638378117f775b4ae084cae (diff)
downloadports-5cbc5b94da90c55b4a43e3a671c130d11a815e16.tar.gz
ports-5cbc5b94da90c55b4a43e3a671c130d11a815e16.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile1
-rw-r--r--x11/xlogout/Makefile23
-rw-r--r--x11/xlogout/distinfo2
-rw-r--r--x11/xlogout/files/patch-Imakefile9
-rw-r--r--x11/xlogout/files/patch-xlogout.c19
-rw-r--r--x11/xlogout/pkg-descr3
6 files changed, 0 insertions, 57 deletions
diff --git a/x11/Makefile b/x11/Makefile
index b9e94b9fd50e..605176afc666 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -406,7 +406,6 @@
SUBDIR += xloadimage
SUBDIR += xlockmore
SUBDIR += xlogo
- SUBDIR += xlogout
SUBDIR += xlsatoms
SUBDIR += xlsclients
SUBDIR += xlupe
diff --git a/x11/xlogout/Makefile b/x11/xlogout/Makefile
deleted file mode 100644
index c71177b3b2ea..000000000000
--- a/x11/xlogout/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= xlogout
-PORTVERSION= 1.1
-PORTREVISION= 2
-CATEGORIES= x11
-MASTER_SITES= ftp://ftp.tu-darmstadt.de/pub/X11/other/
-
-MAINTAINER= naddy@FreeBSD.org
-COMMENT= Simple logout button
-
-DEPRECATED= Useless cruft from 1989
-EXPIRATION_DATE=2015-09-26
-
-USES= imake tar:Z
-WRKSRC= ${WRKDIR}/xlogout
-USE_XORG= ice sm x11 xaw xext xmu xpm xt
-
-PLIST_FILES= bin/xlogout \
- lib/X11/app-defaults/XLogout \
- man/man1/xlogout.1.gz
-
-.include <bsd.port.mk>
diff --git a/x11/xlogout/distinfo b/x11/xlogout/distinfo
deleted file mode 100644
index 1b3c42f3017f..000000000000
--- a/x11/xlogout/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xlogout-1.1.tar.Z) = f37f0059a7bf13bf605663f5a193a30e3c424075e914cdcc31c12da780a7e46c
-SIZE (xlogout-1.1.tar.Z) = 3466
diff --git a/x11/xlogout/files/patch-Imakefile b/x11/xlogout/files/patch-Imakefile
deleted file mode 100644
index aaa655c594ba..000000000000
--- a/x11/xlogout/files/patch-Imakefile
+++ /dev/null
@@ -1,9 +0,0 @@
---- Imakefile.orig 1989-11-30 00:29:33.000000000 +0100
-+++ Imakefile 2009-03-27 18:58:05.000000000 +0100
-@@ -1,5 +1,5 @@
- DEPLIBS = XawClientDepLibs
--LOCAL_LIBRARIES = XawClientsLibs
-+LOCAL_LIBRARIES = XawClientLibs
- SRCS = xlogout.c
- OBJS = xlogout.o
-
diff --git a/x11/xlogout/files/patch-xlogout.c b/x11/xlogout/files/patch-xlogout.c
deleted file mode 100644
index aa1ae56c7cad..000000000000
--- a/x11/xlogout/files/patch-xlogout.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- xlogout.c.orig 2009-03-27 18:58:31.000000000 +0100
-+++ xlogout.c 2009-03-27 18:59:16.000000000 +0100
-@@ -27,6 +27,7 @@
- /* An example of popup dialog boxes using X11R4 and the Athena widget set */
-
- #include <stdio.h> /* For the Syntax message */
-+#include <stdlib.h>
- #include <X11/Intrinsic.h>
- #include <X11/StringDefs.h>
- #include <X11/Xaw/Cardinals.h>
-@@ -48,7 +49,7 @@ static XrmOptionDescRec options[] = {
- };
-
-
--void main (argc, argv)
-+int main (argc, argv)
- int argc;
- char **argv;
- {
diff --git a/x11/xlogout/pkg-descr b/x11/xlogout/pkg-descr
deleted file mode 100644
index 7ba39970ae2f..000000000000
--- a/x11/xlogout/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-The xlogout program displays a small button that simply waits until
-being pressed before exiting. This can be useful when run as the
-initial client from xdm or xinit.