svn commit: r311490 - in head/x11/xconsole: . files

Niclas Zeising zeising at FreeBSD.org
Sun Feb 3 20:28:29 UTC 2013


Author: zeising
Date: Sun Feb  3 20:28:28 2013
New Revision: 311490
URL: http://svnweb.freebsd.org/changeset/ports/311490

Log:
  Update to 1.0.5
  
  Approved by:	kwm, miwi (mentors, implicit)
  Obtained from:	xorg development repo

Added:
  head/x11/xconsole/files/
  head/x11/xconsole/files/patch-config.h.in   (contents, props changed)
  head/x11/xconsole/files/patch-configure   (contents, props changed)
  head/x11/xconsole/files/patch-xconsole.c   (contents, props changed)
Modified:
  head/x11/xconsole/Makefile
  head/x11/xconsole/distinfo

Modified: head/x11/xconsole/Makefile
==============================================================================
--- head/x11/xconsole/Makefile	Sun Feb  3 20:23:55 2013	(r311489)
+++ head/x11/xconsole/Makefile	Sun Feb  3 20:28:28 2013	(r311490)
@@ -1,12 +1,7 @@
-# New ports collection makefile for:	xconsole
-# Date Created:				17 Feb 2006
-# Whom:					Florent Thoumie <flz at FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	xconsole
-PORTVERSION=	1.0.4
+PORTVERSION=	1.0.5
 CATEGORIES=	x11
 
 MAINTAINER=	x11 at FreeBSD.org

Modified: head/x11/xconsole/distinfo
==============================================================================
--- head/x11/xconsole/distinfo	Sun Feb  3 20:23:55 2013	(r311489)
+++ head/x11/xconsole/distinfo	Sun Feb  3 20:28:28 2013	(r311490)
@@ -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

Added: head/x11/xconsole/files/patch-config.h.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/xconsole/files/patch-config.h.in	Sun Feb  3 20:28:28 2013	(r311490)
@@ -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
+ 

Added: head/x11/xconsole/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/xconsole/files/patch-configure	Sun Feb  3 20:28:28 2013	(r311490)
@@ -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"

Added: head/x11/xconsole/files/patch-xconsole.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/xconsole/files/patch-xconsole.c	Sun Feb  3 20:28:28 2013	(r311490)
@@ -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


More information about the svn-ports-head mailing list