non port: audio/gxplugins-lv2/Makefile |
SVNWeb
|
Number of commits found: 21 |
Thu, 19 Jan 2023
|
[ 20:02 Yuri Victorovich (yuri) ] 6ca749e
audio/gxplugins-lv2: Update 0.9 -> 1.0
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above )
|
Thu, 21 Jul 2022
|
[ 20:00 Yuri Victorovich (yuri) ] 4bc9a4e
audio/gxplugins-lv2: Broken on riscv64
Reported by: fallout
|
Sun, 18 Apr 2021
|
[ 20:19 Yuri Victorovich (yuri) ] 60dc373
audio/gxplugins-lv2: Update 0.8 -> 0.9
Reported by: portscout
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 5 Jun 2020
|
[ 17:26 yuri ]
audio/gxplugins-lv: Update 0.7 -> 0.8
Reported by: portscout
|
Mon, 4 Nov 2019
|
[ 20:39 zeising ] (Only the first 10 of 82 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories a
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'a'.
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Sat, 1 Jun 2019
|
[ 14:52 yuri ]
audio/gxplugins-lv2: Update 0.6 -> 0.7
Reported by: portscout
|
Mon, 21 Jan 2019
|
[ 09:05 yuri ]
audio/gxplugins-lv2: Update 0.5 -> 0.6
Reported by: portscout
|
Sat, 22 Dec 2018
|
[ 09:07 yuri ]
audio/gxplugins-lv2: Unbreak on 12: it needs the GNU linker and it only works
when first in PATH
Reported by: fallout
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Sat, 8 Dec 2018
|
[ 07:08 yuri ]
audio/gxplugins-lv2: Unbreak on 12; Remove unnecessary dependencies
|
Sun, 21 Oct 2018
|
[ 03:40 yuri ]
audio/gxplugins-lv2: Remove unnecessary USE_GNOME: gtk20 and gdkpixbuf2
Reported by: brummer10 (upstream maintainer/author)
|
Sat, 20 Oct 2018
|
[ 23:03 yuri ]
audio/gxplugins-lv2: Fix build on 12
It requires linker to have some GNU features.
Reported by: fallout
|
Fri, 12 Oct 2018
|
[ 01:14 yuri ]
audio/gxplugins-lv2: Update 0.4 -> 0.5
Revisions of individual LV2 plugins updated, several new LV2 plugins added.
Reported by: portscout
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Mon, 11 Jun 2018
|
[ 01:44 linimon ] (Only the first 10 of 40 ports in this commit are shown above. )
Fix port builds for architectures which remain on gcc as the default compiler.
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)
|
Mon, 27 Nov 2017
|
[ 06:39 yuri ]
audio/gxplugins-lv2: Update to 0.4
Reported by: portscout
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13253
|
Sat, 11 Nov 2017
|
[ 08:35 yuri ]
New port: audio/gxplugins-lv2: Set of LV2 plugins from the guitarix project
PR: 221596
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12895
|
Number of commits found: 21 |