Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Feb 2004 23:39:10 +0900 (JST)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62390: Update port: textproc/html2text 1.3.2
Message-ID:  <200402051439.i15EdAjq070490@alph.allbsd.org>
Resent-Message-ID: <200402051450.i15EoBq4087453@freefall.freebsd.org>

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

>Number:         62390
>Category:       ports
>Synopsis:       Update port: textproc/html2text 1.3.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 05 06:50:11 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Hiroki Sato
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Tokyo University of Science
>Environment:
System: FreeBSD alph.allbsd.org 4.9-RC FreeBSD 4.9-RC #0: Sat Oct 25 04:40:22 JST 2003     hrs@alph.allbsd.org:/usr/obj/usr/src/sys/ALPH  i386

>Description:
	Update to 1.3.2 and unbreak the 5.x (GCC 3.3) build.

	Note: 1.3.2a has been released as the latest, "GCC 3.3 support"
	version but it cannot be compiled on 4.x (with the
	attached patch, it can be built on both of 4.x and 5.x). 

>How-To-Repeat:
	N/A

>Fix:

Index: html2text/Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/html2text/Makefile,v
retrieving revision 1.1
diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.1 Makefile
--- html2text/Makefile	27 Mar 2003 02:09:23 -0000	1.1
+++ html2text/Makefile	5 Feb 2004 13:57:13 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	html2text
-PORTVERSION=	1.3.1
+PORTVERSION=	1.3.2
 CATEGORIES=	textproc
 MASTER_SITES=	http://userpage.fu-berlin.de/~mbayer/tools/ \
 		ftp://ftp.ibiblio.org/pub/linux/apps/www/converters/
Index: html2text/distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/html2text/distinfo,v
retrieving revision 1.1
diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.1 distinfo
--- html2text/distinfo	27 Mar 2003 02:09:23 -0000	1.1
+++ html2text/distinfo	5 Feb 2004 14:01:00 -0000
@@ -1 +1,2 @@
-MD5 (html2text-1.3.1.tar.gz) = faa3eaeb062540e72d251d6c3fa6cc71
+MD5 (html2text-1.3.2.tar.gz) = 14b091c7c5cb5c3bc2ce19298a0c0e27
+SIZE (html2text-1.3.2.tar.gz) = 131336
Index: html2text/files/patch-format.C
===================================================================
RCS file: html2text/files/patch-format.C
diff -N html2text/files/patch-format.C
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ html2text/files/patch-format.C	5 Feb 2004 14:00:50 -0000
@@ -0,0 +1,19 @@
+--- format.C	Mon Jul 29 20:12:13 2002
++++ format.C	Thu Feb  5 22:47:07 2004
+@@ -34,7 +34,7 @@
+  /***************************************************************************/
+ 
+ 
+-#include <strstream.h>
++#include <strstream>
+ 
+ #include <stdlib.h>
+ #include <ctype.h>
+@@ -50,6 +50,7 @@
+ 
+ using std::endl;
+ using std::flush;
++using std::ostrstream;
+ 
+ #ifndef nelems
+ #define nelems(array) (sizeof(array) / sizeof((array)[0]))
>Release-Note:
>Audit-Trail:
>Unformatted:



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