aboutsummaryrefslogtreecommitdiff
path: root/audio/gxplugins-lv2/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* audio/gxplugins-lv2: Update 0.9 -> 1.0Yuri Victorovich2023-01-191-4/+10
|
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* audio/gxplugins-lv2: Broken on riscv64Yuri Victorovich2022-07-211-1/+3
| | | | Reported by: fallout
* audio/gxplugins-lv2: Update 0.8 -> 0.9Yuri Victorovich2021-04-181-51/+3
| | | | Reported by: portscout
* 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
|
* audio/gxplugins-lv: Update 0.7 -> 0.8Yuri Victorovich2020-06-051-17/+46
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=538035
* Add USES=xorg USES=gl, ports categories aNiclas Zeising2019-11-041-1/+2
| | | | | | | | Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'a'. Notes: svn path=/head/; revision=516738
* 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/gxplugins-lv2: Update 0.6 -> 0.7Yuri Victorovich2019-06-011-8/+10
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=503241
* audio/gxplugins-lv2: Update 0.5 -> 0.6Yuri Victorovich2019-01-211-8/+8
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=490836
* audio/gxplugins-lv2: Unbreak on 12: it needs the GNU linker and it only ↵Yuri Victorovich2018-12-221-1/+2
| | | | | | | | | works when first in PATH Reported by: fallout Notes: svn path=/head/; revision=488080
* 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
* audio/gxplugins-lv2: Unbreak on 12; Remove unnecessary dependenciesYuri Victorovich2018-12-081-4/+4
| | | | Notes: svn path=/head/; revision=486914
* audio/gxplugins-lv2: Remove unnecessary USE_GNOME: gtk20 and gdkpixbuf2Yuri Victorovich2018-10-211-1/+2
| | | | | | | Reported by: brummer10 (upstream maintainer/author) Notes: svn path=/head/; revision=482638
* audio/gxplugins-lv2: Fix build on 12Yuri Victorovich2018-10-201-1/+2
| | | | | | | | | It requires linker to have some GNU features. Reported by: fallout Notes: svn path=/head/; revision=482631
* audio/gxplugins-lv2: Update 0.4 -> 0.5Yuri Victorovich2018-10-121-7/+11
| | | | | | | | | Revisions of individual LV2 plugins updated, several new LV2 plugins added. Reported by: portscout Notes: svn path=/head/; revision=481864
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+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
* Fix port builds for architectures which remain on gcc as the default compiler.Mark Linimon2018-06-111-1/+1
| | | | | | | | | | | | | | | | | This will primarily help powerpc64. For archs where clang is the default compiler, these changes will have no effect, as the base compiler already has these capabilities (primarily, but not exclusively, c++-11). Tested for no-harm on amd64. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472160
* audio/gxplugins-lv2: Update to 0.4Yuri Victorovich2017-11-271-8/+6
| | | | | | | | | Reported by: portscout Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13253 Notes: svn path=/head/; revision=454933
* New port: audio/gxplugins-lv2: Set of LV2 plugins from the guitarix projectYuri Victorovich2017-11-111-0/+45
PR: 221596 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12895 Notes: svn path=/head/; revision=453961