non port: audio/sox/Makefile |
SVNWeb
|
Number of commits found: 81 |
Mon, 7 Aug 2023
|
[ 16:34 Gleb Popov (arrowd) ] b1ecad5 (Only the first 10 of 201 ports in this commit are shown above. )
audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.
Sponsored by: Serenity Cybersecurity, LLC
PR: 262713
|
Tue, 25 Apr 2023
|
[ 15:17 Christian Weisgerber (naddy) ] feb1fa3 (Only the first 10 of 1613 ports in this commit are shown above. )
audio/opus: bump consumers after update to 1.4
|
Fri, 25 Nov 2022
|
[ 16:42 Fernando Apesteguía (fernape) Author: Dan Nelson ] 0613b0f
audio/sox: fix man page.
Rename custom macros.
Use \fB..\fR to let mandoc(1) run without warnings.
PR: 267908
Reported by: dgilbert@eicat.ca
|
Sun, 6 Nov 2022
|
[ 10:46 Daniel Engberg (diizzy) ] 0075dcd
audio/sox: Update to latest commit (20210509)
Since development seems to progress very slowly just follow other distros
and update to latest commit. We're using Gentoo's distfile as source since
there's no way to download arbitrary git hashes in tar/zip format without
using a browser and there's no need for us to roll our own.
This fixes following CVEs:
CVE-2019-13590
CVE-2019-8357
CVE-2019-8356
CVE-2019-8355
CVE-2019-8354
CVE-2017-18189
CVE-2017-15642 (Only the first 15 lines of the commit message are shown above )
|
Sun, 25 Sep 2022
|
[ 20:14 Christian Weisgerber (naddy) ] 1e5aaab (Only the first 10 of 76 ports in this commit are shown above. )
audio/flac: bump port revision of consumers after update to 1.4.1
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] 213b0b7 (Only the first 10 of 561 ports in this commit are shown above. )
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 )
|
Mon, 11 Jul 2022
|
[ 21:46 Po-Chuan Hsieh (sunpoet) ] 2bbe718 (Only the first 10 of 48 ports in this commit are shown above. )
audio/libmad: Set SONAME to libmad.so.0 instead of libmad.so.0.16.2
- Bump PORTREVISION of dependent ports for shlib change
- Bump PORTREVISION for package change
|
Fri, 29 Oct 2021
|
[ 09:50 Stefan Eßer (se) ] 819f25b (Only the first 10 of 388 ports in this commit are shown above. )
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket)
|
Sun, 29 Aug 2021
|
[ 18:14 Bernhard Froehlich (decke) ] 8033554
audio/sox: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 12 Jul 2020
|
[ 09:30 tobik ] (Only the first 10 of 52 ports in this commit are shown above. )
audio/sndio: Update to 1.7.0
|
Mon, 20 Nov 2017
|
[ 20:34 tobik ]
audio/sox: Fix segfault in the OSS backend
sox currently crashes when it finishes playing a file.
PR: 213262
Approved by: Dan Nelson <dnelson@allantgroup.com> (maintainer)
Reported by: Alexandros Perdikomatis <alexandrosperdikomatis@gmail.com>
Obtained from: Pkgsrc
MFH: 2017Q4
|
Fri, 16 Jun 2017
|
[ 15:29 tobik ]
- Add SNDIO option and make enabling the sndio backend explicit. It's
currently automatically enabled when sndio is available in the build
environment.
- Add a OSS default option, so that the OSS backend can be turned off
if desired.
- Since there are a lot of audio backend options, group them to make
the config dialog more readable.
- USES=localbase:ldflags
PR: 219998
Approved by: mat (mentor), Dan Nelson <dnelson@allantgroup.com> (maintainer)
Differential Revision: https://reviews.freebsd.org/D11227
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 31 Dec 2015
|
[ 08:25 riggs ]
Display version string correctly
PR: 205732
Submitted by: eserte12@yahoo.de
Approved by: dnelson@allantgroup.com (maintainer)
|
Wed, 19 Aug 2015
|
[ 13:30 mat ] (Only the first 10 of 172 ports in this commit are shown above. )
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412?
|
Sat, 2 May 2015
|
[ 14:02 riggs ]
- Update to upstream version 14.4.2
- Bump PORTREVISION on lib-dependent ports
PR: 199567
Submitted by: takefu@airport.fm
Approved by: dnelson@allantgroup.com (maintainer)
|
Wed, 25 Mar 2015
|
[ 21:37 marino ] (Only the first 10 of 37 ports in this commit are shown above. )
audio category: Remove $PTHREAD_LIBS
xmcd didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket
|
Sun, 28 Dec 2014
|
[ 19:10 bapt ]
convert to USES=autoreconf
|
Thu, 25 Dec 2014
|
[ 20:54 bapt ] (Only the first 10 of 446 ports in this commit are shown above. )
Bump portrevision after png update
|
[ 19:04 antoine ] (Only the first 10 of 332 ports in this commit are shown above. )
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
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 )
|
Wed, 17 Sep 2014
|
[ 07:38 tijl ] (Only the first 10 of 60 ports in this commit are shown above. )
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt)
|
Fri, 15 Aug 2014
|
[ 16:21 amdmi3 ]
- Drop .la files, no dependees require them
Approved by: portmgr blanket
|
Sun, 15 Jun 2014
|
[ 23:44 amdmi3 ]
- Add missing USES=libtool
Approved by: portmgr blanket
|
Sun, 2 Mar 2014
|
[ 11:29 riggs ]
- Fix symlink pointing to non-existing manpage
- Bump PORTREVISION
PR: ports/186540
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Approved by: thierry (mentor), Dan Nelson <dnelson@allantgroup.com> (maintainer)
MFH: 2014Q1
|
Wed, 5 Feb 2014
|
[ 15:53 bapt ] (Only the first 10 of 40 ports in this commit are shown above. )
Chase libmad changes
|
Sat, 14 Dec 2013
|
[ 10:52 pawel ]
- Add option PULSEADUIO default to off, package links to
libpulse when availble on system
- Don't reset options to just LAME when not building
on package server
- Convert to new LID_DEPENDS format, use option helpers
PR: ports/182838
Submitted by: me
Approved by: maintainer timeout
|
Wed, 11 Dec 2013
|
[ 14:35 bapt ] (Only the first 10 of 268 ports in this commit are shown above. )
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr
|
Sat, 19 Oct 2013
|
[ 16:43 wg ] (Only the first 10 of 61 ports in this commit are shown above. )
multimedia/ffmpeg: update to 2.0.1
- Update main ffmpeg port to 2.0.1
- Bump and update dependent ports when necessary (API change)
Approved by: portmgr (bapt)
|
Fri, 20 Sep 2013
|
[ 14:36 bapt ] (Only the first 10 of 879 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
|
Sun, 9 Jun 2013
|
[ 19:30 naddy ] (Only the first 10 of 67 ports in this commit are shown above. )
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.
PR: 179072
|
Mon, 22 Apr 2013
|
[ 23:19 bapt ] (Only the first 10 of 57 ports in this commit are shown above. )
Convert USE_PKGCONFIG -> USES=pkgconf for audio category
|
Thu, 21 Mar 2013
|
[ 17:32 bapt ] (Only the first 10 of 21 ports in this commit are shown above. )
Convert to new options framework left un converted ports in a* categories
While here trim headers
Convert some gnomehack to pathfix
Convert some pkgconfig to USE_PKGCONFIG=build
|
Sun, 23 Sep 2012
|
[ 21:19 jhale ]
- Fix FFMPEG option when ffmpeg-devel is installed
While here:
- Move LICENSE to proper location
- Convert to USE_PKGCONFIG
PR: ports/171813
Submitted by: Dan Nelson <dnelson at allantgroup.com> (maintainer)
Approved by: makc (mentor)
|
Thu, 19 Jul 2012
|
[ 20:15 naddy ] (Only the first 10 of 187 ports in this commit are shown above. )
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Thu, 16 Feb 2012
|
[ 15:57 ashish ] (Only the first 10 of 379 ports in this commit are shown above. )
- Bump PORTREVISION to chase the update of multimedia/libvpx
|
Sat, 14 Jan 2012
|
[ 22:27 netchild ] (Only the first 10 of 65 ports in this commit are shown above. )
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Fri, 24 Jun 2011
|
[ 22:39 mm ] (Only the first 10 of 82 ports in this commit are shown above. )
Bump due to ffmpeg update to 0.7.1
|
Sat, 11 Jun 2011
|
[ 02:47 wxs ]
- Update to 14.3.2.
- Add LICENSE.
- Add a patch to fix build if ffmpeg-devel is installed.
PR: ports/157673
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
Approved by: Dan Nelson <dnelson@allantgroup.com> (maintainer)
|
Thu, 10 Feb 2011
|
[ 16:36 miwi ]
- Update to 14.3.1
PR: 154618
Submitted by: maintainer
|
Thu, 16 Dec 2010
|
[ 17:34 makc ]
Add optinal dependency on alsa-lib
Remove md5 checksum while I'm here
PR: ports/153159
Reported by: Anatoly Borodin <anatoly.borodin at gmail.com>
Patched by: Dan Nelson (maintainer)
|
Sun, 12 Dec 2010
|
[ 16:51 marcus ]
Belated PORTREVISION bump to chase the pulseaudio update.
Reported by: olgeni
|
Sat, 24 Jul 2010
|
[ 16:38 mm ] (Only the first 10 of 67 ports in this commit are shown above. )
- Update ffmpeg to 0.6
|
Sun, 6 Jun 2010
|
[ 20:39 naddy ] (Only the first 10 of 50 ports in this commit are shown above. )
Bump PORTREVISION after libao update and handle API incompatibility.
|
Thu, 3 Jun 2010
|
[ 08:55 netchild ] (Only the first 10 of 49 ports in this commit are shown above. )
- update audio/lame to 3.98.4
- use ?= for the portrevision of a master port to make it possible to
change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
- done via a semi-automated way (manual review and fixup)
- I tried to take care to not bump ports which only depend optionaly on
lame (with a default of no dependency)
|
Sat, 10 Apr 2010
|
[ 14:38 sylvio ] (Only the first 10 of 16 ports in this commit are shown above. )
- Chase wavpack's lib dump
Approved by: itetcu (mentor, implicit)
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 18 Sep 2009
|
[ 19:32 pav ]
- Update to 14.3.0
PR: ports/138248
Submitted by: Dan Nelson <dnelson@allantgroup.com> (maintainer)
Feature safe: yes
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Mon, 6 Jul 2009
|
[ 21:26 naddy ] (Only the first 10 of 165 ports in this commit are shown above. )
Bump PORTREVISION after libogg and libvorbisfile major version increment.
|
Mon, 15 Dec 2008
|
[ 14:56 rafan ]
- Add OPTIONS for png support
PR: ports/129643
Submitted by: Dan Nelson <dnelson at allantgroup.com> (maintainer)
|
Sat, 15 Nov 2008
|
[ 18:57 amdmi3 ]
- Update to 14.2.0
PR: 128849
Submitted by: Peter Beckman <beckman at angryox dot com>
Final patch by: Dan Nelson <dnelson at allantgroup dot com> (maintainer)
Approved by: Dan Nelson <dnelson at allantgroup dot com> (maintainer)
|
Wed, 24 Sep 2008
|
[ 12:12 pav ]
- Update to 14.1.0
- Toggle LAME option off while package building
PR: ports/127593
Submitted by: Dan Nelson <dnelson@allantgroup.com> (maintainer)
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
Mon, 7 Apr 2008
|
[ 20:37 naddy ] (Only the first 10 of 107 ports in this commit are shown above. )
Update to FLAC 1.2.1. This version includes two and a half years
worth of changes and an altered API.
Bump the revision of all ports that depend on libFLAC and adapt to
the new API where necessary. Some patches from Debian, Gentoo,
OpenBSD, and upstream repositories.
PR: 119476
|
Fri, 15 Feb 2008
|
[ 23:29 beech ]
- Update to 14.0.1
- Add PTHREAD_LIBS to LDFLAGS
Bring sox up to the latest release. It can now decode any format
recognized by ffmpeg or flac.
PR: ports/120418
Submitted by: Dan Nelson <dnelson@allantgroup.com> (maintainer)
|
Sat, 28 Jul 2007
|
[ 12:27 miwi ] (Only the first 10 of 128 ports in this commit are shown above. )
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
|
Sat, 7 Jul 2007
|
[ 13:38 max ]
Upgrade to 13.0.0.
Submitted by: maintainer
PR: 114141
|
Mon, 4 Sep 2006
|
[ 22:00 sat ]
- Update to 12.18.2
Approved by: Dan Nelson <dnelson@allantgroup.com> (maintainer)
|
Fri, 2 Jun 2006
|
[ 15:24 sat ]
- Update to 12.18.1
- Move plist to Makefile
Approved by: Dan Nelson <dnelson@allantgroup.com> (maintainer), krion
(mentor)
|
Tue, 22 Nov 2005
|
[ 23:55 jylefort ]
OPTIONSify.
PR: ports/89117
Submitted by: Pawel Wieleba <P.Wieleba@iem.pw.edu.pl>
Approved by: maintainer
|
Wed, 5 Oct 2005
|
[ 04:54 ahze ]
- Update to 12.17.8
PR: ports/86904
Submitted by: Dan Nelson <dnelson@allantgroup.com> (maintainer)
|
Tue, 21 Dec 2004
|
[ 10:42 krion ]
Update to 12.17.7
PR: ports/75339
Submitted by: maintainer
|
Sat, 16 Oct 2004
|
[ 01:59 naddy ]
Update to 12.17.6.
Changes in this release: numerous bugfixes.
Reviewed by and with: Dan Nelson <dnelson@allantgroup.com>
|
Thu, 19 Aug 2004
|
[ 12:47 pav ]
- Register conflicts over ${PREFIX}/bin/play file
Submitted by: Tomas Pluskal <plusik@pohoda.cz> over CZ/SK users mailing list
|
Wed, 28 Jul 2004
|
[ 21:39 eik ]
Fix SoX buffer overflows when handling .WAV files (CAN-2004-0557)
Buffer overflow when parsing .wav file headers in sox. The IFF chunks
concerned have a 2-byte size field, but sox reads them into a 256-byte
buffer.
portaudit reference:
<http://www.freebsd.org/ports/portaudit/3e4ffe76-e0d4-11d8-9b0a-000347a4fa7d.html>
PR: 69725
Submitted by: Dan Nelson <dnelson@allantgroup.com> (maintainer)
|
Sat, 20 Dec 2003
|
[ 16:14 naddy ] (Only the first 10 of 38 ports in this commit are shown above. )
Catch up with libogg/libvorbis version bump.
|
Mon, 8 Dec 2003
|
[ 07:56 bland ]
Switch dependency mad -> libmad as more apropriate.
Approved by: maintainer
|
Sun, 7 Dec 2003
|
[ 01:27 marcus ] (Only the first 10 of 27 ports in this commit are shown above. )
Chase the libmad/libid3tag shared lib version.
|
Thu, 17 Jul 2003
|
[ 04:52 daichi ]
update audio/sox: 12.17.3 -> 12.17.4
PR: 54562
Submitted by: Dan Nelson <dnelson@allantgroup.com> (maintainer)
|
Fri, 21 Feb 2003
|
[ 10:59 knu ] (Only the first 10 of 192 ports in this commit are shown above. )
De-pkg-comment.
|
Sat, 20 Jul 2002
|
[ 15:32 naddy ] (Only the first 10 of 19 ports in this commit are shown above. )
Ogg Vorbis 1.0 library major version bumps.
|
Thu, 17 Jan 2002
|
[ 19:22 naddy ]
* Upgrade to 12.17.3. Changes in this version include: - integrated GSM
support - new soxmix program
|
Mon, 22 Oct 2001
|
[ 19:44 sf ]
o unbreak Alpha and prepare for other 64-bit platforms. o add WITH_VORBIS and
fix WITH_GSM.
|
Thu, 11 Oct 2001
|
[ 12:16 ijliao ]
upgrade to 12.17.2
|
Mon, 26 Feb 2001
|
[ 04:15 steve ]
Bump PORTREVISION so we know which version compiles on the Alpha.
|
Mon, 1 Jan 2001
|
[ 19:18 sf ]
update to 12.17.1. change MASTER_SITES to ${MASTER_SITE_SOURCEFORGE}.
|
Number of commits found: 81 |