aboutsummaryrefslogtreecommitdiff
path: root/audio/squash/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* audio/squash: add -fcommon and LICENSEMatthias Andree2020-08-231-5/+10
| | | | | | | | | | | | | | audio/squash is old code from 2004, add -fcommon to the compiler flags because that was the default when the code was developed. FreeBSD 13 is apparently going to flip the switch to -fno-common, which causes linker failure. While here, add LICENSE and bump PORTREVISION. PR: 248845 Notes: svn path=/head/; revision=545810
* audio/squash: fix build on GCC architecturesPiotr Kubaj2020-04-161-1/+1
| | | | | | | | Newer GCC is necessary: /usr/local/lib/libid3.so: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)' Notes: svn path=/head/; revision=531873
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* audio: pms, squash, tcd, waon: Document ncurses requirementJohn Marino2016-11-191-1/+1
| | | | | | | Approved by: ncurses blanket Notes: svn path=/head/; revision=426383
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-7/+7
| | | | | | | | 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
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix dependency on libmadBaptiste Daroussin2014-10-201-2/+2
| | | | Notes: svn path=/head/; revision=371230
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)Olli Hauer2014-06-011-6/+1
| | | | Notes: svn path=/head/; revision=356114
* Quote ${CC} and similar variables in MAKE_ARGS.Tijl Coosemans2014-05-201-1/+1
| | | | | | | Reported by: Dominic Fandrey <kamikaze@bsdforen.de> Notes: svn path=/head/; revision=354670
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* Remove trailing whitespaces from category audioEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345395
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Chase libmad changesBaptiste Daroussin2014-02-051-1/+1
| | | | Notes: svn path=/head/; revision=342735
* Convert to staging.Matthias Andree2013-12-141-9/+8
| | | | Notes: svn path=/head/; revision=336430
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-6/+6
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* 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
* Add CC=${CC} through MAKE_ARGS, to override hard-coded gcc by actualMatthias Andree2013-09-131-7/+12
| | | | | | | | | | | | | | | compiler. To fix FreeBSD 10-CURRENT fallout (untested on 10 because flac is broken due to libstdc++ removal; flac needs to be told to use libc++, 9.X Tinderbox has no complaints though). Drop library versions from LIB_DEPENDS. NOPORTDOCS -> PORT_OPTIONS. ${MKDIR} ${RUBY_SITELIBDIR} in installation to support "port test". Notes: svn path=/head/; revision=327119
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-5/+2
| | | | | | | | | | | 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
* * Major update to FLAC 1.3.0, including shared library bumps.Christian Weisgerber2013-06-091-2/+2
| | | | | | | | | * Chase the update in dependent ports. PR: 179072 Notes: svn path=/head/; revision=320405
* 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
* Switch MAINTAINER line to FreeBSD address.Matthias Andree2010-06-131-1/+1
| | | | | | | Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=256473
* Bump PORTREVISION after libao update and handle API incompatibility.Christian Weisgerber2010-06-061-2/+2
| | | | Notes: svn path=/head/; revision=255956
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-1/+1
| | | | Notes: svn path=/head/; revision=237283
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214428
* Update to FLAC 1.2.1. This version includes two and a half yearsChristian Weisgerber2008-04-071-2/+2
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=210771
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* [patch] audio/squash - cleanup non-supported FreeBSD versionsEdwin Groothuis2007-04-161-9/+1
| | | | | | | | | PR: ports/111690 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=190077
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* new version of libFLACChristian Weisgerber2005-03-161-1/+2
| | | | Notes: svn path=/head/; revision=131401
* - Update to 1.0Pav Lucistnik2004-02-261-15/+8
| | | | | | | | PR: ports/63403 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=102226
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Put distfile on MASTER_SITE_LOCAL until MASTER_SITE_SAVANNAH gets back upPav Lucistnik2004-01-081-2/+5
| | | | | | | | PR: ports/61049 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=97622
* Chase version change of audio/id3libEdwin Groothuis2004-01-031-2/+2
| | | | | | | | PR: ports/60830 Submitted by: Roman Shterenzon <roman@xpert.com> Notes: svn path=/head/; revision=97219
* Catch up with libogg/libvorbis version bump.Christian Weisgerber2003-12-201-2/+2
| | | | Notes: svn path=/head/; revision=96269
* Chase the libmad/libid3tag shared lib version.Joe Marcus Clarke2003-12-071-1/+2
| | | | Notes: svn path=/head/; revision=95225
* Squash is a learning ncurses music player written in C. It supports mp3,Pav Lucistnik2003-11-221-0/+67
ogg and flac. Squash uses statistics to determine songs to play automatically. It garners this information through whether or not a song is skipped. PR: ports/55275 Submitted by: Matthias Andree <matthias.andree@web.de> Based on shar by: trevor Approved by: adamw (mentor) Notes: svn path=/head/; revision=94731