non port: audio/moony-lv2/Makefile |
SVNWeb
|
Number of commits found: 24 |
Mon, 10 Oct 2022
|
[ 22:49 Daniel Engberg (diizzy) ] 077ad91
audio/moony-lv2: Use upstream primary site
Fetch archive directly from upstream's git repo
PR: 266931
Reviewed by: yuri (maintainer)
|
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 )
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] 213b0b7 (Only the first 10 of 561 ports in this commit are shown above. )
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above )
|
Thu, 30 Sep 2021
|
[ 21:23 Rene Ladan (rene) ] 620968a (Only the first 10 of 399 ports in this commit are shown above. )
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
|
Sun, 18 Apr 2021
|
[ 00:16 Yuri Victorovich (yuri) ] 322a01c
audio/moony-lv2: Reverr update 0.36.0 -> 0.28.0
This reverts commit e01aca1828dd1ae60cbf06b73f411479d4fef60b.
Version regressed due to a typo.
0.38.0 was meant but currently audio/moony-lv2 can't be updated to 0.38.0 due to
its use of linux-only pty.h
Reported by: erwin
|
Sat, 17 Apr 2021
|
[ 04:00 Yuri Victorovich (yuri) ] e01aca1
audio/moony-lv2: Update 0.36.0 -> 0.28.0
|
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.
|
Sat, 6 Mar 2021
|
[ 18:28 yuri ]
audio/moony-lv2: Update 0.34.0 -> 0.36.0
|
Tue, 21 Jul 2020
|
[ 22:58 yuri ]
audio/moony-lv2: Update 0.32.0 -> 0.34.0
|
Tue, 26 May 2020
|
[ 08:41 yuri ]
audio/moony-lv2: Update 0.30.0 -> 0.32.0
|
Sat, 30 Nov 2019
|
[ 23:40 yuri ]
audio/moony-lv2: Update 0.28.0 -> 0.30.0
Reported by: repology
|
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
|
Sun, 21 Jul 2019
|
[ 17:00 yuri ]
audio/moony-lv2: Update 0.26.0 -> 0.28.0
|
Sat, 18 May 2019
|
[ 22:19 yuri ]
audio/moony-lv2: Broken on FreeBSD 11
|
Mon, 6 May 2019
|
[ 04:13 yuri ]
audio/moony-lv2: Update 0.22.0 -> 0.26.0
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
Change cmake default behaviour to outsource.
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
|
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
|
Sun, 7 Oct 2018
|
[ 16:05 yuri ]
audio/moony-lv2: fix build with GCC-based architectures
Since this port uses -std=gnu++11, USES=compiler:c++11-lang is necessary.
While here, add USES=gl.
PR: 232033
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
|
Sun, 3 Jun 2018
|
[ 14:08 linimon ] (Only the first 10 of 12 ports in this commit are shown above. )
These ports are not quite ready for the tier-2 archs yet.
These are probably trivial fixes, if someone has the time and interest
to pursue them. I'm definitely short of time ATM.
Approved by: portmgr (tier-2 blanket)
|
Thu, 24 May 2018
|
[ 17:19 yuri ]
audio/moony-lv2: Fix built on 10
Also change USES=cmake -> USES=cmake:outsource
As it turned out, cmake's check_function_exists doesn't find functions
in libm.so, so check_library_exists should be used.
PR: 228443
Submitted by: tcberner (cmake part)
|
Sun, 25 Feb 2018
|
[ 00:40 yuri ] (Only the first 10 of 98 ports in this commit are shown above. )
Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org
98 ports are affected.
Approved by: tcberner (mentor, implicit)
|
Thu, 17 Aug 2017
|
[ 19:47 ultima ]
Moony is a collection of LV2 plugins to easily add realtime programmable
logic glue in LV2 plugin graphs.
WWW: http://open-music-kontrollers.ch/lv2/moony
PR: 221343
Submitted by: Yuri Victorovich (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12061
|
Number of commits found: 24 |