non port: audio/aureal-kmod/Makefile |
SVNWeb
|
Number of commits found: 47 |
Tue, 3 Jan 2017
|
[ 10:59 mat ] (Only the first 10 of 13 ports in this commit are shown above. )
Deprecate ports broken for FreeBSD 10.3-
Sponsored by: Absolight
|
Wed, 14 Sep 2016
|
[ 15:59 mat ] (Only the first 10 of 353 ports in this commit are shown above. )
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
|
Sat, 18 Jun 2016
|
[ 15:07 bapt ]
Do not try to play with chflags, pkg does it by itself already
|
Fri, 24 Jan 2014
|
[ 23:31 rene ]
- Stagify
- 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)
|
Sat, 9 Nov 2013
|
[ 19:13 rene ] (Only the first 10 of 37 ports in this commit are shown above. )
Convert to USES=kmod, which removes duplicated code and ensures that all
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
|
Thu, 7 Nov 2013
|
[ 03:41 danfe ]
- Unbreak fetching by pointing MASTER_SITES to GOOGLE_CODE
- Remove defunct mirrors and WWW link, primary website vanished
- Drop article and improve on COMMENT, NO_PACKAGE message, etc.
|
Wed, 6 Nov 2013
|
[ 22:03 bapt ]
Mark as broken: does not fetch
Reported by: pkg-fallout
|
Sun, 3 Nov 2013
|
[ 00:00 feld ]
Add additional mirrors
Change package name, add suffix
PR: ports/182015
Approved by: swills (mentor, implicit)
|
Fri, 20 Sep 2013
|
[ 14:36 bapt ] (Only the first 10 of 879 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
|
Tue, 6 Dec 2011
|
[ 21:17 scheidell ]
-added extra patch so it will build on 8.0+
-submitted is now maintainer
PR: ports/162349
Submitted by: maintainer
Approved by: gabor(mentor)
Feature safe: yes
|
Fri, 17 Dec 2010
|
[ 03:36 linimon ]
Change from $SRCPREFIX to $SRC_BASE to be in accordance with new
standard usage.
Approved by: maintainer
|
Sat, 27 Mar 2010
|
[ 06:14 dougb ] (Only the first 10 of 25 ports in this commit are shown above. )
RC_SUBR_SUFFIX has not been needed for a long time now, all supported
versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh
appended to the script name.
|
Sat, 13 Feb 2010
|
[ 11:17 miwi ]
- Mark BROKEN fails to build on RELENG_8
PR: 141433
Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> (maintainer)
|
Sat, 14 Feb 2009
|
[ 14:27 wxs ]
- Pass maintainership to submitter.
|
Wed, 7 Jan 2009
|
[ 01:38 rafan ]
- Remove conditions that are always true on 6.x and above
- Pet portlint(1) a little bit
|
Sun, 15 Jun 2008
|
[ 06:09 rafan ]
- Convert old style rc script to the new world order
- 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)
|
Fri, 29 Jun 2007
|
[ 09:16 linimon ] (Only the first 10 of 39 ports in this commit are shown above. )
Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.
Hat: portmgr
|
Thu, 1 Feb 2007
|
[ 15:53 linimon ]
Dropped one too many lines in the cleanup.
Found by: Pav
Pointy hat to: linimon
|
[ 09:16 linimon ]
Remove antiquated OSVERSION cruft.
Hat: portmgr
|
Tue, 5 Sep 2006
|
[ 08:22 linimon ]
Reset inactive maintainer who has not responded to email.
Hat: portmgr
|
Sat, 19 Nov 2005
|
[ 20:14 sem ]
- Fix a master site URL
- Remove EXPIRATION_DATE
PR: ports/89255
Submitted by: Andrey Slusar
Approved by: no maintainer reaction on broken port for three weeks
|
Mon, 24 Oct 2005
|
[ 12:12 garga ]
- Mark as DEPRECATED and set EXPIRATION_DATE
PR: ports/87818
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: port broken for a long time
|
Fri, 4 Feb 2005
|
[ 00:00 sf ]
now DISTNAME is determined by DISTVERSION, there is no reason to have
separate PORTREVISION.
|
Thu, 3 Feb 2005
|
[ 23:43 sf ]
fix FreeBSD > 4
|
[ 23:38 sf ]
fix fetch by separating DISTREVISION from PORTREVISION.
|
Tue, 1 Feb 2005
|
[ 22:16 sf ]
MFsrc: fix by yongari
|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.
|
[ 10:15 pav ]
- Fix syntax on 5-STABLE past 2005-01-30
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
|
Sat, 10 Jan 2004
|
[ 07:18 marcus ] (Only the first 10 of 12 ports in this commit are shown above. )
Substitute BROKEN with IGNORE in cases where the port requires the src tree
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
|
Mon, 27 Oct 2003
|
[ 09:11 kris ] (Only the first 10 of 35 ports in this commit are shown above. )
portlint (whitespace cleanup)
|
Sun, 31 Aug 2003
|
[ 10:18 sf ]
unbreak -CURRENT.
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.
|
[ 02:58 edwin ]
[non-maintainer update] update logic for "BROKEN" variable in audio/aureal-kmod
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>
|
Wed, 20 Aug 2003
|
[ 06:33 daichi ]
update audio/aureal-kmod: broken by busdma commit
PR: 55513
Submitted by: James E. Flemer <jflemer@alum.rpi.edu>
|
Tue, 20 May 2003
|
[ 04:45 sobomax ]
- Better FreeBSD version detection;
- update maintainer's e-mail.
Submitted by: maintainer
|
Fri, 21 Feb 2003
|
[ 10:59 knu ] (Only the first 10 of 192 ports in this commit are shown above. )
De-pkg-comment.
|
Wed, 19 Jun 2002
|
[ 11:00 sobomax ]
Fix test for presence of source tree.
Submitted by: imp
|
Wed, 15 May 2002
|
[ 18:16 sobomax ]
- Unbreak on -stable;
- extend a start-up script with a workaround for Via Apollo KX133 chipset.
Submitted by: maintainer
|
Fri, 24 Aug 2001
|
[ 16:01 knu ]
Use a better way to extract a revision from a file.
|
Mon, 13 Aug 2001
|
[ 14:20 sobomax ]
Fix on very latest -STABLE.
|
Fri, 22 Jun 2001
|
[ 08:22 sobomax ]
- Catch up with recent changes in -CURRENT; - 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.
|
Wed, 28 Mar 2001
|
[ 08:07 sobomax ]
Various updates and improvements.
|
Mon, 12 Feb 2001
|
[ 06:11 will ]
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.
|
Tue, 6 Feb 2001
|
[ 15:54 sobomax ]
Slightly improve heuristics used to distinguish between pre and post kobj MFC
systems.
|
Mon, 5 Feb 2001
|
[ 15:26 sobomax ]
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.
|
Sun, 28 Jan 2001
|
[ 09:10 sobomax ]
Fix typo in my e-mail: soobomax -> sobomax.
|
Wed, 17 Jan 2001
|
[ 09:28 sobomax ]
Add ONLY_FOR_ARCHS=i386.
|
Tue, 16 Jan 2001
|
[ 08:54 sobomax ]
- 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.
|
Mon, 15 Jan 2001
|
[ 17:42 sobomax ] (Only the first 10 of 24 ports in this commit are shown above. )
Move just-added aureal-kmod from misc into audio, because it better belongs
there.
|
Number of commits found: 47 |