aboutsummaryrefslogtreecommitdiff
path: root/audio/aureal-kmod
Commit message (Collapse)AuthorAgeFilesLines
* - StagifyRene Ladan2014-01-243-9/+4
| | | | | | | | | | | | | | | | | | | | | | | - 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-092-18/+7
| | | | | | | | | | | | | | | | 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
* - Unbreak fetching by pointing MASTER_SITES to GOOGLE_CODEAlexey Dokuchaev2013-11-072-13/+7
| | | | | | | | - Remove defunct mirrors and WWW link, primary website vanished - Drop article and improve on COMMENT, NO_PACKAGE message, etc. Notes: svn path=/head/; revision=333055
* Mark as broken: does not fetchBaptiste Daroussin2013-11-061-0/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=333042
* Add additional mirrorsMark Felder2013-11-031-2/+5
| | | | | | | | | | Change package name, add suffix PR: ports/182015 Approved by: swills (mentor, implicit) Notes: svn path=/head/; revision=332562
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* -committer error. extra patch went missing, adding it backMichael Scheidell2011-12-071-0/+121
| | | | | | | | | PR: ports/162349 Approved by: gabor(mentor) Feature safe: yes Notes: svn path=/head/; revision=287006
* -added extra patch so it will build on 8.0+Michael Scheidell2011-12-063-8/+3
| | | | | | | | | | | | -submitted is now maintainer PR: ports/162349 Submitted by: maintainer Approved by: gabor(mentor) Feature safe: yes Notes: svn path=/head/; revision=286990
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-1/+0
| | | | | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps Notes: svn path=/head/; revision=274133
* - Get Rid MD5 supportMartin Wilke2011-03-191-5/+0
| | | | Notes: svn path=/head/; revision=271305
* Change from $SRCPREFIX to $SRC_BASE to be in accordance with newMark Linimon2010-12-171-8/+7
| | | | | | | | | standard usage. Approved by: maintainer Notes: svn path=/head/; revision=266465
* RC_SUBR_SUFFIX has not been needed for a long time now, all supportedDoug Barton2010-03-272-3/+3
| | | | | | | | versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh appended to the script name. Notes: svn path=/head/; revision=251570
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Mark BROKEN fails to build on RELENG_8Martin Wilke2010-02-131-1/+7
| | | | | | | | PR: 141433 Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> (maintainer) Notes: svn path=/head/; revision=249764
* - Remove the portion that contains a $FreeBSD$ which is a keyword to our CVSRong-En Fan2009-02-211-26/+7
| | | | | | | | | | | | | to avoid broken patch file. As it seems no way to tell CVS not to expand the keywords after add, it's better not to contain $FreeBSD$ in the patch file. PR: ports/131925 Reported by: Tom Mende <tmende at optusnet.com.au> Approved by: maintainer Notes: svn path=/head/; revision=228762
* - Pass maintainership to submitter.Wesley Shields2009-02-141-1/+1
| | | | Notes: svn path=/head/; revision=228274
* - Remove conditions that are always true on 6.x and aboveRong-En Fan2009-01-072-21/+21
| | | | | | | - Pet portlint(1) a little bit Notes: svn path=/head/; revision=225366
* A few typo fixes for ports/audio descriptions.Jimmy Olgeni2008-06-151-1/+1
| | | | Notes: svn path=/head/; revision=214897
* - Convert old style rc script to the new world orderRong-En Fan2008-06-156-136/+153
| | | | | | | | | | | | - 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
* remote stray entryEdwin Groothuis2008-03-251-1/+0
| | | | Notes: svn path=/head/; revision=209743
* 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
* Fix build on 7.0-CURRENTAndrey Slusar2007-04-261-11/+12
| | | | Notes: svn path=/head/; revision=190938
* Dropped one too many lines in the cleanup.Mark Linimon2007-02-011-3/+2
| | | | | | | | Found by: Pav Pointy hat to: linimon Notes: svn path=/head/; revision=183868
* Remove antiquated OSVERSION cruft.Mark Linimon2007-02-011-55/+0
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=183845
* Reset inactive maintainer who has not responded to email.Mark Linimon2006-09-051-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=172294
* SHA256-ify (very manually)Edwin Groothuis2006-01-221-0/+9
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154142
* - Fix a master site URLSergey Matveychuk2005-11-191-4/+1
| | | | | | | | | | | - Remove EXPIRATION_DATE PR: ports/89255 Submitted by: Andrey Slusar Approved by: no maintainer reaction on broken port for three weeks Notes: svn path=/head/; revision=148807
* - Mark as DEPRECATED and set EXPIRATION_DATERenato Botelho2005-10-241-0/+3
| | | | | | | | | PR: ports/87818 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: port broken for a long time Notes: svn path=/head/; revision=146243
* fix > 5 with MFsrc:FUJISHIMA Satsuki2005-08-281-1/+19
| | | | | | | | | | | | | | Mar 1 2005 by imp | Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY in | preference to some random negative number to allow other drivers a | bite at the apple. | Sep 2 2003 by jhb | Use PCIR_BAR(x) instead of PCIR_MAPS. Notes: svn path=/head/; revision=141205
* 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