| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=417069
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove NO_PACKAGE, not useful with pkg(8) anymore [1]
- Apply patch for 8+ unconditionally
- Fix typo in pkg-message.in
- Remove pkg-plist entry now handled by kmod.mk
- Mark broken on 10+
wrkdirs/usr/ports/audio/aureal-kmod/work/au88x0.c:330:3: error: member reference base type 'void' is not a structure or union
snd_mtxlock(au->lock);
^~~~~~~~~~~~~~~~~~~~~
[...]
/wrkdirs/usr/ports/audio/aureal-kmod/work/au88x0.c:342:3: error: member reference base type 'void' is not a structure or union
snd_mtxunlock(au->lock);
^~~~~~~~~~~~~~~~~~~~~~~
[...]
2 errors generated.
Approved by: portmgr (infrastructure blanket)
Notes:
svn path=/head/; revision=340946
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
required steps are followed.
There are no user-visible changes. The exception is multimedia/ptx-kmod,
which now installs the kernel module into /boot/modules instead of
${PREFIX}/libexec/${PORTNAME}, this was something USES=kmod cannot handle.
PR: ports/183625
Submitted by: myself
Approved by: portmgr (bdrewery)
Exp-run by: bdrewery
Notes:
svn path=/head/; revision=333329
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Install kernel modules in PREFIX/modules instead of PREFIX/lib
- Bump PORTREVISION
PR: ports/124063 (based on)
Submitted by: Volodymyr Kostyrko <c.kworr at gmail.com>
Tested by: Volodymyr Kostyrko <c.kworr at gmail.com> (earlier version)
Notes:
svn path=/head/; revision=214882
|
|
|
|
| |
Notes:
svn path=/head/; revision=211556
|
|
|
|
|
|
|
|
|
| |
- extend a start-up script with a workaround for Via Apollo KX133 chipset.
Submitted by: maintainer
Notes:
svn path=/head/; revision=59188
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
Added /usr/local/etc/rc.d/aureal.sh.sample to assist with loading/
unloading the driver. Submitted version was slightly expanded with the
automatic detection of the Aureal card present in the system. Details
on how to override this are provided. (Sorry Peter for not taking care
of this sooner)
Submitted by: Peter Pentchev <roam@orbitel.bg>
Fixed the driver to work on 4.1 / 4.1.1 systems. It turns out these
systems don't have pcm_unregister(). The sideeffect of this is that
it's impossible to unload the driver. But at least one can kldload it
now.
Tested by: Vladislav V. Zhuk" <admin@dru.skif.net>
Switch over to Cameron's recent newpcm mega-commit in -CURRENT. To
install the port your CURRENT has to be built from post 3/24/2001
sources.
Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org>
Submitted by: maintainer
Notes:
svn path=/head/; revision=40464
|
|
there.
For those who missed decsription from previous commit:
Add aureal-kmod - a port to provide convinient way for building FreeBSD driver
for Aureal based soundcards. This driver could not be added to the base system
because it's uses binary-only Linux Vortex Core object modules.
The port supports 4-STABLE and 5-CURRENT, however 4-STABLE isn't tested, so
please report your mileage to me.
Suggested by: alex
Notes:
svn path=/head/; revision=37223
|