ports/143746: [PATCH] new/pan Fix build with new GCC

Rob Farmer rfarmer at predatorlabs.net
Thu Feb 11 01:41:39 UTC 2010


>Number:         143746
>Category:       ports
>Synopsis:       [PATCH] new/pan Fix build with new GCC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 11 01:41:29 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Rob Farmer
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD coretwo.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r203695: Tue Feb  9 03:02:13 PST 2010     rfarmer at coretwo.predatorlabs.net:/usr/obj/usr/src/sys/CORETWO  amd64
>Description:
Add some missing includes to please newer versions of GCC
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: files/patch-pan-general-log.h
===================================================================
RCS file: files/patch-pan-general-log.h
diff -N files/patch-pan-general-log.h
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-pan-general-log.h	10 Feb 2010 07:57:14 -0000
@@ -0,0 +1,10 @@
+--- pan/general/log.h.orig	2010-02-09 23:56:23.726358757 -0800
++++ pan/general/log.h	2010-02-09 23:56:44.395935476 -0800
+@@ -24,6 +24,7 @@
+ #include <set>
+ #include <string>
+ #include <deque>
++#include <stdio.h>
+ 
+ namespace pan
+ {
Index: files/patch-pan-general-progress.h
===================================================================
RCS file: files/patch-pan-general-progress.h
diff -N files/patch-pan-general-progress.h
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-pan-general-progress.h	10 Feb 2010 07:59:18 -0000
@@ -0,0 +1,10 @@
+--- pan/general/progress.h.orig	2010-02-09 23:58:24.202873230 -0800
++++ pan/general/progress.h	2010-02-09 23:58:51.868666229 -0800
+@@ -25,6 +25,7 @@
+ #include <vector>
+ #include <pan/general/debug.h>
+ #include <pan/general/string-view.h>
++#include <stdio.h>
+ 
+ namespace pan
+ {
Index: files/patch-pan-usenet-utils-numbers.h
===================================================================
RCS file: files/patch-pan-usenet-utils-numbers.h
diff -N files/patch-pan-usenet-utils-numbers.h
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-pan-usenet-utils-numbers.h	10 Feb 2010 08:01:46 -0000
@@ -0,0 +1,10 @@
+--- pan/usenet-utils/numbers.h.orig	2010-02-10 00:00:56.795075032 -0800
++++ pan/usenet-utils/numbers.h	2010-02-10 00:01:14.144851610 -0800
+@@ -22,6 +22,7 @@
+ 
+ #include <vector>
+ #include <pan/general/string-view.h>
++#include <stdio.h>
+ 
+ class string;
+ 


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list