summaryrefslogtreecommitdiffstats
path: root/x11/kde2/Makefile.kde
Commit message (Collapse)AuthorAgeFilesLines
* Change default to not use --enable-final because this option requireswill2002-01-211-1/+1
| | | | | | | large amounts of memory in order to compile KDE in any reasonable time. For machines with such required amounts of memory, it can cut build times by more than half. I am not sure why I changed the default on this option before, since it may lead some people to believe the build hanged.
* Bring in a few changes to the KDE ports infrastructure, and some fixes.will2002-01-111-0/+37
- Move all stuff specific to kde core ports to x11/kde2/Makefile.kde. + Default to compile optimized for speed, not debugging, in ports builds, not just packages. We don't really get that many backtraces or debugging information, and there's a better way to provide these things to people willing to spend some time working on KDE. It's at (as announced before): http://freebsd.kde.org/. - Remove teTeX dependency for kdegraphics2 upon request, and being unable to find any reason not to. Apparently, kdegraphics still compiles libkdvi and kdvi -- I guess dvips is merely a runtime dependency. Therefore to enable its use one just needs to add the teTeX package. Bump PORTREVISION to reflect dependency change. - Fix koffice port by removing PYTHON_VERSION, which is unnecessary. PR: 33650 (part of) Submitted by: John Merryweather Cooper <jmcoopr@johncoop.MSHOME.bmi.net> Reviewed by: kde-freebsd@lists.csociety.org (teTeX dep removal, and optimizing for speed, not debugging capability)
OpenPOWER on IntegriCloud