non port: audio/carla/Makefile |
SVNWeb
|
Number of commits found: 67 |
Mon, 13 Mar 2023
|
[ 18:51 Yuri Victorovich (yuri) ] 4350391
audio/carla: Update 2.5.3 → 2.5.4
Reported by: portscout
|
Thu, 9 Mar 2023
|
[ 11:15 Loïc Bartoletti (lbartoletti) ] 6d3a647 (Only the first 10 of 74 ports in this commit are shown above. )
PyQt: Update to latest versions
- PyQt5: update to 5.15.9
- PyQt6: upate to 6.4.2
- PyQt6-sip: update to 13.4.1
- PyQt5-sip: update to 12.11.1
- PyQt-builder: update to 1.14.1
- sip: upate to 6.7.7
PR: 269751
Exp-run by: antoine
|
Thu, 2 Mar 2023
|
[ 05:23 Tobias C. Berner (tcberner) ] fa81a4f (Only the first 10 of 1168 ports in this commit are shown above. )
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above )
|
Tue, 17 Jan 2023
|
[ 21:56 Yuri Victorovich (yuri) ] 9fdb694
audio/carla: Update 2.5.2 -> 2.5.3
Reported by: portscout
|
Sun, 16 Oct 2022
|
[ 07:09 Yuri Victorovich (yuri) ] cf3ea4f
audio/carla: Update 2.5.1 -> 2.5.2
Reported by: portscout
|
Sat, 1 Oct 2022
|
[ 21:33 Yuri Victorovich (yuri) ] cc01308
audio/carla: Update 2.5.0 -> 2.5.1
Reported by: hps@
|
Sun, 11 Sep 2022
|
[ 10:20 Felix Palmen (zirias) ] ddae4e9 (Only the first 10 of 1105 ports in this commit are shown above. )
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
|
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 )
|
Mon, 1 Aug 2022
|
[ 21:23 Piotr Kubaj (pkubaj) ] b9d78eb
audio/carla: fix build on powerpc / powerpc64
Same issue as on powerpc64le.
|
Sat, 30 Jul 2022
|
[ 11:04 Piotr Kubaj (pkubaj) ] fb615b1
audio/carla: fix build on powerpc64le
Use the portable eel mode instead of dedicated assembly:
gmake[2]: Entering directory
'/wrkdirs/usr/ports/audio/carla/work/Carla-2.5.0/source/modules/ysfx'
Compiling thirdparty/WDL/source/WDL/eel2/nseel-cfunc.c
{standard input}: Assembler messages:
{standard input}:1444: Error: syntax error; found `(', expected `,'
{standard input}:1444: Error: junk at end of line: `(1048576)'
{standard input}:1445: Error: syntax error; found `(', expected `,'
{standard input}:1445: Error: junk at end of line: `(1048576)'
{standard input}:1490: Error: syntax error; found `(', expected `,'
{standard input}:1490: Error: junk at end of line: `(1048576)'
{standard input}:1491: Error: syntax error; found `(', expected `,'
{standard input}:1491: Error: junk at end of line: `(1048576)'
{standard input}:2249: Error: missing operand
|
Thu, 28 Jul 2022
|
[ 19:49 Yuri Victorovich (yuri) ] 700d2ad
audio/carla: Broken on powerpc64le
|
Tue, 19 Jul 2022
|
[ 00:46 Yuri Victorovich (yuri) ] 52fb727
audio/carla: Update 2.4.3 -> 2.5.0
Reported by: portscout
|
Tue, 19 Apr 2022
|
[ 12:09 Piotr Kubaj (pkubaj) ] d1dd972
audio/carla: enable LINUXSAMPLER only where it's available
|
Sun, 17 Apr 2022
|
[ 19:56 Yuri Victorovich (yuri) ] 826938b6
audio/carla: Update 2.4.2 -> 2.4.3
Reported by: portscout
|
Thu, 17 Mar 2022
|
[ 15:24 Yuri Victorovich (yuri) Author: Ellenor Bjornsdottir ] 4588f14
audio/carla: Respect LOCALBASE
PR: 262616
|
Mon, 7 Mar 2022
|
[ 17:39 Loïc Bartoletti (lbartoletti) ] 2d8f8573 (Only the first 10 of 75 ports in this commit are shown above. )
devel/py-qt5, devel/py-sip: Update versions
- Update sip to 6.5.1
- Update PyQt5 to 5.15.6
- Update PyQtChart, PyQtNetworkAuth and PyQtWebengine to 5.15.5
- Update PyQtSip to 12.9.1
- Update PyQtBuilder to 1.12.2
- Add ${_MAKE_JOBS} for pyqt.mk (reported by Tatsuki Makino)
PR: 261685
Exp-run by: antoine
|
Sun, 20 Feb 2022
|
[ 20:50 Yuri Victorovich (yuri) ] b4a400a
audio/carla: Update 2.4.1 -> 2.4.2
Reported by: portscout
|
Thu, 27 Jan 2022
|
[ 06:12 Loïc Bartoletti (lbartoletti) ] 4f0a5e1 (Only the first 10 of 205 ports in this commit are shown above. )
PyQt: Update sip to 6.5.0, reintroduce sip4 and simplify PyQt framework.
SIP:
As mentioned in the update from sip to sip5, this is a transitional version
to remove what is deprecated in sip4.
Sip6 completely removes the deprecated parts.
Unfortunately, some ports — mostly cura things — can not use sip6, so we
reintroduce sip4.
PyQt:
At the same time, we took the opportunity to simplify PyQT and propose only one
package as for devel/pyside2. */py-qt5-* have been merged — excepted chart,
networkauth and webengine — into devel/py-qt5-pyqt.
This allows us to be in adequacy with the packages that the author of these (Only the first 15 lines of the commit message are shown above )
|
Sat, 27 Nov 2021
|
[ 10:09 Thomas Zander (riggs) ] e40e82b (Only the first 10 of 36 ports in this commit are shown above. )
audio/fluidsynth: Update to upstream version 2.2.4
MFH: 2021Q4
|
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
|
Mon, 18 Oct 2021
|
[ 16:54 Yuri Victorovich (yuri) ] f9ae892
audio/carla: Update 2.4.0 -> 2.4.1
Reported by: portscout
|
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, 4 Oct 2021
|
[ 04:56 Thomas Zander (riggs) ] 4c2db26 (Only the first 10 of 37 ports in this commit are shown above. )
audio/fluidsynth: Update to upstream version 2.2.3
MFH: 2021Q4
|
Sat, 21 Aug 2021
|
[ 05:56 Yuri Victorovich (yuri) ] d5b63ec
audio/carla: Update 2.3.2 -> 2.4.0
Reported by: portscout
|
Mon, 9 Aug 2021
|
[ 21:44 Yuri Victorovich (yuri) ] 1e0f4f8
audio/carla: Update 2.3.1 -> 2.3.2
Reported by: portscout
|
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)
|
Sat, 17 Jul 2021
|
[ 20:19 Yuri Victorovich (yuri) ] 2cf8605
audio/carla: Update 2.3.0 -> 2.3.1
Reported by: portscout
|
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
|
Fri, 4 Jun 2021
|
[ 22:55 Yuri Victorovich (yuri) ] 7620e25
audio/carla: Fix build of audio/lmms by re-adding USE_LDCONFIG.
Last update removed USE_LDCONFIG based on a bad recommendation from portlint.
Also move CONFLICTS_BUILD to the right place.
PR: 256420
Reported by: rodrigo
|
Tue, 25 May 2021
|
[ 01:44 Yuri Victorovich (yuri) ] 2b14bdf
audio/carla: Correct COMMENT, update pkg-descr, fix JACK option
|
Mon, 24 May 2021
|
[ 23:43 Yuri Victorovich (yuri) ] 9334b0c
audio/carla: Update 2.2.0 -> 2.3.0
|
Mon, 10 May 2021
|
[ 04:54 Yuri Victorovich (yuri) ] 1c30a3e
audio/linuxsampler: Update 2.1.1 -> 2.2.0
|
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.
|
Tue, 16 Mar 2021
|
[ 09:29 lbartoletti ] (Only the first 10 of 57 ports in this commit are shown above. )
PyQt5: Update PyQt5 to 5.15.4 and py-qtbuilder to 1.9.1
PR: 254218
Exp-run by: antoine
|
Mon, 8 Mar 2021
|
[ 06:49 lbartoletti ] (Only the first 10 of 100 ports in this commit are shown above. )
PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0
* PyQt5: update to 5.15.3
This is a minor feature and bug-fix release. There are corresponding releases of
the other PyQt5-related packages.
- Added the missing QImage.setAlphaChannel().
- Support for the QtNetworkAuth library has been moved to a separate
PyQtNetworkAuth package.
- Wheels no longer bundle the corresponding Qt libraries and instead
automatically install them from an external wheel.
* QScintilla2: update to 2.12.0
This adds support for Qt6 and removes support for Qt4.
- Change the new distname (again)i due to a conflict
- Use the new sip-build system
* devel/py-qtbuilder: update to 1.9.0
* devel/py-sip: fix flavor for sip-distinfo
PR: 253865
Exp-run by: antoine
|
Tue, 15 Dec 2020
|
[ 17:56 lbartoletti ] (Only the first 10 of 54 ports in this commit are shown above. )
Update PyQt5 to 5.15.2, sip to 5.5.0, py-qtbuilder to 1.6.0 and py-qt5-sip to
12.8.1
PR: 251764
Exp-run by: antoine
|
Mon, 5 Oct 2020
|
[ 15:50 lbartoletti ] (Only the first 10 of 122 ports in this commit are shown above. )
Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Use pypi for PYQT [1]
- Add devel/py-qt5-sip (Don't use it for now. It will be used in future updates
of PyQt with py-sip >= 5)
- Add missing py-qt5 ports: comms/py-qt5-sensors, devel/py-qt5-location,
devel/py-qt5-remoteobjects, net/py-qt5-networkauth
- Strip libs
- Refactor *_PATH and *_PORT parts
[1] RiverBankComputing doesn't offer links to download latest version of some
ports
PR: 247369
Reviewed by: tcberner
Differential Revision: https://reviews.freebsd.org/D25749
Exp-run by: antoine
|
Wed, 30 Sep 2020
|
[ 06:02 yuri ]
audio/carla: Update 2.1.1 -> 2.2.0
Reported by: portscout
|
Mon, 15 Jun 2020
|
[ 20:11 yuri ]
audio/carla: Update 2.1 -> 2.1.1
Reported by: portscout
|
Mon, 13 Apr 2020
|
[ 16:11 yuri ]
audio/carla: Update 2.0.0 -> 2.1
Reported by: portscout
|
Sat, 11 Apr 2020
|
[ 05:04 lbartoletti ] (Only the first 10 of 67 ports in this commit are shown above. )
Update py-sip to 4.19.21 and qscintilla2 to 2.11.4
- Update py-sip to 4.19.21
- Update qscintilla2 to 2.11.4
- Replace MASTER_SITE_RIVERBANK with https versions
- Replace QSCI2_DISTNAME to match with the new one
PR: 245308
Approved by: tcberner (mentor)
Exp-run by: antoine
|
Sat, 30 Nov 2019
|
[ 21:32 yuri ]
audio/carla: Not broken: fetches fine, the GitHub project and its tag are in
place, so it can't be unfetchable, and it isn't.
|
Wed, 6 Nov 2019
|
[ 12:48 antoine ] (Only the first 10 of 268 ports in this commit are shown above. )
Mark a few ports BROKEN, unfetchable
|
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'.
|
Sun, 29 Sep 2019
|
[ 10:04 riggs ] (Only the first 10 of 26 ports in this commit are shown above. )
Chase update to audio/fluidsynth; bump PORTREVISION of dependent ports
PR: 240890
|
Mon, 5 Aug 2019
|
[ 23:06 jbeich ] (Only the first 10 of 159 ports in this commit are shown above. )
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
|
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
|
Tue, 19 Mar 2019
|
[ 04:45 yuri ]
audio/carla: Update 1.9.14 -> 2.0.0
Reported by: portscout
|
Sat, 2 Mar 2019
|
[ 16:55 riggs ] (Only the first 10 of 25 ports in this commit are shown above. )
Chase update of fluidsynth to 2.0.3
PR: 233448
|
Thu, 28 Feb 2019
|
[ 17:52 yuri ]
audio/carla: Update 1.9.13 -> 1.9.14
Reported by: portscout
|
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 )
|
Tue, 15 Jan 2019
|
[ 09:19 yuri ]
audio/carla: Update 1.9.12 -> 1.9.13
Reported by: portscout
|
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
|
Thu, 22 Nov 2018
|
[ 20:18 tcberner ] (Only the first 10 of 154 ports in this commit are shown above. )
pyqt: Change install directories for Python flavor support
* PyQt could not be installed for multiple Python versions at
the same time, as there were conflicting files.
This patch creates Python-version versioned directories for
all these, and further installs binaries with a version number.
* Note, there might be some hickups for software that depends on
on of the .so's provided by PyQt5, which might not be found
anymore autmotically, and maybe need some LD-flaggery.
* Update PyQt5 to 5.10.1
* Mark www/py-qt5-webengine broken. It is unforuntately no longer
compatible with the old qt5-webengine-5.9.4 we ship.
PR: 232745
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D8714
|
Tue, 6 Nov 2018
|
[ 01:50 jbeich ] (Only the first 10 of 188 ports in this commit are shown above. )
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
|
Sun, 28 Oct 2018
|
[ 02:38 yuri ]
audio/carla: Update 1.9.11 -> 1.9.12
Reported by: portscout
|
Mon, 17 Sep 2018
|
[ 17:41 yuri ]
audio/carla: Update 1.9.9 -> 1.9.11
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
|
Sun, 22 Jul 2018
|
[ 08:32 yuri ]
audio/carla: Update 1.9.8-135 -> 1.9.9
Reported 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
|
Sat, 9 Jun 2018
|
[ 15:28 yuri ]
audio/carla: Update 1.9.8 -> 1.9.8.135
Update to the latest revision with the latest fixes.
|
Fri, 1 Jun 2018
|
[ 22:16 riggs ] (Only the first 10 of 28 ports in this commit are shown above. )
Bump PORTREVISIONS to chase update to audio/fluidsynth 1.1.11
PR: 228265
|
Wed, 2 May 2018
|
[ 15:07 jbeich ] (Only the first 10 of 183 ports in this commit are shown above. )
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175
|
Sat, 27 Jan 2018
|
[ 01:37 yuri ]
audio/carla: Update to 1.9.8
Additional changes:
* Added the py-sip dependency (thanks to the user
Goran Mekic <meka@tilda.center> for notifying me)
* Added USES=shebangfix because it is needed now
* Added CONFLICTS_BUILD=rtaudio-* rtmidi-* because it
is bundled with incompatible versions of both packages
and the build picks the preinstalled headers/libs first
* Removed BSD=true per the hint from the upstream author
Submitted by: myself
Approved by: tcberner (mentor)
Differential Revision: D13794
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above )
|
Wed, 29 Nov 2017
|
[ 21:48 yuri ]
New port: audio/carla: Audio LV2 plugin host for Jack and PulseAudio
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13172
|
Number of commits found: 67 |