Commit graph

18673 commits

Author SHA1 Message Date
Tobias Kortkamp
5c713ee133 audio/faudio: Update to 20.06
Changes:	https://github.com/FNA-XNA/FAudio/releases/tag/20.06
2020-06-04 18:16:28 +00:00
Tobias Kortkamp
a48473296f lang/rust: Update to 1.44.0
- Remove devel/cargo-tree since it is now integrated into cargo
- Add patch to fix build with LibreSSL 3.1.x and 3.2.0 [1]
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2020/06/04/Rust-1.44.0.html
PR:		246332 [1]
Tested by:	mikael, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D25099
2020-06-04 18:08:00 +00:00
Adriaan de Groot
a80a612357 Prep-work for Qt 5.15
An ambiguous constructor for QSplashScreen has appeared in Qt 5.14,
so previous uses of NULL / nullptr now cause a compile error like

src/gui/src/SplashScreen.cpp:35:4: error: call to constructor of 'QSplashScreen' is ambiguous
 : QSplashScreen( NULL )
   ^              ~~~~
/usr/local/include/qt5/QtWidgets/qsplashscreen.h:58:5: note: candidate constructor
    QSplashScreen(QScreen *screen, const QPixmap &pixmap = QPixmap(), Qt::WindowFlags f = Qt::WindowFlags());
/usr/local/include/qt5/QtWidgets/qsplashscreen.h:61:5: note: candidate constructor
    QSplashScreen(QWidget *parent, const QPixmap &pixmap = QPixmap(), Qt::WindowFlags f = Qt::WindowFlags());

This patch just explicitly casts to the right type of nullptr.
Mentioned in an issue upstream as well.

Not bumping PORTREVISION since this doesn't affect the built code at all
and it will get rebuilt when Qt 5.15 lands anyway.
2020-06-03 23:44:52 +00:00
Antoine Brodin
3309f25f92 Mark BROKEN
Reported by:	pkg-fallout
2020-06-03 19:53:07 +00:00
Antoine Brodin
bd0b05c502 Mark BROKEN
Reported by:	pkg-fallout
2020-06-03 19:52:20 +00:00
Antoine Brodin
cf9a130715 Mark BROKEN
Reported by:	pkg-fallout
2020-06-03 19:51:18 +00:00
Antoine Brodin
0254d833bf Mark BROKEN
Reported by:	pkg-fallout
2020-06-03 19:50:36 +00:00
Antoine Brodin
5a120fac88 Mark BROKEN
Reported by:	pkg-fallout
2020-06-03 19:49:45 +00:00
Antoine Brodin
65c28683b8 Mark BROKEN
Reported by:	pkg-fallout
2020-06-03 19:48:59 +00:00
Antoine Brodin
a9123cf633 Mark BROKEN
Reported by:	pkg-fallout
2020-06-03 19:48:13 +00:00
Antoine Brodin
174faf691b Mark BROKEN
Reported by:	pkg-fallout
2020-06-03 19:47:20 +00:00
Antoine Brodin
57a7d5ebae Mark BROKEN
Reported by:	pkg-fallout
2020-06-03 19:45:42 +00:00
Sunpoet Po-Chuan Hsieh
1c489784e1 Bump PORTREVISION for devel/protobuf shlib change 2020-06-03 18:32:05 +00:00
Emanuel Haupt
3e75e64bd8 - Update to 0.2.2
- Make portclippy and portfmt happy

Changelog:	https://github.com/mywave82/opencubicplayer/releases/tag/v0.2.2
2020-06-02 19:47:28 +00:00
Fernando Apesteguía
24528d2e48 audio/spotify-tui: Update to 0.20.0
From ChangeLog: https://github.com/Rigellute/spotify-tui/releases/tag/v0.20.0

Fix audio analysis view and other improvements

- Move pagination instructions to top of help menu
- Add user configuration toggle for the loading indicator
- Add support for saving an album and following an artist in artist view
- Use the `#` glyph to indicate the currently playing song
- Jump to play context (if available) - default binding is `o`

PR:	246805
Submitted by:	vulcan@wired.sh (maintainer)
2020-06-01 11:39:37 +00:00
Loïc Bartoletti
a3e0aed9e8 audio/sonic-visualiser: prepare for Qt5-5.15
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D25054
2020-06-01 06:37:52 +00:00
Tobias Kortkamp
2f2f7b710e audio/yoshimi: Unbreak after ports r536573
src/LV2_Plugin/YoshimiLV2Plugin.cpp:80:5: error: cannot initialize a member subobject of type 'LV2_Handle (*)(const struct LV2_Descriptor *, double, const char *, const LV2_Feature *const *)' (aka 'void *(*)(const LV2_Descriptor *, double, const char *, const LV2_Feature *const *)') with an lvalue of type 'LV2_Handle (const struct _LV2_Descriptor *, double, const char *, const LV2_Feature *const *)' (aka 'void *(const _LV2_Descriptor *, double, const char *, const LV2_Feature *const *)'): type mismatch at 1st parameter ('const struct LV2_Descriptor *' vs 'const struct _LV2_Descriptor *')
    YoshimiLV2Plugin::instantiate,
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/LV2_Plugin/YoshimiLV2Plugin.cpp:93:5: error: cannot initialize a member subobject of type 'LV2_Handle (*)(const struct LV2_Descriptor *, double, const char *, const LV2_Feature *const *)' (aka 'void *(*)(const LV2_Descriptor *, double, const char *, const LV2_Feature *const *)') with an lvalue of type 'LV2_Handle (const struct _LV2_Descriptor *, double, const char *, const LV2_Feature *const *)' (aka 'void *(const _LV2_Descriptor *, double, const char *, const LV2_Feature *const *)'): type mismatch at 1st parameter ('const struct LV2_Descriptor *' vs 'const struct _LV2_Descriptor *')
    YoshimiLV2Plugin::instantiate,
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/LV2_Plugin/YoshimiLV2Plugin.cpp:396:34: error: no matching constructor for initialization of 'YoshimiLV2Plugin'
    YoshimiLV2Plugin *inst = new YoshimiLV2Plugin(synth, sample_rate, bundle_path, features, desc);
                                 ^                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/LV2_Plugin/YoshimiLV2Plugin.cpp:257:19: note: candidate constructor not viable: cannot convert argument of incomplete type 'const struct _LV2_Descriptor *' to 'const LV2_Descriptor *' for 5th argument
YoshimiLV2Plugin::YoshimiLV2Plugin(SynthEngine *synth, double sampleRate, const char *bundlePath, const LV2_Feature *const *features, const LV2_Descriptor *desc):
                  ^
src/LV2_Plugin/YoshimiLV2Plugin.h:47:7: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 5 were provided
class YoshimiLV2Plugin : public MusicIO
      ^
src/LV2_Plugin/YoshimiLV2Plugin.cpp:833:5: error: cannot initialize a member subobject of type 'LV2UI_Handle (*)(const struct LV2UI_Descriptor *, const char *, const char *, LV2UI_Write_Function, LV2UI_Controller, LV2UI_Widget *, const LV2_Feature *const *)' (aka 'void *(*)(const LV2UI_Descriptor *, const char *, const char *, void (*)(void *, unsigned int, unsigned int, unsigned int, const void *), void *, void **, const LV2_Feature *const *)') with an lvalue of type 'LV2UI_Handle (const _LV2UI_Descriptor *, const char *, const char *, LV2UI_Write_Function, LV2UI_Controller, LV2UI_Widget *, const LV2_Feature *const *)' (aka 'void *(const _LV2UI_Descriptor *, const char *, const char *, void (*)(void *, unsigned int, unsigned int, unsigned int, const void *), void *, void **, const LV2_Feature *const *)'): type mismatch at 1st parameter ('const struct LV2UI_Descriptor *' vs 'const _LV2UI_Descriptor *')
    YoshimiLV2PluginUI::instantiate,
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020-05-31 14:30:49 +00:00
Mark Linimon
698d1150d5 Mark as BROKEN on powerpc64-12. This is true even though the usual
workaround of USES is in place.  It seems to build everywhere else.

Approved by:	portmgr (tier-2 blanket)
2020-05-31 08:34:59 +00:00
Alexey Dokuchaev
edad7b8d81 Update to version 6.0.0.
Reported by:	portscout
2020-05-31 08:14:40 +00:00
Emanuel Haupt
45951a5df5 Update to 1.17 2020-05-30 19:03:11 +00:00
Ed Maste
d23e1f0a85 audio/ardour5: add BUILD_DEPENDS as:devel/binutils
/usr/bin/as will soon be removed from the FreeBSD base system, for
FreeBSD 13.0.

Depend on as (not ${LOCALBASE}/bin/as) so that this will introduce no
change for existing 11.x and 12.x, which will continue to use the base
system GNU as 2.17.50.

This likely also addresses the reason this port is marked BROKEN_aarch64;
that can be addressed in a subsequent sweep.

PR:		205250
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2020-05-30 15:52:48 +00:00
Yuri Victorovich
99101a1723 audio/muse-sequencer: Update 3_1_0_pre1-20 -> 3_1_0 2020-05-30 06:47:31 +00:00
Yuri Victorovich
b2891c3b47 audio/libinstpatch: Update 1.0.0 -> 1.1.5 2020-05-30 06:19:17 +00:00
Tobias Kortkamp
c7259fc4f0 Clean up some things
Reported by:	portscan
2020-05-30 00:57:02 +00:00
Tobias Kortkamp
0803b3611a audio/cava: Update to 0.7.0
Changes:	https://github.com/karlstav/cava/releases/tag/0.7.0
2020-05-30 00:39:11 +00:00
Loïc Bartoletti
ea4b0d82a8 audio/carla: prepare for Qt5-5.15
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D25049
2020-05-29 18:38:04 +00:00
Yuri Victorovich
6a4916d310 audio/jalv: Update 1.6.0 -> 1.6.4 2020-05-27 22:00:05 +00:00
Yuri Victorovich
4451418af3 audio/giada: Update 0.16.2 -> 0.16.2.2 2020-05-27 19:09:47 +00:00
Christoph Moench-Tegeder
3852165b0c audio/traverso: fix download URL
download verified against distinfo; port version is still current
fetchable again: remove BROKEN

Approved by:	unbreak
2020-05-27 18:36:54 +00:00
Alexey Dokuchaev
907a4eb7ab Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 1). 2020-05-27 11:59:13 +00:00
Emanuel Haupt
66ce9d5285 Chase audio/libopenmpt update 2020-05-27 11:16:04 +00:00
Emanuel Haupt
6919415aae - Update to 0.5.0
- While here make portfmt/portclippy happy

Changelog:	https://lib.openmpt.org/libopenmpt/2020/05/24/releases-0.5.0-0.4.13-0.3.22/
2020-05-27 11:15:33 +00:00
Yuri Victorovich
564a65c880 audio/jamulus: Update 3.5.4 -> 3.5.5
Reported by:	portscout
2020-05-27 07:56:44 +00:00
Adriaan de Groot
9f9a044468 Update audio/praat to latest upstream release 6.1.15 (20 May 2020)
Changelog is always at http://www.fon.hum.uva.nl/praat/manual/What_s_new_.html

- Repaired a bug introduced in 6.0.44 that could cause an incorrect
  (namely, totally constant) ClassificationTable.

Reported by:	portscout
2020-05-26 09:53:44 +00:00
Yuri Victorovich
855cdad1b3 audio/vm-lv2: Update 0.6.0 -> 0.8.0 2020-05-26 08:46:36 +00:00
Yuri Victorovich
ebd07b70e7 audio/moony-lv2: Update 0.30.0 -> 0.32.0 2020-05-26 08:41:15 +00:00
Yuri Victorovich
18a64ec33e audio/sherlock-lv2: Update 0.20.0 -> 0.22.0 2020-05-26 08:33:45 +00:00
Yuri Victorovich
2070b09b78 audio/bshapr-lv2: Update 0.8 -> 0.9
Reported by:	portscout
2020-05-26 08:22:33 +00:00
Yuri Victorovich
5f2cbe2374 audio/zrythm: Update 0.5.097 -> 0.8.459 2020-05-26 08:15:27 +00:00
Yuri Victorovich
e51987389e audio/lilv: Update 0.24.6 -> 0.24.8
PR:		246734
Approved by:	beerml@sigma6audio.de (maintainer)
2020-05-26 06:48:38 +00:00
Yuri Victorovich
2c3b3db21d audio/lv2: Update 1.16.0 -> 1.18.0
PR:		246733
Approved by:	beerml@sigma6audio.de (maintainer)
2020-05-26 06:45:40 +00:00
Piotr Kubaj
6268dff479 audio/liquidsfz: fix build on GCC architectures
GCC defines those, causing error, move those to be set only with Clang::
<command-line>: error: duplicate 'unsigned'
<command-line>: error: declaration does not declare anything [-fpermissive]
<command-line>: error: duplicate 'unsigned'
<command-line>: error: declaration does not declare anything [-fpermissive]
2020-05-25 19:29:04 +00:00
Sunpoet Po-Chuan Hsieh
dfe005ee44 Update USES=scons to specify scons of Python 2
- While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons
2020-05-25 18:33:44 +00:00
Yuri Victorovich
f530482a7c audio/jamulus: Update 3.5.3 -> 3.5.4
Reported by:	portscout
2020-05-25 17:11:53 +00:00
Hiroki Tagato
2a03fed992 - Update to 0.24.6
- Make portfmt happy

PR:		246672
Submitted by:	Jack <xxjack12xx@gmail.com>
Approved by:	beerml@sigma6audio.de (maintainer), ehaupt (mentor)
Changelog:	http://drobilla.net/2019/11/10/lilv-0-24-6.html
2020-05-25 09:23:41 +00:00
Hiroki Tagato
943aba1527 - Update to 0.6.4
- Make portfmt happy

PR:		246671
Submitted by:	Jack <xxjack12xx@gmail.com>
Approved by:	beerml@sigma6audio.de (maintainer), ehaupt (mentor)
Changelog:	http://drobilla.net/2019/11/10/sratom-0-6-4.html
2020-05-25 09:19:09 +00:00
Emanuel Haupt
2606227223 Update to 1.8.1
Upstream issue:	https://github.com/adplug/adplug/issues/112
2020-05-24 09:48:29 +00:00
Emanuel Haupt
310ee7e299 - Provide a patch to build with libadplug 2.3.2 [1]
- While here make portlint, portfmt, portclippy happy

Obtained from:	pkgsrc [1]
2020-05-23 14:40:51 +00:00
Emanuel Haupt
ccbd09a547 - Update to 2.3.2
- While here make portclippy/portfmt happy
2020-05-23 14:40:46 +00:00
John Hixson
b9472b9be0 audio/pianod2: update to version 329 2020-05-23 02:10:28 +00:00
Sunpoet Po-Chuan Hsieh
aabbea4dfa Bump PORTREVISION for devel/json-c json-c 2020-05-22 19:20:42 +00:00
Yuri Victorovich
61a66c1b2b audio/jamulus: Update 3.4.4 -> 3.5.3
Reported by:	portscout
2020-05-22 08:15:30 +00:00
Tobias C. Berner
b515564642 audio/sayonara: prepare for Qt5-5.15 2020-05-21 11:05:11 +00:00
Tobias C. Berner
28bc929905 audio/lmms: prepare for Qt5-5.15 2020-05-21 10:51:43 +00:00
Tobias C. Berner
b4df6ca623 audio/sonic-visualiser: prepare for Qt5-5.15 (partial) 2020-05-21 09:50:19 +00:00
Tobias C. Berner
f4738a2fd6 audio/polyphone: prepare for Qt5-5.15 2020-05-21 08:14:59 +00:00
Yuri Victorovich
ae9f0898b0 audio/libaudec: Remove tests from build
This fixes the i386 build.

Reported by:	fallout (failed on i386)
2020-05-20 19:07:11 +00:00
Tobias C. Berner
00821e9c31 audio/clementine-player: prepare for Qt5-5.15 2020-05-19 18:10:27 +00:00
Tobias C. Berner
a01e2c1e4d audio/muse-sequencer: prepare for Qt5-5.15 2020-05-18 19:04:05 +00:00
Tobias C. Berner
8584fed33a audio/cadence: prepare for Qt5-5.15 2020-05-18 18:25:47 +00:00
Tobias C. Berner
2681c607a3 audio/rosegarden: prepare for Qt5-5.15 2020-05-18 18:21:51 +00:00
Tobias C. Berner
2b81ca45b5 Add missing dependency on kinit
A handful of ports implicitetly dependet on kinit through some other port,
which in turn itself shouldn't have. In r535466 this was removed, and the
dependency on kinit now needs to be made explicit.

Reported by:	antoine
2020-05-18 10:12:22 +00:00
Mark Linimon
60f64ae4da Mark as BROKEN on powerpc64:
File "/wrkdirs/usr/ports/audio/beatslash-lv2/work/beatslash-lv2-1.0.6/waflib/Build.py", line 1179, in do_install
      self.copy_fun(src, tgt)
    File "/wrkdirs/usr/ports/audio/beatslash-lv2/work/beatslash-lv2-1.0.6/waflib/Build.py", line 1083, in copy_fun
      shutil.copy2(src, tgt)
    File "/usr/local/lib/python3.7/shutil.py", line 267, in copy2
      copystat(src, dst, follow_symlinks=follow_symlinks)
    File "/usr/local/lib/python3.7/shutil.py", line 206, in copystat
      follow_symlinks=follow)
  FileNotFoundError: [Errno 2] No such file or directory

Approved by:	portmgr (tier-2 blanket)
2020-05-18 04:03:55 +00:00
Matthias Andree
629e77287b audio/strawberry: new port of Qt5-based music player
...which is descended from clementine.

PR:		246342
Submitted by:	Daniel Menelkir <menelkir@itroll.org> (maintainer)
2020-05-17 20:19:09 +00:00
Yuri Victorovich
c71a021606 audio/bsequencer-lv2: Update 1.2.0 -> 1.4.2
Reported by:	portscout
2020-05-17 09:39:11 +00:00
Yuri Victorovich
7ce03a4664 audio/libaudec: Update 0.2.1 -> 0.2.2
Reported by:	portscout
2020-05-17 08:39:29 +00:00
Yuri Victorovich
d495307651 audio/lsp-plugins-lv2: Update 1.1.19 -> 1.1.21
Reported by:	portscout
2020-05-17 08:34:43 +00:00
Loïc Bartoletti
4c1a399966 x11-toolkits/wxgtk30: Update to 3.0.5.1
Changelog:
  - https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt

PR:	 246218
Approved by:	tcberner (mentor)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D24808
2020-05-17 05:55:12 +00:00
Yuri Victorovich
84af0310e6 audio/jacktrip: Add USES=compiler:c++11-lang 2020-05-16 21:49:34 +00:00
Yuri Victorovich
60fe5d9cc4 New port: audio/jacktrip: Multi-machine audio network performance over the Internet 2020-05-16 21:28:35 +00:00
Yuri Victorovich
6214396b58 audio/bjumblr-lv2: Update 0.2 -> 1.2.0
Reported by:	portscout
2020-05-16 17:29:41 +00:00
Tobias C. Berner
03c288090f audio/noson-app: update to 4.3.3 2020-05-16 15:44:52 +00:00
Tobias C. Berner
7b77e96061 Update KDE's Applications to 20.04.1
From the changelog [1]:
	Some of the fixes included in this release are:
	* kio-fish: Only store password in KWallet if the user asked for it.
	* The Umbrello Fixes for adding multiline c++ comment support.
	* The scrolling behavior in the Okular document viewer has been
	  improved and is more usable with free-spinning mouse wheels
	* A regression that sometimes caused the JuK music player to
	  crash on start has been fixed
	* The Kdenlive video editor has received many stability updates,
	  including a fix to the DVD chapter creation and a fix that
	  improves the handling of timecodes, improved handling of missing
	  clips, draw “photo” frame on image clips to differentiate from
	  video clips., and previews in the timeline
	* KMail now correctly handles existing maildir folders when adding
	  a new maildir profile and no longer crashes when adding too many
	  recipients
	* Import and export of Kontact settings has been enhanced to include
	  more data

[1] https://kde.org/announcements/changelog-releases.php?version=20.04.1
2020-05-15 16:52:00 +00:00
Yuri Victorovich
cde64c8cdc audio/libaudec: Update 0.2 -> 0.2.1
Reported by:	portscout
2020-05-15 16:08:39 +00:00
Emanuel Haupt
84059d8240 - Update to 20200412
- Make portclippy/portfmt happy
- Remove PORTSCOUT (ignored version is lower than current)
2020-05-15 09:01:38 +00:00
Emanuel Haupt
26cc42d112 - Update to 1.24
- Make portclippy/portfmt happy
2020-05-15 08:29:35 +00:00
Emanuel Haupt
bf327769e1 - Update to 0.4.2
- Make portclippy/portfmt happy
2020-05-15 08:15:32 +00:00
Emanuel Haupt
b746df989f - Update to 1.15
- Make portclippy/portfmt happy
- Correctly group download sources
2020-05-14 07:58:27 +00:00
Fernando Apesteguía
6c4f3dad0d audio/ncmpc: Update to 0.38
PR:	246429
Submitted by:	laurent@nilio.ca (maintainer)
2020-05-13 11:33:18 +00:00
Piotr Kubaj
e047b10267 audio/milkytracker: fix build on powerpc*
Merge upstream patch to fix build.

MFH:		2020Q2 (fix build blanket)
2020-05-13 08:55:08 +00:00
Danilo G. Baio
75a5f7f076 Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18

  Update it to 1.8.5 (latest version from 1.8.X).
  This version supports Python 2 and 3.
  Add test target.

- textproc/py-sphinx: Update to 3.0.2

  Python 3 only (3.5+).
  Add test target.

- Mk/Uses/python.mk: Add PY_SPHINX

  Shared macro to use with flavors and not break
  ports with USES=python (all versions).

  Python >=3.5  --> textproc/py-sphinx (v3.0.2)
  Python < 3.5  --> textproc/py-sphinx18 (v1.8.5)

  All ports that uses sphinx were changed to use the new variable
  ${PY_SPHINX} in the dependency line, exceptions:

    * Ports that fails to build with sphinx 3.0.2 because of code.
      They are pointing to textproc/py-sphinx18 directly.
      There aren't many ports.

    * Ports that doesn't know Python flavors.

- Add several patches to fix Sphinx consumers

  The most common issues are related with pkg-plist, the output
  files from Sphinx changes between versions, keep this dynamically
  is the better approach.

  This will save time in future sphinx updates.

PR:		245629
Exp-run by:	antoine
2020-05-11 23:51:58 +00:00
Hiroki Tagato
9e8d1e73a8 - Update to 0.19.0
- Add external link to FreeBSD wiki in post-installation message

PR:		246227
Submitted by:	Lewis Cook <vulcan@wired.sh> (maintainer)
Approved by:	ehaupt (mentor)
Changelog:	https://github.com/Rigellute/spotify-tui/releases/tag/v0.19.0
2020-05-11 08:07:36 +00:00
Yuri Victorovich
a8d0040078 audio/drumkv1-lv2: Update 0.9.11 -> 0.9.14
Reported by:	portscout
2020-05-11 04:41:42 +00:00
Sunpoet Po-Chuan Hsieh
87d7e1d7be Convert REINPLACE_CMD to patch files 2020-05-08 20:50:29 +00:00
Tobias Kortkamp
a5ee1a1911 audio/amsynth: Update to 1.10.0
Changes:	https://github.com/amsynth/amsynth/releases/tag/release-1.10.0
2020-05-07 16:28:58 +00:00
Yuri Victorovich
ad578fc3cf audio/samplv1-lv2: Update 0.9.11 -> 0.9.14
Reported by:	portscout
2020-05-07 01:21:44 +00:00
Yuri Victorovich
74599d1360 audio/padthv1-lv2: Update 0.9.11 -> 0.9.14
Reported by:	portscout
2020-05-07 01:20:53 +00:00
Yuri Victorovich
8662710999 audio/synthv1-lv2: Update 0.9.11 -> 0.9.14
Reported by:	portscout
2020-05-07 01:20:07 +00:00
Tobias C. Berner
f48dbf918f Update KDE Plasma Desktop to 5.18.5
Tuesday, 5 May 2020. Today KDE releases a bugfix update to KDE Plasma 5,
versioned 5.18.5. Plasma 5.18 was released in February 2020 with many feature
refinements and new modules to complete the desktop experience.

This release adds a month's worth of new translations and fixes from KDE's
contributors. The bugfixes are typically small but important and include:

    * KCM Colors fix apply button always disabled.
    * [Notifications] Don't show do not disturb end date beyond 100 days.
    * xdg-desktop-portal-kde: ScreenSharing: close dialogs when session is
      closed.

Full Changelog:
	https://kde.org/announcements/plasma-5.18.4-5.18.5-changelog
2020-05-06 16:39:00 +00:00
Rene Ladan
0786acb315 Remove expired ports:
Adjusted for ports rescued since r534032

2020-05-05 audio/festvox-czech: Broken for more than 6 months
2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months
2020-05-05 audio/mixmos: Broken for more than 6 months
2020-05-05 audio/mma: Broken for more than 6 months
2020-05-05 audio/pd-cyclone: Broken for more than 6 months
2020-05-05 audio/shorten: Broken for more than 6 months
2020-05-05 audio/taglib-sharp: Broken for more than 6 months
2020-05-05 audio/xhippo: Broken for more than 6 months
2020-05-05 biology/consed: Broken for more than 6 months
2020-05-05 biology/plinkseq: Broken for more than 6 months
2020-05-05 biology/seqtools: Broken for more than 6 months
2020-05-05 biology/t_coffee: Broken for more than 6 months
2020-05-05 biology/ugene: Broken for more than 6 months
2020-05-05 comms/ath3k-firmware: Broken for more than 6 months
2020-05-05 comms/geoid: Broken for more than 6 months
2020-05-05 comms/jerm: Broken for more than 6 months
2020-05-05 comms/yaac: Broken for more than 6 months
2020-05-05 converters/dumpasn1: Broken for more than 6 months
2020-05-05 databases/elixir-exredis: Broken for more than 6 months
2020-05-05 databases/hamsterdb: Broken for more than 6 months
2020-05-05 databases/memcacheq: Broken for more than 6 months
2020-05-05 databases/mysql++1: Broken for more than 6 months
2020-05-05 databases/mysql++3: Broken for more than 6 months
2020-05-05 databases/mysql2odbc: Broken for more than 6 months
2020-05-05 databases/mysqlidxchk: Broken for more than 6 months
2020-05-05 databases/p5-DBIx-Ease: Broken for more than 6 months
2020-05-05 databases/p5-DMOZ-ParseRDF: Broken for more than 6 months
2020-05-05 databases/pear-DoctrineORM: Broken for more than 6 months
2020-05-05 databases/pear-MDB2_Driver_mysql: Broken for more than 6 months
2020-05-05 databases/pear-Structures_DataGrid_DataSource_DBQuery: Broken for more than 6 months
2020-05-05 databases/pear-Structures_DataGrid_DataSource_DBTable: Broken for more than 6 months
2020-05-05 databases/pear-Structures_DataGrid_DataSource_DataObject: Broken for more than 6 months
2020-05-05 databases/pear-Structures_DataGrid_DataSource_MDB2: Broken for more than 6 months
2020-05-05 databases/pgagent: Broken for more than 6 months
2020-05-05 databases/useracc: Broken for more than 6 months
2020-05-05 deskutils/devd-notifier: Broken for more than 6 months
2020-05-05 deskutils/sugarcrm: Broken for more than 6 months
2020-05-05 deskutils/tine20: Broken for more than 6 months
2020-05-05 deskutils/tomboy-plugin-latex: Broken for more than 6 months
2020-05-05 deskutils/tomboy-plugin-todo: Broken for more than 6 months
2020-05-05 deskutils/wyrd: Broken for more than 6 months
2020-05-05 deskutils/xrolo: 64-bit unsupported
2020-05-05 devel/autodist: Broken for more than 6 months
2020-05-05 devel/bouml-doc: Broken for more than 6 months
2020-05-05 devel/cobf: Broken for more than 6 months
2020-05-05 devel/djgpp-crx: Broken for more than 6 months
2020-05-05 devel/elfrc: Broken for more than 6 months
2020-05-05 devel/frink: Broken for more than 6 months
2020-05-05 devel/gogland-eap: Broken for more than 6 months
2020-05-05 devel/hive: Broken for more than 6 months
2020-04-01 devel/hs-bytestring-nums: No releases since 2012
2020-05-05 devel/iz: Broken for more than 6 months
2020-05-05 devel/jfrog-cli: Broken for more than 6 months
2020-05-05 devel/libcfg: Broken for more than 6 months
2020-05-05 devel/libdispatch: Broken for more than 6 months
2020-05-05 devel/libjson++: Broken for more than 6 months
2020-05-05 devel/libmonetra: Broken for more than 6 months
2020-05-05 devel/libol: Broken for more than 6 months
2020-05-05 devel/libserver: Broken for more than 6 months
2020-05-05 devel/lua-MessagePack: Broken for more than 6 months
2020-05-05 devel/mercurialeclipse: Broken for more than 6 months
2020-05-05 devel/mime: Broken for more than 6 months
2020-05-05 devel/motor: Broken for more than 6 months
2020-05-05 devel/mq4cpp: Broken for more than 6 months
2020-05-05 devel/myrepos: Broken for more than 6 months
2020-05-05 devel/notify-sharp: Broken for more than 6 months
2020-05-05 devel/oozie: Broken for more than 6 months
2020-05-05 devel/p5-Cdk: Broken for more than 6 months
2020-05-05 devel/p5-Data-Average: Broken for more than 6 months
2020-05-05 devel/p5-Range-String: Broken for more than 6 months
2020-05-05 devel/p5-Shape: Broken for more than 6 months
2020-05-05 devel/pear-PHP_CodeBrowser: Broken for more than 6 months
2020-05-05 devel/pear-PHP_Depend: Broken for more than 6 months
2020-05-05 devel/pear-PHP_PMD: Broken for more than 6 months
2020-05-05 devel/pear-TheSeer_phpDox: Broken for more than 6 months
2020-05-05 devel/picp: Broken for more than 6 months
2020-05-05 devel/pig: Broken for more than 6 months
2020-05-05 devel/pty: Broken for more than 6 months
2020-05-05 devel/py-libiocage: Broken for more than 6 months
2020-05-05 devel/py-lock_file: Broken for more than 6 months
2020-05-05 devel/py-pyev: Broken for more than 6 months
2020-05-05 devel/rpm-spec-mode.el: Broken for more than 6 months
2020-05-05 devel/simple_components: Broken for more than 6 months
2020-05-05 devel/tcloo: Tcl/Tk 8.5 is nearing EOL, please consider porting to Tcl/Tk 8.6
2020-05-05 devel/tkmerge: Broken for more than 6 months
2020-05-05 devel/toh: Broken for more than 6 months
2020-05-05 devel/visualparadigm: Broken for more than 6 months
2020-05-05 dns/autotrust: Broken for more than 6 months
2020-05-05 dns/gdnsd: Broken for more than 6 months
2020-05-05 dns/p5-Stanford-DNSserver: Broken for more than 6 months
2020-05-05 dns/zonecheck: Broken for more than 6 months
2020-05-05 editors/omegaT: Broken for more than 6 months
2020-05-05 finance/cbb: Broken for more than 6 months
2020-05-05 ftp/llnlxdir: Broken for more than 6 months
2020-05-05 ftp/llnlxftp: Broken for more than 6 months
2020-05-05 games/adom: Broken for more than 6 months
2020-05-05 games/bsdrain: Broken for more than 6 months
2020-05-05 games/bunnysay: Broken for more than 6 months
2020-05-05 games/castlevox: Broken for more than 6 months
2020-05-05 games/gnarr: Broken for more than 6 months
2020-05-05 games/hohlin: Broken for more than 6 months
2020-05-05 games/hoichess: Broken for more than 6 months
2020-05-05 games/kajaani-kombat: Broken for more than 6 months
2020-05-05 games/linux-enemyterritory-jaymod-21: Broken for more than 6 months
2020-05-05 games/linux-enemyterritory-omni-bot: Broken for more than 6 months
2020-05-05 games/linux-enemyterritory-omni-bot-0660: Broken for more than 6 months
2020-05-05 games/nadar: Broken for more than 6 months
2020-05-05 games/nxengine: Broken for more than 6 months
2020-05-05 games/oneko: Broken for more than 6 months
2020-05-05 games/seahaven: Broken for more than 6 months
2020-05-05 games/sudoku_solver: Broken for more than 6 months
2020-05-05 games/tetrons: Broken for more than 6 months
2020-05-05 games/xpenguins: Broken for more than 6 months
2020-05-05 games/xvmahjongg: 64-bit unsupported
2020-05-05 games/xvmines: 64-bit unsupported
2020-05-05 graphics/EZWGL: Broken for more than 6 months
2020-05-05 graphics/kix-kmod: Broken for more than 6 months
2020-05-05 graphics/mhgui: Broken for more than 6 months
2020-05-05 graphics/mmrecover: Broken for more than 6 months
2020-05-05 hungarian/hu-phone: Broken for more than 6 months
2020-05-05 hungarian/hu-zipcodes: Broken for more than 6 months
2020-05-05 irc/charybdis: Broken for more than 6 months
2020-05-05 irc/fisg: Broken for more than 6 months
2020-05-05 irc/ircd-ru: Broken for more than 6 months
2020-05-05 irc/ircservices: Broken for more than 6 months
2020-05-05 irc/nethirc: Broken for more than 6 months
2020-05-05 irc/ratbox-services: Broken for more than 6 months
2020-05-05 irc/roxirc: Broken for more than 6 months
2020-05-05 japanese/jstrings: Broken for more than 6 months
2020-05-05 japanese/mg: Broken for more than 6 months
2020-05-05 japanese/ming: Broken for more than 6 months
2020-05-05 japanese/t2ps: Broken for more than 6 months
2020-05-05 java/castor: Broken for more than 6 months
2020-05-05 java/eclipse-windowbuilder: Broken for more than 6 months
2020-05-05 java/jdbcpool: Broken for more than 6 months
2020-05-05 java/jomp: Broken for more than 6 months
2020-05-05 java/langspec: Broken for more than 6 months
2020-05-05 java/xdoclet: Broken for more than 6 months
2020-05-05 korean/xpdf: Broken for more than 6 months
2020-05-05 lang/afnix: Broken for more than 6 months
2020-05-05 lang/elan: Broken for more than 6 months
2020-05-05 lang/gnatcross-aarch64: Broken for more than 6 months
2020-05-05 lang/hope: Broken for more than 6 months
2020-05-05 lang/hugs: Broken for more than 6 months
2020-05-05 lang/ici: Broken for more than 6 months
2020-05-05 lang/icon: Broken for more than 6 months
2020-05-05 lang/newlisp-devel: Broken for more than 6 months
2020-05-05 lang/ohugs: Broken for more than 6 months
2020-05-05 lang/opendylan: Broken for more than 6 months
2020-05-05 lang/phc: Broken for more than 6 months
2020-05-05 lang/starlogo: Broken for more than 6 months
2020-05-05 lang/yap: Broken for more than 6 months
2020-05-05 lang/yap-devel: Broken for more than 6 months
2020-05-05 mail/chk4mail: Broken for more than 6 months
2020-05-05 mail/librfc822: Broken for more than 6 months
2020-05-05 mail/mailmgr: Broken for more than 6 months
2020-05-05 mail/mreport: Broken for more than 6 months
2020-05-05 mail/msgconvert: Broken for more than 6 months
2020-05-05 mail/nullpop: Broken for more than 6 months
2020-05-05 mail/p5-Mail-MailStats: Broken for more than 6 months
2020-05-05 mail/poppassd: Broken for more than 6 months
2020-05-05 mail/prayer: Broken for more than 6 months
2020-05-05 mail/py-cyruslib: Broken for more than 6 months
2020-05-05 mail/qmail-auditor: Broken for more than 6 months
2020-05-05 mail/qmailmrtg7: Broken for more than 6 months
2020-05-05 mail/qmqtool: Broken for more than 6 months
2020-05-05 mail/relaydb: Broken for more than 6 months
2020-05-05 mail/rftp: Broken for more than 6 months
2020-05-05 mail/smtp-gated: Broken for more than 6 months
2020-05-05 mail/spamoracle: Broken for more than 6 months
2020-05-05 math/calctool: 64-bit unsupported
2020-05-05 math/diehard: Broken for more than 6 months
2020-05-05 math/e: Broken for more than 6 months
2020-05-05 math/entropy: Broken for more than 6 months
2020-05-05 math/liblbfgs: Broken for more than 6 months
2020-05-05 math/libtsnnls: Broken for more than 6 months
2020-05-05 math/ltl: Broken for more than 6 months
2020-05-05 math/naturalmath: Broken for more than 6 months
2020-05-05 math/proofgeneral: Broken for more than 6 months
2020-05-05 math/py-basemap-data: Broken for more than 6 months
2020-05-05 math/py-igakit: Broken for more than 6 months
2020-05-05 math/py-rapi: Broken for more than 6 months
2020-05-05 math/sfst: Broken for more than 6 months
2020-05-05 math/truthtable: Broken for more than 6 months
2020-05-05 math/wingz3: Broken for more than 6 months
2020-05-05 math/x12arima: Broken for more than 6 months
2020-05-05 math/xppaut: Broken for more than 6 months
2020-05-05 misc/achievo: Broken for more than 6 months
2020-05-05 misc/auto-multiple-choice: Broken for more than 6 months
2020-05-05 misc/display: Broken for more than 6 months
2020-05-05 misc/esniper: Broken for more than 6 months
2020-05-05 misc/free42-skins: Broken for more than 6 months
2020-05-05 misc/libisocodes: Broken for more than 6 months
2020-05-05 misc/loop: Broken for more than 6 months
2020-05-05 misc/p5-Norge: Broken for more than 6 months
2020-05-05 misc/pantry: Broken for more than 6 months
2020-05-05 misc/phraze: Broken for more than 6 months
2020-05-05 misc/podsleuth: Broken for more than 6 months
2020-05-05 misc/py-osd: Broken for more than 6 months
2020-05-05 misc/rfc: Broken for more than 6 months
2020-05-05 misc/spamcalc: Broken for more than 6 months
2020-05-05 misc/us-zipcodes: Broken for more than 6 months
2020-05-05 misc/xtypo: Broken for more than 6 months
2020-05-05 misc/yaunc: Broken for more than 6 months
2020-05-05 multimedia/clipgrab: Broken for more than 6 months
2020-05-05 multimedia/libsmacker: Broken for more than 6 months
2020-05-05 multimedia/lxdvdrip: Broken for more than 6 months
2020-05-05 multimedia/mjpg-streamer: Broken for more than 6 months
2020-05-05 multimedia/vcdpad: Broken for more than 6 months
2020-05-05 net/erlang-xmlrpc: Broken for more than 6 months
2020-05-05 net/etrace: Broken for more than 6 months
2020-05-05 net/fonulator: Broken for more than 6 months
2020-05-05 net/gkrellmwireless2: Broken for more than 6 months
2020-05-05 net/howl: Broken for more than 6 months
2020-05-05 net/libp0f: Broken for more than 6 months
2020-05-05 net/libsocket++: Broken for more than 6 months
2020-05-05 net/ltm: Broken for more than 6 months
2020-05-05 net/lvwimax: Broken for more than 6 months
2020-05-05 net/mono-zeroconf: Broken for more than 6 months
2020-05-05 net/nph: Broken for more than 6 months
2020-05-05 net/p5-Net-RawSock: Broken for more than 6 months
2020-05-05 net/passlogd: Broken for more than 6 months
2020-05-05 net/phamm: Broken for more than 6 months
2020-05-05 net/pim6-tools: Broken for more than 6 months
2020-05-05 net/pim6dd: Broken for more than 6 months
2020-05-05 net/pim6sd: Broken for more than 6 months
2020-05-05 net/proxy-connect: Broken for more than 6 months
2020-05-05 net/rtpbreak: Broken for more than 6 months
2020-05-05 net/s3ql: Broken for more than 6 months
2020-05-05 net/scnc: Broken for more than 6 months
2020-05-05 net/sip_scenario: Broken for more than 6 months
2020-05-05 net/slurm: Broken for more than 6 months
2020-05-05 net/ssmping: Broken for more than 6 months
2020-05-05 net/tcpdstat: Broken for more than 6 months
2020-05-05 net/uplog: Broken for more than 6 months
2020-05-05 net/vblade: Broken for more than 6 months
2020-05-05 net/wizd: Broken for more than 6 months
2020-05-05 net/wmnetload: Broken for more than 6 months
2020-05-05 net/wmnetmon: Broken for more than 6 months
2020-05-05 net/wmpiki: Broken for more than 6 months
2020-05-05 net/xipmsg: Broken for more than 6 months
2020-05-05 net-im/chattahoochie: Broken for more than 6 months
2020-05-05 net-im/jitsi: Broken for more than 6 months
2020-05-05 net-im/mu-conference: Broken for more than 6 months
2020-05-05 net-im/p5-Jabber-Connection: Broken for more than 6 months
2020-05-05 net-im/p5-Net-ICQ2000: Broken for more than 6 months
2020-05-05 net-im/pidgin-guifications: Broken for more than 6 months
2020-05-05 net-im/pidgin-osd: Broken for more than 6 months
2020-05-05 net-im/yoono: Broken for more than 6 months
2020-05-05 net-mgmt/arpalert: Broken for more than 6 months
2020-05-05 net-mgmt/nagios-check_memcached_paranoid: Broken for more than 6 months
2020-05-05 net-mgmt/netwox: Broken for more than 6 months
2020-05-05 net-mgmt/nstreams: Broken for more than 6 months
2020-05-05 net-mgmt/p5-GRNOC-Config: Broken for more than 6 months
2020-05-05 net-mgmt/p5-GRNOC-TL1: Broken for more than 6 months
2020-05-05 net-mgmt/scli: Broken for more than 6 months
2020-05-05 net-mgmt/snmp++: Broken for more than 6 months
2020-05-05 net-mgmt/victorops-nagios: Broken for more than 6 months
2020-05-05 net-p2p/libpdtp: Broken for more than 6 months
2020-05-05 net-p2p/squall: Broken for more than 6 months
2020-05-05 news/crashmail: Broken for more than 6 months
2020-05-05 news/sn: Broken for more than 6 months
2020-05-05 news/xrn: Broken for more than 6 months
2020-05-05 ports-mgmt/managepkg: Broken for more than 6 months
2020-05-05 portuguese/irpf-pt_BR: Broken for more than 6 months
2020-05-05 print/foxitreader: Broken for more than 6 months
2020-05-05 print/pdfcube: Broken for more than 6 months
2020-05-05 print/pmw: Broken for more than 6 months
2020-05-05 print/rprint: Broken for more than 6 months
2020-05-05 russian/p5-cyrillic: Broken for more than 6 months
2020-05-05 russian/tidyup-mail: Broken for more than 6 months
2020-05-05 science/abinit: Broken for more than 6 months
2020-05-05 science/atom: Broken for more than 6 months
2020-05-05 science/cp2k: Broken for more than 6 months
2020-05-05 science/esys-particle: Broken for more than 6 months
2020-05-05 science/openmx: Broken for more than 6 months
2020-05-05 science/p5-Geo-ReadGRIB: Broken for more than 6 months
2020-05-05 science/py-tensorflow-estimator: Broken for more than 6 months
2020-05-05 security/firewalk: Broken for more than 6 months
2020-05-05 security/hmap: Broken for more than 6 months
2020-05-05 security/ipfcount: Broken for more than 6 months
2020-05-05 security/libbf: Broken for more than 6 months
2020-05-05 security/log2timeline: Broken for more than 6 months
2020-05-05 security/opencdk: Broken for more than 6 months
2020-05-05 security/pad: Broken for more than 6 months
2020-05-05 security/pam_fprint: Broken for more than 6 months
2020-05-05 security/pam_per_user: Broken for more than 6 months
2020-05-05 security/razorback-dispatcher: Broken for more than 6 months
2020-05-05 security/ruby-camellia: Broken for more than 6 months
2020-05-05 security/scanhill: Broken for more than 6 months
2020-05-05 security/sinfp: Broken for more than 6 months
2020-05-05 security/ssh_askpass_gtk2: Broken for more than 6 months
2020-05-05 security/subweb: Broken for more than 6 months
2020-05-05 security/unssh: Broken for more than 6 months
2020-05-05 security/xspy: Broken for more than 6 months
2020-05-05 shells/osh: Broken for more than 6 months
2020-05-05 shells/shell-include: Broken for more than 6 months
2020-05-05 sysutils/abgx360gui: Broken for more than 6 months
2020-05-05 sysutils/autojump: Broken for more than 6 months
2020-05-05 sysutils/backupchecker: Broken for more than 6 months
2020-05-05 sysutils/cdf: Broken for more than 6 months
2020-05-05 sysutils/cdls: Broken for more than 6 months
2020-05-05 sysutils/circonus-agent: Broken for more than 6 months
2020-05-05 sysutils/cloop-utils: Broken for more than 6 months
2020-05-05 sysutils/confman: Broken for more than 6 months
2020-05-05 sysutils/detach: Broken for more than 6 months
2020-05-05 sysutils/disktool: 64-bit unsupported
2020-05-05 sysutils/downtime: Broken for more than 6 months
2020-05-05 sysutils/fusefs-fusexmp_fh: Broken for more than 6 months
2020-05-05 sysutils/fusefs-gunzip: Broken for more than 6 months
2020-05-05 sysutils/goss: Broken for more than 6 months
2020-05-05 sysutils/gpte: Broken for more than 6 months
2020-05-05 sysutils/hidesvn: Broken for more than 6 months
2020-05-05 sysutils/hoz: Broken for more than 6 months
2020-05-05 sysutils/intel-qcu: Broken for more than 6 months
2020-05-05 sysutils/iogen: Broken for more than 6 months
2020-05-05 sysutils/jailctl: Broken for more than 6 months
2020-05-05 sysutils/jx: Broken for more than 6 months
2020-05-05 sysutils/linux-crashplan: Broken for more than 6 months
2020-05-05 sysutils/mkfile: Broken for more than 6 months
2020-05-05 sysutils/mpiexec: Broken for more than 6 months
2020-05-05 sysutils/nfsping: Broken for more than 6 months
2020-05-05 sysutils/phantom: Broken for more than 6 months
2020-05-05 sysutils/ptools: Broken for more than 6 months
2020-05-05 sysutils/realsync: Broken for more than 6 months
2020-05-05 sysutils/rmonitor: Broken for more than 6 months
2020-05-05 sysutils/roottail: Broken for more than 6 months
2020-05-05 sysutils/sb16config: Broken for more than 6 months
2020-05-05 sysutils/sbase: Broken for more than 6 months
2020-05-05 sysutils/setquota: Broken for more than 6 months
2020-05-05 sysutils/sortu: Broken for more than 6 months
2020-05-05 sysutils/stmpclean: Broken for more than 6 months
2020-05-05 sysutils/tmate-slave: Broken for more than 6 months
2020-05-05 sysutils/tss: Broken for more than 6 months
2020-05-05 sysutils/vstrip: Broken for more than 6 months
2020-05-05 sysutils/watchdog: Broken for more than 6 months
2020-05-05 sysutils/wmbsdbatt: Broken for more than 6 months
2020-05-05 sysutils/wmcpuload: Broken for more than 6 months
2020-05-05 sysutils/wmcube: Broken for more than 6 months
2020-05-05 sysutils/wtail: Broken for more than 6 months
2020-05-05 textproc/csv2latex: Broken for more than 6 months
2020-05-05 textproc/da-hyphen: Broken for more than 6 months
2020-05-05 textproc/glark: Broken for more than 6 months
2020-05-05 textproc/html2tex: Broken for more than 6 months
2020-05-05 textproc/htmlsection: Broken for more than 6 months
2020-05-05 textproc/kenlm: Broken for more than 6 months
2020-05-05 textproc/libguess: Broken for more than 6 months
2020-05-05 textproc/libxml++26-reference: Broken for more than 6 months
2020-05-05 textproc/no-hunspell: Broken for more than 6 months
2020-05-05 textproc/p5-MARC: Broken for more than 6 months
2020-05-05 textproc/p5-texcount: Broken for more than 6 months
2020-05-05 textproc/pcrs: Broken for more than 6 months
2020-05-05 textproc/pear-Structures_DataGrid_DataSource_RSS: Broken for more than 6 months
2020-05-05 textproc/pear-Structures_DataGrid_DataSource_XML: Broken for more than 6 months
2020-05-05 textproc/permute: Broken for more than 6 months
2020-05-05 textproc/pocketreader: Broken for more than 6 months
2020-05-05 textproc/py-sgrep: Broken for more than 6 months
2020-05-05 textproc/rss2html: Broken for more than 6 months
2020-05-05 textproc/ruby-xmlparser: Broken for more than 6 months
2020-05-05 textproc/sv-hyphen: Broken for more than 6 months
2020-05-05 textproc/tclExpat: Broken for more than 6 months
2020-05-05 textproc/tex2im: Broken for more than 6 months
2020-05-05 textproc/topic: Broken for more than 6 months
2020-05-05 textproc/uz-hunspell: Broken for more than 6 months
2020-05-05 textproc/xmlprpr: Broken for more than 6 months
2020-05-05 www/ach: Broken for more than 6 months
2020-05-05 www/apache-forrest: Broken for more than 6 months
2020-05-05 www/apercu: Broken for more than 6 months
2020-05-05 www/cblog: Broken for more than 6 months
2020-05-05 www/drood: Broken for more than 6 months
2020-05-05 www/drraw: Broken for more than 6 months
2020-05-05 www/flood: Broken for more than 6 months
2020-05-05 www/grafana2: Broken for more than 6 months
2020-05-05 www/imgsizer: Broken for more than 6 months
2020-05-05 www/jdresolve: Broken for more than 6 months
2020-05-05 www/linkcheck: Broken for more than 6 months
2020-05-05 www/madsonic-standalone: Broken for more than 6 months
2020-05-05 www/mod_auth_external2: Broken for more than 6 months
2020-05-05 www/mod_chroot: Broken for more than 6 months
2020-05-05 www/mod_cvs2: Broken for more than 6 months
2020-05-05 www/mod_domaintree: Broken for more than 6 months
2020-05-05 www/mod_encoding: Broken for more than 6 months
2020-05-05 www/mod_flickr: Broken for more than 6 months
2020-05-05 www/mod_gzip2: Broken for more than 6 months
2020-05-05 www/mod_layout22: Broken for more than 6 months
2020-05-05 www/mod_proctitle: Broken for more than 6 months
2020-05-05 www/mod_tsa: Broken for more than 6 months
2020-05-05 www/mod_vhs: Broken for more than 6 months
2020-05-05 www/p5-AnyEvent-Mojo: Broken for more than 6 months
2020-05-05 www/p5-Apache-Gallery: Broken for more than 6 months
2020-05-05 www/p5-WWW-Google-Video: Broken for more than 6 months
2020-05-05 www/p5-WWW-Shorten-KUSO: Broken for more than 6 months
2020-05-05 www/p5-WWW-Shorten-isgd: Broken for more than 6 months
2020-05-05 www/photo_gallery: Broken for more than 6 months
2020-05-05 www/pwebstats: Broken for more than 6 months
2020-05-05 www/py-django-profiles: Broken for more than 6 months
2020-05-05 www/red5: Broken for more than 6 months
2020-05-05 www/redmine-sidebar_hide: Broken for more than 6 months
2020-05-05 www/rssowl: Broken for more than 6 months
2020-05-05 www/skytemplate: Broken for more than 6 months
2020-05-05 www/surfraw: Broken for more than 6 months
2020-05-05 www/sws: Broken for more than 6 months
2020-05-05 www/tickr: Broken for more than 6 months
2020-05-05 www/tinytinyhttpd: Broken for more than 6 months
2020-05-05 www/udmsearch: Broken for more than 6 months
2020-05-05 www/vee: Broken for more than 6 months
2020-05-05 www/webreport: Broken for more than 6 months
2020-05-05 www/webstats: Broken for more than 6 months
2020-05-05 www/www6to4: Broken for more than 6 months
2020-05-05 x11/deskpaint: Broken for more than 6 months
2020-05-05 x11/dmenu2: Broken for more than 6 months
2020-05-05 x11/gcb: Broken for more than 6 months
2020-05-05 x11/gpctool: Broken for more than 6 months
2020-05-05 x11/ipager: Broken for more than 6 months
2020-05-05 x11/keylaunch: Broken for more than 6 months
2020-05-05 x11/props: 64-bit unsupported
2020-05-05 x11/roxbg: Broken for more than 6 months
2020-05-05 x11/sisctrl: Broken for more than 6 months
2020-05-05 x11/wdm: Broken for more than 6 months
2020-05-05 x11/xaniroc: Broken for more than 6 months
2020-05-05 x11/xmove: Broken for more than 6 months
2020-05-05 x11/xnodecor: Broken for more than 6 months
2020-05-05 x11/xvattr: Broken for more than 6 months
2020-05-05 x11-clocks/tktz: Broken for more than 6 months
2020-05-05 x11-clocks/xtimer: Broken for more than 6 months
2020-05-05 x11-themes/gnome-icons-dropline-neu: Broken for more than 6 months
2020-05-05 x11-themes/gnome-icons-dropline-nou: Broken for more than 6 months
2020-05-05 x11-themes/gnome-icons-gion: Broken for more than 6 months
2020-05-05 x11-themes/gnome-icons-jini: Broken for more than 6 months
2020-05-05 x11-themes/gtk-aurora-engine: Broken for more than 6 months
2020-05-05 x11-themes/gtk-blueprint-engine: Broken for more than 6 months
2020-05-05 x11-themes/gtk-murrina-fancy-clearlooks: Broken for more than 6 months
2020-05-05 x11-themes/gtk-murrina-lightblue: Broken for more than 6 months
2020-05-05 x11-themes/gtk-murrine-themes: Broken for more than 6 months
2020-05-05 x11-themes/murrine-configurator: Broken for more than 6 months
2020-05-05 x11-themes/nimbus: Broken for more than 6 months
2020-05-05 x11-themes/openbox-themes: Broken for more than 6 months
2020-05-05 x11-themes/rezlooks: Broken for more than 6 months
2020-05-05 x11-themes/ubuntulooks: Broken for more than 6 months
2020-05-05 x11-toolkits/slingshot: 64-bit unsupported
2020-05-05 x11-toolkits/xview-clients: 64-bit unsupported
2020-05-05 x11-wm/fluxconf: Broken for more than 6 months
2020-05-05 x11-wm/ion: Broken for more than 6 months
2020-05-05 x11-wm/matwm2: Broken for more than 6 months
2020-05-05 x11-wm/nickleby: Broken for more than 6 months
2020-05-05 x11-wm/olvwm: 64-bit unsupported
2020-05-05 x11-wm/ratmenu: Broken for more than 6 months
2020-05-05 15:38:11 +00:00
Rene Ladan
8766f9074d audio/xvmixer: expire in a month, depends on expired x11-toolkits/xview 2020-05-05 15:11:43 +00:00
Rene Ladan
5867d16688 audio/workman: expire in a month, depends on expired x11-toolkits/xview 2020-05-05 15:10:43 +00:00
Guido Falsi
5f6bfd0860 Change default MDNS backend to the more commonly used avahi one.
This avoids conflicting with KDE and other commonly used ports.

Reported by:	Chris Watson <bsdunix44@gmail.com>
MFH:		2020Q2
2020-05-05 13:24:40 +00:00
Rene Ladan
bf7e704e7a audio/p5-Audio: expire in one month, depends on expired math/p5-Math-GSL 2020-05-05 11:57:52 +00:00
Rene Ladan
1c8146a09e audio/logitechmediaserver: remove expired optional dependency on audio/shorten 2020-05-05 09:23:53 +00:00
Rene Ladan
3e2a0be09f audio/pacpl: remove expired optional dependency on audio/shorten 2020-05-05 09:22:36 +00:00
Rene Ladan
66d0af78bd audio/soundkonverter: remove expired optional dependency on audio/shorten 2020-05-05 09:21:52 +00:00
Rene Ladan
e793589bd9 audio/shntool: remove expired optional dependency on audio/shorten 2020-05-05 09:19:36 +00:00
Dirk Meyer
eff60e5ddb - update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports
2020-05-04 21:31:39 +00:00
Sunpoet Po-Chuan Hsieh
235dc22565 Update to 1.2.0
Changes:	https://github.com/beetbox/pyacoustid/blob/master/README.rst#version-history
2020-05-04 19:19:09 +00:00
Hiroki Tagato
15530d5e53 Update to 4.1.1
PR:		246100
Submitted by:	Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
Approved by:	pizzamig (mentor)
Changelog:	https://sourceforge.net/p/grip/code/ci/master/tree/ChangeLog
2020-05-04 10:15:22 +00:00
Alexander Leidinger
4c7c05632c Remove build-dependency on gmake.
PR:		244815
Submitted by:	daniel.engberg.lists@pyret.net
Tested by:	daniel.engberg.lists@pyret.net (i386 for nasm-hacks)
2020-05-04 08:36:16 +00:00
Tijl Coosemans
f8c4d55478 Update CentOS 7 ports to 7.8.2003. 2020-05-03 12:50:42 +00:00
Adriaan de Groot
0ddd0615b0 Update audio/praat to latest upstream release
One bug listed as fixed:
 -  Repaired a bug in drawing ranges introduced in 6.1.06.
2020-05-03 12:49:13 +00:00
Tobias C. Berner
8bb6875964 audio/taglib: update to 1.12-beta1
PR:		246025
Exp-run by:	antoine
Submitted by:	Daniel Engberg  <daniel.engberg.lists@pyret.net>
Approved by:	jhale (timeout)
MFH:		2020Q2
Security:	CVE-2018-11439
Differential Revision:	https://reviews.freebsd.org/D23260
2020-05-02 09:57:24 +00:00
Thomas Zander
80a92cb554 Update to upstream release 0.21.23
Details:
- Bug fixes, see
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.23/NEWS

MFH:		2020Q2 (hat: ports-secteam)
2020-05-02 06:34:29 +00:00
Tobias Kortkamp
9d2e500ff0 audio/faudio: Update to 20.05
Changes:	https://github.com/FNA-XNA/FAudio/releases/tag/20.05
2020-05-02 04:40:23 +00:00
Emanuel Haupt
9ad02ef09a Update to 1.12 2020-05-01 08:24:54 +00:00
Emanuel Haupt
48d8fcc796 Update to 1.23 2020-04-30 13:40:21 +00:00
Matthias Andree
0fb98d3fa1 NEW audio/playumidi: standard MIDI format 0/1 player for umidi devices
"playumidi" is the "SIMPLE" MIDI file player for USB MIDI device on FreeBSD.
This software is able to direct control for FreeBSD-umidi device(/dev/umidi*.*)
in the "uaudio" driver.
Therefore, You don't need to use the "/dev/sequencer" device or the other
software when listening the MIDI-file music.
And, Support for auto-judge MIDI-file XG/GS/GM mode & auto add the
Tone-Generator ReSet code when the ReSet code isn't exist in a MIDI-file.

WWW: https://ja.osdn.net/projects/playumidi/

PR:		239774
Submitted by:	Koine Yuusuke <koinec@yahoo.co.jp>
2020-04-27 22:20:40 +00:00
Yuri Victorovich
1fff3fd890 audio/bchoppr-lv2: Update 1.6.0 -> 1.6.2
Reported by:	portscout
2020-04-27 08:56:22 +00:00
Baptiste Daroussin
119a5709e9 Update to 0.8.8 2020-04-27 08:45:43 +00:00
Adriaan de Groot
43060c7b83 Claim audio/praat from the pool 2020-04-24 22:34:16 +00:00
Emanuel Haupt
7ba2f328a9 Update to 1.09 2020-04-24 21:13:44 +00:00
Jason W. Bacon
9b3ea45e5b audio/praat: Upgrade to 6.1.13
Clean up patches
Switch from OSS to ALSA (upstream default)
Left in and documented patches to ease switch to OSS or JACK in case of
runtime issues
Releasing maintainership as I no longer work with any praat users

Reported by:    portscout
2020-04-24 19:22:03 +00:00
Fernando Apesteguía
fee15fe80f audio/mixertui: Update to 1.1
PR:	245860
Submitted by:	alfix86@gmail.com (maintainer)
2020-04-24 12:12:55 +00:00
Alexey Dokuchaev
2dc634c49e Update WWW line and spell "Window Maker" correctly: per 1998 agreement
between the developers of Window Maker and Windowmaker Software, Window
Maker (in the X11 sense) should never be used as a single word.
2020-04-24 11:04:23 +00:00
Alexey Dokuchaev
6be9ba5540 - Resurrect, unbreak, and undeprecate the port
- Transfer maintainership to the new volunteer
- Add some missing USE_XORG entries while here

PR:		244041
Submitted by:	blackend
2020-04-24 10:22:14 +00:00
Yuri Victorovich
400b71db4c audio/midi-matrix-lv2: Update 0.22.0 -> 0.24.0 2020-04-24 07:58:17 +00:00
Ruslan Makhmatkhanov
682825811b audio/exaile: add upstream patch
upstream commit:
bcbac20563

Bug fixed:
https://github.com/exaile/exaile/issues/699
2020-04-24 07:39:37 +00:00
Jan Beich
ffb8eb82e5 devel/icu: update to 67.1
Changes:	http://site.icu-project.org/download/67
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by:	GitHub (watch releases)
2020-04-23 20:14:49 +00:00
Tobias C. Berner
cb08bca159 Update KDE Applications (release-service) to 20.04
KDE's April 2020 Apps Update

A new bundle of KDE applications is here! In these releases, you can expect to
find more features, stability improvements, and more user-friendly tools that
will help you work more effectively.

There are dozens of changes to look forward to in most of your favorite
applications. Take Dolphin, for example. Windows Samba shares are now fully
discoverable.

On the topic of playing music: the Elisa music player is adding features by
leaps and bounds. This release brings a new “Now Playing” view, easy
accessibility through the system tray, and an option to minimize the playlist
whenever you want. Thanks to the recently-added visual shuffle mode, it’s much
easier to rearrange your music in the playlists.

These are just the highlights of what’s new in KDE’s applications this month.
Read on to find out about everything we’ve prepared for you.

Announcement:
	https://kde.org/announcements/releases/2020-04-apps-update/
2020-04-23 17:00:52 +00:00
Tobias Kortkamp
5abe8902a5 lang/rust: Update to 1.43.0
- Add workaround to fix build when CC/CXX have "clang" in them [1]
- Respect AR to fix build with external toolchains [2]
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2020/04/23/Rust-1.43.0.html
PR:		238556 [1], 245583 [2]
Reported by:	Matthias Apitz <guru@unixarea.de> [1], Greg V <greg@unrelenting.technology> [2]
Tested by:	mikael, pkubaj, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D24521
2020-04-23 15:32:29 +00:00
Piotr Kubaj
a65eee55a4 audio/pianobooster: fix build on GCC architectures
Use C++11 compiler:
  The compiler feature "cxx_decltype" is not known to CXX compiler

  "GNU"

  version 4.2.1.
2020-04-23 12:49:01 +00:00
Emanuel Haupt
f260cac5ee Update to 1.21 2020-04-23 11:04:51 +00:00
Yuri Victorovich
1123ef7ccb audio/jalv-select: Update 1.2 -> 1.3
Reported by:	portscout
2020-04-23 03:29:14 +00:00
Ruslan Makhmatkhanov
b335192427 audio/exaile: update to 4.1.0-alpha1
This release brings python3 support.
Release notes: https://github.com/exaile/exaile/wiki/Exaile-4.1-release-notes
2020-04-22 17:00:18 +00:00
Tobias Kortkamp
58e4e827df audio/yoshimi: Update to 1.7.1
Changes:	https://github.com/Yoshimi/yoshimi/blob/1.7.1/Changelog
2020-04-22 03:28:38 +00:00
Mark Linimon
a27ec47194 Patch out -mtune=generic.
This fixed the build on GCC-based systems, plus, we should turn this
off on package building machines in any case.

Approved by:	portmgr (tier-2 blanket)
2020-04-22 02:12:42 +00:00
Mark Linimon
2581ff25aa Add compiler:c++0x to USES to fix build on GCC-based architectures:
cc1plus: error: unrecognized command line option "-std=gnu++0x"

Approved by:	portmgr (tier-2 blanket)
2020-04-22 02:11:01 +00:00
Mark Linimon
61ca1a865b Add compiler:c++11-lang to USES to fix build on GCC-based systems:
cc1plus: error: unrecognized command line option "-std=c++11"

Approved by:	portmgr (tier-2 blanket)
2020-04-22 02:08:29 +00:00
Koichiro Iwao
bcf8fc233d audio/spotify-tui: Update to 0.18.0
PR:		245797
Submitted by:	Lewis Cook <vulcan@wired.sh> (maintainer)
Relnotes:	https://github.com/Rigellute/spotify-tui/releases/tag/v0.18.0
2020-04-22 01:38:29 +00:00
Emanuel Haupt
232f364713 Update to 0.4.1 2020-04-21 07:41:42 +00:00
Yuri Victorovich
07215ed497 audio/intersect-lv2: Update g20200126 -> 1.3
Reported by:	portscout
2020-04-20 19:26:59 +00:00
Yuri Victorovich
6d677305bc New port: audio/spectacle-lv2: Realtime graphical spectrum analyzer, LV2 plugin and JACK application 2020-04-20 06:17:43 +00:00
Yuri Victorovich
fd44e315dc audio/fogpad-lv2: Update 1.0.0-1 -> 1.0.0-3
The upstream fixed VST and DSSI plugins installation.
2020-04-20 04:02:57 +00:00
Yuri Victorovich
905f74fa37 New port: audio/liquidsfz: Sampler that can load and play .sfz files, includes the LV2 pugin 2020-04-20 03:39:06 +00:00
Yuri Victorovich
4ae07f1d52 New port: audio/sfizz: SFZ parser and synth C++ library & LV2/VST3 plugins 2020-04-20 02:13:03 +00:00
Yuri Victorovich
d67b5a7e21 New port: audio/lv2proc: Simple command line effect processor using LV2 plugins 2020-04-20 00:59:17 +00:00
Yuri Victorovich
d04087adc0 New port: audio/intersect-lv2: LV2 plugin expands a stereo input to three channels 2020-04-20 00:34:28 +00:00
Yuri Victorovich
1da98d8a90 audio/fogpad-lv2: Correct the comment in files/mntent.h; Add the C++11 requirement for compiler 2020-04-19 23:30:25 +00:00
Yuri Victorovich
977540c901 New port: audio/fogpad-lv2: Reverb effect with frozen/pitch-shifted/disintegrated reflections 2020-04-19 23:26:42 +00:00
Dmitri Goutnik
e079243120 audio/fapg: Update to 0.43
- Pass maintainership to the submitter

PR:		245717
Submitted by:	Michael Muenz <m.muenz@gmail.com>
2020-04-19 20:06:02 +00:00
Yuri Victorovich
089bd595dd audio/x42-plugins-lv2: Update 20200114 -> 20200411
Reported by:	portscout
2020-04-19 07:43:54 +00:00
Yuri Victorovich
be204f0c1c audio/surge-synthesizer-lv2: Add the PORTSCOUT tag 2020-04-19 07:39:44 +00:00
Yuri Victorovich
90fd0e4d75 New port: audio/bchoppr-lv2: Audio stream chopping LV2 plugin 2020-04-19 07:35:15 +00:00
Yuri Victorovich
ac19f4cc96 New port: audio/bslizr-lv2: Sequenced audio slicing effect LV2 plugin ("step sequencer effect") 2020-04-19 07:27:13 +00:00
Yuri Victorovich
c35a8d5e4e New port: audio/bharvestr-lv2: Granular synthesizer LV2 plugin 2020-04-19 07:19:30 +00:00
Yuri Victorovich
a9c3068a02 New port: audio/bjumblr-lv2: Pattern-controlled audio stream / sample re-sequencer LV2 plugin 2020-04-19 07:08:31 +00:00
Yuri Victorovich
c048d5fb8e audio/lsp-plugins-lv2: Update 1.1.17 -> 1.1.19
Reported by:	portscout
2020-04-19 06:53:58 +00:00
Yuri Victorovich
ac41b63f12 audio/sonic-visualiser: Fix the build error
qt5-core-5.14.2 has QTimer::start() marked as deprecated, but -Werror promoted this warning to error.

PR:		236000
Reported by:	Robert Cina <transitive@gmail.com>
2020-04-19 00:18:39 +00:00
Hans Petter Selasky
8bb5a5d261 Update midipp to 2.0.4
- Added support for MPE.
- Added support for multiple presets.
- Fixed some bugs.

Approved by: pi (implicit)
2020-04-18 07:55:15 +00:00
Hans Petter Selasky
f3ab846df1 Update libumidi to 2.1.1
Added support for per note events via SysEx, also called MPE.

Approved by:	pi (implicit)
2020-04-18 07:51:42 +00:00
Tobias C. Berner
0f1df99baf audio/wavpack: update to 5.3.0
Changelog [1]:
* fixed: OSS-Fuzz issues 19925, 19928, 20060, 20448
* fixed: trailing garbage characters on imported ID3v2 TXXX tags
* fixed: various minor undefined behavior and memory access issues
* fixed: sanitize tag extraction names for length and path inclusion
* improved: reformat wvunpack "help" and split into long + short versions
* added: regression testing to Travis CI for OSS-Fuzz crashers

[1] http://www.wavpack.com/changelog.txt
2020-04-17 16:36:02 +00:00
Yuri Victorovich
890172260e audio/sonic-visualiser: Disable PORTAUDIO by default
PR:		236000 (addition)
Reported by:	danfe
Approved by:	uddka@student.kit.edu
2020-04-17 06:45:07 +00:00
Yuri Victorovich
3b1b7fa147 audio/sonic-visualiser: Update 2.5 -> 4.0.1
A lot of changes:
* Merge some options with the port because they aren't project options any more
* Enable JACK and PULSEAUDIO by default
* Install additonal executables required for the package to run
* Remove the bundled vamp-plugin-sdk directory because the port dependency is used
* Cleanly remove all internal links with vamp-plugin-sdk, not rebuilding it many times any more
* Change WWW to the https URL

PR:		236000
Submitted by:	kunda <chitty_cloud@me.com> (preliminary patch version 3.2.1)
Approved by:	uddka@student.kit.edu (maintainer timeout; 1 year and 50 days)
2020-04-17 00:21:01 +00:00
Yuri Victorovich
467517cb97 audio/vamp-plugin-sdk: Update 2.7.1 -> 2.9.0
PR:		244513
Submitted by:	David Schlachter <fbsd-bugzilla@schlachter.ca>
Approved by:	uddka@student.kit.edu (maintainer timeout; 45 days)
2020-04-17 00:14:46 +00:00
Piotr Kubaj
789a18391e audio/squash: fix build on GCC architectures
Newer GCC is necessary:
/usr/local/lib/libid3.so: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)'
2020-04-16 19:15:00 +00:00
Yuri Victorovich
71378f9c39 New port: audio/surge-synthesizer-lv2: Surge Synthesizer LV2 and VST plug-in 2020-04-15 19:44:34 +00:00
Yuri Victorovich
9da798285d New port: audio/pianobooster: MIDI file player that teaches how to play the piano 2020-04-14 18:05:49 +00:00
Tobias Kortkamp
41f087c0a0 Delete unused audio/lua51-mpd after r531700 2020-04-14 16:29:42 +00:00
Mathieu Arnold
beb1c1fe19 USES=lua gained flavors.
Ports using USES=lua:module or lua:flavors will be flavored.  A range of
supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ)
for ports not supporting all lua versions.

USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of
flavored lua ports, in a similar way as PHP or Python flavors.

PR:		245038
Submitted by:	andrew tao11 riddles org uk
Reviewed by:	mat, kevans, russ haley gmail com
Approved by:	mat (portmgr)
Differential Revision:	https://reviews.freebsd.org/D16494
2020-04-14 15:49:36 +00:00
Yuri Victorovich
a832ad07fa audio/lv2lint: Update 0.4.0 -> 0.6.0
Reported by:	portscout
2020-04-14 13:06:39 +00:00
Emanuel Haupt
a8bbcc3575 Update to 0.4.12 2020-04-14 11:19:52 +00:00
Emanuel Haupt
9db2a622ce Update to 1.20 2020-04-14 07:34:59 +00:00
Tobias C. Berner
43858e9b3c Remove Webengine from default options on ppc64
- This is another followup to r531601, which updated WebEngine,
  but does not yet support ppc64.

Submitted by:	pkubaj
2020-04-13 20:22:55 +00:00
Yuri Victorovich
e8fc2d74e3 audio/carla: Update 2.0.0 -> 2.1
Reported by:	portscout
2020-04-13 16:11:56 +00:00
Hiroki Tagato
ec0cfda4d6 Change MAINTAINER email address to FreeBSD.org one
Approved by:	ehaupt (mentor)
2020-04-13 03:15:19 +00:00
Tobias C. Berner
f9cda9a516 audio/mixertui: Update to 1.0
CHANGELOG:
 * fix: UI bugs (bar background and select device)
 * add: KEY_HOME to set volume to 100 %
 * add: libsysctlmibinfo2 dep, so in the port Makefile:
        add LIB_DEPENDS= libsysctlmibinfo2.so:devel/libsysctlmibinfo2

PR:		245569
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com>  (maintainer)
2020-04-12 16:41:22 +00:00
Piotr Kubaj
135e99a690 audio/cli-visualizer: don't set -march=native
-march=native will break build on some platforms and runtime on others.

MFH:		2020Q2 (fix build blanket)
2020-04-12 14:53:38 +00:00
Emanuel Haupt
1d63c97c74 Provide an option to build with MQTT protocol support. 2020-04-12 12:30:37 +00:00
Jan Beich
e2cec04acd audio/faudio: work around OSS audio crash
INFO: OpenAudioDevice failed: Fragment size must be a power of two

PR:		245533
Approved by:	tobik (maintainer)
2020-04-11 14:15:41 +00:00
Loïc Bartoletti
5ead0a2f78 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
2020-04-11 05:04:40 +00:00
Tobias Kortkamp
c3ffa784f9 audio/ncspot: Update to v0.1.3
Changes:	https://github.com/hrkfdn/ncspot/releases/tag/v0.1.3
2020-04-10 05:39:05 +00:00
Tobias Kortkamp
1dbf2f0f4a audio/gonic: Fix USES=go usage 2020-04-10 05:37:03 +00:00
Piotr Kubaj
79966a018d audio/liblo: fix packaging on GCC architectures
cpp_example needs C++11 compiler to be built, its lack makes it to be omitted and packaging error to happen:
pkg-static: Unable to access file /wrkdirs/usr/ports/audio/liblo/work/stage/usr/local/share/examples/liblo/cpp_example:No such file or directory
2020-04-09 14:01:26 +00:00
Baptiste Daroussin
5863d29713 New port audio/gonic
music streaming server / subsonic server API implementation

features
*  browsing by folder (keeping your full tree intact)
*  browsing by tags (using taglib - supports mp3, opus, flac, ape, m4a, wav,
   etc.)
*  on-the-fly audio transcoding and caching (requires ffmpeg) (thank you spijet)
*  pretty fast scanning (with my library of ~27k tracks, initial scan takes
   about 10m, and about 5s after incrementally)
*  multiple users, each with their own transcoding preferences, playlists, top
   tracks, top artists, etc.
*  last.fm scrobbling
*  artist similarities and biographies from the last.fm api
*  a web interface for configuration (set up last.fm, manage users, start scans,
   etc.)
*  support for the album-artist tag, to not clutter your artist list with
   compilation album appearances
*  written in go, so lightweight and suitable for a raspberry pi, etc.
*  newer salt and token auth
*  tested on dsub, jamstash, sublime music, and soundwaves

WWW: https://github.com/sentriz/gonic
2020-04-09 10:28:59 +00:00
Piotr Kubaj
929f18579a audio/id3v2: fix build on GCC architectures
Use newer GCC:
/usr/local/lib/libid3.so: undefined reference to `std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_M_create(unsigned long&, unsigned long)'
2020-04-09 09:54:49 +00:00
Emanuel Haupt
3979a2a414 Update to 1.19 2020-04-09 07:43:34 +00:00
Tobias Kortkamp
fa8eb7d9c9 audio/fluidsynth: Update to v2.1.2
Changes:	https://github.com/FluidSynth/fluidsynth/releases/tag/v2.1.2
PR:		245416
Approved by:	multimedia (tcberner)
2020-04-09 04:24:14 +00:00
Sunpoet Po-Chuan Hsieh
86a479ffcd Convert REINPLACE_CMD to patch file 2020-04-08 17:04:03 +00:00
Emanuel Haupt
957936d92e Update to 1.08 2020-04-08 14:51:43 +00:00
Yuri Victorovich
0089eb7722 audio/lsp-plugins-lv2: Update 1.1.15 -> 1.1.17
Reported by:	portscout
2020-04-08 06:14:02 +00:00
Emanuel Haupt
df98eff1dc Update to 1.18 2020-04-07 09:48:23 +00:00
Emanuel Haupt
96082bb32e Remove new pulseaudio default option by popular demand. 2020-04-06 16:07:36 +00:00
Emanuel Haupt
79cb331bb8 - Restore accidentally removed Makefile header
- Provide an option to build with pulseaudio
2020-04-06 07:36:05 +00:00
Thomas Zander
f847318d3d Update to upstream release 0.21.22
Details:
- Bug fixes, see
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.22/NEWS

MFH:		2020Q2 (hat: ports-secteam)
2020-04-06 05:19:28 +00:00
Yuri Victorovich
1bc3051259 audio/cli-visualizer: Fix WWW
PR:		245385
Reported by:	debdrup
2020-04-05 21:03:34 +00:00
Piotr Kubaj
f6a1d782da audio/id3lib: fix build on powerpc 12.1-RELEASE
Error:
`_ZTSN12_GLOBAL__N_117ConstIteratorImplE' referenced in section `.data.rel.ro' of tag.lo: defined in discarded section `.rodata._ZTSN12_GLOBAL__N_117ConstIteratorImplE[_ZTSN12_GLOBAL__N_117ConstIteratorImplE]' of tag.lo

Using newer binutils alone doesn't help, but using also newer GCC helps.

PR:		243715
Reported by:	canardo909@gmx.com
2020-04-05 14:04:27 +00:00
Yuri Victorovich
89ceceb280 New port: audio/cli-visualizer: CLI based audio visualizer 2020-04-04 22:55:48 +00:00
Antoine Brodin
5771a96715 Deprecate ports broken for more than 6 months 2020-04-04 20:51:40 +00:00
Yuri Victorovich
b994f92ad1 audio/bshapr-lv2: Update 0.7 -> 0.8
Reported by:	portscout
2020-04-04 19:48:01 +00:00
Adriaan de Groot
51a8281463 audio/musescore prep-work for CMake 3.17
Prepare for building with CMake 3.17, which suffers from Musescore
upcasing the BUILD_TYPE halfway through. Bug report to CMake is
	https://gitlab.kitware.com/cmake/cmake/-/issues/20539
(but I think it's a Musescore problem).

No PORTREVISION bump because nothing changes in current builds,
and this affects only builds that happen after CMake 3.17 comes out.
(and even then the package remains the same)
2020-04-04 17:14:12 +00:00
Tobias Kortkamp
fd701b03f1 audio/taglib: Switch MASTER_SITES to HTTPS
PR:		239076
Submitted by:	Miyashita Touka <imagin8r@protonmail.com>
Approved by:	jhale (maintainer timeout, 8 months)
2020-04-04 13:43:52 +00:00
Emanuel Haupt
5ea9f05ec3 Update to 1.17 2020-04-04 08:01:59 +00:00
Emanuel Haupt
f4b71733e5 Update to 1.16 2020-04-03 08:52:05 +00:00
Richard Gallamore
48ced8e903 Updated to 3.12.1
Changes: https://community.teamspeak.com/t/teamspeak-server-3-12-x/3916
2020-04-03 07:36:28 +00:00
Sunpoet Po-Chuan Hsieh
64d67b5543 Fix PORTEXAMPLES installation: install the program instead of the wrapper
- Convert PORTDOCS and PORTEXAMPLES to PLIST entries
- Bump PORTREVISION for package change
2020-04-02 12:10:06 +00:00
Sunpoet Po-Chuan Hsieh
a22c30ce5f Convert PORTDOCS to PLIST entries 2020-04-02 12:00:43 +00:00
Rodrigo Osorio
4644c29798 New port: audio/mixertui Audio Mixer TUI
Audio Mixer with a Terminal User Interface built on the FreeBSD sound system.

PR:		245233
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com>
2020-04-02 07:18:03 +00:00
Tobias Kortkamp
e9a5b2fbef audio/faudio: Update to 20.04
Changes:	https://github.com/FNA-XNA/FAudio/releases/tag/20.04
2020-04-02 05:05:29 +00:00
Emanuel Haupt
c5422b9581 Update to 1.15 2020-04-01 21:55:39 +00:00
Tobias C. Berner
f6ab2929b8 Update KDE Plasma Desktop to 5.18.4.1
Tuesday, 31 March 2020. Today KDE releases a bugfix update to KDE Plasma 5,
versioned 5.18.4. Plasma 5.18 was released in February 2020 with many feature
refinements and new modules to complete the desktop experience.

This release adds a month's worth of new translations and fixes from KDE's
contributors. The bugfixes are typically small but important and include:

  *  [Image Wallpaper] Fix thumbnail generation when model is reloaded in-flight.
  *  [applets/systemtray] Clear item from shown/hidden list when disabling entry.
  *  [GTK Config] Construct font style by hand instead of relying on Qt function.

Changelog:
	https://kde.org/announcements/plasma-5.18.3-5.18.4-changelog
2020-04-01 04:28:17 +00:00
Tobias Kortkamp
1338761894 audio/spotify-tui: Update to 0.17.1
- While here add missing OpenSSL run dependency as suggested by
  stage-qa

Changes:	https://github.com/Rigellute/spotify-tui/releases/tag/v0.17.1
PR:		245218
Submitted by:	Lewis Cook <vulcan@wired.sh> (maintainer)
2020-03-31 19:30:36 +00:00
John Hixson
16920547c1 audio/pianod2: update to version 309 2020-03-31 18:02:32 +00:00
Rene Ladan
3c6fba3a38 Clean up ports after FreeBSD 12.0 reached end-of-life.
emulators/mesen is left out for now, as it breaks on 11.3

Submitted by:	rene
Reviewed by:	jbeich, zeising
X-Differential Revision:	https://reviews.freebsd.org/D24211
2020-03-31 16:15:16 +00:00
Rene Ladan
de7e9cd98e Remove expired ports:
2020-03-29 security/w3af: Uses deprecated version of Python
2020-03-30 sysutils/duplicity-devel: Obsolete now, use sysutils/duplicity instead
2020-03-31 net-mgmt/tornova: Use EOL'd Python 2.7
2020-03-31 audio/py-ogg: Unmaintained, uses EOLed python27
2020-03-31 net-mgmt/onionlauncher: Use EOL'd Python 2.7
2020-03-31 databases/mongodb34: EOL January 2020; See https://www.mongodb.com/support-policy
2020-03-31 graphics/sane-frontends: Unmaintained upstream, no consumers left
2020-03-31 lang/ruby24: Move to a new version (lang/ruby26 or above). Ruby 2.4 is in security maintenance phase and planned for EOL on March 31, 2020
2020-03-31 databases/pgpool: Reached EOL at 2019-10-31, please use pgpool-II-35 or higher
2020-03-31 net/pygopherd: Unmaintained, uses EOLed python27
databases/mongodb34-tools: Part of expired MongoDB 3.4
2020-03-31 11:26:12 +00:00
Mark Linimon
e8d8802853 Add compiler:c++11-lang to USES to fix build on GCC-based systems:
cc1plus: error: unrecognized command line option "-std=c++11"

Approved by:	portmgr (tier-2 blanket)
2020-03-31 01:25:43 +00:00
John Hixson
eeaaf1e16c audio/pianod2: update to 307 2020-03-30 22:49:27 +00:00
Yuri Victorovich
9f2d6268c8 audio/lsp-plugins-lv2: Update 1.1.14 -> 1.1.15
Reported by:	portscout
2020-03-30 19:04:49 +00:00
Yuri Victorovich
aa09f5cc2e New port: audio/jamulus: Internet jam session software 2020-03-30 19:03:32 +00:00
Guido Falsi
f67c94423b Update xfce4-pulseaudio-plugin to 0.4.3 2020-03-30 13:07:17 +00:00
Emanuel Haupt
b123a7091b Update to 0.4.0 2020-03-30 04:31:32 +00:00
Tobias C. Berner
5fd5cb5513 audio/noson-app: update to 4.3.2 2020-03-28 20:05:48 +00:00
Sunpoet Po-Chuan Hsieh
bef2446fe2 Update to 3.2.1
Changes:	https://github.com/pylast/pylast/releases
2020-03-28 12:51:17 +00:00
Hans Petter Selasky
e6f01ed2b5 Update jack_umidi to 1.1.0
- Some minor bugfixes and improvements.

Approved by: pi
2020-03-27 18:45:57 +00:00
Tobias Kortkamp
55a8c1af53 audio/qsynth: Update to 0.6.2
Changes:	https://qsynth.sourceforge.io/qsynth-downloads.html
2020-03-26 04:52:30 +00:00
Yuri Victorovich
521d898f3d audio/qmidictl: Update 0.6.1 -> 0.6.2
Reported by:	portscout
2020-03-26 00:06:46 +00:00
Yuri Victorovich
553597ab2e audio/qjackctl: Update 0.6.1 -> 0.6.2
Reported by:	portscout
2020-03-26 00:06:06 +00:00
Antoine Brodin
1bf9457272 Convert the tree to use PY_PILLOW
With hat:	portmgr
Originally submitted by:	kai
2020-03-24 19:54:57 +00:00
Dmitri Goutnik
06eb7424c5 audio/spotify-tui: Update to 0.17.0
Changes:	https://github.com/Rigellute/spotify-tui/releases/tag/v0.17.0
PR:		244990
Submitted by:	Lewis Cook <vulcan@wired.sh> (maintainer)
2020-03-24 13:14:46 +00:00
Thomas Zander
cbd1bd7341 Update to upstream release 0.21.21
Details:
- Bug fixes, see
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.21/NEWS

MFH:		2020Q1 (hat: ports-secteam)
2020-03-24 06:06:30 +00:00
John Hixson
a969d5ec1d audio/pianod2: update to version 306 2020-03-23 23:25:09 +00:00
Emanuel Haupt
0d37ade4bf Update to 1.14 2020-03-23 07:43:08 +00:00
Alex Kozlov
6bb008a3b7 - Remove empty lines after .include <bsd.port.mk>
Approved by:	portmgr blanket
2020-03-23 05:24:26 +00:00
Tobias C. Berner
f3f7939f18 audio/pulseaudio-qt: remove unnecessary dependencies 2020-03-21 22:12:52 +00:00
Yuri Victorovich
03534bf596 audio/py-sounddevice: Update 0.3.14 -> 0.3.15
Reported by:	portscout
2020-03-21 09:04:51 +00:00
Yuri Victorovich
7ecaa31866 audio/lsp-plugins-lv2: Update 1.1.13 -> 1.1.14
Reported by:	portscout
2020-03-21 08:27:02 +00:00
Tobias C. Berner
62aa63f89c devel/qca: update to 2.3
- qca-2.3 drop support for OSSL<1.1
- copy devel/qca to devel/qca-legacy which is held at the current version
- update devel/qca to 2.3
- Add Uses/qca.mk which handles dependency on either of the ports depending on
  the FreeBSD version

Users on FreeBSD11 must therefore change their pkg orign à la:

   pkg set -o devel/qca:devel/qca-legacy

PR:		244682
Exp-run by:	antoine
Reviewed by:	arrowd
Differential Revision:	https://reviews.freebsd.org/D24042
2020-03-21 07:23:59 +00:00
Rene Ladan
b9349270a6 audio/sonata: Update to 1.7b1-22 which supports Python 3.
PR:		243725
Submitted by:	Greg V
Approved by:	maintainer timeout (nivit, 20+ days)
2020-03-21 01:48:23 +00:00
Emanuel Haupt
c2460408d2 Update to 1.13 2020-03-20 07:34:01 +00:00
Rene Ladan
d5cf397d65 Remove expired ports:
2020-03-18 devel/py-Products.validation: Old, uses EOLed python27
2020-03-18 devel/py-Acquisition: Old, uses EOLed python27
2020-03-18 devel/py-Products.contentmigration: Old, uses EOLed python27
2020-03-18 textproc/py-zope.app.locales: Old, uses EOLed python27
2020-03-18 devel/py-Products.LDAPUserFolder: Old, uses EOLed python27
2020-03-18 devel/py-zLOG: Old, uses EOLed python27
2020-03-19 textproc/py-ltxml: Unmaintained, uses EOLed python27
2020-03-19 x11-toolkits/flowcanvas: Unmaintained, uses EOLed python27
2020-03-19 audio/raul: Unmaintained, uses EOLed python27
2020-03-19 audio/py-vorbis: Unmaintained, uses EOLed python27
2020-03-19 databases/py-cdb: Unmaintained, uses EOLed python27
2020-03-19 devel/py-libplist: Unmaintained, uses EOLed python27
2020-03-19 devel/py-mwlib: Unmaintained, uses EOLed python27
2020-03-19 emulators/openmsx: Unmaintained, uses EOLed python27
2020-03-19 graphics/py-soya3d: Unmaintained, uses EOLed python27
2020-03-19 irc/py-supybot: Unmaintained, uses EOLed python27
2020-03-19 net-mgmt/py-pdagent: Unmaintained, uses EOLed python27
2020-03-19 textproc/pychm: Unmaintained, uses EOLed python27
2020-03-20 02:33:04 +00:00
Tobias Kortkamp
29a23b8db4 Clean up LLD_UNSAFE from openal-soft ports
After FreeBSD 12.0 EOL we no longer have to worry about LLD 6 and
can drop LLD_UNSAFE from openal-soft ports.  LLD can link them fine
now but some ports needs a little help on i386 (-Wl,-znotext).

PR:		226980
Reviewed by:	jbeich (earlier version)
Differential Revision:	https://reviews.freebsd.org/D23030
2020-03-19 23:02:30 +00:00
Tobias Kortkamp
16c5adc373 Fix fallout of bktr(4) removal 2020-03-18 07:51:58 +00:00
Roman Bogorodskiy
b9007b5772 audio/mpg123: remove gmake dependency
Apparently, gmake is no longer required for building.

PR:		244816
Submitted by:	Daniel Engberg
2020-03-15 12:52:02 +00:00
Thomas Zander
5631468f84 Update to recent upstream snapshot (as of 2020-01-02) including deps 2020-03-15 11:51:54 +00:00
Steve Wills
d980094bbf audio/xmmix: Fix path that is used to find help file 2020-03-14 21:22:31 +00:00
Tobias C. Berner
2db60bbeb5 Make some implicit KDE dependencies explicit 2020-03-14 19:03:35 +00:00
Tobias C. Berner
526d7edc49 audio/amarok: remove unecessary sed call
amarok's cmake parses the environment for the prefix of the mysql installation.
So instead of making sure that it looks in the user defined ${LOCALBASE}, we
can pass MYSQL_DIR=${LOCALBASE} via the environment.

Reported by:	swills
2020-03-14 18:26:21 +00:00
Steve Wills
6bedea42e3 audio/libnoise: remove unnecessary REINPLACE_CMD 2020-03-14 16:24:44 +00:00
Steve Wills
a7656fffb4 audio/libaiff: remove unnecessary REINPLACE_CMD 2020-03-14 16:11:08 +00:00
Steve Wills
6147b1802c audio/hexter: remove unnecessary REINPLACE_CMD 2020-03-14 15:59:01 +00:00
Steve Wills
f8a8c92da2 audio/gvolwheel: remove unnecessary REINPLACE_CMD 2020-03-14 15:57:48 +00:00
Tobias C. Berner
f90a63735f audio/spotify-tui: Update to 0.16.0
PR:		244779
Submitted by:	Lewis Cook <vulcan@wired.sh> (maintainer)
2020-03-14 14:37:24 +00:00
Emanuel Haupt
d7959f09d0 Update to 1.12 2020-03-14 09:17:30 +00:00
Yuri Victorovich
0da48fb0ee audio/x42-plugins-lv2: Update 20181103 -> 20200114
Reported by:	portscout
2020-03-13 14:59:46 +00:00
Jan Beich
f821cdc347 devel/icu: update to 66.1
Changes:	http://site.icu-project.org/download/66
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
2020-03-13 09:47:16 +00:00
Tobias Kortkamp
25b7de7213 lang/rust: Update to 1.42.0
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2020/03/12/Rust-1.42.html
Tested by:	mikael, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D24020
2020-03-12 19:39:24 +00:00
Emanuel Haupt
934ab936ae Update to 1.11 2020-03-11 07:19:36 +00:00
Tobias C. Berner
3f65764a40 KDE Plasma Desktop -- Update to 5.18.3
Tuesday, 10 March 2020. Today KDE releases a bugfix update to KDE Plasma 5,
versioned 5.18.3. Plasma 5.18 was released in February 2020 with many feature
refinements and new modules to complete the desktop experience.

This release adds a fortnight's worth of new translations and fixes from KDE's
contributors. The bugfixes are typically small but important and include:

  *   libkscreen: handle when backend fails to load/initialize.
  *   Discover Flatpak: build with older libflatpaks.
  *   Discover: Make sure we don't crash.

Announcement:
	https://kde.org/announcements/plasma-5.18.3
2020-03-11 05:27:00 +00:00