Bug 64390

Summary: math/xgfe: fix build on FreeBSD 4 and runtime problems with qt3
Product: Ports & Packages Reporter: marius <marius>
Component: Individual Port(s)Assignee: Alexander Leidinger <netchild>
Status: Closed FIXED    
Severity: Affects Only Me CC: Alexander
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description marius 2004-03-17 23:10:23 UTC
	Unfortunately, the recent changes to math/xgfe (PR 59024) broke its
	compilation on FreeBSD 4 with GCC 2.95.4:
		http://bento.freebsd.org/errorlogs/i386-4-latest/xgfe-2.1.log

	The patch below fixes this.

	During testing it on FreeBSD 4 and 5 with QT 3.3.1 I noticed that the
	Advanced -> Multiple Files and Advanced -> Multiple Functions dialogs
	were broken. I'm not sure if this is a new breakage with QT 3.3.1 or
	if I didn't notice these when testing the previous patch on FreeBSD 5
	with QT 3.2.1. Anyway, these are also fixed and as a precaution
	PORTREVISION is bumped.

	The patch also adds SIZE info.

Fix: new files:
files/patch-fileFilter.cpp
files/patch-multiFileData.cpp
files/patch-multiFileData.h
files/patch-multiFuncData.cpp
files/patch-multiFuncData.h
files/patch-rawGnu.cpp
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-03-18 05:28:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mph

Over to maintainer.
Comment 2 Alexander Leidinger freebsd_committer freebsd_triage 2004-03-30 11:55:40 UTC
Responsible Changed
From-To: mph->netchild

Take PR. 

Approved by:	mph
Comment 3 Alexander Leidinger freebsd_committer freebsd_triage 2004-03-30 18:05:04 UTC
State Changed
From-To: open->closed

Committed, thanks.