Date: Thu, 10 Jan 2002 22:17:04 -0800 (PST) From: Will Andrews <will@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/kdemultimedia2 Makefile ports/deskutils/kdepim Makefile ports/devel/kdesdk Makefile ports/devel/kdevelop Makefile ports/editors/koffice Makefile ports/games/kdegames2 Makefile ports/graphics/kdegraphics2 Makefile ports/misc/kdeaddons Makefile ... Message-ID: <200201110617.g0B6H4c30159@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
will 2002/01/10 22:17:04 PST Modified files: audio/kdemultimedia2 Makefile deskutils/kdepim Makefile devel/kdesdk Makefile devel/kdevelop Makefile editors/koffice Makefile games/kdegames2 Makefile graphics/kdegraphics2 Makefile misc/kdeaddons Makefile misc/kdeutils2 Makefile net/kdenetwork2 Makefile sysutils/kdeadmin Makefile x11/kdebase2 Makefile x11/kdelibs2 Makefile x11-clocks/kdetoys2 Makefile x11-wm/kdeartwork Makefile Added files: x11/kde2 Makefile.kde Log: Bring in a few changes to the KDE ports infrastructure, and some fixes. - 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) Revision Changes Path 1.65 +3 -12 ports/audio/kdemultimedia2/Makefile 1.15 +3 -15 ports/deskutils/kdepim/Makefile 1.14 +3 -16 ports/devel/kdesdk/Makefile 1.40 +2 -15 ports/devel/kdevelop/Makefile 1.36 +3 -10 ports/editors/koffice/Makefile 1.62 +2 -16 ports/games/kdegames2/Makefile 1.59 +5 -20 ports/graphics/kdegraphics2/Makefile 1.13 +2 -16 ports/misc/kdeaddons/Makefile 1.63 +2 -16 ports/misc/kdeutils2/Makefile 1.73 +2 -16 ports/net/kdenetwork2/Makefile 1.13 +2 -16 ports/sysutils/kdeadmin/Makefile 1.32 +2 -15 ports/x11-clocks/kdetoys2/Makefile 1.9 +2 -16 ports/x11-wm/kdeartwork/Makefile 1.1 +37 -0 ports/x11/kde2/Makefile.kde (new) 1.89 +2 -15 ports/x11/kdebase2/Makefile 1.96 +1 -18 ports/x11/kdelibs2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201110617.g0B6H4c30159>