Date: Fri, 21 Jan 2011 04:41:31 -0800 (PST) From: Julien Laffaye <kimelto@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/154190: [MAINTAINER] www/fcgi-devkit: fix compilation with CXX=g++45 Message-ID: <4d397efb.4cefd80a.570f.4d60@mx.google.com> Resent-Message-ID: <201101211250.p0LCoAA1042005@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 154190 >Category: ports >Synopsis: [MAINTAINER] www/fcgi-devkit: fix compilation with CXX=g++45 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jan 21 12:50:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Julien Laffaye >Release: FreeBSD 8.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD chulak.lan 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 >Description: Fix compilation with CXX=g++45 While I'm here, remove MD5 from distinfo. Added file(s): - files/patch-include__fcgio.h Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- fcgi-devkit-2.4.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/fcgi.orig/distinfo /usr/ports/www/fcgi/distinfo --- /usr/ports/www/fcgi.orig/distinfo 2011-01-21 12:29:25.000000000 +0000 +++ /usr/ports/www/fcgi/distinfo 2011-01-21 12:30:12.000000000 +0000 @@ -1,3 +1,2 @@ -MD5 (fcgi-2.4.0.tar.gz) = d15060a813b91383a9f3c66faf84867e SHA256 (fcgi-2.4.0.tar.gz) = 66fc45c6b36a21bf2fbbb68e90f780cc21a9da1fffbae75e76d2b4402d3f05b9 SIZE (fcgi-2.4.0.tar.gz) = 468682 diff -ruN --exclude=CVS /usr/ports/www/fcgi.orig/files/patch-include__fcgio.h /usr/ports/www/fcgi/files/patch-include__fcgio.h --- /usr/ports/www/fcgi.orig/files/patch-include__fcgio.h 1970-01-01 01:00:00.000000000 +0100 +++ /usr/ports/www/fcgi/files/patch-include__fcgio.h 2011-01-21 12:27:37.000000000 +0000 @@ -0,0 +1,10 @@ +--- ./include/fcgio.h.orig 2011-01-21 12:26:36.000000000 +0000 ++++ ./include/fcgio.h 2011-01-21 12:27:29.000000000 +0000 +@@ -31,6 +31,7 @@ + #define FCGIO_H + + #include <iostream> ++#include <cstdio> + + #include "fcgiapp.h" + --- fcgi-devkit-2.4.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4d397efb.4cefd80a.570f.4d60>