svn commit: r343388 - head/devel/valgrind-devel/files

Bryan Drewery bdrewery at FreeBSD.org
Sat Feb 8 21:24:58 UTC 2014


On 2/8/2014 3:10 PM, Bryan Drewery wrote:
> Author: bdrewery
> Date: Sat Feb  8 21:10:00 2014
> New Revision: 343388
> URL: http://svnweb.freebsd.org/changeset/ports/343388
> QAT: https://qat.redports.org/buildarchive/r343388/
> 
> Log:
>   Fix build on 8.3 due to tcp.h not properly

This is only on i386. 8.3-amd64 has a separate issue.

>   including sys/types.h in it yet.
> 
> Added:
>   head/devel/valgrind-devel/files/
>   head/devel/valgrind-devel/files/patch-include__vki__vki-freebsd.h   (contents, props changed)
> 
> Added: head/devel/valgrind-devel/files/patch-include__vki__vki-freebsd.h
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/devel/valgrind-devel/files/patch-include__vki__vki-freebsd.h	Sat Feb  8 21:10:00 2014	(r343388)
> @@ -0,0 +1,10 @@
> +--- ./include/vki/vki-freebsd.h.orig	2014-02-08 15:00:31.591069799 -0600
> ++++ ./include/vki/vki-freebsd.h	2014-02-08 15:00:39.993068845 -0600
> +@@ -681,6 +681,7 @@
> + 
> + #define VKI_SOCK_STREAM	1
> + 
> ++#include <sys/types.h>
> + #include <netinet/tcp.h>
> + 
> + #define VKI_TCP_NODELAY  TCP_NODELAY
> 


-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 553 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20140208/d0ef5022/attachment.sig>


More information about the svn-ports-head mailing list