aboutsummaryrefslogtreecommitdiff
path: root/audio/traverso
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Chase libsndfile 1.0.30 update.Thomas Zander2020-10-011-1/+1
| | | | | | | | | Details: - Missing symbol sf_version_string, not auto-resolved by pkg + rebuild. - Bump PORTREVISION for consumers. Notes: svn path=/head/; revision=550824
* audio/traverso: fix download URLChristoph Moench-Tegeder2020-05-271-3/+1
| | | | | | | | | | download verified against distinfo; port version is still current fetchable again: remove BROKEN Approved by: unbreak Notes: svn path=/head/; revision=536706
* Mark a few ports broken (unfetchable)Antoine Brodin2020-01-051-0/+2
| | | | Notes: svn path=/head/; revision=522132
* audio/traverso: fix build on powerpc64 elfv2Piotr Kubaj2019-12-051-0/+21
| | | | | | | | | | For some reason, even though ARCH_X86 isn't defined on powerpc64, clang doesn't finish the function on #ifndef ARCH_X86, but tries to compile further and fails at x86-specific assembly. PR: 242462 Approved by: yuri (maintainer), mentors (implicit approval) Notes: svn path=/head/; revision=519106
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+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
* audio/traverso: fix buildPiotr Kubaj2019-06-121-1/+1
| | | | | | | | | | | | | | | Add USES=compiler:c++11-lang to fix: CMake Error in src/traverso/CMakeLists.txt: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: mentors (implicite approval) Notes: svn path=/head/; revision=504033
* audio/traverso: Remove unnecessary patches and Makefile linesYuri Victorovich2019-05-163-24/+0
| | | | Notes: svn path=/head/; revision=501780
* New port: audio/traverso: Digital audio workstation (DAW) with an innovative ↵Yuri Victorovich2019-05-168-0/+107
user interface Notes: svn path=/head/; revision=501779