aboutsummaryrefslogtreecommitdiff
path: root/audio/darkice
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* audio/darkice: fix build on GCC architecturesPiotr Kubaj2020-07-221-1/+1
| | | | | | | | Use C++11 compiler: IceCast2.cpp:78: error: 'regex' in namespace 'std' does not name a type Notes: svn path=/head/; revision=542827
* audio/darkice: Update to 1.4Fernando Apesteguía2020-07-095-23/+44
| | | | | | | | | | ChangeLog: https://github.com/rafael2k/darkice/blob/master/darkice/trunk/ChangeLog PR: 247274 Submitted by: hempalex@gmail.com Notes: svn path=/head/; revision=541756
* First pass at moving manpages to share/man for category a*Baptiste Daroussin2020-01-162-4/+4
| | | | Notes: svn path=/head/; revision=523220
* Convert to UCL & cleanup pkg-message (categories a-c)Mathieu Arnold2019-08-131-2/+6
| | | | Notes: svn path=/head/; revision=508834
* Chase audio/faac update (ABI incompatible to previous version 1.28)Thomas Zander2017-11-191-1/+1
| | | | | | | | PR: 223416 Submitted by: riggs Notes: svn path=/head/; revision=454488
* Retain API compatibility with faac 1.29.9 and laterThomas Zander2017-11-062-0/+14
| | | | | | | | Details: - See PR 223416 Notes: svn path=/head/; revision=453593
* Remove uneeded patch to fix BROKEN.Vanilla I. Shu2016-09-302-17/+0
| | | | | | | Obtained from: marino@ Notes: svn path=/head/; revision=423002
* audio/darkice: BROKEN (fails to patch now)John Marino2016-09-301-0/+2
| | | | Notes: svn path=/head/; revision=423000
* 1: Upgrade to 1.3.Vanilla I. Shu2016-09-282-18/+12
| | | | | | | 2: refine configure arguments. Notes: svn path=/head/; revision=422847
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-9/+9
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* - Switch MASTER_SITES to SFDmitry Marakasov2015-07-033-73/+38
| | | | | | | | | | | | - Switch to OPTIONS helpers - Add LICENSE_FILE - Switch to @sample PR: 201171 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=391262
* Convert to USES=autoreconfBaptiste Daroussin2014-12-281-3/+2
| | | | Notes: svn path=/head/; revision=375742
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+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
* - Use new LIB_DEPENDS syntaxDmitry Marakasov2014-08-251-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=366059
* Add a global OPUS_DESCTijl Coosemans2014-07-111-1/+0
| | | | Notes: svn path=/head/; revision=361536
* Switch Opus to USES=libtool.Christian Weisgerber2014-05-251-1/+1
| | | | | | | | | Bump dependent ports. [1] Approved by: portmgr (implicit) [1] Notes: svn path=/head/; revision=355266
* Stage supportAntoine Brodin2013-12-292-16/+6
| | | | Notes: svn path=/head/; revision=337978
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-8/+8
| | | | | | | | | 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
* - Update to 1.2Martin Wilke2013-07-225-48/+47
| | | | | | | | PR: 180692 Submitted by: oorts fury Notes: svn path=/head/; revision=323460
* Couple of missed patches from recent automake update.Ade Lovett2013-07-162-0/+27
| | | | Notes: svn path=/head/; revision=323122
* - Unbreak build after autotool updateMartin Wilke2013-07-161-0/+1
| | | | Notes: svn path=/head/; revision=323110
* For unmaintained ports in `audio' category, drop leading article from COMMENTAlexey Dokuchaev2013-03-131-2/+2
| | | | | | | and perform other minor cleanups along the way, whenever noticed. Notes: svn path=/head/; revision=314074
* - Trim the Makefile header per new guidelinesAlexey Dokuchaev2013-02-262-31/+29
| | | | | | | | | | | - Remove hardcoded shlib ABI versions from LIB_DEPENDS - Drop leading indefinite article and fix a typo in COMMENT - Remove redundant standard knob description (TWOLAME) - Unmute installation commands, cleanup Makefile a bit - Reformat port description text for better visual appeal Notes: svn path=/head/; revision=312981
* Fix typos in COMMENTCarlo Strub2012-07-251-1/+1
| | | | Notes: svn path=/head/; revision=301510
* 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
* Convert to new options frameworkBaptiste Daroussin2012-06-011-19/+15
| | | | Notes: svn path=/head/; revision=297923
* Update lame to 3.99.3.Alexander Leidinger2012-01-141-0/+1
| | | | | | | Bump portrevision of all ports which depend upon it. Notes: svn path=/head/; revision=289243
* 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
* - Update to verion 1.1 [1]Pawel Pekala2011-11-048-551/+20
| | | | | | | | | | | | - Update project homepage [1] - Add check for options sanity (at least one codec must be choosen) - Install darkice.cfg and remove it when it was not edited PR: ports/162290 [1] Submitted by: Takefu <takefu@airport.fm> [1] Notes: svn path=/head/; revision=285041
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+3
| | | | | | | | | | | | - 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
* - Update to work with libaacplus.2Pav Lucistnik2011-01-246-14/+552
| | | | | | | | | PR: ports/153519 Submitted by: Takefu <takefu@airport.fm> Feature safe: yes Notes: svn path=/head/; revision=268172
* - Fix include dir of sbr_main.h when building with libaacplusRene Ladan2010-10-301-2/+3
| | | | | | | | | | - Bump PORTREVISION PR: ports/151574 Submitted by: Takefu [takefu airport.fm] Notes: svn path=/head/; revision=263820
* Standardize rc.d scriptDoug Barton2010-09-242-7/+13
| | | | | | | Bump PORTREVISION (missed in last update) Notes: svn path=/head/; revision=261756
* - added libaacplus supportDmitry Marakasov2010-09-233-3/+65
| | | | | | | | | | | - added rc.d script - improved config file handling PR: 149795 Submitted by: Takefu <takefu@airport.fm> Notes: svn path=/head/; revision=261685
* - Update to 1.0Martin Wilke2010-07-132-11/+16
| | | | | | | | PR: 146669 Submitted by: Ports Fury Notes: svn path=/head/; revision=257706
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-0/+1
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* - Update to 0.20Martin Wilke2009-11-123-17/+18
| | | | | | | | PR: 140479 Submitted by: Ports Fury Notes: svn path=/head/; revision=244172
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-0/+1
| | | | Notes: svn path=/head/; revision=237283
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=218938
* - Update to 0.19Martin Wilke2008-07-172-5/+4
| | | | | | | | PR: 125687 Submitted by: Ports Fury Notes: svn path=/head/; revision=216992
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-1/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 0.18.1Martin Wilke2007-05-012-4/+4
| | | | | | | | PR: 112311 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=191349
* - Remove 4.X support from unmaintained ports in categories starting withGabor Kovesdan2007-04-141-4/+0
| | | | | | | letter a-c Notes: svn path=/head/; revision=189955
* - Update to 0.18Martin Wilke2007-03-164-41/+15
| | | | | | | | PR: 110338 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=187517
* Update to version 0.17.1.Roman Bogorodskiy2006-05-282-4/+4
| | | | | | | | PR: 98017 Submitted by: Ports Fury Notes: svn path=/head/; revision=163669