summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-02-04 04:28:53 +0800
committerzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-02-04 04:28:53 +0800
commit2513315fb53cf4a459a1f56867955b91ddb97735 (patch)
tree86a17383a209d6327c683ce86c302c7d24adb261 /x11
parentd93adb46a7886a761b9098b710600e78f1807471 (diff)
downloadxorg-devel-ports-2513315fb53cf4a459a1f56867955b91ddb97735.tar
xorg-devel-ports-2513315fb53cf4a459a1f56867955b91ddb97735.tar.gz
xorg-devel-ports-2513315fb53cf4a459a1f56867955b91ddb97735.tar.bz2
xorg-devel-ports-2513315fb53cf4a459a1f56867955b91ddb97735.tar.lz
xorg-devel-ports-2513315fb53cf4a459a1f56867955b91ddb97735.tar.xz
xorg-devel-ports-2513315fb53cf4a459a1f56867955b91ddb97735.tar.zst
xorg-devel-ports-2513315fb53cf4a459a1f56867955b91ddb97735.zip
Delete, merged with ports.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@650 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11')
-rw-r--r--x11/xconsole/Makefile15
-rw-r--r--x11/xconsole/distinfo2
-rw-r--r--x11/xconsole/files/patch-config.h.in12
-rw-r--r--x11/xconsole/files/patch-configure11
-rw-r--r--x11/xconsole/files/patch-xconsole.c12
-rw-r--r--x11/xconsole/pkg-descr2
-rw-r--r--x11/xconsole/pkg-plist4
7 files changed, 0 insertions, 58 deletions
diff --git a/x11/xconsole/Makefile b/x11/xconsole/Makefile
deleted file mode 100644
index 71ffd69..0000000
--- a/x11/xconsole/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= xconsole
-PORTVERSION= 1.0.5
-CATEGORIES= x11
-
-MAINTAINER= x11@FreeBSD.org
-COMMENT= Monitor system console messages with X
-
-XORG_CAT= app
-USE_XORG= xt xaw
-
-MAN1= xconsole.1
-
-.include <bsd.port.mk>
diff --git a/x11/xconsole/distinfo b/x11/xconsole/distinfo
deleted file mode 100644
index 4bf7157..0000000
--- a/x11/xconsole/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xorg/app/xconsole-1.0.5.tar.bz2) = 195fad7a1ca274835fc346c82acce90a0c2e9f288e85bd1a3c256dbc1c8c11e5
-SIZE (xorg/app/xconsole-1.0.5.tar.bz2) = 126538
diff --git a/x11/xconsole/files/patch-config.h.in b/x11/xconsole/files/patch-config.h.in
deleted file mode 100644
index d72f785..0000000
--- a/x11/xconsole/files/patch-config.h.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- config.h.in.orig 2013-01-16 00:28:26.951435961 +0100
-+++ config.h.in 2013-01-16 00:28:56.005436975 +0100
-@@ -36,6 +36,9 @@
- /* Define to 1 if you have the <util.h> header file. */
- #undef HAVE_UTIL_H
-
-+/* Define to 1 if you have the <libutil.h> header file. */
-+#undef HAVE_LIBUTIL_H
-+
- /* Name of package */
- #undef PACKAGE
-
diff --git a/x11/xconsole/files/patch-configure b/x11/xconsole/files/patch-configure
deleted file mode 100644
index 8efd91e..0000000
--- a/x11/xconsole/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2013-01-16 00:19:42.938442394 +0100
-+++ configure 2013-01-16 00:20:01.955437575 +0100
-@@ -10780,7 +10780,7 @@
-
- $as_echo "#define HAS_OPENPTY 1" >>confdefs.h
-
-- for ac_header in util.h pty.h
-+ for ac_header in util.h pty.h libutil.h
- do :
- as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
- ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
diff --git a/x11/xconsole/files/patch-xconsole.c b/x11/xconsole/files/patch-xconsole.c
deleted file mode 100644
index 6a9aa53..0000000
--- a/x11/xconsole/files/patch-xconsole.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- xconsole.c.orig 2013-01-16 00:15:23.910443192 +0100
-+++ xconsole.c 2013-01-16 00:20:52.830442361 +0100
-@@ -69,6 +69,9 @@
- # ifdef HAVE_UTIL_H
- # include <util.h>
- # endif
-+# ifdef HAVE_LIBUTIL_H
-+# include <libutil.h>
-+# endif
- # ifdef HAVE_PTY_H
- # include <pty.h>
- # endif
diff --git a/x11/xconsole/pkg-descr b/x11/xconsole/pkg-descr
deleted file mode 100644
index a4c5f60..0000000
--- a/x11/xconsole/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-This package contains xconsole, a utility for monitoring system console
-messages with X.
diff --git a/x11/xconsole/pkg-plist b/x11/xconsole/pkg-plist
deleted file mode 100644
index 0fc9d89..0000000
--- a/x11/xconsole/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/xconsole
-share/X11/app-defaults/XConsole
-@dirrmtry share/X11/app-defaults
-@dirrmtry share/X11