Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
19.6.0_7,1 06 Dec 2022 17:00:45 |
Hans Petter Selasky (hselasky) |
audio/portaudio: Install missing source files to build examples.
PR: 267181
Approved by: pi (implicit) |
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) |
19.6.0_6,1 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 ) |
19.6.0_6,1 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 ) |
19.6.0_6,1 08 Jun 2022 16:24:35 |
Tijl Coosemans (tijl) |
devel/autoconf: update to 2.71
- Copy devel/autoconf to devel/autoconf2.69.
- Update devel/autoconf to 2.71.
- Allow ports to use 2.69 with USES=autoreconf:2.69.
PR: 258046
Exp-run by: antoine |
19.6.0_6,1 10 Sep 2021 21:17:30 |
Bernhard Froehlich (decke) |
audio/portaudio: Add CPE information
Approved by: portmgr (blanket) |
19.6.0_6,1 02 Aug 2021 16:03:15 |
Yuri Victorovich (yuri) |
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.
PR: 251125
Submitted by: Florian Walpen <dev@submerge.ch> (original version) |
19.6.0_5,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
19.6.0_5,1 28 Sep 2020 05:05:25 |
tobik |
Reset MAINTAINER |
19.6.0_5,1 12 Jul 2020 09:30:29 |
tobik |
audio/sndio: Update to 1.7.0 |
19.6.0_4,1 28 Jun 2020 05:00:42 |
tobik |
audio/portaudio: Pet portfmt&portclippy |
19.6.0_4,1 28 Jun 2020 03:50:37 |
tobik |
audio/portaudio: Do not leak private libraries in portaudio-2.0.pc
This prevents consumers from picking up bogus dependencies on
libsndio when PortAudio has been built with SNDIO=on.
PR: 247604 |
19.6.0_3,1 01 Mar 2019 09:40:24 |
tobik |
audio/portaudio: Amend r419598 and always add OSS default device first
r419598 tried to solve a problem where when hw.snd.default_unit is
set to anything except zero /dev/dsp0 is not available to programs
using portaudio since it assumes that /dev/dsp and /dev/dsp0 are
the same device.
However with that fix, when hw.snd.default_unit=1 and
hw.snd.basename_clone=0, portaudio will hide /dev/dsp1 from the
device list since it will use /dev/dsp for it instead of /dev/dsp1.
However since /dev/dsp is not available, QueryDevice() will fail
and /dev/dsp1 will never be added to the device list.
Instead of looking up hw.snd.default_unit we can solve this by
always trying to add /dev/dsp to the device list first.
PR: 236118
Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> |
19.6.0_2,1 01 Mar 2019 09:36:44 |
tobik |
audio/portaudio: Stop always building useless test and example programs
While here also install C++ bindings examples |
19.6.0_1,1 07 Feb 2019 13:16:25 |
tobik |
audio/portaudio: Mark MAKE_JOBS_UNSAFE after r492362
Reported by: cmt |
19.6.0_1,1 07 Feb 2019 11:42:19 |
tobik |
audio/portaudio: Build C++ bindings too
Requested by: Ulrich Huber |
19.6.0,1 27 Jul 2018 10:27:41 |
tobik |
audio/portaudio: Update to 19.6.0
- Sanitize version a bit. The version scheme is all over the place
on other systems [1]. Upstream calls it 19.6.0 in the release notes so
do the same in the port.
[1] https://repology.org/metapackage/portaudio/versions
Changes: https://app.assembla.com/wiki/show/portaudio/pa_stable_v190600_20161030
ABI: https://abi-laboratory.pro/tracker/timeline/portaudio/
PR: 229851
Submitted by: ndowens.fbsd@yandex.com |
19.20140130_8 20 Jul 2018 15:09:32 |
tobik |
audio/portaudio: Add support for enumerating multiple sndio devices
sndio has no device discovery mechanism and PortAudio has no way
of accepting raw device strings from users. Normally we just expose
the default device (which can be changed via the AUDIODEVICE
environment variable). This however means that we are stuck with
only one device at a time for playback/recording and would have to
restart applications (or the sndiod instance) to switch between
devices.
This is detrimental to the workflow in applications like Audacity
and makes them unusable in sndio only setups.
Add a new PA_SNDIO_AUDIODEVICES environment variables with which
users can specify and expose a list of 16 additional sndio devices
to applications using PortAudio.
Example:
PA_SNDIO_AUDIODEVICES=snd/0.monitor:snd@remote/0:rsnd/3 |
19.20140130_7 18 Jul 2018 02:53:35 |
tobik |
audio/portaudio: Add three new functions* required by Audacity
* Pa_GetStreamHostApiType, PaOSS_GetStream{In,Out}putDevice
This will allow us to change audio/audacity to use audio/portaudio
instead of the bundled version. End goal is sndio support in
Audacity without having to duplicate existing patches.
While here
- Remove unnecessary patches
- Cleanup DOCS and PATEST install
- Take maintainership
Obtained from: Audacity 2.2.2's portaudio.patch |
19.20140130_6 21 Mar 2017 12:05:55 |
tobik |
- Add SNDIO option
- Reset maintainer after 4 consecutive maintainer timeouts
- Use *_CONFIGURE_WITH options helper
- Do not install tests by default
PR: 217385
Obtained from: OpenBSD
Approved by: lme (mentor), maintainer timeout (3 weeks)
Differential Revision: https://reviews.freebsd.org/D10072 |
19.20140130_5 04 Aug 2016 07:24:01 |
kevlo |
Support hw.snd.default_unit sysctl.
If the hw.snd.default_unit is set to anything except zero, /dev/dsp0 is
not available to programs using portaudio, since it assumes that /dev/dsp
and /dev/dsp0 are the same device.
PR: 208968
Submitted by: shurd
Approved by: koalative@gmail.com (maintainer timeout) |
19.20140130_4 09 Jul 2016 18:59:20 |
pi |
audio/portaudio: fix test program installation
- Before the patch the libtool wrapper scripts were installed
instead of real test programs
PR: 210455
Submitted by: Tobias Kortkamp <t@tobik.me>
Approved by: koalative@gmail.com (maintainer timeout) |
19.20140130_3 12 May 2016 18:22:37 |
amdmi3 |
- Don't install example scripts that don't work outside WRKDIR
- While here, minor cosmetic fixes
PR: 208969
Submitted by: shurd@FreeBSD.org
Approved by: maintainer timeout (koalative@gmail.com, 2 weeks) |
19.20140130_3 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
19.20140130_3 19 Aug 2015 13:30:00 |
mat |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
19.20140130_3 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
19.20140130_2 30 May 2015 20:39:13 |
bapt |
Update portaudio to v19/Remove portaudio2 [1]
Chase portaudio change
Add patches from debian for games/cultivation
Add patches from upsteam for audio/rezound
Mark py-fastaudio as broken
Approved by: maintainer |
18.1_4 05 Apr 2015 23:54:49 |
amdmi3 |
- Add LICENSE_FILE
- Simplify installation
- Strip library
PR: 197850
Submitted by: amdmi3
Approved by: maintainer timeout |
18.1_3 25 Mar 2015 21:37:40 |
marino |
audio category: Remove $PTHREAD_LIBS
xmcd didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket |
18.1_3 16 Jun 2014 21:03:58 |
nemysis |
These ports are no longer used or cared for.
Dave Shar <koalative at gmail.com> wishes to maintain these ports
with my help.
audio/portaudio
- Pass maintainership to koalative at gmail.com
audio/portaudio2
- Pass maintainership to koalative at gmail.com
deskutils/parcellite
(Only the first 15 lines of the commit message are shown above ) |
18.1_3 07 Mar 2014 15:48:59 |
bapt |
Convert to rest of a* to USES=zip |
18.1_3 08 Jan 2014 14:59:09 |
skreuzer |
Convert USE_DOS2UNIX to USES=dos2unix |
18.1_3 09 Oct 2013 03:14:49 |
nemysis |
- Change maintainer email to @FreeBSD.org
- Add DOCS Option
- Support STAGEDIR and add OPTIONS_SUB
Approved by: wg/pawel (mentors) |
18.1_3 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
30 Aug 2013 23:01:06
|
bapt |
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix |
18.1_3 30 Dec 2012 17:57:04 |
mva |
- Convert to OptionsNG framework
- Trim Makefile headers
- Add LICENSE
- Pass maintainership to submitter
PR: ports/172678
Submitted by: nemysis <nemysis@gmx.ch> |
18.1_2 05 May 2012 17:46:41 |
ak |
- Use USE_DOS2UNIX instead of homemade equivalent
Approved by: eadler (mentor) |
18.1_2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
18.1_2 12 Mar 2011 18:12:57 |
mezz |
Fix the build with gmake-3.82 by add '/' in two targets.
Reported by: pointyhat-exp with gmake 3.82 (linimon)
Tested with: ade's gmake 3.82 patch on devel/gmake only |
18.1_2 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
18.1_2 07 Sep 2008 00:36:27 |
linimon |
Reset lofi due to not commits in over 3 months, PR backlog, and no response
to email.
Hat: portmgr |
18.1_2 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
18.1_2 30 Jan 2007 04:23:59 |
kris |
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose |
18.1_2 03 May 2006 05:14:35 |
edwin |
Remove USE_REINPLACE from ports in categories starting with A. |
18.1_2 22 Jan 2006 08:13:12 |
edwin |
SHA256ify
Approved by: krion@ |
18.1_2 22 Mar 2004 00:25:55 |
kris |
Split out header/PTHREAD_LIBS fixups into post-patch, otherwise the
latter prevents the patching of nearby parts of files. This fixes
patching on 4.x. |
18.1_2 18 Mar 2004 01:41:17 |
lofi |
SIZEify. |
18.1_2 15 Mar 2004 23:54:12 |
kris |
Better fix for amd64 (don't pessimize lib.a by compiling objects with -fPIC) |
18.1_2 10 Feb 2004 17:53:49 |
lofi |
Fix on amd64.
Submitted by: arved |
18.1_2 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
18.1_1 07 Dec 2003 15:30:01 |
lofi |
Readd more of the previously deleted cludge. Bump PORTREVISION. |
18.1 07 Dec 2003 14:56:17 |
lofi |
Readd cludge for ldconfig which got accidentally removed in the previous
commit. |
18.1 07 Dec 2003 14:40:31 |
lofi |
Update to version 18.1 |
18 11 Jun 2003 22:05:09 |
lioux |
Fix build in 5.x branch: machine/soundcard.h -> sys/soundcard.h
PR: 53171
Submitted by: maintainer |
18 03 Jun 2003 19:03:16 |
lioux |
New port portaudio version 18: Portable cross-platform Audio API
PR: 52406
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net> et. al. |