aboutsummaryrefslogtreecommitdiff
path: root/audio/ccaudio2
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* 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
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* 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 PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* CMAKE_INSTALL_MANDIR is not set correctly by default, no need to override itDmitry Marakasov2016-12-251-2/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=429430
* - Fix build on 9.x by propagating c++11 requirement from c++ dependencyDmitry Marakasov2016-10-191-3/+3
| | | | | | | - Fix license Notes: svn path=/head/; revision=424284
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Fixup some whitespace at the beginning of lines problems.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412342
* - Update devel/ucommon to 7.0.0Jason E. Hale2016-01-149-32/+142
| | | | | | | | | | | - Bump PORTREVISION on dependent ports due to shlib bump - Update audio/ccaudio2 to 2.2.0 - Add LICENSE - Fix detection of gsm and speex Notes: svn path=/head/; revision=406089
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Reset maintainership of my portsPietro Cerutti2014-12-101-1/+1
| | | | Notes: svn path=/head/; revision=374492
* - Update to 2.1.3Pietro Cerutti2014-05-263-4/+4
| | | | | | | | | | Changes: * general namespace cleanup * ignore work files Notes: svn path=/head/; revision=355287
* - Update to 2.1.2Pietro Cerutti2014-05-209-149/+44
| | | | | | | | | | | | | | | | | | | | | | | Changes: from ccaudio2 2.1.1 to ccaudio2 2.1.2 - fixed cmake shared library builds - windows audio fixups from ccaudio2 2.1.0 to ccaudio2 2.1.1 - fixed library naming in CMakeLists.txt - updated spec files - updated lib .so name from ccaudio2 2.0.5 to ccaudio2 2.1.0 - modernized automake - patches from Brandon Invergo for current ucommon - various code cleanups - Fix MASTER_SITE, general description and WWW line in pkg-descr Notes: svn path=/head/; revision=354617
* - Chase devel/ucommon shlib version bumpPietro Cerutti2014-04-151-1/+1
| | | | Notes: svn path=/head/; revision=351309
* - Chase devel/ucommon shlib version bumpPietro Cerutti2014-01-091-2/+1
| | | | Notes: svn path=/head/; revision=339255
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-4/+4
| | | | | | | | | 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
* Convert USE_PKGCONFIG -> USES=pkgconf for audio categoryBaptiste Daroussin2013-04-221-2/+1
| | | | Notes: svn path=/head/; revision=316287
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-3/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* - Unbreak buildMartin Wilke2013-02-211-0/+1
| | | | Notes: svn path=/head/; revision=312694
* - Chase devel/ucommon shlib versbion bumpPietro Cerutti2013-02-113-14/+90
| | | | Notes: svn path=/head/; revision=312062
* - Bump PORTREVISIONJose Alonso Cardenas Marquez2012-12-131-1/+1
| | | | Notes: svn path=/head/; revision=308854
* - Chase devel/ucommon updatePietro Cerutti2012-08-131-1/+1
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=302461
* - fix build by adding the missing compiler / linker flagsPietro Cerutti2012-04-162-1/+13
| | | | | | | Reported by: PH (via pav@) Notes: svn path=/head/; revision=294907
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* - Chase devel/ucommon shlib bumpPietro Cerutti2011-06-011-1/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=274918
* - Update to 2.0.5Pietro Cerutti2011-03-293-4/+4
| | | | Notes: svn path=/head/; revision=271968
* - Update to 2.0.4Pietro Cerutti2011-03-244-23/+4
| | | | | | | - Remove patch accepted upstream Notes: svn path=/head/; revision=271594
* - Update to 2.0.2Pietro Cerutti2011-03-224-12/+29
| | | | | | | - Switch to CMake as a build system Notes: svn path=/head/; revision=271492
* - Update to 2.0.1Pietro Cerutti2011-02-218-23/+77
| | | | Notes: svn path=/head/; revision=269436
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-022-5/+1
| | | | | | | | | | | | | | | | | | | | | -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 Notes: svn path=/head/; revision=238781
* - Update to 1.0.0Pietro Cerutti2008-12-173-16/+21
| | | | | | | - Use gnomehack instead of self-crafting a patch for the pkgconfig data dir Notes: svn path=/head/; revision=224325
* - Update to 0.9.14Pietro Cerutti2008-07-162-6/+5
| | | | Notes: svn path=/head/; revision=216925
* - Update to 0.9.9 of ccaudio2Pietro Cerutti2008-03-065-40/+32
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=208534
* Mark as broken: fails to compile.Mark Linimon2007-11-091-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=202606
* Use libtool port instead of included one to avoid objformat a.out botchKris Kennaway2007-01-281-0/+1
| | | | Notes: svn path=/head/; revision=183519
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | - these include astro/ audio/ biology/ chinese/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170572
* - Update to 1.2.0Cheng-Lung Sung2006-08-014-19/+24
| | | | | | | | PR: ports/101087 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=169284
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* Conversion to a single libtool environment.Ade Lovett2006-02-232-6/+5
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Fix build on amd64Tilman Keskinoz2006-01-201-4/+2
| | | | | | | | PR: 92068 Submitted by: Johan van Selst <johans@stack.nl> Notes: svn path=/head/; revision=154014
* BROKEN: Build fails on amd64 (missing -fPIC on shared libraries)Kris Kennaway2006-01-191-1/+7
| | | | Notes: svn path=/head/; revision=153918
* Upgrade to 1.1.4Edwin Groothuis2006-01-052-5/+4
| | | | Notes: svn path=/head/; revision=152795
* - Add some SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149221