From stolz@i2.informatik.rwth-aachen.de  Wed Oct 23 02:18:47 2002
Return-Path: <stolz@i2.informatik.rwth-aachen.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 33BA137B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 Oct 2002 02:18:47 -0700 (PDT)
Received: from ue250-1.rz.RWTH-Aachen.DE (ue250-1.rz.RWTH-Aachen.DE [134.130.3.33])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1230643E42
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 Oct 2002 02:18:45 -0700 (PDT)
	(envelope-from stolz@i2.informatik.rwth-aachen.de)
Received: from ms-2 (ms-2.rz.RWTH-Aachen.DE [134.130.3.131])
	by ue250-1.rz.RWTH-Aachen.DE (8.12.1/8.11.3-3) with ESMTP id g9N9Ihsc025136
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 Oct 2002 11:18:43 +0200 (MEST)
Received: from ue250-1.rz.RWTH-Aachen.DE ([134.130.3.33])
	by ms-2 (MailMonitor for SMTP v1.2.0 Beta3) ;
	Wed, 23 Oct 2002 11:18:42 +0200 (MEST)
Received: from mouton.informatik.rwth-aachen.de (mouton.Informatik.RWTH-Aachen.DE [137.226.194.67])
	by ue250-1.rz.RWTH-Aachen.DE (8.12.1/8.11.3/24) with ESMTP id g9N9IfBU025032
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 Oct 2002 11:18:41 +0200 (MEST)
Received: from bsd.localdomain (localhost [127.0.0.1])
	by mouton.informatik.rwth-aachen.de (8.12.5/8.12.5) with ESMTP id g9N9IQdH011289
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 Oct 2002 11:18:26 +0200 (CEST)
	(envelope-from stolz@bsd.localdomain)
Received: (from stolz@localhost)
	by bsd.localdomain (8.12.5/8.12.5/Submit) id g9N9IQqi011288;
	Wed, 23 Oct 2002 11:18:26 +0200 (CEST)
	(envelope-from stolz)
Message-Id: <200210230918.g9N9IQqi011288@bsd.localdomain>
Date: Wed, 23 Oct 2002 11:18:26 +0200 (CEST)
From: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Reply-To: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] textproc/miflux doesn't build with newer g++
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         44401
>Category:       ports
>Synopsis:       [patch] textproc/miflux doesn't build with newer g++
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 23 02:20:01 PDT 2002
>Closed-Date:    Sun Nov 24 02:54:55 PST 2002
>Last-Modified:  Sun Nov 24 02:54:55 PST 2002
>Originator:     Volker Stolz
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
Lehrstuhl fr Informatik II
>Environment:
System: FreeBSD bsd.localdomain 4.6-STABLE FreeBSD 4.6-STABLE #3: Mon Oct 7 16:20:29 CEST 2002 root@bsd.localdomain:/opt/src/sys/compile/BSD i386


	
>Description:
- Add USE_BISON for -CURRENT
- USE_GCC=2.95 because of C++ errors with 3.1
>How-To-Repeat:
>Fix:
--- Makefile.orig	Wed Oct 23 11:15:00 2002
+++ Makefile	Wed Oct 23 11:11:59 2002
@@ -22,6 +22,9 @@
 		--without-unac
 INSTALLS_SHLIB= yes
 
+USE_BISON=	yes
+USE_GCC=	2.95
+
 MAN1=	htdb_dump.1 htdb_stat.1 htdb_load.1 mifluzdump.1 mifluzload.1 \
 	mifluzsearch.1 mifluzdict.1
 MAN3=	WordContext.3 WordList.3 WordDict.3 WordListOne.3 WordKey.3 \


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Sun Nov 24 02:54:48 PST 2002 
State-Changed-Why:  
Commited, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=44401 
>Unformatted:
