From owner-cvs-all@FreeBSD.ORG Tue Mar 30 09:02:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA2F416A4CE; Tue, 30 Mar 2004 09:02:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EE2D43D2F; Tue, 30 Mar 2004 09:02:59 -0800 (PST) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2UH2xGe062461; Tue, 30 Mar 2004 09:02:59 -0800 (PST) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2UH2xBn062460; Tue, 30 Mar 2004 09:02:59 -0800 (PST) (envelope-from netchild) Message-Id: <200403301702.i2UH2xBn062460@repoman.freebsd.org> From: Alexander Leidinger Date: Tue, 30 Mar 2004 09:02:59 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/xgfe Makefile distinfo ports/math/xgfe/files patch-barOp.cpp patch-boxWidthOp.cpp patch-curveFit.cpp patch-fileFilter.cpp patch-fileLegendTitle.cpp patch-isoLinesOp.cpp ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Mar 2004 17:03:00 -0000 netchild 2004/03/30 09:02:59 PST FreeBSD ports repository Modified files: math/xgfe Makefile distinfo math/xgfe/files patch-barOp.cpp patch-boxWidthOp.cpp patch-curveFit.cpp patch-fileLegendTitle.cpp patch-fileOptions.cpp patch-funcLegendTitle.cpp patch-isoLinesOp.cpp patch-latexEmtexOp.cpp patch-legendOp.cpp patch-multiFile.cpp patch-multiFunc.cpp patch-pbmOp.cpp patch-psOpt.cpp patch-rotation.cpp patch-sizeOp.cpp patch-ticsLevel.cpp patch-ticsOp.cpp patch-xgfeMain.cpp patch-xgfeMainData.cpp Added files: math/xgfe/files patch-fileFilter.cpp patch-multiFileData.cpp patch-multiFileData.h patch-multiFuncData.cpp patch-multiFuncData.h patch-rawGnu.cpp Log: 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. PR: 64390 Submitted by: Marius Strobl Approved by: maintainer Revision Changes Path 1.23 +1 -0 ports/math/xgfe/Makefile 1.7 +1 -0 ports/math/xgfe/distinfo 1.2 +10 -2 ports/math/xgfe/files/patch-barOp.cpp 1.2 +1 -1 ports/math/xgfe/files/patch-boxWidthOp.cpp 1.2 +27 -27 ports/math/xgfe/files/patch-curveFit.cpp 1.1 +11 -0 ports/math/xgfe/files/patch-fileFilter.cpp (new) 1.2 +1 -1 ports/math/xgfe/files/patch-fileLegendTitle.cpp 1.2 +15 -15 ports/math/xgfe/files/patch-fileOptions.cpp 1.2 +1 -1 ports/math/xgfe/files/patch-funcLegendTitle.cpp 1.2 +2 -2 ports/math/xgfe/files/patch-isoLinesOp.cpp 1.2 +3 -3 ports/math/xgfe/files/patch-latexEmtexOp.cpp 1.2 +11 -11 ports/math/xgfe/files/patch-legendOp.cpp 1.2 +30 -22 ports/math/xgfe/files/patch-multiFile.cpp 1.1 +22 -0 ports/math/xgfe/files/patch-multiFileData.cpp (new) 1.1 +11 -0 ports/math/xgfe/files/patch-multiFileData.h (new) 1.2 +23 -6 ports/math/xgfe/files/patch-multiFunc.cpp 1.1 +20 -0 ports/math/xgfe/files/patch-multiFuncData.cpp (new) 1.1 +11 -0 ports/math/xgfe/files/patch-multiFuncData.h (new) 1.2 +4 -4 ports/math/xgfe/files/patch-pbmOp.cpp 1.2 +8 -8 ports/math/xgfe/files/patch-psOpt.cpp 1.1 +11 -0 ports/math/xgfe/files/patch-rawGnu.cpp (new) 1.2 +2 -2 ports/math/xgfe/files/patch-rotation.cpp 1.2 +2 -2 ports/math/xgfe/files/patch-sizeOp.cpp 1.2 +1 -1 ports/math/xgfe/files/patch-ticsLevel.cpp 1.2 +34 -34 ports/math/xgfe/files/patch-ticsOp.cpp 1.2 +81 -37 ports/math/xgfe/files/patch-xgfeMain.cpp 1.2 +9 -1 ports/math/xgfe/files/patch-xgfeMainData.cpp