aboutsummaryrefslogtreecommitdiff
path: root/audio/aureal-kmod/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* Do not try to play with chflags, pkg does it by itself alreadyBaptiste Daroussin2016-06-181-1/+0
| | | | Notes: svn path=/head/; revision=417069
* - StagifyRene Ladan2014-01-241-1/+0
| | | | | | | | | | | | | | | | | | | | | | | - 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
* Convert to USES=kmod, which removes duplicated code and ensures that allRene Ladan2013-11-091-7/+4
| | | | | | | | | | | | | | | | 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
* - Convert old style rc script to the new world orderRong-En Fan2008-06-151-7/+8
| | | | | | | | | | | | - 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
* implement @rmtry macro for the pkg-plistEdwin Groothuis2008-04-191-1/+1
| | | | Notes: svn path=/head/; revision=211556
* - Unbreak on -stable;Maxim Sobolev2002-05-151-3/+2
| | | | | | | | | - extend a start-up script with a workaround for Via Apollo KX133 chipset. Submitted by: maintainer Notes: svn path=/head/; revision=59188
* Various updates and improvements.Maxim Sobolev2001-03-281-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Move just-added aureal-kmod from misc into audio, because it better belongsMaxim Sobolev2001-01-151-0/+4
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