- use `-sf' ln(1) option when creating symlinks to shared libraries to avoid
failure when some of those symlinks already exist.
PR: 21286 (partially)
Submitted by: Martti Kuparinen <martti.kuparinen@nomadiclab.com>
basically silences a compiler error via a nasty function call cast. This
patch has (of course) already been integrated into KDE CVS, and as such
its expected lifetime is this single revision.
Reported by: kris
have not tried KDE 2.0 or haven't done so in awhile (i.e. since July or
before), you should try this. This version is extremely stable and offers
better functionality than before. This update also introduces the KDE2
modules kdegraphics and kdemultimedia to our ports tree. Additionally,
this marks the first time FreeBSD packages were announced as part of the
KDE2 beta release announcement! :-)
Most (if not all) of the remaining modules in KDE2 will be added for the
update WRT the final release.
A hack was added to fix building with SSL in kdelibs; this has been merged
in the main tree and will go away with 2.0 release update. Thanks to David
Faure <david@mandrakesoft.com> for his help regarding this.
Also, building the docs should now succeed because I've added a build
dependency on jade and linuxdoc (should be enough).
People can get my precompiled packages from the usual location on the KDE
FTP server (should spread to the mirrors Real Soon Now (tm)):
http://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta5/tar/FreeBSD/
Have fun! Remember to reports bugs through http://bugs.kde.org/.
GLE is a library of C functions that draw extruded surfaces, including surfaces
of revolution, sweeps, tubes, polycones, polycylinders and helicoids. GLE uses
the OpenGL(R) API to perform the actual rendering.
PR: 20931
Submitted by: David Gilbert <dgilbert@velocet.ca>
- New chipset supported: S3 Savage3D (I have not tested it personally);
- Improved support for already supported chipsets;
- Change port versioning scheme to PORTVERSION=YYYYMMDD, because despite the
promise, the project had not released its magic 1.0 version (promised to be
about 3 months ago);
- Catch change of the Mesa3 version.
Please note, that it's a work in progress, so some features doesn't work (for
example mouse support). However, the functionality already present is
sufficient to run some of the popular apps (quakeforge for example).
I tested it on ATI Mach64 and C&T55554 adapters.
On XFree86-4 the port builds/installs only GLU and glut libraries and associated
includes, so GL applications have a chance to use GL library provided by the
XFree itself. Please don't forget to set XFREE86_VERSION=4 in your make.conf
if you are building it with XFee86-4.
Approved by: jseger (previous maintainer)