2024-03-16 18:38:23 by Nia Alarie | Files touched by this commit (1) |
Log message:
libao-macosx: Fix building on OS X versions before 10.6
|
2019-12-24 06:07:45 by Darrin B. Jewell | Files touched by this commit (3) |
Log message:
audio/libao: fix Darwin build
libao tried disable the macos plugin by setting a configure
environment variable that didn't work. This forces the option
off by the SUBST framework to edit the config file.
|
2019-11-24 01:35:57 by Nia Alarie | Files touched by this commit (18) |
Log message:
libao: Update to 1.2.2
Fixes a NULL pointer dereference, among other issues.
Make libao-sun the default driver for NetBSD.
|
2013-04-06 17:46:40 by Blue Rats | Files touched by this commit (52) |
Log message:
'You can use "foo" instead of "${WRKSRC}/foo".'
|
2010-05-19 20:18:48 by Matthias Drochner | Files touched by this commit (8) | |
Log message:
sync w/ libao update
|
2009-06-14 19:32:26 by Joerg Sonnenberger | Files touched by this commit (250) |
Log message:
Remove @dirrm entries from PLISTs
|
2007-11-30 18:50:34 by Thomas Klausner | Files touched by this commit (12) |
Log message:
Update to 0.8.8:
0.8.8 - Thu May 24
- New win32 driver
- Few fixes and changes in autotools and configuration files.
0.8.7 - unreleased snapshot
- obsolete alsa device renamed to alsa05
- the 'alsa' device now uses the 0.9/1.0 API
- ALSA driver fixes
|
2006-04-06 08:23:06 by Jeremy C. Reed | Files touched by this commit (1147) |
Log message:
Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2005-10-08 14:30:38 by Julio M. Merino Vidal | Files touched by this commit (6) |
Log message:
For packages using libao, add a default dependency on a plugin (either
oss or sun), based on the current OS name. This is only used if no
other libao plugin is installed, and is binary package friendly.
Addresses PR pkg/30920 by Chuck Cranor.
|