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) combination for a given watch list. This is what FreshPorts will look for.

non port: audio/sox/Makefile

Number of commits found: 83

Sunday, 28 Jan 2024
22:14 Muhammad Moinur Rahman (bofh) search for other commits by this committer
audio/sox: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: a2eb87bf18eca41d4e7eef92ee205af49f8fb55f commit hash: a2eb87bf18eca41d4e7eef92ee205af49f8fb55f commit hash: a2eb87bf18eca41d4e7eef92ee205af49f8fb55f commit hash: a2eb87bf18eca41d4e7eef92ee205af49f8fb55f a2eb87b
Monday, 6 Nov 2023
10:03 Rodrigo Osorio (rodrigo) search for other commits by this committer
*/*: Update WWW to use HTTPS for sourceforge.net projects

Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
commit hash: 06df180a9e39055026499a326ef67812801a8919 commit hash: 06df180a9e39055026499a326ef67812801a8919 commit hash: 06df180a9e39055026499a326ef67812801a8919 commit hash: 06df180a9e39055026499a326ef67812801a8919 06df180
Monday, 7 Aug 2023
16:34 Gleb Popov (arrowd) search for other commits by this committer
audio/pulseaudio: Update to 16.1

Bump PORTREVISION on consumers.

Sponsored by:	Serenity Cybersecurity, LLC

PR:		262713
commit hash: b1ecad53b0b32916e5db596b26334db8015e4299 commit hash: b1ecad53b0b32916e5db596b26334db8015e4299 commit hash: b1ecad53b0b32916e5db596b26334db8015e4299 commit hash: b1ecad53b0b32916e5db596b26334db8015e4299 b1ecad5
Tuesday, 25 Apr 2023
15:17 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 feb1fa3
Friday, 25 Nov 2022
16:42 Fernando Apesteguía (fernape) search for other commits by this committer Author: Dan Nelson
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
commit hash: 0613b0fd68faf2d13925745831b046ed306dbbb8 commit hash: 0613b0fd68faf2d13925745831b046ed306dbbb8 commit hash: 0613b0fd68faf2d13925745831b046ed306dbbb8 commit hash: 0613b0fd68faf2d13925745831b046ed306dbbb8 0613b0f
Sunday, 6 Nov 2022
10:46 Daniel Engberg (diizzy) search for other commits by this committer
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
CVE-2017-15372
CVE-2017-15371
CVE-2017-15370
CVE-2017-11359
CVE-2017-11358
CVE-2017-11332

Reference:
https://github.com/doremir/sox/commit/d05aba55a86177f7a3d395c7a03c5c4e280b31fb

PR:		267128
Reviewed by:	Dan Nelson <dnelson@allantgroup.com> (maintainer)
commit hash: 0075dcd7f970fd00fa97532afd6fabed95661f0f commit hash: 0075dcd7f970fd00fa97532afd6fabed95661f0f commit hash: 0075dcd7f970fd00fa97532afd6fabed95661f0f commit hash: 0075dcd7f970fd00fa97532afd6fabed95661f0f 0075dcd
Sunday, 25 Sep 2022
20:14 Christian Weisgerber (naddy) search for other commits by this committer
audio/flac: bump port revision of consumers after update to 1.4.1
commit hash: 1e5aaab3fc82a054d429caefe5374607f6db12e1 commit hash: 1e5aaab3fc82a054d429caefe5374607f6db12e1 commit hash: 1e5aaab3fc82a054d429caefe5374607f6db12e1 commit hash: 1e5aaab3fc82a054d429caefe5374607f6db12e1 1e5aaab
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
Monday, 11 Jul 2022
21:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 2bbe718e827ec0156d321762f1af63cb80edacd0 commit hash: 2bbe718e827ec0156d321762f1af63cb80edacd0 commit hash: 2bbe718e827ec0156d321762f1af63cb80edacd0 commit hash: 2bbe718e827ec0156d321762f1af63cb80edacd0 2bbe718
Friday, 29 Oct 2021
09:50 Stefan Eßer (se) search for other commits by this committer
*/*: 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)
commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a 819f25b
Sunday, 29 Aug 2021
18:14 Bernhard Froehlich (decke) search for other commits by this committer
audio/sox: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 80335544b1aedb483f5f62d353c6f0578d07b15d commit hash: 80335544b1aedb483f5f62d353c6f0578d07b15d commit hash: 80335544b1aedb483f5f62d353c6f0578d07b15d commit hash: 80335544b1aedb483f5f62d353c6f0578d07b15d 8033554
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
Sunday, 12 Jul 2020
09:30 tobik search for other commits by this committer
audio/sndio: Update to 1.7.0
Original commitRevision:542069 
Monday, 20 Nov 2017
20:34 tobik search for other commits by this committer
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
Original commitRevision:454577 
Friday, 16 Jun 2017
15:29 tobik search for other commits by this committer
- 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
Original commitRevision:443710 
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 
Thursday, 31 Dec 2015
08:25 riggs search for other commits by this committer
Display version string correctly

PR:		205732
Submitted by:	eserte12@yahoo.de
Approved by:	dnelson@allantgroup.com (maintainer)
Original commitRevision:404912 
Wednesday, 19 Aug 2015
13:30 mat search for other commits by this committer
Convert ports to use the options helpers in categories [abc]*, and minor fixes.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
Original commitRevision:394778 
Saturday, 2 May 2015
14:02 riggs search for other commits by this committer
- 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)
Original commitRevision:385177 
Wednesday, 25 Mar 2015
21:37 marino search for other commits by this committer
audio category: Remove $PTHREAD_LIBS

xmcd didn't pass check-plist (pre-existing), fixed.

approved by:	PTHREAD blanket
Original commitRevision:382272 
Sunday, 28 Dec 2014
19:10 bapt search for other commits by this committer
convert to USES=autoreconf
Original commitRevision:375744 
Thursday, 25 Dec 2014
20:54 bapt search for other commits by this committer
Bump portrevision after png update
Original commitRevision:375598 
19:04 antoine search for other commits by this committer
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Original commitRevision:375594 
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 
Wednesday, 17 Sep 2014
07:38 tijl search for other commits by this committer
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)
Original commitRevision:368356 
Friday, 15 Aug 2014
16:21 amdmi3 search for other commits by this committer
- Drop .la files, no dependees require them

Approved by:	portmgr blanket
Original commitRevision:364993 
Sunday, 15 Jun 2014
23:44 amdmi3 search for other commits by this committer
- Add missing USES=libtool

Approved by:	portmgr blanket
Original commitRevision:357940 
Sunday, 2 Mar 2014
11:29 riggs search for other commits by this committer
- 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
Original commitRevision:346756 
Wednesday, 5 Feb 2014
15:53 bapt search for other commits by this committer
Chase libmad changes
Original commitRevision:342735 
Saturday, 14 Dec 2013
10:52 pawel search for other commits by this committer
- 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
Original commitRevision:336436 
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 
Saturday, 19 Oct 2013
16:43 wg search for other commits by this committer
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)
Original commitRevision:330909 
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 
Sunday, 9 Jun 2013
19:30 naddy search for other commits by this committer
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.

PR:		179072
Original commitRevision:320405 
Monday, 22 Apr 2013
23:19 bapt search for other commits by this committer
Convert USE_PKGCONFIG -> USES=pkgconf for audio category
Original commitRevision:316287 
Thursday, 21 Mar 2013
17:32 bapt search for other commits by this committer
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
Original commitRevision:314853 
Sunday, 23 Sep 2012
21:19 jhale search for other commits by this committer
- 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)
Original commitRevision:304766 
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
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Thursday, 16 Feb 2012
15:57 ashish search for other commits by this committer
- Bump PORTREVISION to chase the update of multimedia/libvpx
Original commit
Saturday, 14 Jan 2012
22:27 netchild search for other commits by this committer
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Friday, 24 Jun 2011
22:39 mm search for other commits by this committer
Bump due to ffmpeg update to 0.7.1
Original commit
Saturday, 11 Jun 2011
02:47 wxs search for other commits by this committer
- 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)
Original commit
Thursday, 10 Feb 2011
16:36 miwi search for other commits by this committer
- Update to 14.3.1

PR:             154618
Submitted by:   maintainer
Original commit
Thursday, 16 Dec 2010
17:34 makc search for other commits by this committer
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)
Original commit
Sunday, 12 Dec 2010
16:51 marcus search for other commits by this committer
Belated PORTREVISION bump to chase the pulseaudio update.

Reported by:    olgeni
Original commit
Saturday, 24 Jul 2010
16:38 mm search for other commits by this committer
- Update ffmpeg to 0.6
Original commit
Sunday, 6 Jun 2010
20:39 naddy search for other commits by this committer
Bump PORTREVISION after libao update and handle API incompatibility.
Original commit
Thursday, 3 Jun 2010
08:55 netchild search for other commits by this committer
- 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)
Original commit
Saturday, 10 Apr 2010
14:38 sylvio search for other commits by this committer
- Chase wavpack's lib dump

Approved by:    itetcu (mentor, implicit)
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, 18 Sep 2009
19:32 pav search for other commits by this committer
- Update to 14.3.0

PR:             ports/138248
Submitted by:   Dan Nelson <dnelson@allantgroup.com> (maintainer)
Feature safe:   yes
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-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
Original commit
Monday, 6 Jul 2009
21:26 naddy search for other commits by this committer
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Original commit
Monday, 15 Dec 2008
14:56 rafan search for other commits by this committer
- Add OPTIONS for png support

PR:             ports/129643
Submitted by:   Dan Nelson <dnelson at allantgroup.com> (maintainer)
Original commit
Saturday, 15 Nov 2008
18:57 amdmi3 search for other commits by this committer
- 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)
Original commit
Wednesday, 24 Sep 2008
12:12 pav search for other commits by this committer
- Update to 14.1.0
- Toggle LAME option off while package building

PR:             ports/127593
Submitted by:   Dan Nelson <dnelson@allantgroup.com> (maintainer)
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
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
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Monday, 7 Apr 2008
20:37 naddy search for other commits by this committer
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
Original commit
Friday, 15 Feb 2008
23:29 beech search for other commits by this committer
- 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)
Original commit
Saturday, 28 Jul 2007
12:27 miwi search for other commits by this committer
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Original commit
Saturday, 7 Jul 2007
13:38 max search for other commits by this committer
Upgrade to 13.0.0.
Submitted by:   maintainer
PR:             114141
Original commit
Monday, 4 Sep 2006
22:00 sat search for other commits by this committer
- Update to 12.18.2

Approved by:    Dan Nelson <dnelson@allantgroup.com> (maintainer)
Original commit
Friday, 2 Jun 2006
15:24 sat search for other commits by this committer
- Update to 12.18.1
- Move plist to Makefile

Approved by:    Dan Nelson <dnelson@allantgroup.com> (maintainer), krion
(mentor)
Original commit
Tuesday, 22 Nov 2005
23:55 jylefort search for other commits by this committer
OPTIONSify.

PR:             ports/89117
Submitted by:   Pawel Wieleba <P.Wieleba@iem.pw.edu.pl>
Approved by:    maintainer
Original commit
Wednesday, 5 Oct 2005
04:54 ahze search for other commits by this committer
- Update to 12.17.8

PR:             ports/86904
Submitted by:   Dan Nelson <dnelson@allantgroup.com> (maintainer)
Original commit
Tuesday, 21 Dec 2004
10:42 krion search for other commits by this committer
Update to 12.17.7

PR:             ports/75339
Submitted by:   maintainer
Original commit
Saturday, 16 Oct 2004
01:59 naddy search for other commits by this committer
Update to 12.17.6.
Changes in this release: numerous bugfixes.

Reviewed by and with:   Dan Nelson <dnelson@allantgroup.com>
Original commit
Thursday, 19 Aug 2004
12:47 pav search for other commits by this committer
- Register conflicts over ${PREFIX}/bin/play file

Submitted by:   Tomas Pluskal <plusik@pohoda.cz> over CZ/SK users mailing list
Original commit
Wednesday, 28 Jul 2004
21:39 eik search for other commits by this committer
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)
Original commit
Saturday, 20 Dec 2003
16:14 naddy search for other commits by this committer
Catch up with libogg/libvorbis version bump.
Original commit
Monday, 8 Dec 2003
07:56 bland search for other commits by this committer
Switch dependency mad -> libmad as more apropriate.

Approved by:    maintainer
Original commit
Sunday, 7 Dec 2003
01:27 marcus search for other commits by this committer
Chase the libmad/libid3tag shared lib version.
Original commit
Thursday, 17 Jul 2003
04:52 daichi search for other commits by this committer
update audio/sox: 12.17.3 -> 12.17.4

PR:             54562
Submitted by:   Dan Nelson <dnelson@allantgroup.com> (maintainer)
Original commit
Friday, 21 Feb 2003
10:59 knu search for other commits by this committer
De-pkg-comment.
Original commit
Saturday, 20 Jul 2002
15:32 naddy search for other commits by this committer
Ogg Vorbis 1.0 library major version bumps.
Original commit
Thursday, 17 Jan 2002
19:22 naddy search for other commits by this committer
* Upgrade to 12.17.3.  Changes in this version include:     - integrated GSM
support     - new soxmix program    
Original commit
Monday, 22 Oct 2001
19:44 sf search for other commits by this committer
o unbreak Alpha and prepare for other 64-bit platforms.   o add WITH_VORBIS and
fix WITH_GSM.    
Original commit
Thursday, 11 Oct 2001
12:16 ijliao search for other commits by this committer
upgrade to 12.17.2    
Original commit
Monday, 26 Feb 2001
04:15 steve search for other commits by this committer
Bump PORTREVISION so we know which version compiles on the Alpha.    
Original commit
Monday, 1 Jan 2001
19:18 sf search for other commits by this committer
update to 12.17.1.   change MASTER_SITES to ${MASTER_SITE_SOURCEFORGE}.    
Original commit

Number of commits found: 83