summaryrefslogtreecommitdiff
path: root/audio/aureal-kmod (follow)
Commit message (Collapse)AuthorAgeFilesLines
* now DISTNAME is determined by DISTVERSION, there is no reason to haveFUJISHIMA Satsuki2005-02-041-5/+0
| | | | | | | separate PORTREVISION. Notes: svn path=/head/; revision=128006
* fix FreeBSD > 4FUJISHIMA Satsuki2005-02-031-0/+1
| | | | Notes: svn path=/head/; revision=128005
* fix fetch by separating DISTREVISION from PORTREVISION.FUJISHIMA Satsuki2005-02-031-7/+12
| | | | Notes: svn path=/head/; revision=128004
* MFsrc: fix by yongariFUJISHIMA Satsuki2005-02-012-6/+15
| | | | | | | | | | | |Audio drivers failed to detect failure condition and attempted to |assign DMA address to the wrong address. It can cause system lockup |or other mysterious errors. Since most sound cards requires low DMA |address(BUS_SPACE_MAXADDR_24BIT) sndbuf_alloc() would fail when the |audio driver is loaded after long running of operations. Notes: svn path=/head/; revision=127877
* - Fix syntax on 5-STABLE past 2005-01-30Pav Lucistnik2005-02-011-1/+1
| | | | | | | | | | | | PS I think this port is quite brain damaged. These checks should be made on OSVERSION. PR: ports/76943 Submitted by: Sergey N. Voronkov <serg@tmn.ru> Tested by: DomiX on FreeNode Notes: svn path=/head/; revision=127837
* unbreak -CURRENT, catch up renaming by tanimura.FUJISHIMA Satsuki2004-08-041-2/+13
| | | | Notes: svn path=/head/; revision=115423
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Substitute BROKEN with IGNORE in cases where the port requires the src treeJoe Marcus Clarke2004-01-101-4/+4
| | | | | | | | | | | | | to be present, or does not compile on certain versions of FreeBSD. This will potentially avoid needless compilations on bento, and has the added benefit of improving certain reporting tools. To most users, this change is a no-op. PR: 61090 Submitted by: linimon Notes: svn path=/head/; revision=97845
* portlint (whitespace cleanup)Kris Kennaway2003-10-271-1/+1
| | | | Notes: svn path=/head/; revision=92312
* unbreak -CURRENT.FUJISHIMA Satsuki2003-08-312-5/+13
| | | | | | | | revert bogus PORTREVISION bumped in 1.15; This is perfectly safe because no one on the earth was able to build aureal-kmod-1.5_5. Notes: svn path=/head/; revision=88183
* [non-maintainer update] update logic for "BROKEN" variable in audio/aureal-kmodEdwin Groothuis2003-08-311-5/+4
| | | | | | | | | | | | | | | | | | | | The current logic to calculate BROKEN in this port does not allow for one OS release to ask the port if it is broken on another OS release. This is due to an assumption that the OSVERSION passed to the Makefile exactly corresponds to the source version installed under /usr/src/sys (if any.) That is the default. However, when doing a cross-query, this is not the case. While this is a problem that is probably only of interest to myself, Bill Fenner, and Dan Langille, the logic could use tightening anyway. PR: ports/52590 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=88156
* update audio/aureal-kmod: broken by busdma commitDaichi GOTO2003-08-202-1/+14
| | | | | | | | PR: 55513 Submitted by: James E. Flemer <jflemer@alum.rpi.edu> Notes: svn path=/head/; revision=87329
* - Better FreeBSD version detection;Maxim Sobolev2003-05-202-10/+8
| | | | | | | | | - update maintainer's e-mail. Submitted by: maintainer Notes: svn path=/head/; revision=81517
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* Fix test for presence of source tree.Maxim Sobolev2002-06-191-2/+1
| | | | | | | Submitted by: imp Notes: svn path=/head/; revision=61552
* - Unbreak on -stable;Maxim Sobolev2002-05-156-11/+53
| | | | | | | | | - extend a start-up script with a workaround for Via Apollo KX133 chipset. Submitted by: maintainer Notes: svn path=/head/; revision=59188
* Use a better way to extract a revision from a file.Akinori MUSHA2001-08-241-2/+2
| | | | | | | This unbreaks `make index' on CURRENT. Notes: svn path=/head/; revision=46796
* Fix on very latest -STABLE.Maxim Sobolev2001-08-132-3/+10
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=46189
* - Catch up with recent changes in -CURRENT;Maxim Sobolev2001-06-226-27/+37
| | | | | | | | | | | | - add a dependency on snd_pcm in -STABLE; - refresh the info message; - maintainer have been graduated (Congrats Alexander!) - host distfiles at a temporary location and update his e-mail accordingly. Submitted by: sf, maintainer Notes: svn path=/head/; revision=44303
* Various updates and improvements.Maxim Sobolev2001-03-284-10/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* #include sys/systm.h for the splXXX definitions.Steve Price2001-02-261-1/+2
| | | | | | | | PR: 24478 Submitted by: Nickolay Dudorov <nnd@mail.nsk.ru> Notes: svn path=/head/; revision=38746
* Make sure the user doesn't have any stray files from previous attempts toWill Andrews2001-02-121-3/+21
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=38239
* Slightly improve heuristics used to distinguish between pre and post kobj MFCMaxim Sobolev2001-02-061-2/+2
| | | | | | | systems. Notes: svn path=/head/; revision=38040
* Improve -STABLE support:Maxim Sobolev2001-02-053-11/+37
| | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=37984
* Fix typo in my e-mail: soobomax -> sobomax.Maxim Sobolev2001-01-281-1/+1
| | | | | | | Submitted by: Stephen McKay <mckay@thehub.com.au> Notes: svn path=/head/; revision=37676
* Add ONLY_FOR_ARCHS=i386.Maxim Sobolev2001-01-171-0/+2
| | | | Notes: svn path=/head/; revision=37271
* Slightly simplify Makefiles used to build the kld's (w/o functionality change).Maxim Sobolev2001-01-164-19/+18
| | | | Notes: svn path=/head/; revision=37256
* - Make this port actually working (previous version was not linking binaryMaxim Sobolev2001-01-167-19/+27
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=37241
* Move just-added aureal-kmod from misc into audio, because it better belongsMaxim Sobolev2001-01-1512-0/+149
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