aboutsummaryrefslogtreecommitdiff
path: root/audio/pianobar
Commit message (Collapse)AuthorAgeFilesLines
* - Update `audio/pianobar' to version 2017.08.30Alexey Dokuchaev2018-01-163-8/+16
| | | | | | | | | - While here, improve COMMENT and port description PR: 224997 Notes: svn path=/head/; revision=459160
* Update devel/json-c to 0.13Sunpoet Po-Chuan Hsieh2018-01-031-1/+1
| | | | | | | | | | | | | - Add TEST_TARGET - While I'm here, fix shebang for net/opensips - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/json-c/json-c/blob/master/ChangeLog PR: 224675 Exp-run by: antoine Notes: svn path=/head/; revision=457965
* multimedia/ffmpeg: update to 3.4Jan Beich2017-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | Notable changes: - i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39 - NETCDF is now MYSOFA but the dependency doesn't exist in ports yet - SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9 - DRM, LIBRSVG2, LIBXML2 are new options - ABI isn't completely compatible: some structs have changed Minor cleanup: - Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency - Drop redundant "Enable" from option descriptions - Switch CDIO_DESC to use Mk/bsd.options.desc.mk Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 223057 Exp-run by: antoine Notes: svn path=/head/; revision=452570
* Chase ffmpeg 3.3 update (ABI changes)Thomas Zander2017-04-251-1/+1
| | | | | | | | PR: 218658 Submitted by: riggs Notes: svn path=/head/; revision=439367
* Update maintainer email address.Marcelo Araujo2017-03-201-1/+1
| | | | | | | Submitted by: John Hixson <jhixson@gmail.com> (maintainer) Notes: svn path=/head/; revision=436558
* multimedia/ffmpeg: update to 3.2.2Jan Beich2016-12-111-1/+1
| | | | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog PR: 207547 Submitted by: riggs, ebirth@b0ss.net (libressl fix) Exp-run by: antoine (3 tries) Notes: svn path=/head/; revision=428352
* Cleanup patches, a* categories.Mathieu Arnold2016-07-261-5/+4
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* - Update to 2016.06.02Kris Moore2016-07-092-3/+3
| | | | | | | | PR: 210863 Submitted by: Maintainer Notes: svn path=/head/; revision=418257
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-8/+8
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411990
* - Update to 2015.11.22Martin Wilke2016-02-232-5/+6
| | | | | | | | PR: 204998 Submitted by: maintainer Notes: svn path=/head/; revision=409391
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer) Notes: svn path=/head/; revision=376062
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=374303
* Update to version 2014.09.28Pawel Pekala2014-11-032-3/+3
| | | | | | | | PR: 194390 Submitted by: maintainer Notes: svn path=/head/; revision=372115
* Add USES=alias to several portsJohn Marino2014-10-201-1/+1
| | | | | | | | | | | Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket) Notes: svn path=/head/; revision=371241
* Fix build after json update.Adam Weinberger2014-08-201-1/+1
| | | | Notes: svn path=/head/; revision=365467
* audio/pianobar: update to 2014.06.08William Grzybowski2014-07-312-5/+5
| | | | | | | | PR: 191789 Submitted by: maintainer Notes: svn path=/head/; revision=363638
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) Notes: svn path=/head/; revision=363436
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15Tijl Coosemans2014-07-231-1/+1
| | | | | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=362645
* - USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)Olli Hauer2014-06-011-2/+1
| | | | Notes: svn path=/head/; revision=356114
* - Stage supportMartin Wilke2014-02-141-5/+2
| | | | Notes: svn path=/head/; revision=344233
* Chase libmad changesBaptiste Daroussin2014-02-051-1/+1
| | | | Notes: svn path=/head/; revision=342735
* devel/json-c: update to 0.11William Grzybowski2013-11-091-0/+1
| | | | | | | | | | | | | - Update to 0.11 - Bump revision of dependent ports - Fix pkg-plist [1] PR: ports/182958 Submitted by: zi, wg [1] Approved by: maintainer (timeout) Notes: svn path=/head/; revision=333306
* - Update to 2013.09.15 [1]Dmitry Marakasov2013-09-256-42/+13
| | | | | | | | | | - While here, use new LIB_DEPENDS syntax and respect PREFIX PR: 182331 [1] Submitted by: John Hixson <john@ixsystems.com> (maintainer) [1] Notes: svn path=/head/; revision=328251
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Eliminate USE_GNOME=pkgconfig from audioBaptiste Daroussin2013-09-021-1/+1
| | | | | | | | | | | While here: - trim headers - convert USE_GMAKE -> USES=gmake - convert USE_GNOME=gnomehack -> USES=pathfix - convert USE_PERL5 -> USES=perl5 Notes: svn path=/head/; revision=325966
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-1/+1
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=325727
* - Update to 2013.05.19William Grzybowski2013-06-063-26/+7
| | | | | | | | | | | | Changes: https://github.com/PromyLOPh/pianobar/blob/466d16fe/ChangeLog PR: ports/179375 Submitted by: John Hixson <john@ixsystems.com> (maintainer) Approved by: culot / jpaetzel (mentors, implicit) Notes: svn path=/head/; revision=320126
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-1/+1
| | | | Notes: svn path=/head/; revision=317220
* - Add UPDATING entry for gnutls updateRoman Bogorodskiy2013-02-051-0/+1
| | | | | | | - Chase shlib version bump for dependant ports Notes: svn path=/head/; revision=311722
* - restore CFLAGS/LDFLAGS to not be hardcodedJason Helfman2012-12-292-9/+11
| | | | | | | Submitted by: maintainer, john@pcbsd.org Notes: svn path=/head/; revision=309598
* - restore CFLAGS/LDFLAGS ( won't build without clobbering )Jason Helfman2012-12-281-2/+2
| | | | | | | PR: 174726 Notes: svn path=/head/; revision=309596
* - update to 2012.12.01Jason Helfman2012-12-272-10/+6
| | | | | | | | | | - while here trim historical header and unclobber CFLAGS/LDFLAGS PR: 174726 Submitted by: maintainer, john@pcbsd.org Notes: svn path=/head/; revision=309534
* - Update to 2012-09-07 [1]Bryan Drewery2012-09-103-9/+26
| | | | | | | | | | | | - Remove ABI versions from LIB_DEPENDS - Move LICENSE to make portlint happy PR: ports/171425 [1] Submitted by: John Hixson <john@pcbsd.org> (maintainer) Approved by: eadler, bapt (mentors, implicit) Notes: svn path=/head/; revision=304054
* Add newlines to the ends of these filesDoug Barton2012-09-041-1/+1
| | | | Notes: svn path=/head/; revision=303636
* Update to version 2012-06-24Josh Paetzel2012-07-112-3/+3
| | | | | | | | PR: ports/169786 Submitted by: John Hixson <john@pcbsd.org> Notes: svn path=/head/; revision=300774
* Remove files that were patched to zero length in a previous commitJosh Paetzel2012-05-182-0/+0
| | | | | | | Pointyhat to: jpaetzel Notes: svn path=/head/; revision=296907
* Update to 2012.05.06Josh Paetzel2012-05-147-59/+36
| | | | | | | | | PR: ports/167889 Submitted by: John Hixson Sponsored by: iXsystems Notes: svn path=/head/; revision=296628
* Update to 2012.04.24Josh Paetzel2012-04-264-6/+61
| | | | | | | | PR: ports/167347 Submitted by: John Hixson <john@pcbsd.org> Notes: svn path=/head/; revision=295579
* - Update to 2012.01.10Frederic Culot2012-01-122-3/+3
| | | | | | | | PR: ports/164021 Submitted by: John Hixson <john@pcbsd.org> (maintainer) Notes: svn path=/head/; revision=288999
* - Update to 2011.12.11Martin Wilke2011-12-185-115/+10
| | | | | | | | | | - Pet portlint PR: 163425 Submitted by: John Hixson <john@pcbsd.org> (maintainer) Notes: svn path=/head/; revision=287571
* - Update to 2011.11.11Martin Wilke2011-11-224-6/+89
| | | | | | | | | PR: 162750 Submitted by: John Hixson <john@pcbsd.org> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=286252
* Update to 2011.09.22Josh Paetzel2011-09-267-45/+5
| | | | | | | | | PR: ports/160932 Submitted by: John Hixson <john@ixsystems.com> Sponsored by: iXsystems Notes: svn path=/head/; revision=282407
* Update to 2011.07.09Josh Paetzel2011-07-187-40/+56
| | | | | | | | | PR: ports/158951 Submitted by: John Hixson Sponsored by: iXsystems Notes: svn path=/head/; revision=277902
* Update pianobar to latest version.Josh Paetzel2011-05-023-42/+12
| | | | | | | | PR: ports/156736 Approved by: John Hixson <john@pcbsd.org> Notes: svn path=/head/; revision=273480
* Update to 2011.01.24Josh Paetzel2011-04-087-26/+25
| | | | | | | | PR: ports/156262 Submitted by: John Hixson <john@pcbsd.org> Notes: svn path=/head/; revision=272396
* Update to latest release.Josh Paetzel2010-11-082-4/+3
| | | | | | | | | | | Fixes the problem logging in. PR: ports/152056 Submitted by: Josh Paetzel <jpaetzel@FreeBSD.org> Approved by: John Hixson <john@pcbsd.org> Notes: svn path=/head/; revision=264263
* Add a WWW: lineJosh Paetzel2010-10-111-0/+2
| | | | Notes: svn path=/head/; revision=262825
* A free/open-source, console-based replacement for pandora's flash player.Josh Paetzel2010-10-088-0/+126
PR: ports/151325 Submitted by: John Hixson <john at pcbsd.org> Notes: svn path=/head/; revision=262639