svn commit: r338468 - head/comms/minicom/files

Johan van Selst johans at FreeBSD.org
Thu Jan 2 19:32:28 UTC 2014


Author: johans
Date: Thu Jan  2 19:32:27 2014
New Revision: 338468
URL: http://svnweb.freebsd.org/changeset/ports/338468

Log:
  Add patch to fix build, forgotten in previous commit
  
  Reported by:	Jan Henrik Sylvester <me at janh.de>, Eric Camachat <eric.camachat at gmail.com>
  Pointyhat to:	johans

Modified:
  head/comms/minicom/files/patch-ac
  head/comms/minicom/files/patch-src-script.c

Modified: head/comms/minicom/files/patch-ac
==============================================================================
--- head/comms/minicom/files/patch-ac	Thu Jan  2 19:28:05 2014	(r338467)
+++ head/comms/minicom/files/patch-ac	Thu Jan  2 19:32:27 2014	(r338468)
@@ -1,6 +1,6 @@
---- src/updown.c.orig	2011-09-07 23:04:32.000000000 +0200
-+++ src/updown.c	2011-12-28 16:07:59.000000000 +0100
-@@ -296,7 +296,7 @@ void updown(int what, int nr)
+--- src/updown.c.orig	2013-12-08 11:25:06.000000000 +0100
++++ src/updown.c	2014-01-02 20:30:33.000000000 +0100
+@@ -298,7 +298,7 @@ void updown(int what, int nr)
      do_log("%s", cmdline);   /* jl 22.06.97 */
  
    if (P_PFULL(g) == 'N') {

Modified: head/comms/minicom/files/patch-src-script.c
==============================================================================
--- head/comms/minicom/files/patch-src-script.c	Thu Jan  2 19:28:05 2014	(r338467)
+++ head/comms/minicom/files/patch-src-script.c	Thu Jan  2 19:32:27 2014	(r338468)
@@ -1,6 +1,14 @@
---- src/script.c.orig	2011-07-23 19:58:32.000000000 +0200
-+++ src/script.c	2011-12-28 16:07:59.000000000 +0100
-@@ -69,7 +69,7 @@ struct env {
+--- src/script.c.orig	2013-10-29 12:07:42.000000000 +0100
++++ src/script.c	2014-01-02 20:30:55.000000000 +0100
+@@ -32,6 +32,7 @@
+ #include <config.h>
+ #endif
+ 
++#include <sys/wait.h>
+ #include <stdarg.h>
+ 
+ #include "port.h"
+@@ -76,7 +77,7 @@ struct env {
  struct env *curenv;		/* Execution environment */
  int gtimeout = 120;		/* Global Timeout */
  int etimeout = 0;		/* Timeout in expect routine */


More information about the svn-ports-all mailing list