/java/jad/

ink rel='vcs-git' href='https://phantom.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gxplugins-lv2
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2019-07-271-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
* audio/gxplugins-lv2: Update 0.6 -> 0.7yuri2019-06-013-67/+141
| | | | Reported by: portscout
* audio/gxplugins-lv2: Update 0.5 -> 0.6yuri2019-01-213-67/+85
| | | | Reported by: portscout
* audio/gxplugins-lv2: Unbreak on 12: it needs the GNU linker and it only ↵yuri2018-12-221-1/+2
| | | | | | works when first in PATH Reported by: fallout
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-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
* audio/gxplugins-lv2: Unbreak on 12; Remove unnecessary dependenciesyuri2018-12-081-4/+4
|
* audio/gxplugins-lv2: Remove unnecessary USE_GNOME: gtk20 and gdkpixbuf2yuri2018-10-211-1/+2
| | | | Reported by: brummer10 (upstream maintainer/author)
* audio/gxplugins-lv2: Fix build on 12yuri2018-10-211-1/+2
| | | | | | It requires linker to have some GNU features. Reported by: fallout
* audio/gxplugins-lv2: Update 0.4 -> 0.5yuri2018-10-123-46/+110
| | | | | | Revisions of individual LV2 plugins updated, several new LV2 plugins added. Reported by: portscout
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-301-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
* Fix port builds for architectures which remain on gcc as the default compiler.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)
* audio/gxplugins-lv2: Update to 0.4yuri2017-11-272-47/+45
| | | | | | Reported by: portscout Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13253