diff options
author | zeising <zeising@FreeBSD.org> | 2013-02-04 04:28:28 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2013-02-04 04:28:28 +0800 |
commit | 46dc7e48764d9ca28665fabfeac810735ece6611 (patch) | |
tree | 3af95a3730cf0320d526ae96ee1451f7e2d8a5aa /x11/xconsole | |
parent | 5d4e1a371dc418f501397ae3da119dc2e0a8bfe0 (diff) | |
download | freebsd-ports-gnome-46dc7e48764d9ca28665fabfeac810735ece6611.tar.gz freebsd-ports-gnome-46dc7e48764d9ca28665fabfeac810735ece6611.tar.zst freebsd-ports-gnome-46dc7e48764d9ca28665fabfeac810735ece6611.zip |
Update to 1.0.5
Approved by: kwm, miwi (mentors, implicit)
Obtained from: xorg development repo
Diffstat (limited to 'x11/xconsole')
-rw-r--r-- | x11/xconsole/Makefile | 7 | ||||
-rw-r--r-- | x11/xconsole/distinfo | 4 | ||||
-rw-r--r-- | x11/xconsole/files/patch-config.h.in | 12 | ||||
-rw-r--r-- | x11/xconsole/files/patch-configure | 11 | ||||
-rw-r--r-- | x11/xconsole/files/patch-xconsole.c | 12 |
5 files changed, 38 insertions, 8 deletions
diff --git a/x11/xconsole/Makefile b/x11/xconsole/Makefile index 55d3ccad6181..71ffd69b04ab 100644 --- a/x11/xconsole/Makefile +++ b/x11/xconsole/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: xconsole -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= xconsole -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/xconsole/distinfo b/x11/xconsole/distinfo index 451c17b472f2..4bf7157657fa 100644 --- a/x11/xconsole/distinfo +++ b/x11/xconsole/distinfo @@ -1,2 +1,2 @@ -SHA256 (xorg/app/xconsole-1.0.4.tar.bz2) = 5643e90bf7bf77369e67f3a0a982a4809b5bd2d9a36f02a59c79de77c9d6648e -SIZE (xorg/app/xconsole-1.0.4.tar.bz2) = 115082 +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 new file mode 100644 index 000000000000..d72f7852525d --- /dev/null +++ b/x11/xconsole/files/patch-config.h.in @@ -0,0 +1,12 @@ +--- 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 new file mode 100644 index 000000000000..8efd91ee3815 --- /dev/null +++ b/x11/xconsole/files/patch-configure @@ -0,0 +1,11 @@ +--- 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 new file mode 100644 index 000000000000..6a9aa535b6b6 --- /dev/null +++ b/x11/xconsole/files/patch-xconsole.c @@ -0,0 +1,12 @@ +--- 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 |