Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2013 16:50:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/184567: commit references a PR
Message-ID:  <201312121650.rBCGo1Ej088342@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/184567; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184567: commit references a PR
Date: Thu, 12 Dec 2013 16:49:03 +0000 (UTC)

 Author: gerald
 Date: Thu Dec 12 16:48:56 2013
 New Revision: 336278
 URL: http://svnweb.freebsd.org/changeset/ports/336278
 
 Log:
   Add #include <sys/types.h> needed by newer compilers such as GCC 4.7.
   
   PR:		184567, 182136
   Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
   Approved by:	maintainer (O. Hartmann <ohartman@zedat.fu-berlin.de>)
 
 Added:
   head/devel/freeocl/files/patch-src_freeocl.h   (contents, props changed)
 
 Added: head/devel/freeocl/files/patch-src_freeocl.h
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/freeocl/files/patch-src_freeocl.h	Thu Dec 12 16:48:56 2013	(r336278)
 @@ -0,0 +1,10 @@
 +--- src/freeocl.h.orig	2013-11-15 21:18:17.000000000 +0100
 ++++ src/freeocl.h	2013-11-15 21:24:32.000000000 +0100
 +@@ -26,6 +26,7 @@
 + #include "dispatch.h"
 + #include <iostream>
 + #include <deque>
 ++#include <sys/types.h>
 + 
 + #ifdef DEBUG_UTILS
 + #define MSG(X)	std::cout << #X << std::endl
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312121650.rBCGo1Ej088342>