aboutsummaryrefslogtreecommitdiff
path: root/audio/ezstream
Commit message (Collapse)AuthorAgeFilesLines
* */*: Add a backup master site to all Xiph.org portsChristian Weisgerber2021-06-101-2/+2
| | | | | | | | | The downloads.xiph.org master site requires TLS1.3, which is not supported by FreeBSD 11's OpenSSL and fetch(1). Add ftp.osuosl.org as a backup to all Xiph.org ports. PR: 256515 Reported by: Daniel Engberg
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* a-b: Add missing USES={gnome,php,sdl,xorg}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517040
* Remove superfluous linefeeds.Alexey Dokuchaev2018-01-111-1/+0
| | | | Notes: svn path=/head/; revision=458754
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* audio category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-2/+2
| | | | | | | | | xmcd didn't pass check-plist (pre-existing), fixed. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382272
* Clean up some now useless PLIST_DIRS*Baptiste Daroussin2014-12-201-1/+0
| | | | Notes: svn path=/head/; revision=375006
* - Update to 2.3.1 (from audio/libshout2)Sunpoet Po-Chuan Hsieh2014-05-051-2/+2
| | | | | | | | | | | | - Use USES=libtool - Strip shared library - Bump PORTREVISION for audio/libshout shlib change and dependency change from audio/libshout2 to audio/libshout [1] Approved by: portmgr (bapt) [1] Notes: svn path=/head/; revision=353022
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Support stageBaptiste Daroussin2014-04-051-22/+16
| | | | | | | | Use optiins helpers depends on .so.5 version of libshout Notes: svn path=/head/; revision=350239
* Convert to PORT_OPTIONS:MDOCS.Adam Weinberger2014-01-031-1/+1
| | | | | | | Holdout shame list: ruby, perl, python Notes: svn path=/head/; revision=338547
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-3/+3
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* 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
* Fix typoBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326123
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326122
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* Convert to new options.Wesley Shields2012-12-171-12/+11
| | | | | | | | | PR: ports/173781 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=309123
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-1/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-1/+1
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - USE_RC_SUBRPhilip M. Gollucci2010-02-042-8/+41
| | | | | | | | | | | - Pet Portlint PR: ports/143078 Submitted by: Takefu <takefu@airport.fm> Approved by: maintainer Notes: svn path=/head/; revision=249211
* - Chase taglib updateDima Panov2009-12-021-1/+2
| | | | | | | | Approved by: miwi (mentor) Exp-run by: miwi Notes: svn path=/head/; revision=245121
* - Update to 0.5.6Martin Wilke2009-09-132-8/+9
| | | | | | | | | | - Pass maintainership to submitter PR: 138550 Submitted by: Ayumi Mitsui <ayu@commun.jp> Notes: svn path=/head/; revision=241312
* - Update to 0.5.5Martin Wilke2009-08-082-5/+4
| | | | | | | | PR: 137526 Submitted by: Ports Fury Notes: svn path=/head/; revision=239135
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-0/+1
| | | | Notes: svn path=/head/; revision=237283
* - Update to 0.5.4Martin Wilke2009-04-032-5/+4
| | | | | | | | PR: 133309 Submitted by: Ports Fury Notes: svn path=/head/; revision=231514
* - Add taglib supportMartin Wilke2009-01-142-25/+54
| | | | | | | | PR: 130472 Submitted by: Ports Fury Notes: svn path=/head/; revision=226097
* - Update to 0.5.3Pietro Cerutti2008-08-272-13/+18
| | | | Notes: svn path=/head/; revision=219316
* Return laszlof's ports to the pool due to lack of time.Mark Linimon2008-08-191-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=218823
* - Bump forgotten ports to chase libvorbis updateAndrew Pantyukhin2007-07-301-2/+2
| | | | Notes: svn path=/head/; revision=196745
* Update my email address in all ports that I maintain.Frank J. Laszlo2006-11-071-1/+1
| | | | | | | Approved by: flz (mentor) Notes: svn path=/head/; revision=176714
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Chase libshout2 shared library version bump.Michael Nottebrock2006-01-081-1/+2
| | | | Notes: svn path=/head/; revision=153104
* - Update to 0.2.1Emanuel Haupt2005-12-153-24/+22
| | | | | | | | | | | | | | | - Remove pkg-plist - Port does not need USE_GMAKE - Use libtool13 to respect CC - Respect CFLAGS - Major cleanup PR: 90409 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> (maintainer) Reworked by: ehaupt Notes: svn path=/head/; revision=151259
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Add SHA256 to all ports submitter maintainRenato Botelho2005-11-101-0/+1
| | | | | | | | PR: ports/88791 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> Notes: svn path=/head/; revision=147849
* - Update to 0.2.0Michael Johnson2005-07-273-9/+11
| | | | | | | | PR: ports/84147 Submitted by: maintainer Notes: svn path=/head/; revision=140206
* Update libshout2 to 2.1 and chase library revision bump.Michael Nottebrock2005-04-031-1/+2
| | | | Notes: svn path=/head/; revision=132387
* - Switch to libtool15Pav Lucistnik2005-02-081-1/+1
| | | | | | | | PR: ports/77207 Submitted by: Frank J.Laszlo <laszlof@vonostingroup.com> (maintainer) Notes: svn path=/head/; revision=128270
* Fix a glaring bug: didn't account for NOPORTDOCS.Will Andrews2004-10-162-0/+5
| | | | | | | Submitted by: markus Notes: svn path=/head/; revision=119556
* Add ezstream 0.1.2, a command line utility for streaming to icecastWill Andrews2004-10-164-0/+44
servers. PR: ports/71049 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> Notes: svn path=/head/; revision=119546