Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 2002 03:51:35 +0800 (CST)
From:      Kuang-che Wu <kcwu@kcwu.homeip.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46473: Fix build on -current for mail/glbiff
Message-ID:  <200212221951.gBMJpZb2034681@kcwu.dyndns.org>

next in thread | raw e-mail | index | archive | help

>Number:         46473
>Category:       ports
>Synopsis:       Fix build on -current for mail/glbiff
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 22 12:00:14 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kuang-che Wu
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD m722 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Nov 26 18:00:18 CST 2002 root@m722:/usr/obj/usr/src/sys/M722 i386


	
>Description:
	Fix build on -current for mail/glbiff
	
>How-To-Repeat:
	
>Fix:
diff -urN glbiff/files/patch-cfg.cc glbiff.new/files/patch-cfg.cc
--- glbiff/files/patch-cfg.cc	Thu Jan  1 08:00:00 1970
+++ glbiff.new/files/patch-cfg.cc	Mon Dec 23 03:49:05 2002
@@ -0,0 +1,10 @@
+--- cfg.cc.orig	Mon Dec 23 03:45:30 2002
++++ cfg.cc	Mon Dec 23 03:45:48 2002
+@@ -23,7 +23,6 @@
+ // This file defines subroutines to handle the
+ // configuration file
+ 
+-#include <stl.h>
+ #include <stdio.h>
+ #include <iostream.h>
+ #include <ctype.h>
diff -urN glbiff/files/patch-cfg.h glbiff.new/files/patch-cfg.h
--- glbiff/files/patch-cfg.h	Thu Jan  1 08:00:00 1970
+++ glbiff.new/files/patch-cfg.h	Mon Dec 23 03:49:11 2002
@@ -0,0 +1,12 @@
+--- cfg.h.orig	Mon Dec 23 03:45:36 2002
++++ cfg.h	Mon Dec 23 03:47:15 2002
+@@ -20,7 +20,8 @@
+  * 
+  */
+ 
+-#include <stl.h>
++#include <list>
++using namespace std;
+ #include <string.h>
+ #include "rgb.h"
+ #include "astro.h"
diff -urN glbiff/files/patch-glbiff.cc glbiff.new/files/patch-glbiff.cc
--- glbiff/files/patch-glbiff.cc	Thu Jan  1 08:00:00 1970
+++ glbiff.new/files/patch-glbiff.cc	Mon Dec 23 03:49:30 2002
@@ -0,0 +1,11 @@
+--- glbiff.cc.orig	Mon Dec 23 03:47:27 2002
++++ glbiff.cc	Mon Dec 23 03:47:48 2002
+@@ -37,6 +37,8 @@
+ 
+ #include <X11/Xlib.h>
+ 
++#include <iostream>
++
+ #include "draw.h"
+ #include "glbiff.h"
+ #include "mail.h"

	


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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