notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: audio/oss/Makefile
SVNWeb

Number of commits found: 82

Thu, 13 Apr 2023
[ 08:16 Chris Rees (crees) search for other commits by this committer Author: Marten ]    commit hash:4353081bac0cb82f0590bf81800ac507f0cb75dd  commit hash:4353081bac0cb82f0590bf81800ac507f0cb75dd  commit hash:4353081bac0cb82f0590bf81800ac507f0cb75dd  4353081 
audio/oss: Save mixer before unloading module

After installing the oss package, a kernel panic occurs every time the
computer is shut down.

This is because the mixer RC script tries to save the mixer values after
the OSS module is unloaded.  We can avoid this by making OSS unload after
this is done.

[crees] While here, pet rclint.

PR:	ports/270709
Thu, 2 Mar 2023
[ 05:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  fa81a4f  (Only the first 10 of 1168 ports in this commit are shown above. View all ports for this commit)
accessibility/at-spi2-core: update to 2.46.0

What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 16 Sep 2022
[ 07:40 Yuri Victorovich (yuri) search for other commits by this committer ]    commit hash:fe0e9a9970cde163c8d97942661d608117ada2e3  commit hash:fe0e9a9970cde163c8d97942661d608117ada2e3  commit hash:fe0e9a9970cde163c8d97942661d608117ada2e3  fe0e9a9 
audio/oss: Fix build by removing -Werror

Reported by:	fallout
Approved by:	portmgr (unbreak)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:20 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:213b0b7a75cfb93729483fb1f59b236448f06a13  commit hash:213b0b7a75cfb93729483fb1f59b236448f06a13  commit hash:213b0b7a75cfb93729483fb1f59b236448f06a13  213b0b7  (Only the first 10 of 561 ports in this commit are shown above. View all ports for this commit)
audio: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <dmagda+libsamplerate@ee.ryerson.ca>
  *  <trasz@FreeBSD.org>
  *  Adam Weinberger
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aleksander Fafula <alex@bsdguru.org>
  *  Alex Allan <alex@kamaz.org.uk>
  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexander Kojevnikov <alexander@kojevnikov.com>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexander Vereeken <Alexander88207@protonmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 17 Jan 2020
[ 18:52 crees search for other commits by this committer ] Original commit   Revision:523348
audio/oss: Fix build on recent FreeBSD

Replace function calls to removed function timeout.

Reviewed by:	jhb
Thu, 2 Jan 2020
[ 15:06 crees search for other commits by this committer ] Original commit   Revision:521837
audio/oss: timeout has been removed in favour of callback(9)

I am working on a fix.
Tue, 24 Dec 2019
[ 13:36 crees search for other commits by this committer ] Original commit   Revision:520805
audio/oss: Silence further compiler warning; perhaps this will help.
Sat, 21 Sep 2019
[ 18:13 crees search for other commits by this committer ] Original commit   Revision:512528
audio/oss: Improve handling when sound.ko is compiled into the kernel.

Now, soundon checks for its presence and fails with an appropriate error.

While here, add it to pkg-message.

I use this still as I have a Xonar D2X which FreeBSD's drivers don't support,
so I'll take maintainership.

PR:		ports/240200
Tue, 12 Mar 2019
[ 22:27 jkim search for other commits by this committer ] Original commit   Revision:495531
- Update to 4.2-build2019.
- Fix build on current after r343485.
- Drop support for 8.x and earlier.

http://ossnext.trueinstruments.com/forum/viewtopic.php?f=19&t=5876
Wed, 9 Jan 2019
[ 18:20 fernape search for other commits by this committer ] Original commit   Revision:489819
audio/oss: unbreak in FreeBSD > 12

Unbreak port in FreeBSD 12 and 13-CURRENT. Broken most likely due to r335879.

While here:

* Add missing LIB_DEPENDS and USES for ossxmix
* Reorder some variables

PR:     233018
Reported by:    sergey@akhmatov.ru
Tue, 27 Mar 2018
[ 21:42 emaste search for other commits by this committer ] Original commit   Revision:465763
audio/oss: set LLD_UNSAFE to link using ld.bfd

This port fails when attempting to link with lld as the system linker.
It passes -fPIC to the linker, which is actually a compiler flag.
ld.bfd accepts the flag but it results in a bogus DT_AUXILIARY entry
in the ouptut:

Dynamic section at offset 0x5000 contains 15 entries:
  Tag                Type                  Name/Value
 0x000000007ffffffd AUXILIARY            Auxiliary library: [PIC]

PR:		221807
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
Sat, 25 Mar 2017
[ 03:29 jbeich search for other commits by this committer ] Original commit   Revision:436874
audio/oss: update to 4.2.b2017 (maintenance release)

- Add a note about origin to avoid users from Linux blaming FreeBSD
  for 4Front's bugs and vice versa
- Disable SSE on amd64 to avoid kernel panic[1]

Changes:	http://opensound.com/forum/viewtopic.php?f=19&t=5841
PR:		212263
Submitted by:	Jakub Adler <jakubadler@gmail.com> [1]
MFH:		2017Q1
Wed, 13 Apr 2016
[ 10:42 jbeich search for other commits by this committer ] Original commit   Revision:413190
audio/oss: convert to CONFIGURE_OUTSOURCE

PR:		208294
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D4157
Fri, 1 Apr 2016
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:412344 (Only the first 10 of 1009 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 22 Sep 2015
[ 19:23 amdmi3 search for other commits by this committer ] Original commit   Revision:397578
Don't create ${PREFIX}/lib/oss/logs - it currently doesn't get to
the package anyway, and doesn't seem to be needed - the only mention
of it in the source references sbin/soundon log, however on FreeBSD
sbin/soundon stores log in /var/log.
Thu, 7 May 2015
[ 10:04 jbeich search for other commits by this committer ] Original commit   Revision:385608
audio/oss: update to 4.2.b2011

Changes:	http://opensound.com/forum/viewtopic.php?f=19&t=5791
Changes:	http://opensound.com/forum/viewtopic.php?f=19&t=5765
Mon, 8 Dec 2014
[ 16:48 tijl search for other commits by this committer ] Original commit   Revision:374303 (Only the first 10 of 920 ports in this commit are shown above. View all ports for this commit)
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 4 Dec 2014
[ 23:19 feld search for other commits by this committer ] Original commit   Revision:373990
Correct "BSD" licenses in audio category
Sun, 1 Jun 2014
[ 13:03 ohauer search for other commits by this committer ] Original commit   Revision:356114 (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)
Sat, 8 Mar 2014
[ 00:09 jkim search for other commits by this committer ] Original commit   Revision:347436
Update to 4.2-build2009.
Wed, 15 Jan 2014
[ 22:38 bapt search for other commits by this committer ] Original commit   Revision:339838
Reduce over inclusion of bsd.port.mk
Wed, 11 Dec 2013
[ 14:35 bapt search for other commits by this committer ] Original commit   Revision:336166 (Only the first 10 of 268 ports in this commit are shown above. View all ports for this commit)
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio

With hat:	portmgr
Sun, 29 Sep 2013
[ 08:35 antoine search for other commits by this committer ] Original commit   Revision:328650
Add an explicit dependency on pkgconf (needed to build ossxmix)
Fri, 20 Sep 2013
[ 14:36 bapt search for other commits by this committer ] Original commit   Revision:327706 (Only the first 10 of 879 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
[ 12:54 bdrewery search for other commits by this committer ] Original commit   Revision:327697 (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.

SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.

On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].

On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 13 Jul 2013
[ 17:45 deischen search for other commits by this committer ] Original commit   Revision:322952
Update to 4.2-build2008.  The only dependent port, multimedia/qmmp, does not
have a LIB_DEPENDS, just a depends on an include file, so no PORTREVISION
bump is necessary for qmmp.

PR:		179956
Submitted by:	Waitman Gobble uzimac at da3m0n8t3r dot com
Thu, 2 May 2013
[ 20:59 stefan search for other commits by this committer ] Original commit   Revision:317148
Respect additional environment variable ${SYSDIR}.

PR:		170405
Submitted by:	Jan Beich <jbeich@tormail.org>
Fri, 26 Oct 2012
[ 05:31 jhale search for other commits by this committer ] Original commit   Revision:306416
- Add fix to allow building with clang
- Trim Makefile header

PR:		ports/172609
Submitted by:	Jan Beich <jbeich@tormail.org>
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
Fri, 5 Oct 2012
[ 20:07 jkim search for other commits by this committer ] Original commit   Revision:305319
- Update to 4.2 build2007.
- Release maintainership to the ports pool.
Thu, 19 Jul 2012
[ 20:15 naddy search for other commits by this committer ] Original commit  (Only the first 10 of 187 ports in this commit are shown above. View all ports for this commit)
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
Mon, 25 Jun 2012
[ 20:51 jkim search for other commits by this committer ] Original commit 
Include bsd.port.pre.mk before SRC_BASE is referenced.

PR:     ports/169212
Mon, 4 Jun 2012
[ 18:09 jkim search for other commits by this committer ] Original commit 
Use the new options framework.
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Mon, 20 Feb 2012
[ 20:41 jkim search for other commits by this committer ] Original commit 
Do not ignore hardwired device unit number.

Tested by:      rank1seeker at gmail dot com
Fri, 17 Feb 2012
[ 19:02 jkim search for other commits by this committer ] Original commit 
Update to 4.2 build 2006 and add two additional patches from OSS Mercurial:

http://opensound.hg.sourceforge.net/hgweb/opensound/opensound/rev/0500de7fee6f
http://opensound.hg.sourceforge.net/hgweb/opensound/opensound/rev/1a5c5373b72a
Tue, 31 Jan 2012
[ 21:03 jkim search for other commits by this committer ] Original commit 
- Do not allow loading osscore when sound(4) is loaded. [1]
- Make portlint little happier.

PR:             ports/164567 [1]
Submitted by:   crees (initial version) [1]
Thu, 25 Aug 2011
[ 00:35 jkim search for other commits by this committer ] Original commit 
Update to 4.2 build 2005.
Mon, 25 Jul 2011
[ 17:45 jkim search for other commits by this committer ] Original commit 
Fix build with Clang.
Tue, 21 Jun 2011
[ 22:17 jkim search for other commits by this committer ] Original commit 
Fix build with clang.
Thu, 19 May 2011
[ 19:08 jkim search for other commits by this committer ] Original commit 
Rename CONF_FILES to avoid conflict with an upcoming infrastructure change.

PR:             ports/157156
Submitted by:   Chris Rees (utisoft at gmail dot com)
Discussed with: bapt
Thu, 6 Jan 2011
[ 19:33 jkim search for other commits by this committer ] Original commit 
Update to 4.2 build 2004 and add LICENSE.
Mon, 28 Jun 2010
[ 20:46 jkim search for other commits by this committer ] Original commit 
Update to 4.2 build 2003.

Feature safe:   yes
Sun, 6 Jun 2010
[ 20:44 naddy search for other commits by this committer ] Original commit  (Only the first 10 of 174 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Mon, 16 Nov 2009
[ 18:12 jkim search for other commits by this committer ] Original commit 
- Chase distfile change.  The previous tarball was actually build 2001.
- Fix soundoff and add a proper prefix to ossdevlinks[1].

PR:             ports/139580, ports/140592[1]
Submitted by:   Michael Hax (nc dot bash at gmail dot com)
Wed, 11 Nov 2009
[ 17:40 jkim search for other commits by this committer ] Original commit 
Update to 4.2 build 2002.
Tue, 22 Sep 2009
[ 20:51 jkim search for other commits by this committer ] Original commit 
Update to 4.2 build 2000.

Feature safe:   yes
Fri, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Wed, 25 Mar 2009
[ 07:47 jkim search for other commits by this committer ] Original commit 
Update to 4.1 build 1052.
Mon, 16 Feb 2009
[ 20:42 jkim search for other commits by this committer ] Original commit 
- Fix build on -CURRENT.
- Fix a typo in soundoff and remove a redundant patch[1].
- Install pre-compressed manual pages properly[2].

Reported by:    Jeroen Ruigrok van der Werven (asmodai at in-nomine dot org)[1]
PR:             ports/131420[2]
Wed, 21 Jan 2009
[ 16:29 jkim search for other commits by this committer ] Original commit 
Update to 4.1 build 1051.
Fri, 12 Dec 2008
[ 01:06 jkim search for other commits by this committer ] Original commit 
Install an example file and remove redundant command from Makefile.
[ 00:36 jkim search for other commits by this committer ] Original commit 
Update to 4.1 build 1050.
Tue, 15 Jul 2008
[ 16:36 jkim search for other commits by this committer ] Original commit 
Work around SNDCTL_DSP_GETBLKSIZE API incompatibility.

PR:             ports/125542
Tue, 24 Jun 2008
[ 21:36 jkim search for other commits by this committer ] Original commit 
Update to build 1016.

Changelog:      http://www.4front-tech.com/forum/viewtopic.php?p=9334#9334
Fri, 6 Jun 2008
[ 13:07 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 345 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Tue, 25 Mar 2008
[ 17:07 jkim search for other commits by this committer ] Original commit 
Update to build 1015.

Changelog:
http://4front-tech.com/forum/viewtopic.php?p=8138#8138
Mon, 3 Mar 2008
[ 22:04 jkim search for other commits by this committer ] Original commit 
Update to build 1014.

Changelog:      http://4front-tech.com/forum/viewtopic.php?p=7888
Wed, 13 Feb 2008
[ 17:57 jkim search for other commits by this committer ] Original commit 
Update to build 1013.

Major new features:
- Aded Beta driver for Sound Blaster XFi - playback working, record still
problematic. Source code also released.
- Full source code to MAudio Revolution and Delta series soundcards is now
open sourced.
Mon, 14 Jan 2008
[ 20:38 jkim search for other commits by this committer ] Original commit 
Update PORTREVISION for the previous commit.
[ 18:38 jkim search for other commits by this committer ] Original commit 
Work around DMA buffer allocation failure for sblive.

Tested by:      trasz
Mon, 7 Jan 2008
[ 17:20 jkim search for other commits by this committer ] Original commit 
Chase the source tarball changes by the vendor.

Note: BSD license was changed from three-clause to two-clause version.

Reported by:    many
Fri, 4 Jan 2008
[ 23:25 jkim search for other commits by this committer ] Original commit 
Update to BSD-licensed build 1012.

http://www.opensound.com/press/2008/oss-bsd.txt
http://www.4front-tech.com/forum/viewtopic.php?t=2406
Tue, 11 Dec 2007
[ 20:19 jkim search for other commits by this committer ] Original commit 
Update to build 1009.
Tue, 13 Nov 2007
[ 15:59 jkim search for other commits by this committer ] Original commit 
- Unbreak build on 5.x.[1]
- Remove userdefs if it is unchanged or empty.

PR:             ports/117826
Reported by:    pointyhat
Submitted by:   Yen-Ming Lee (leeym at leeym dot com)[1]
Approved by:    portmgr (linimon)
Fri, 26 Oct 2007
[ 15:15 jkim search for other commits by this committer ] Original commit 
Update to build 1008.

Approved by:    glewis (mentor)
Fri, 12 Oct 2007
[ 16:13 jkim search for other commits by this committer ] Original commit 
- Do not remove legacy_devices while uninstalling.  It is useful
for reinstallation.
- Use @dirrmtry instead of @dirrm for lib/oss, lib/oss/etc, and
lib/oss/logs to preserve user data and to avoid errors when
deinstalling.
- Move files/pkg-message.in to pkg-message because it is static.
- Sort pkg-plist by destination paths.

Approved by:    glewis (mentor)
Sun, 7 Oct 2007
[ 02:56 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Replace all INSTALL_DATA/INSTALL_SCRIPT and INSTALL_PROGRAM/STRIP=
hacks to install kernel loadable modules correctly on amd64 platforms
with the new INSTALL_KLD command.

All PORTREVISIONS have been bumped to show when the new version of
installing became available.
Tue, 2 Oct 2007
[ 18:01 jkim search for other commits by this committer ] Original commit 
Do not install soundcard.h.

This header file conflicts with FreeBSD's soundcard.h.  -CURRENT has
OSS v4 compatible version but -STABLE does not.  Since we are not
installing libOSSlib.so at the moment, it is useless any way.

Pointed out by: trasz
Approved by:    glewis (mentor)
Wed, 19 Sep 2007
[ 20:17 jkim search for other commits by this committer ] Original commit 
Fix Audigy mixer bug.

http://4front-tech.com/forum/viewtopic.php?t=2290

Approved by:    glewis (mentor)
Obtained from:  4Front Technologies
Wed, 5 Sep 2007
[ 19:04 jkim search for other commits by this committer ] Original commit 
Update to build 1006.
Wed, 18 Jul 2007
[ 11:27 trasz search for other commits by this committer ] Original commit 
Pass maintainership to Jung-uk Kim; he is putting much more effort
into this port than I do.

Approved by:    jkim, miwi (mentor)
Sat, 14 Jul 2007
[ 18:26 trasz search for other commits by this committer ] Original commit 
- Update to build 1004.  While here, switch from GPL-ed sources
  to the CDDL ones; there is no functional difference between
  these.

Approved by:    miwi (mentor)
Thu, 12 Jul 2007
[ 18:40 trasz search for other commits by this committer ] Original commit 
- Make it work on 7-CURRENT.

Submitted by:   jkim
Approved by:    miwi (mentor)
Wed, 11 Jul 2007
[ 22:06 trasz search for other commits by this committer ] Original commit  (Only the first 10 of 53 ports in this commit are shown above. View all ports for this commit)
- Use proper capitalization in my email address.

Approved by:    miwi (mentor)
Suggested by:   sat
Sun, 8 Jul 2007
[ 12:32 trasz search for other commits by this committer ] Original commit 
- Fix rc script to not emit a warning at startup when oss_enable is not
  set in /etc/rc.conf, and mention oss_enable in pkg-message.in.

Approved by:    miwi (mentor)
Fri, 29 Jun 2007
[ 09:22 linimon search for other commits by this committer ] Original commit 
Installs kernel modules, so assign it to new kld virtual category.

Hat:            portmgr
Mon, 25 Jun 2007
[ 19:52 trasz search for other commits by this committer ] Original commit 
- Fix paths in soundon
- Fix paths in man pages
- Fix plist
- Remove unneccessary patch

Approved by:    miwi (mentor)
Sat, 23 Jun 2007
[ 20:58 trasz search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- Add Open Sound System drivers, version 4.0 build 1003.

Approved by:    miwi (mentor)

Number of commits found: 82