2005-03-27 16:43:48 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Use MesaLib/bl3 and glu/bl3 instead of Mesa/bl3, which
also pulls in an unnecessary dependency on glut.
Addresses PR 29799 by Richard Rauch.
|
2005-03-07 10:48:37 by Masao Uebayashi | Files touched by this commit (7) |
Log message:
Fix quoting.
|
2005-02-23 23:24:35 by Alistair G. Crooks | Files touched by this commit (505) |
Log message:
Add RMD160 digests.
|
2005-01-12 23:58:19 by Krister Walfridsson | Files touched by this commit (3) |
Log message:
GCC 2 does not understand the MMX asm core. Fall back to the C source
for GCC 2.
|
2005-01-06 17:32:01 by Matthias Drochner | Files touched by this commit (2) |
Log message:
The "+" constraint modifier was yoo much. While it seems correct to me, it
caused gcc complaints in some cases. Pointed out by Nicolas Joly.
PR pkg/28882 should be fixed now.
|
2005-01-06 13:25:23 by Matthias Drochner | Files touched by this commit (2) |
Log message:
tighten an inline asm constraint for amd64
|
2005-01-05 13:05:19 by Adam Ciarcinski | Files touched by this commit (16) |
Log message:
Changes 1.2.8:
* Fixed compiling under newer versions of gcc
* Fixed floating point exception with Linux 2.6 joysticks
* Added 4/6 channel surround sound support on ALSA (not 3D audio)
* Fixed mouse coordinate inversion on MacOS X
* Added a CoreAudio sound driver for MacOS X
* Added MacOS X Xcode build environment support
* Updated QNX support for QNX6
* Improved Atari port, including OSMesa support
* Numerous other bug fixes and platform support improvements
|
2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-09-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703) |
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
2004-08-24 23:07:05 by Hubert Feyrer | Files touched by this commit (1) |
Log message:
Document why we don't need Mesa on Irix.
If more pkgs like this are found that work fine with Irix'
native GL, the Mesa buildlink3.mk file should take care of this.
|