1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Steve Price
36f5c5852b #include sys/systm.h for the splXXX definitions.
PR:		24478
Submitted by:	Nickolay Dudorov <nnd@mail.nsk.ru>
2001-02-26 04:19:31 +00:00
Will Andrews
5d63cda10a Make sure the user doesn't have any stray files from previous attempts to
compile aureal in their kernel statically (yes, having them there does
break the aureal module).  Modularize the makefile using SRCPREFIX, which
can be changed in the environment.

Approved in principle by:	maintainer (except SRCPREFIX)
2001-02-12 06:11:36 +00:00
Maxim Sobolev
64784f403f Slightly improve heuristics used to distinguish between pre and post kobj MFC
systems.
2001-02-06 15:54:46 +00:00
Maxim Sobolev
f7c61c692b Improve -STABLE support:
- FreeBSD 4.0 - inform that 4.0 is not supported;
- FreeBSD 4.1.* - use an updated tarball with proper kernel module
  dependencies;
- FreeBSD 4.2 - with recent newpcm kobj MFC commit in mind, add heuristics
  to determine the driver tarball required. Build correctly on both pre-
  and post- kobj MFC systems.

Submitted by:				maintainer
Slightly improved and polished by:	sobomax
2001-02-05 15:26:13 +00:00
Maxim Sobolev
7c68be180d Fix typo in my e-mail: soobomax -> sobomax.
Submitted by:	Stephen McKay <mckay@thehub.com.au>
2001-01-28 09:10:08 +00:00
Maxim Sobolev
62f95aeb4b Add ONLY_FOR_ARCHS=i386. 2001-01-17 09:28:25 +00:00
Maxim Sobolev
17e1f4bf71 Slightly simplify Makefiles used to build the kld's (w/o functionality change). 2001-01-16 18:39:15 +00:00
Maxim Sobolev
0c29cb8687 - Make this port actually working (previous version was not linking binary
core with the kld);
- hand over maintainership to Alexander Matey <matey@cis.ohio-state.edu> - he
  is the author of the driver;
- make sure that the correct version of the driver used for some earler
  version of 4-STABLE (1.1 for 4.1) and refuse to build if OSVERSION < 410002.

Submitted by:		Alexander Matey <matey@cis.ohio-state.edu>
Slightly adjusted by:	sobomax
2001-01-16 08:54:45 +00:00
Maxim Sobolev
981f436fe7 Move just-added aureal-kmod from misc into audio, because it better belongs
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
2001-01-15 17:42:47 +00:00