aboutsummaryrefslogtreecommitdiffstats
path: root/math/xgfe/files
Commit message (Collapse)AuthorAgeFilesLines
* KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-2739-1339/+0
| | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to frameworkpav2007-02-131-2/+2
| | | | | Submitted by: rafan Tested on: pointyhat
* Unfortunately, the recent changes to math/xgfe (PR 59024) broke itsnetchild2004-03-3125-180/+351
| | | | | | | | | | | | | | | | | | | | 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 <marius@alchemy.franken.de> Approved by: maintainer
* Update to xgfe 2.1, switch to QT 3, respect NOPORTDOCS, fix buildkris2004-03-0734-23/+1107
| | | | | | | with gcc 3. Submitted by: Marius Strobl <marius@alchemy.franken.de> PR: ports/59024
* Add back xgfe, which was prematurely removed by willkris2002-05-243-0/+84
|
* Say goodbye to Qt 1.x and all of its dependents. The one port I foundwill2002-04-193-82/+0
| | | | | | | | | | | | | which probably isn't supposed to be removed is misc/instant-workstation, which had a dependency on audio/xamp (being removed), so I removed that dependency and bumped PORTREVISION. All other ports are real dependents upon Qt 1.x, including KDE 1.x stuff. Code in bsd.kde.mk supporting these ports is also removed or adjusted. Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be committed Real Soon Now (TM), pending repo-copies. This commit made in impending view of Qt3/KDE3 entering ports tree.
* Fix compiler error.mph2000-02-121-0/+12
| | | | Submitted by: R. Imura <imura@cs.titech.ac.jp>
* Upgrade to 2.0.mph1998-06-111-6/+5
|
* Update to 1.3.hoek1998-04-121-3/+3
| | | | | PR: ports/6265 Submitted by: Matthew Hunt
* Graphical front-end to gnuplot.hoek1998-04-102-0/+71
PR: ports/6123 Submitted by: Matthew Hunt <mph@pobox.com>