2004-02-14 18:21:56 by Johnny C. Lam | Files touched by this commit (400) |
Log message:
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
2004-02-01 02:43:30 by Johnny C. Lam | Files touched by this commit (35) |
Log message:
In the new compiler selection framework, GCC_REQD is appended to, not
overridden.
|
2004-01-24 04:26:48 by Johnny C. Lam | Files touched by this commit (57) |
Log message:
Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives
a value only once due to the multiple inclusion protection in the
bulldlink3.mk files. In the case where a package includes several
buildlink3.mk files that each want a slightly different version of another
dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the
strictest <pkg> dependency to be matched.
|
2004-01-17 16:46:27 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Add a buildlink3.mk file for audio/libvorbis.
|
2003-12-08 15:39:40 by Thomas Klausner | Files touched by this commit (7) |
Log message:
Update to 1.0.1:
* Corrects errors in the Vorbis specification documentation.
* Specification converted to DocBook format.
* Added timebase conversion call to libvorbis.
* Fixes ov_time_tell() bug for non-seekable streams.
* Various decoding fixes.
* Addition of ov_crosslap() which allows smooth transitions between
two vorbis segments.
* Numerous seeking fixes and optimizations.
* Fixed bugs affecting decode of one-audio-page samples.
* Added ov_halfrate() which allows a "free" conversion from the
source sample rate to half of the source rate.
* Improved handling of quiet signals in low bitrate modes
|
2003-09-25 15:00:18 by grant beattie | Files touched by this commit (1) |
Log message:
set GCC_REQD=2.95.3. noted by seb.
|
2003-09-25 03:27:35 by grant beattie | Files touched by this commit (1) |
Log message:
don't include mk/compiler.mk, it isn't necessary and breaks things.
|
2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504) |
Log message:
s/netbsd.org/NetBSD.org/
|
2003-06-02 16:05:10 by David Brownlee | Files touched by this commit (24) |
Log message:
Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3
is accepted. Suggested by Grant.
|
2002-10-02 21:45:57 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Remove commented out BUILD_DEPENDS.
|