From f979315702efb0a0835c91640c88260dc8ee4e99 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Sun, 12 Apr 2015 16:30:12 +0000 Subject: - Unbreak (no more CSME sites), switch to sf.net (upstream) at the expense of losing normal distfile name and having to set WRKSRC; contents remain the same (and so does the checksum) - Define LICENSE (GPLv2); install README file as part of documentation - Unmute building and installation commands while here - Fix one warning revealed by Clang (missing bzero(3) prototype), yet two others remain) - Transfer maintainership to the submitter PR: 199322 Submitted by: Chris Hutchinson --- comms/serialoverip/files/patch-serialoverip.c | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'comms/serialoverip/files/patch-serialoverip.c') diff --git a/comms/serialoverip/files/patch-serialoverip.c b/comms/serialoverip/files/patch-serialoverip.c index 3504a3edd9c5..92e7e4a47b30 100644 --- a/comms/serialoverip/files/patch-serialoverip.c +++ b/comms/serialoverip/files/patch-serialoverip.c @@ -1,6 +1,14 @@ ---- serialoverip.c Sun Sep 3 16:04:54 2006 -+++ serialoverip.c Sun Sep 3 16:06:34 2006 -@@ -42,20 +42,19 @@ +--- serialoverip.c.orig 2002-03-08 22:37:09 UTC ++++ serialoverip.c +@@ -34,6 +34,7 @@ + #include + #include + #include ++#include + + #define MAXMESG 2048 + +@@ -42,20 +43,19 @@ char*pname; int s[2],st[2]; void help(){ -- cgit v1.2.3