Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2002 06:02:29 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46594: Update port: mail/althea
Message-ID:  <20021229060229.63a7cea1.tkato@prontomail.com>

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

>Number:         46594
>Category:       ports
>Synopsis:       Update port: mail/althea
>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:   Sat Dec 28 13:10:06 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.7-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Fix build on 5-current

New file:
files/patch-MIME.cpp
files/patch-MIME.h
files/patch-tolower.h

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/mail/althea/files/patch-MIME.cpp mail/althea/files/patch-MIME.cpp
--- /usr/ports/mail/althea/files/patch-MIME.cpp	Thu Jan  1 09:00:00 1970
+++ mail/althea/files/patch-MIME.cpp	Fri Dec 27 04:04:31 2002
@@ -0,0 +1,11 @@
+--- MIME.cpp.orig	Wed Jan 23 02:30:15 2002
++++ MIME.cpp	Fri Dec 27 03:56:30 2002
+@@ -91,7 +91,7 @@
+ }
+ 
+ void check(unsigned int convertedVal, ifstream &fileIn, int loc, int counter)  {
+-   unsigned char c;
++   char c;
+ 
+    fileIn.get(c);
+    if ((unsigned int)c!=convertedVal)  {
diff -urN /usr/ports/mail/althea/files/patch-MIME.h mail/althea/files/patch-MIME.h
--- /usr/ports/mail/althea/files/patch-MIME.h	Thu Jan  1 09:00:00 1970
+++ mail/althea/files/patch-MIME.h	Fri Dec 27 04:05:01 2002
@@ -0,0 +1,10 @@
+--- MIME.h.orig	Wed Jan 23 02:30:15 2002
++++ MIME.h	Fri Dec 27 03:28:03 2002
+@@ -1,5 +1,7 @@
+ #ifndef MIME_H
+ #define MIME_H
++namespace std {};
++using namespace std;
+ 
+ 
+ #include <string>
diff -urN /usr/ports/mail/althea/files/patch-tolower.h mail/althea/files/patch-tolower.h
--- /usr/ports/mail/althea/files/patch-tolower.h	Thu Jan  1 09:00:00 1970
+++ mail/althea/files/patch-tolower.h	Fri Dec 27 04:04:38 2002
@@ -0,0 +1,10 @@
+--- tolower.h.orig	Wed Jan 23 02:30:15 2002
++++ tolower.h	Fri Dec 27 03:27:01 2002
+@@ -1,5 +1,7 @@
+ #ifndef TOLOWER_H
+ #define TOLOWER_H
++namespace std {};
++using namespace std;
+ 
+ #include <iostream>
+ #include <string>
>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?20021229060229.63a7cea1.tkato>