Commit graph

11 commits

Author SHA1 Message Date
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Bryan Drewery
c93dfc2e9f SSP support has been added to ports with WITH_SSP for i386 and amd64
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
2013-09-20 12:54:54 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Tilman Keskinoz
691a35bdfd Make compile on supported versions of FreeBSD
Feature safe:	yes
2011-01-16 19:13:52 +00:00
Ion-Mihai Tetcu
ebe6b1f71b Mark broken on 7.x and above.
http://qat.tecnik93.com//errors/7-STABLE-FPT-NPD/emu10kx-20051021.log

Reported by:	QAT
Tested by:	miwi@ on i386
2009-05-30 10:43:05 +00:00
Mark Linimon
8c91d898a6 Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.

Hat:		portmgr
2007-06-29 09:16:42 +00:00
Edwin Groothuis
980092624a SHA256ify
Approved by:		krion@
2006-01-22 08:13:12 +00:00
Pav Lucistnik
a55f0a98ba - Update to 20051021 which features:
* 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)
2005-10-21 22:36:37 +00:00
Vsevolod Stakhov
b75873988d Update to 2005-09-19 snapshot that includes all port
specific things, so it is not needed in port patches.

PR:		86333
Submitted by:	Michael Seyfert (maintainer)
2005-09-19 21:59:07 +00:00
Vsevolod Stakhov
0cbc7c37c8 Fix driver to work with new ac97 mute checking code in the 7.0 kernel.
Add emuctrl. A mixer which allows controlling this driver.

PR:		86236
Submitted by:	Michael Seyfert (maintainer)
2005-09-18 10:07:00 +00:00
Vsevolod Stakhov
8b0303d490 Add emu10kx driver for SBlive, Audigy and Audigy2 based cards.
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
2005-09-16 11:41:55 +00:00