non port: audio/polyphone/Makefile |
SVNWeb
|
Number of commits found: 29 |
Mon, 14 Mar 2022
|
[ 18:11 Yuri Victorovich (yuri) ] 4853aad
audio/polyphone: Update 2.2.0.20210109 -> 2.3.0
Reported by: portscout
|
Sat, 5 Feb 2022
|
[ 09:20 Yuri Victorovich (yuri) ] 4fc7f4c
audio/rtmidi: Update 4.0.0 -> 5.0.0
|
Tue, 19 Oct 2021
|
[ 08:36 Tobias Kortkamp (tobik) ] ce1af7f (Only the first 10 of 154 ports in this commit are shown above. )
*: apply refactor.remove-consecutive-empty-lines
Submitted by: portedit
|
Sun, 10 Oct 2021
|
[ 19:44 Baptiste Daroussin (bapt) ] 2c672a4 (Only the first 10 of 586 ports in this commit are shown above. )
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
|
Mon, 2 Aug 2021
|
[ 16:03 Yuri Victorovich (yuri) ] 5708ae4 (Only the first 10 of 166 ports in this commit are shown above. )
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.
PR: 251125
Submitted by: Florian Walpen <dev@submerge.ch> (original version)
|
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
|
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.
|
Mon, 22 Feb 2021
|
[ 23:35 yuri ]
audio/polyphone: Update 2.2.0.20200830 -> 2.2.0.20210109
|
Mon, 30 Nov 2020
|
[ 05:53 yuri ]
audio/polyphone: Update 2.2.0 -> 2.2.0.20200830
|
Thu, 21 May 2020
|
[ 08:14 tcberner ]
audio/polyphone: prepare for Qt5-5.15
|
Sat, 16 Nov 2019
|
[ 04:27 yuri ]
audio/polyphone: Update 2.1.3 -> 2.2.0
Reported by: portscout
|
Sun, 27 Oct 2019
|
[ 05:58 yuri ]
audio/polyphone: Update 2.1.2 -> 2.1.3
Reported by: portscout
|
Sat, 19 Oct 2019
|
[ 18:20 yuri ]
audio/polyphone: Update 2.1.1 -> 2.1.2
Reported by: portscout
|
Sat, 5 Oct 2019
|
[ 18:08 yuri ]
audio/polyphone: Update 2.1.0 -> 2.1.1
Reported by: portscout
|
Tue, 3 Sep 2019
|
[ 04:33 yuri ]
audio/polyphone: Update 2.0.1.20190716 -> 2.1.0
|
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
|
[ 18:08 yuri ]
audio/polyphone: Remove unnecessary DISTVERSIONSUFFIX
|
[ 18:06 yuri ]
audio/polyphone: 1.9 -> 2.0.1.20190716
* Change to GitHub
* Patching in post-patch moved to a static patch under files/
Reported by: repology
|
Sat, 4 May 2019
|
[ 07:53 yuri ]
audio/rtmidi: Update 3.0.0 -> 4.0.0
Reported by: portscout
|
Thu, 2 May 2019
|
[ 18:12 tobik ]
audio/polyphone: Unbreak build after r500286
===> Installing existing package /packages/All/stk-4.6.1.txz
[112i386-default-job-14] Installing stk-4.6.1...
[112i386-default-job-14] Extracting stk-4.6.1: .......... done
===> polyphone-1.9_3 depends on shared library: libstk-4.6.0.so - not found
Use version independent libstk.so symlink in LIB_DEPENDS, so that
it does not immediately break on audio/stk updates in the future.
Also bump revision for shared library name change
(libstk-4.6.0.so->libstk-4.6.1.so).
|
Wed, 16 Jan 2019
|
[ 11:13 tijl ] (Only the first 10 of 1089 ports in this commit are shown above. )
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above )
|
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
|
Fri, 31 Aug 2018
|
[ 09:25 jhale ]
Fix build with Qt 5.11
While here, pet portlint
PR: 230884
Obtained from: upstream
|
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, 9 Jul 2018
|
[ 03:29 yuri ]
audio/polyphone: Update 1.8 -> 1.9
Reported by: repology.org (missed by portscout)
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
|
Thu, 11 Jan 2018
|
[ 07:16 yuri ]
audio/rtmidi: Update to 3.0.0
Bumped PORTREVISION in audio/polyphone.
Submitted by: myself
Reported by: portscout
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13855
|
Sat, 11 Nov 2017
|
[ 08:32 yuri ]
New port: audio/polyphone: Graphical user interface for editing soundfont (sf2
and sfz) files
PR: 221400
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12904
|
Number of commits found: 29 |