2005-05-31 18:04:28 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Convert to options framework.
|
2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-02-24 20:11:58 by Ben Collver | Files touched by this commit (1) |
Log message:
I will maintain this package, set my email as MAINTAINER.
|
2005-02-21 21:26:15 by Hubert Feyrer | Files touched by this commit (116) |
Log message:
Sign over maintainership to tech-pkg@
|
2005-02-03 18:54:50 by Jeremy C. Reed | Files touched by this commit (1) |
Log message:
Added a license file for lame based on many notes from different
files in the lame source.
And for the audio/lame/Makefile:
Change the LICENSE from fee-based-commercial-use to use this new
lame-license.
The problem before was that fee-based-commercial-use did not exist
and the "make show-license" suggested running pkg_info -d to view
the long-description of the package (which may not be installed yet).
Anyways, the DESCR didn't mention these license issues.
Also bump PKGREVISION.
|
2004-11-15 16:30:30 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
s/__inline/inline/ to give this package a chance of building with more
compilers, such as SunPro.
|
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-09-06 12:46:03 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 3.96.1:
* Fixed rare bug in VBR-new
* Fixes in ACM codec
* Fixed padding for 320kbps encoding
* Block size selection for mid and side channels fixed as well
|