ports/184567: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Thu Dec 12 16:50:01 UTC 2013


The following reply was made to PR ports/184567; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at burggraben.net>
   Approved by:	maintainer (O. Hartmann <ohartman at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list