aboutsummaryrefslogtreecommitdiff
path: root/audio/emu10kx
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery2013-09-201-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64 Notes: svn path=/head/; revision=327697
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Make compile on supported versions of FreeBSDTilman Keskinoz2011-01-163-4/+22
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=267891
* Mark broken on 7.x and above.Ion-Mihai Tetcu2009-05-301-1/+7
| | | | | | | | | | http://qat.tecnik93.com//errors/7-STABLE-FPT-NPD/emu10kx-20051021.log Reported by: QAT Tested by: miwi@ on i386 Notes: svn path=/head/; revision=234826
* Populate the 'kld' virtual category, for ports that install Kernel LoadableMark Linimon2007-06-291-1/+1
| | | | | | | | | modules. Hat: portmgr Notes: svn path=/head/; revision=194441
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154140
* - Update to 20051021 which features:Pav Lucistnik2005-10-214-7/+17
| | | | | | | | | | | | | | | | | | | | * Audigy 2 / Audigy 2 Value fixes, full support for SB0400 Audigy 2 Value * Workaround for bad AC97 'rec' volume emulation * 4.x build fix * rc.d/emuctrl.sh script that saves card parameters * Improved documentation PR: ports/87772 Submitted by: Michael Seyfert <michaels@sdf.lonestar.org> (maintainer) - Install kernel module into /boot/modules instead of /boot/kernel PR: ports/87541 Submitted by: Bjorn Konig <bkoenig@cs.tu-berlin.de> Approved by: Michael Seyfert <michaels@sdf.lonestar.org> (maintainer) Notes: svn path=/head/; revision=146080
* Update to 2005-09-19 snapshot that includes all portVsevolod Stakhov2005-09-194-46/+6
| | | | | | | | | | specific things, so it is not needed in port patches. PR: 86333 Submitted by: Michael Seyfert (maintainer) Notes: svn path=/head/; revision=143181
* Fix driver to work with new ac97 mute checking code in the 7.0 kernel.Vsevolod Stakhov2005-09-184-11/+44
| | | | | | | | | | Add emuctrl. A mixer which allows controlling this driver. PR: 86236 Submitted by: Michael Seyfert (maintainer) Notes: svn path=/head/; revision=143063
* Add emu10kx driver for SBlive, Audigy and Audigy2 based cards.Vsevolod Stakhov2005-09-167-0/+137
This driver is alternative to snd_emu10k1 and support complex mixer settings, analog/digital switch, S/PDIF passthrough PR: 84653 Submitted by: michaels@sdf.lonestar.org Notes: svn path=/head/; revision=142919