notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: audio/oss/Makefile

Number of commits found: 83

Sunday, 18 Feb 2024
13:28 Gleb Popov (arrowd) search for other commits by this committer
audio/*: Move manpages to share/man

Approved by:	portmgr (blanket)
commit hash: 487cc0fe64bc4180f5715780acead619841acdeb commit hash: 487cc0fe64bc4180f5715780acead619841acdeb commit hash: 487cc0fe64bc4180f5715780acead619841acdeb commit hash: 487cc0fe64bc4180f5715780acead619841acdeb 487cc0f
Thursday, 13 Apr 2023
08:16 Chris Rees (crees) search for other commits by this committer 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
commit hash: 4353081bac0cb82f0590bf81800ac507f0cb75dd commit hash: 4353081bac0cb82f0590bf81800ac507f0cb75dd commit hash: 4353081bac0cb82f0590bf81800ac507f0cb75dd commit hash: 4353081bac0cb82f0590bf81800ac507f0cb75dd 4353081
Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
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.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
Friday, 16 Sep 2022
07:40 Yuri Victorovich (yuri) search for other commits by this committer
audio/oss: Fix build by removing -Werror

Reported by:	fallout
Approved by:	portmgr (unbreak)
commit hash: fe0e9a9970cde163c8d97942661d608117ada2e3 commit hash: fe0e9a9970cde163c8d97942661d608117ada2e3 commit hash: fe0e9a9970cde163c8d97942661d608117ada2e3 commit hash: fe0e9a9970cde163c8d97942661d608117ada2e3 fe0e9a9
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:20 Tobias C. Berner (tcberner) search for other commits by this committer
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>
  *  Alexander Yerenkow <yerenkow@gmail.com>
  *  Alexandr Kovalenko <never@nevermind.kiev.ua>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Anders Nordby <anders@fix.no>
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Anes Mukhametov <anes@anes.su>
  *  Anthony Ginepro <anthony.ginepro@laposte.net>
  *  Anton Yuzhaninov <citrin@citrin.ru>
  *  Aragon Gouveia <aragon@phat.za.net>
  *  Ashish SHUKLA <wahjava@gmail.com>
  *  Ayumi M <ayu@commun.jp>
  *  Ayumi Mitsui <ayu@commun.jp>
  *  Bartoletti <lbartoletti@FreeBSD.org>
  *  Bernard Spil <brnrd@FreeBSD.org>
  *  Bill Fenner <fenner@FreeBSD.org>
  *  Brad Walker <tha_walka@hotmail.com>
  *  Brett Taylor <brett@peloton.physics.montana.edu>
  *  Byung-Hee HWANG <bh@izb.knu.ac.kr>
  *  Carey Jones <mcj@acquiesce.org>
  *  Carlos J. Puga Medina <cpm@FreeBSD.org>
  *  Cezary Morga <cm@therek.net>
  *  Chao Shin <quakelee@cn.freebsd.org>
  *  Charles Mercadal <mercadal@diablonet.net>
  *  Chia-liang Kao <clkao@CirX.ORG>
  *  Chip Marshall <chip@eboai.org>
  *  Choi Jun Ho <junker@moderato.snu.ac.kr>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Christian Laursen <xi@borderworlds.dk>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Daniel Menelkir <dmenelkir@gmail.com>
  *  Daniel O'Connor
  *  David Bushong <david@bushong.net>
  *  David Le Brun <david@dyn-ns.net>
  *  David MacKenzie <djm@pix.net>
  *  David Naylor <dbn@FreeBSD.org>
  *  David Naylor <naylor.b.david@gmail.com>
  *  David Yeske <dyeske@gmail.com>
  *  Denise H. G. <darcsis@gmail.com>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Dennis Herrmann <dhn@FreeBSD.org>
  *  Devon Ryan <dpryan@dpryan.com>
  *  Ditesh Shashikant Gathani <ditesh@gathani.org>
  *  Dmitry Afanasiev <KOT@MATPOCKuH.Ru>
  *  Dominic Mitchell <dom@happygiraffe.net>
  *  Dominique Goncalves <dominique.goncalves@gmail.com>
  *  Dryice Liu <dryice@dryice.name>
  *  Edward Tomasz Napierala <trasz@FreeBSD.org>
  *  Edward Tomasz Napierala <trasz@pin.if.uz.zgora.pl>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Eric Anholt <anholt@FreeBSD.org>
  *  Erik Cederstrand <erich@FreeBSD.org>
  *  Francisco Gomez <francisco@gomezmarin.com>
  *  Frank Laszlo <laszlof@vonostingroup.com>
  *  František Dvořák <valtri@civ.zcu.cz>
  *  Fraser Tweedale <frase@frase.id.au>
  *  Gabor Kovesdan
  *  Gabor Zahemszky <Gabor@Zahemszky.HU>
  *  Ganael Laplanche <ganael.laplanche@martymac.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Gennady Sorokopud <gena@NetVision.net.il>
  *  George Reid <greid@FreeBSD.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Goran Mekić <meka@tilda.center>
  *  Grzegorz Blach <gblach@FreeBSD.org>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Hans Petter Selasky <hselasky@FreeBSD.org>
  *  Hans Petter Selasky <hselasky@freebsd.org>
  *  Hye-Shik Chang
  *  Hye-Shik Chang <perky@FreeBSD.org>
  *  Jaap Akkerhuis <jaap@NLnetLabs.nl>
  *  Jamie Heckford <jamie@blackhole.net>
  *  Jean-Marc Zucconi <jmz@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jerry Eriksson <jerry@freebsd.se>
  *  Jim Mock <jim@FreeBSD.org>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Joao Carlos Mendes Luis <jonny@jonny.eng.br>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  John Hixson <jhixson@FreeBSD.org>
  *  John Hixson <john@pcbsd.org>
  *  Jonathan Lennox <lennox@cs.columbia.edu>
  *  Joris Vandalon <joris@vandalon.nl>
  *  Juha Erkkilä <erkkila@cc.jyu.fi>
  *  Juha Nygard <juha.nygard1@netikka.fi>
  *  Kawaguti Ginga <ginga@athena.club.ne.jp>
  *  Kengo Ichiki <kichiki@users.sourceforge.net>
  *  Koine Yuusuke(koinec) <koinec@users.osdn.me>
  *  Konstantinos Konstantinidis <kkonstan@daemon.gr>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Lars Engels <lars.engels@0x20.net>
  *  Lars Engels <lme@FreeBSD.org>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Leo Kim <leo@florida.sarang.net>
  *  Liam J. Foy <liamfoy@sepulcrum.org>
  *  Manuel Creach <manuel.creach@icloud.com>
  *  Marc van Woerkom <3d@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark Kane <mark@mkproductions.org>
  *  Mark Pulford <mark@kyne.com.au>
  *  Mark Reidel <ports@mark.reidel.info>
  *  Mark Reidel <ports@mark.reidle.info>
  *  Martin Blapp <mbr@FreeBSD.org>
  *  Martin Dieringer <Martin.Dieringer@t-online.de>
  *  Martin Kraft <martin.kraft@fal.de>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke (miwi@FreeBSD.org)
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Masanori Kiriake <seiken@nbs.co.jp>
  *  Mathew Kanner <mat@hak.cnd.mcgill.ca>
  *  Matt Tosto <datahead4@gmail.com>
  *  Matthias Andree <matthias.andree@gmx.de>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Beer <beerml@sigma6audio.de>
  *  Michael Haro <mharo@area51.fremont.ca.us>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael Nottebrock <michaelnottebrock@gmx.net>
  *  Michael Vasilenko <acid@stu.cn.ua>
  *  Mike Makonnen <mtm@identd.net>
  *  Munish Chopra <mchopra@engmail.uwaterloo.ca>
  *  Mykola Dzham <i@levsha.me>
  *  Nadelyaev Stanislav <funkblaster@n11.bmstu.ru>
  *  Necati Ersen SISECI <siseci@enderunix.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nicola Vitale <nivit@email.it>
  *  Nicolas Herry <nicolasherry@gmail.com>
  *  Oliver Breuninger <ob@breuninger.org>
  *  Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de>
  *  Oliver Lehmann <oliver@FreeBSD.org>
  *  Olivier Duchateau
  *  Oyvind Moll <oyvindmo@initio.no>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pav Lucistnik <pav@oook.cz>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Philip Paeps <philip@paeps.cx>
  *  Philippe Audeoud <jadawin@tuxaco.net>
  *  Pietro Cerutti <gahr@FreeBSD.org>
  *  Piotr Kubaj <emulation@FreeBSD.org$
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Putrya Statislav
  *  Rahul Siddharthan <rsidd@online.fr>
  *  Rich Neese <r.neese@gmail.com>
  *  Richard Neese
  *  Rob Zinkov <rzinkov@gmail.com>
  *  Romain Tartiere <romain@blogreen.org>
  *  Romain Tartière <romain@blogreen.org>
  *  Roman Bogorodskiy
  *  Roman Shterenzon <roman@xpert.com>
  *  Sander Janssen <janssen@rendo.dekooi.nl>
  *  Sascha Klauder <sklauder@trimind.de>
  *  Satoshi Taoka <taoka@FreeBSD.org>
  *  Sean McGovern <sean@sfarc.net>
  *  Sergey Akifyev <asa@gascom.ru>
  *  Seth Kingsley <sethk@osd.bsdi.com>
  *  Simon 'corecode' Schubert <corecode@corecode.ath.cx>
  *  Simon Barner <barner@gmx.de>
  *  Stas Timokhin <stast@bsdportal.ru>
  *  Stefan Ehmann <shoesoft@gmx.net>
  *  Stefan Jahn <stefan.jahn@nemesis-sektor.de>
  *  Stefan Zehl <sec@42.org>
  *  Stepan Zastupov [RedChrom] <redchrom@gmail.com>
  *  Steve Wills <swills@FreeBSD.org>
  *  Sue Blake <sue@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
  *  TOMIDA, Hiroaki <t.hiroaki.209 at gmail.com>
  *  Tatsuki Makino <tatsuki_makino@hotmail.com>
  *  The Anarcat <anarcat@anarcat.dyndns.org>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Thomas M. Hermann <tmh.public@gmail.com>
  *  Thomas Runge <runge@rostock.zgdv.de>
  *  Thomas Zander <riggs@FreeBSD.org>
  *  Tilman Linneweh <arved@FreeBSD.org>
  *  Tim Bishop <tdb@FreeBSD.org>
  *  Timothy Beyer <beyert@cs.ucr.edu>
  *  Tobias Rehbein <tobias.rehbein@web.de>
  *  Tyler Spivey
  *  Ulrich Spoerlein <q@uni.de>
  *  Ulrich Spoerlein <uspoerlein@gmail.com>
  *  Vanilla I. Shu <vanilla@FreeBSD.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vincent Tantardini <vinc@FreeBSD-fr.org>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Yanhui Shen <shen.elf@gmail.com>
  *  Yar Tikhiy <yar@FreeBSD.org>
  *  Yar Tikhiy <yar@comp.chem.msu.su>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yoichi Asai <yatt@luna2.org>
  *  Yoichi Asai <yatt@msc.biglobe.ne.jp>
  *  Yoshiaki Uchikawa
  *  Yoshihide SONODA <ysonoda@dontaku.csce.kyushu-u.ac.jp>
  *  Yuri Victorovich
  *  Yuri Victorovich <yuri@FreeBSD.org>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Zach Zurflu <zach@pabst.bendnet.com>
  *  Zane C. Bowers
  *  Zane C. Bowers-Hadley <vvelox@vvelox.net>
  *  Zhihao Yuan <lichray@gmail.com>
  *  ache
  *  arved
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  ericb@thedeepsky.com
  *  erich@FreeBSD.org
  *  faulkner@mpd.tandem.com
  *  gahr
  *  greg
  *  hrkfrd@googlemail.com
  *  ijliao
  *  janek@gaja.ipan.lublin.pl
  *  jkh
  *  jockl <jockl@pianojockl.org>
  *  kbyanc@posi.net
  *  kwm@rainbow-runner.nl
  *  lazyklimm <lazyklimm@gmail.com>
  *  leo
  *  lx
  *  mahonmesr@googlemail.com
  *  marius nuennerich
  *  mathias.picker@gmx.de
  *  michael johnson <ahze@ahze.net>
  *  michaelnottebrock@gmx.net and lioux@FreeBSD.org
  *  mtm@identd.net
  *  nemysis <nemysis@gmx.ch>
  *  nork@FreeBSD.org
  *  nox@jelal.kn-bremen.de
  *  numisemis at yahoo dot com
  *  patrick
  *  pjm <pierrejacqes.mimifir@gmail.com>
  *  pozar
  *  pst
  *  r.neese
  *  rene@FreeBSD.org (repocopied from audio/py-mpd)
  *  sethk
  *  shanee@augusta.de
  *  sobomax
  *  squell@alumina.nl
  *  swallace
  *  t.vanklaveren@student.utwente.nl
  *  torstenb
  *  trasz <trasz@FreeBSD.org
  *  trasz <trasz@pin.if.uz.zgora.pl>
  *  trevor
  *  ugen
  *  will
  *  yoshiaki Uchikawa

With hat:	portmgr
commit hash: 213b0b7a75cfb93729483fb1f59b236448f06a13 commit hash: 213b0b7a75cfb93729483fb1f59b236448f06a13 commit hash: 213b0b7a75cfb93729483fb1f59b236448f06a13 commit hash: 213b0b7a75cfb93729483fb1f59b236448f06a13 213b0b7
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 17 Jan 2020
18:52 crees search for other commits by this committer
audio/oss: Fix build on recent FreeBSD

Replace function calls to removed function timeout.

Reviewed by:	jhb
Original commitRevision:523348 
Thursday, 2 Jan 2020
15:06 crees search for other commits by this committer
audio/oss: timeout has been removed in favour of callback(9)

I am working on a fix.
Original commitRevision:521837 
Tuesday, 24 Dec 2019
13:36 crees search for other commits by this committer
audio/oss: Silence further compiler warning; perhaps this will help.
Original commitRevision:520805 
Saturday, 21 Sep 2019
18:13 crees search for other commits by this committer
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
Original commitRevision:512528 
Tuesday, 12 Mar 2019
22:27 jkim search for other commits by this committer
- 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
Original commitRevision:495531 
Wednesday, 9 Jan 2019
18:20 fernape search for other commits by this committer
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
Original commitRevision:489819 
Tuesday, 27 Mar 2018
21:42 emaste search for other commits by this committer
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
Original commitRevision:465763 
Saturday, 25 Mar 2017
03:29 jbeich search for other commits by this committer
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
Original commitRevision:436874 
Wednesday, 13 Apr 2016
10:42 jbeich search for other commits by this committer
audio/oss: convert to CONFIGURE_OUTSOURCE

PR:		208294
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D4157
Original commitRevision:413190 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Tuesday, 22 Sep 2015
19:23 amdmi3 search for other commits by this committer
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.
Original commitRevision:397578 
Thursday, 7 May 2015
10:04 jbeich search for other commits by this committer
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
Original commitRevision:385608 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
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.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Thursday, 4 Dec 2014
23:19 feld search for other commits by this committer
Correct "BSD" licenses in audio category
Original commitRevision:373990 
Sunday, 1 Jun 2014
13:03 ohauer search for other commits by this committer
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)
Original commitRevision:356114 
Saturday, 8 Mar 2014
00:09 jkim search for other commits by this committer
Update to 4.2-build2009.
Original commitRevision:347436 
Wednesday, 15 Jan 2014
22:38 bapt search for other commits by this committer
Reduce over inclusion of bsd.port.mk
Original commitRevision:339838 
Wednesday, 11 Dec 2013
14:35 bapt search for other commits by this committer
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio

With hat:	portmgr
Original commitRevision:336166 
Sunday, 29 Sep 2013
08:35 antoine search for other commits by this committer
Add an explicit dependency on pkgconf (needed to build ossxmix)
Original commitRevision:328650 
Friday, 20 Sep 2013
14:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
Original commitRevision:327706 
12:54 bdrewery search for other commits by this committer
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
symbols.

Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.

[1]
http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup

PR:		ports/138228 [2]
Submitted by:	jlh (bsd.ssp.mk based on)
Reviewed by:	bapt
With hat:	portmgr
exp-runs done:	37 over a month on 91i386,91amd64,10i386,10amd64
Original commitRevision:327697 
Saturday, 13 Jul 2013
17:45 deischen search for other commits by this committer
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
Original commitRevision:322952 
Thursday, 2 May 2013
20:59 stefan search for other commits by this committer
Respect additional environment variable ${SYSDIR}.

PR:		170405
Submitted by:	Jan Beich <jbeich@tormail.org>
Original commitRevision:317148 
Friday, 26 Oct 2012
05:31 jhale search for other commits by this committer
- 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
Original commitRevision:306416 
Friday, 5 Oct 2012
20:07 jkim search for other commits by this committer
- Update to 4.2 build2007.
- Release maintainership to the ports pool.
Original commitRevision:305319 
Thursday, 19 Jul 2012
20:15 naddy search for other commits by this committer
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
Original commit
Monday, 25 Jun 2012
20:51 jkim search for other commits by this committer
Include bsd.port.pre.mk before SRC_BASE is referenced.

PR:     ports/169212
Original commit
Monday, 4 Jun 2012
18:09 jkim search for other commits by this committer
Use the new options framework.
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Monday, 20 Feb 2012
20:41 jkim search for other commits by this committer
Do not ignore hardwired device unit number.

Tested by:      rank1seeker at gmail dot com
Original commit
Friday, 17 Feb 2012
19:02 jkim search for other commits by this committer
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
Original commit
Tuesday, 31 Jan 2012
21:03 jkim search for other commits by this committer
- 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]
Original commit
Thursday, 25 Aug 2011
00:35 jkim search for other commits by this committer
Update to 4.2 build 2005.
Original commit
Monday, 25 Jul 2011
17:45 jkim search for other commits by this committer
Fix build with Clang.
Original commit
Tuesday, 21 Jun 2011
22:17 jkim search for other commits by this committer
Fix build with clang.
Original commit
Thursday, 19 May 2011
19:08 jkim search for other commits by this committer
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
Original commit
Thursday, 6 Jan 2011
19:33 jkim search for other commits by this committer
Update to 4.2 build 2004 and add LICENSE.
Original commit
Monday, 28 Jun 2010
20:46 jkim search for other commits by this committer
Update to 4.2 build 2003.

Feature safe:   yes
Original commit
Sunday, 6 Jun 2010
20:44 naddy search for other commits by this committer
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Monday, 16 Nov 2009
18:12 jkim search for other commits by this committer
- 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)
Original commit
Wednesday, 11 Nov 2009
17:40 jkim search for other commits by this committer
Update to 4.2 build 2002.
Original commit
Tuesday, 22 Sep 2009
20:51 jkim search for other commits by this committer
Update to 4.2 build 2000.

Feature safe:   yes
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Wednesday, 25 Mar 2009
07:47 jkim search for other commits by this committer
Update to 4.1 build 1052.
Original commit
Monday, 16 Feb 2009
20:42 jkim search for other commits by this committer
- 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]
Original commit
Wednesday, 21 Jan 2009
16:29 jkim search for other commits by this committer
Update to 4.1 build 1051.
Original commit
Friday, 12 Dec 2008
01:06 jkim search for other commits by this committer
Install an example file and remove redundant command from Makefile.
Original commit
00:36 jkim search for other commits by this committer
Update to 4.1 build 1050.
Original commit
Tuesday, 15 Jul 2008
16:36 jkim search for other commits by this committer
Work around SNDCTL_DSP_GETBLKSIZE API incompatibility.

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

Changelog:      http://www.4front-tech.com/forum/viewtopic.php?p=9334#9334
Original commit
Friday, 6 Jun 2008
13:07 edwin search for other commits by this committer
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)
Original commit
Tuesday, 25 Mar 2008
17:07 jkim search for other commits by this committer
Update to build 1015.

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

Changelog:      http://4front-tech.com/forum/viewtopic.php?p=7888
Original commit
Wednesday, 13 Feb 2008
17:57 jkim search for other commits by this committer
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.
Original commit
Monday, 14 Jan 2008
20:38 jkim search for other commits by this committer
Update PORTREVISION for the previous commit.
Original commit
18:38 jkim search for other commits by this committer
Work around DMA buffer allocation failure for sblive.

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

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

Reported by:    many
Original commit
Friday, 4 Jan 2008
23:25 jkim search for other commits by this committer
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
Original commit
Tuesday, 11 Dec 2007
20:19 jkim search for other commits by this committer
Update to build 1009.
Original commit
Tuesday, 13 Nov 2007
15:59 jkim search for other commits by this committer
- 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)
Original commit
Friday, 26 Oct 2007
15:15 jkim search for other commits by this committer
Update to build 1008.

Approved by:    glewis (mentor)
Original commit
Friday, 12 Oct 2007
16:13 jkim search for other commits by this committer
- 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)
Original commit
Sunday, 7 Oct 2007
02:56 edwin search for other commits by this committer
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.
Original commit
Tuesday, 2 Oct 2007
18:01 jkim search for other commits by this committer
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)
Original commit
Wednesday, 19 Sep 2007
20:17 jkim search for other commits by this committer
Fix Audigy mixer bug.

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

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

Approved by:    jkim, miwi (mentor)
Original commit
Saturday, 14 Jul 2007
18:26 trasz search for other commits by this committer
- 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)
Original commit
Thursday, 12 Jul 2007
18:40 trasz search for other commits by this committer
- Make it work on 7-CURRENT.

Submitted by:   jkim
Approved by:    miwi (mentor)
Original commit
Wednesday, 11 Jul 2007
22:06 trasz search for other commits by this committer
- Use proper capitalization in my email address.

Approved by:    miwi (mentor)
Suggested by:   sat
Original commit
Sunday, 8 Jul 2007
12:32 trasz search for other commits by this committer
- 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)
Original commit
Friday, 29 Jun 2007
09:22 linimon search for other commits by this committer
Installs kernel modules, so assign it to new kld virtual category.

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

Approved by:    miwi (mentor)
Original commit
Saturday, 23 Jun 2007
20:58 trasz search for other commits by this committer
- Add Open Sound System drivers, version 4.0 build 1003.

Approved by:    miwi (mentor)
Original commit

Number of commits found: 83