Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.2.b2019_5 17 Oct 2024 19:31:52 |
Chris Rees (crees) |
audio/oss: Build fix for clang 19
PR: ports/282164
Thanks to: dim |
4.2.b2019_5 18 Feb 2024 13:28:04 |
Gleb Popov (arrowd) |
audio/*: Move manpages to share/man
Approved by: portmgr (blanket) |
4.2.b2019_4 13 Apr 2023 08:16:00 |
Chris Rees (crees) Author: Marten |
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 |
4.2.b2019_3 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
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 ) |
4.2.b2019_2 16 Sep 2022 07:40:35 |
Yuri Victorovich (yuri) |
audio/oss: Fix build by removing -Werror
Reported by: fallout
Approved by: portmgr (unbreak) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.2.b2019_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
4.2.b2019_2 22 Aug 2022 18:15:07 |
John Baldwin (jhb) |
audio/oss: Remove devclass from DRIVER_MODULE on recent main.
Differential Revision: https://reviews.freebsd.org/D35957 |
4.2.b2019_2 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
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 ) |
4.2.b2019_2 19 Dec 2021 21:55:01 |
Chris Rees (crees) |
audio/oss: build fix following src/1c7d15b
https://cgit.freebsd.org/src/commit/?id=1c7d15b030718d9d8cc70916fe3216a1
Thanks to: cy, imp |
4.2.b2019_2 19 Oct 2021 18:47:41 |
Cy Schubert (cy) |
audio/oss: Fix build on 14-CURRENT
As of dfff37765ce4ea4fd7db4d293b459dc84008f411 (1400010),
struct device on 14-CURRENT was renamed to struct _device. This
commit chases this change by adding a __FreeBSD_version CPP
conditional.
PR: 259275
Submitted by: cy
Reported by: cy
Reviewed by: crees
Tested by: cy
Approved by: crees
MFH: 2021Q4
Differential Revision: https://reviews.freebsd.org/D32560 |
4.2.b2019_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.2.b2019_2 25 Jan 2020 16:07:28 |
crees |
audio/oss: Fix build on head
Turns out there were even more issues than the timeout removal!
PR: ports/243586
Submitted by: Masachika ISHIZUKA |
4.2.b2019_2 17 Jan 2020 18:52:42 |
crees |
audio/oss: Fix build on recent FreeBSD
Replace function calls to removed function timeout.
Reviewed by: jhb |
4.2.b2019_1 02 Jan 2020 15:06:20 |
crees |
audio/oss: timeout has been removed in favour of callback(9)
I am working on a fix. |
4.2.b2019_1 24 Dec 2019 13:36:50 |
crees |
audio/oss: Silence further compiler warning; perhaps this will help. |
4.2.b2019_1 16 Dec 2019 13:29:34 |
crees |
Fix build on head- missing headers resulted in implicit incompatible
type conversions |
4.2.b2019_1 21 Sep 2019 18:13:31 |
crees |
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 |
4.2.b2019 13 Aug 2019 16:00:39 |
mat |
Convert to UCL & cleanup pkg-message (categories a-c) |
4.2.b2019 13 Mar 2019 00:13:58 |
jkim |
Fix build on 11.2. |
4.2.b2019 12 Mar 2019 22:27:36 |
jkim |
- 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 |
4.2.b2017 12 Jan 2019 23:04:06 |
fernape |
audio/oss: Fix breakage after r489819
The patch in r489819 broke the build in 11.
Address that and make sure this one builds in {11.2,12}{amd64,i386} and
13-CURRENT i386
PR: 234909
Reported by: leres@ |
4.2.b2017 09 Jan 2019 18:20:49 |
fernape |
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 |
4.2.b2017 27 Mar 2018 21:42:09 |
emaste |
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 |
4.2.b2017 25 Mar 2017 03:29:09 |
jbeich |
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 |
4.2.b2011 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
4.2.b2011 13 Apr 2016 10:42:37 |
jbeich |
audio/oss: convert to CONFIGURE_OUTSOURCE
PR: 208294
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D4157 |
4.2.b2011 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
4.2.b2011 22 Sep 2015 19:23:19 |
amdmi3 |
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. |
4.2.b2011 07 May 2015 10:04:16 |
jbeich |
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 |
4.2.b2009_1 08 Dec 2014 16:48:41 |
tijl |
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 ) |
4.2.b2009 04 Dec 2014 23:19:12 |
feld |
Correct "BSD" licenses in audio category |
4.2.b2009 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
4.2.b2009 02 Sep 2014 22:35:05 |
bapt |
pkg(8) already create empty directories no need to recreate them |
4.2.b2009 01 Jun 2014 13:03:14 |
ohauer |
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz) |
4.2.b2009 08 Mar 2014 00:09:15 |
jkim |
Update to 4.2-build2009. |
4.2.b2008 15 Jan 2014 22:38:22 |
bapt |
Reduce over inclusion of bsd.port.mk |
11 Dec 2013 14:35:37
|
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr |
4.2.b2008 29 Sep 2013 08:35:34 |
antoine |
Add an explicit dependency on pkgconf (needed to build ossxmix) |
4.2.b2008 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
4.2.b2008 20 Sep 2013 12:54:55 |
bdrewery |
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 ) |
4.2.b2008 13 Jul 2013 17:45:18 |
deischen |
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 |
4.2.b2007 02 May 2013 20:59:47 |
stefan |
Respect additional environment variable ${SYSDIR}.
PR: 170405
Submitted by: Jan Beich <jbeich@tormail.org> |
4.2.b2007 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
4.2.b2007 26 Oct 2012 05:31:59 |
jhale |
- 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 |
4.2.b2007 05 Oct 2012 20:07:33 |
jkim |
- Update to 4.2 build2007.
- Release maintainership to the ports pool. |
4.2.b2006_3 19 Jul 2012 20:15:39 |
naddy |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
4.2.b2006_2 25 Jun 2012 20:51:35 |
jkim |
Include bsd.port.pre.mk before SRC_BASE is referenced.
PR: ports/169212 |
4.2.b2006_2 04 Jun 2012 18:09:14 |
jkim |
Use the new options framework. |
4.2.b2006_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
4.2.b2006_1 20 Feb 2012 20:41:26 |
jkim |
Do not ignore hardwired device unit number.
Tested by: rank1seeker at gmail dot com |
4.2.b2006 17 Feb 2012 19:42:33 |
jkim |
Fix build on 8.x.
PR: ports/165193 |
4.2.b2006 17 Feb 2012 19:02:52 |
jkim |
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 |
4.2.b2005_1 31 Jan 2012 21:03:22 |
jkim |
- 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] |
4.2.b2005 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
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. |
4.2.b2005 25 Aug 2011 00:35:42 |
jkim |
Update to 4.2 build 2005. |
4.2.b2004_1 25 Jul 2011 17:45:00 |
jkim |
Fix build with Clang. |
4.2.b2004_1 21 Jun 2011 23:15:35 |
jkim |
Honor environment variable CC and fix build without cc(1). |
4.2.b2004_1 21 Jun 2011 22:17:50 |
jkim |
Fix build with clang. |
4.2.b2004 19 May 2011 19:08:54 |
jkim |
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 |
4.2.b2004 06 Jan 2011 19:52:07 |
jkim |
Add a missing change in the previous commit. |
4.2.b2004 06 Jan 2011 19:33:30 |
jkim |
Update to 4.2 build 2004 and add LICENSE. |
4.2.b2003 28 Jun 2010 20:46:44 |
jkim |
Update to 4.2 build 2003.
Feature safe: yes |
4.2.b2002_4 06 Jun 2010 20:44:03 |
naddy |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
4.2.b2002_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
4.2.b2002_3 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
4.2.b2002_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
4.2.b2002_1 19 Jan 2010 18:45:01 |
jkim |
Fix build on -CURRENT.
Reported by: QAT |
4.2.b2002_1 16 Nov 2009 18:12:31 |
jkim |
- 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) |
4.2.b2002 11 Nov 2009 17:40:19 |
jkim |
Update to 4.2 build 2002. |
4.2.b2000 22 Sep 2009 20:51:59 |
jkim |
Update to 4.2 build 2000.
Feature safe: yes |
4.1.b1052_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
4.1.b1052 10 Jul 2009 20:28:13 |
jkim |
Fix build on -CURRENT. |
4.1.b1052 25 Mar 2009 07:47:11 |
jkim |
Update to 4.1 build 1052. |
4.1.b1051_1 16 Feb 2009 21:28:49 |
jkim |
There is no need for minor() on -CURRENT. Just use dev2unit() macro. |
4.1.b1051_1 16 Feb 2009 20:42:54 |
jkim |
- 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] |
4.1.b1051 21 Jan 2009 16:29:51 |
jkim |
Update to 4.1 build 1051. |
4.1.b1050 12 Dec 2008 01:06:35 |
jkim |
Install an example file and remove redundant command from Makefile. |
4.1.b1050 12 Dec 2008 00:36:44 |
jkim |
Update to 4.1 build 1050. |
4.0.b1016_1 15 Jul 2008 16:36:13 |
jkim |
Work around SNDCTL_DSP_GETBLKSIZE API incompatibility.
PR: ports/125542 |
4.0.b1016 24 Jun 2008 21:36:50 |
jkim |
Update to build 1016.
Changelog: http://www.4front-tech.com/forum/viewtopic.php?p=9334#9334 |
4.0.b1015_1 06 Jun 2008 13:07:20 |
edwin |
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) |
4.0.b1015 25 Mar 2008 17:07:53 |
jkim |
Update to build 1015.
Changelog:
http://4front-tech.com/forum/viewtopic.php?p=8138#8138 |
4.0.b1014 03 Mar 2008 22:04:55 |
jkim |
Update to build 1014.
Changelog: http://4front-tech.com/forum/viewtopic.php?p=7888 |
4.0.b1013 13 Feb 2008 17:57:49 |
jkim |
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. |
4.0.b1012_3 14 Jan 2008 20:38:21 |
jkim |
Update PORTREVISION for the previous commit. |
4.0.b1012_2 14 Jan 2008 18:38:10 |
jkim |
Work around DMA buffer allocation failure for sblive.
Tested by: trasz |
4.0.b1012_1 07 Jan 2008 17:37:38 |
jkim |
Chase the source tarball changes by the vendor.
Two patches were missing in the previous commit. Oops. |
4.0.b1012_1 07 Jan 2008 17:20:30 |
jkim |
Chase the source tarball changes by the vendor.
Note: BSD license was changed from three-clause to two-clause version.
Reported by: many |
4.0.b1012 04 Jan 2008 23:25:14 |
jkim |
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 |
4.0.b1009 11 Dec 2007 20:19:07 |
jkim |
Update to build 1009. |
4.0.b1008_1 13 Nov 2007 15:59:06 |
jkim |
- 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) |
4.0.b1008 26 Oct 2007 15:15:17 |
jkim |
Update to build 1008.
Approved by: glewis (mentor) |
4.0.b1006_3 12 Oct 2007 16:13:14 |
jkim |
- 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) |
4.0.b1006_3 10 Oct 2007 18:07:11 |
jkim |
Move userdefs creation from install.sh to post-install.
Reported by: Christophe Cap (christophe dot cap at gmail dot com)
Approved by: glewis (mentor) |
4.0.b1006_2 07 Oct 2007 02:56:19 |
edwin |
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. |
4.0.b1006_2 02 Oct 2007 18:01:52 |
jkim |
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) |
4.0.b1006_1 19 Sep 2007 20:17:44 |
jkim |
Fix Audigy mixer bug.
http://4front-tech.com/forum/viewtopic.php?t=2290
Approved by: glewis (mentor)
Obtained from: 4Front Technologies |
4.0.b1006 05 Sep 2007 19:04:16 |
jkim |
Update to build 1006. |
4.0.b1004 18 Jul 2007 11:27:49 |
trasz |
Pass maintainership to Jung-uk Kim; he is putting much more effort
into this port than I do.
Approved by: jkim, miwi (mentor) |