[Midnightbsd-cvs] mports [15793] trunk/x11/xscreensaver/files: add missing patches

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Dec 28 10:15:23 EST 2013


Revision: 15793
          http://svnweb.midnightbsd.org/mports/?rev=15793
Author:   laffer1
Date:     2013-12-28 10:15:22 -0500 (Sat, 28 Dec 2013)
Log Message:
-----------
add missing patches

Added Paths:
-----------
    trunk/x11/xscreensaver/files/patch-config.h.in
    trunk/x11/xscreensaver/files/patch-configure.in
    trunk/x11/xscreensaver/files/patch-utils_textclient.c

Added: trunk/x11/xscreensaver/files/patch-config.h.in
===================================================================
--- trunk/x11/xscreensaver/files/patch-config.h.in	                        (rev 0)
+++ trunk/x11/xscreensaver/files/patch-config.h.in	2013-12-28 15:15:22 UTC (rev 15793)
@@ -0,0 +1,12 @@
+--- config.h.in.orig	2013-09-02 12:44:35.341733572 +0200
++++ config.h.in	2013-09-02 12:45:05.396737361 +0200
+@@ -340,6 +340,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
++
+ /* Define this if you have the XF86MiscSetGrabKeysState function (which allows
+    the Ctrl-Alt-KP_star and Ctrl-Alt-KP_slash key sequences to be temporarily
+    disabled. Sadly, it doesn't affect Ctrl-Alt-BS or Ctrl-Alt-F1.) */

Added: trunk/x11/xscreensaver/files/patch-configure.in
===================================================================
--- trunk/x11/xscreensaver/files/patch-configure.in	                        (rev 0)
+++ trunk/x11/xscreensaver/files/patch-configure.in	2013-12-28 15:15:22 UTC (rev 15793)
@@ -0,0 +1,11 @@
+--- configure.in.orig	2013-09-02 12:45:33.940731237 +0200
++++ configure.in	2013-09-02 12:46:13.253728009 +0200
+@@ -3359,7 +3359,7 @@
+ ###############################################################################
+ 
+ PTY_LIBS=
+-AC_CHECK_HEADERS(pty.h util.h)
++AC_CHECK_HEADERS(pty.h util.h libutil.h)
+ AC_CHECK_X_LIB(util, forkpty,
+                [PTY_LIBS="-lutil"
+                 ac_have_forkpty=yes

Added: trunk/x11/xscreensaver/files/patch-utils_textclient.c
===================================================================
--- trunk/x11/xscreensaver/files/patch-utils_textclient.c	                        (rev 0)
+++ trunk/x11/xscreensaver/files/patch-utils_textclient.c	2013-12-28 15:15:22 UTC (rev 15793)
@@ -0,0 +1,12 @@
+--- utils/textclient.c.orig	2013-09-02 12:43:01.271738814 +0200
++++ utils/textclient.c	2013-09-02 12:43:25.014748042 +0200
+@@ -50,6 +50,9 @@
+ # ifdef HAVE_UTIL_H
+ #  include <util.h>
+ # endif
++# ifdef HAVE_LIBUTIL_H
++#  include <libutil.h>
++# endif
+ #endif /* HAVE_FORKPTY */
+ 
+ /*#define DEBUG*/



More information about the Midnightbsd-cvs mailing list