Commit graph

17788 commits

Author SHA1 Message Date
Dmitri Goutnik
34156e93e8 Go ports: cleanup, finish transition to USES=go started with r505321 (cat. audio-mail)
- Remove custom build/install targets left in place after r505321
- Switch to the new GO_TARGET tuple syntax introduced in r512001
- Switch to go:modules when upstream already uses them

Reviewed by:	tobik
Approved by:	araujo (mentor), portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D21741
2019-09-29 22:29:39 +00:00
Niclas Zeising
f5ebd23a61 Remove libXp dependency from imake/motif ports
Remove the libXp dependency from a number of ports using imake and/or motif.
libXp is being deprecated.
The list of ports:
audio/xmcd
audio/xmmix
deskutils/xmdiary
ftp/llnlxdir
ftp/llnlxftp
graphics/SciPlot
misc/xtar
multimedia/mpeg2play
2019-09-29 20:11:22 +00:00
Tobias Kortkamp
5a8af65751 audio/spotifyd: Update to v0.2.17
Changes:	https://github.com/Spotifyd/spotifyd/commits/v0.2.17
2019-09-29 16:21:26 +00:00
Tobias C. Berner
6f19f64924 audio/noson-app: update to 3.15.0 2019-09-29 16:03:13 +00:00
Thomas Zander
5f1b7d2fe3 Chase update to audio/fluidsynth; bump PORTREVISION of dependent ports
PR:		240890
2019-09-29 10:04:31 +00:00
Thomas Zander
94cf2bb4bd Update to upstream version 2.0.7
PR:		240890
Submitted by:	tobik
2019-09-29 10:01:13 +00:00
Thomas Zander
85ae4ccafe Update to upstream version 0.21.15
Details:
- Bugfix release, see
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.15/NEWS
- Contains fixes for handling ReplayGain in mpcdec and bitrate calculation
2019-09-28 13:53:06 +00:00
Niclas Zeising
45ce25247b Deprecate x11/libXp, it is deprecated upstream
Deprecate x11/libXp, since it is about to be deprecated upstream.  Do *not*
yet set a removal date for x11/libXp, this will be decided later, once most
dependencies are fixed.
Deprecate all ports depending on x11/libXp.
* astro/xephem
* audio/xmcd
* audio/xmmix
* biology/ncbi-toolkit
* deskutils/xmdiary
* ftp/llnlxdir
* ftp/llnlxftp
* graphics/SciPlot
* misc/xtar
* multimedia/mpeg2play
* science/afni
* textproc/mgdiff

Sprinkle USES=xorg as needed.

Discussed with:	bapt
2019-09-27 16:18:58 +00:00
Tobias Kortkamp
11f1e5e321 audio/spotifyd: Update to v0.2.16
Changes:	https://github.com/Spotifyd/spotifyd/commits/v0.2.16
2019-09-27 12:52:10 +00:00
Tobias Kortkamp
deaa22d85c lang/rust: Update to 1.38.0
- Force rebuild all consumers to catch regressions early

Thanks to Mikaël Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.

Changes:	https://blog.rust-lang.org/2019/09/26/Rust-1.38.0.html
Tested by:	jbeich, mikael.urankar@gmail.com, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D21778
2019-09-27 09:35:20 +00:00
Baptiste Daroussin
3a4a09fd97 Drop uneeded dependency on deprecated libXP
Add xorg to USES

PR:		240836
Submitted by:	zeising
2019-09-27 07:28:53 +00:00
Mark Linimon
f8666b8f11 Fix obvious typo.
Approved by:	"just fix it"
2019-09-25 12:16:40 +00:00
Piotr Kubaj
76e57addee audio/pulseaudio-module-xrdp: fix build on GCC architectures
Use C11 compiler to fix build:
/wrkdirs/usr/ports/audio/pulseaudio-module-xrdp/work/pulseaudio-13.0/src/pulsecore/atomic.h: In function 'pa_atomic_load':
/wrkdirs/usr/ports/audio/pulseaudio-module-xrdp/work/pulseaudio-13.0/src/pulsecore/atomic.h:58: error: '__ATOMIC_SEQ_CST' undeclared (first use in this function)
/wrkdirs/usr/ports/audio/pulseaudio-module-xrdp/work/pulseaudio-13.0/src/pulsecore/atomic.h:58: error: (Each undeclared identifier is reported only once
/wrkdirs/usr/ports/audio/pulseaudio-module-xrdp/work/pulseaudio-13.0/src/pulsecore/atomic.h:58: error: for each function it appears in.)

Approved by:	mentors (implicit approval)
2019-09-25 09:38:45 +00:00
Tobias C. Berner
a6169076c7 audio/noson-app: update to 3.14.5 2019-09-25 04:32:34 +00:00
Emanuel Haupt
f441d31e77 Update to 0.4.7 2019-09-24 18:41:19 +00:00
Emanuel Haupt
7ae44573cc Fix build with base GCC (revised solution of r512507).
Reviewed by:	pkubaj
MFH:		2019Q3 (blanket)
2019-09-24 08:19:03 +00:00
Tilman Keskinoz
49460ab732 Three plugins used C89 inline semantics, which resulted in unresolved
symbols with C99 compilers.

PR:		239128
Reported by:	Marcel Bonnet

While here, portlint.
Grab back maintainership.
2019-09-23 20:25:38 +00:00
Tobias Kortkamp
f1b234aed2 audio/spotifyd: Update to v0.2.15
Changes:	https://github.com/Spotifyd/spotifyd/commits/v0.2.15
2019-09-23 16:25:58 +00:00
Emanuel Haupt
706cc2942b Revert r512507 as it breaks build with clang.
MFH:		2019Q3 (blanket)
2019-09-23 11:38:44 +00:00
Mark Linimon
22d32b6c73 Fix build on GCC-based systems:
/usr/local/lib/libgraphite2.so.3: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8'

Approved by:	portmgr (tier-2 blanket)
2019-09-21 18:18:33 +00:00
Chris Rees
8cfd0e203c audio/oss: Improve handling when sound.ko is compiled into the kernel.
Now, soundon checks for its presence and fails with an appropriate error.

While here, add it to pkg-message.

I use this still as I have a Xonar D2X which FreeBSD's drivers don't support,
so I'll take maintainership.

PR:		ports/240200
2019-09-21 18:13:31 +00:00
Piotr Kubaj
744b8f88ff audio/protracker: fix build on GCC architectures
Add USE_CSTD=c99 to fix build:
/wrkdirs/usr/ports/audio/protracker/work/protracker-2.3d.r191/src/pt_visuals.c:1272: error: 'for' loop initial declaration used outside C99 mode

PR:		240703
Approved by:	portmgr (blanket: build fix), linimon (mentor)
2019-09-21 16:36:21 +00:00
Piotr Kubaj
123ceee9f2 audio/bsequencer-lv2: fix build on GCC architectures
src/ButtonBox.hpp needs include sys/types.h for uint.

PR:		240663
Approved by:	yuri (maintainer), linimon (mentor)
Differential Revision:	https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240663
2019-09-21 16:06:24 +00:00
Piotr Kubaj
70de6f42b8 audio/fasttracker2: fix build with base GCC
Add USE_CSTD=c99 to fix build with base GCC:
/wrkdirs/usr/ports/audio/fasttracker2/work/ft2-clone-code/src/ft2_gui.c:431: error: 'for' loop initial declaration used outside C99 mode

PR:		240659
Approved by:	ehaupt (maintainer), linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D21702
2019-09-21 15:15:38 +00:00
Tijl Coosemans
e4c0bd396a Update to CentOS 7.7.1908.
Put libdrm into a separate port so it can be kept at the CentOS 7.6 version.
The new version fails to detect graphics hardware on FreeBSD.
2019-09-21 08:56:20 +00:00
Jason E. Hale
5120fe6f42 Update audio/libmysofa to 0.8
Switch to in-source build; tests fail otherwise
2019-09-21 02:13:22 +00:00
Jason E. Hale
eab73bf407 Update audio/picard-plugins to snapshot from 2019-09-17 2019-09-21 01:51:06 +00:00
Jason E. Hale
8d1498d628 Update audio/picard to 2.2.1 2019-09-21 01:50:10 +00:00
Tobias C. Berner
5998bd97fb audio/noson-app: update to 3.14.4 2019-09-20 21:24:03 +00:00
Tobias Kortkamp
95e0b67d49 audio/deadbeef: Spell SHELLEXEC_CONFIGURE_OFF correctly
Broken in r352528 during conversion to options helpers.
2019-09-20 04:20:45 +00:00
Guido Falsi
e69e6941cc Welcome XFCE 4.14 to the FreeBSD ports tree
- This XFCE release uses almost exclusively gtk3, so the USES=xfce
  now defaults to gtk3
- Make x11-themes/gtk-xfce-engine an optional dependency(disabled
  by default), it only supports gtk2, so would leave miost of this
  XFCE version unthemed.
- Add Greybird as an optional and enabled dependency as a modern
  theme supporting both GTK versions and all other XFCE parts
- The xfce4-vala port is deprecated and removed. The VALA bindings
  are available in the library ports using the GIR and VAPI options
  (on by default)
- Fixed various missing library and portlint warnings (portmgr fixit
  blanket)
- Default Display Manager changed to lightdm (Thanks to woodsb02
  for help)
- Add x11/xfce4-screensaver as an optional dependency to the
  xfce4-goodies (enabled by default)
- Remove dependency on x11-fm/thunar-vfs and deprecate the port.
  It is EOL upstream and the functionality is included in thunar
  itself

Update:
- Added back sysutils/xfce4-places-plugin, updated to 1.8.1
- archivers/thunar-archive-plugin to 0.4.0
- audio/thunar-media-tags-plugin to 0.3.0
- audio/xfce4-mpc-plugin to 0.5.2
- audio/xfce4-pulseaudio-plugin to 0.4.2
- deskutils/xfce4-tumbler to 0.2.7
- devel/thunar-vcs-plugin to 0.2.0 [1]
- devel/xfce4-dev-tools to 4.14.0
- misc/xfce4-appfinder to 4.14.0
- misc/xfce4-weather-plugin to 0.10.0
- multimedia/xfce4-parole to 1.0.4
- sysutils/gigolo to 0.5.0
- sysutils/xfce4-battery-plugin to 1.1.3
- sysutils/xfce4-fsguard-plugin to 1.1.1
- sysutils/xfce4-netload-plugin to 1.3.2
- sysutils/xfce4-power-manage to 1.6.5
- sysutils/xfce4-settings 4.14.1
- sysutils/xfce4-systemload-plugin to 1.2.3
- sysutils/xfce4-wavelan-plugin to 0.6.1
- www/xfce4-smartbookmark-plugin to 0.5.1
- x11-clocks/xfce4-datetime-plugin to 0.8.0
- Added new xfce4-stopwatch-plugin, version 0.3.1
- x11-clocks/xfce4-timer-out-plugin to 1.0.3
- x11-fm/thunar to 1.8.9
- x11-wm/xfce4-desktop to 4.14.1
- x11-wm/xfce4-panel to 4.14.0
- x11-wm/xfce4-session to 4.14.0
- x11-wm/xfce4-wm to 4.14.0
- x11/libexo to 0.12.8
- x11/libxfce4menu to 4.14.1
- x11/libxfce4util to 4.14.0
- x11/xfce4-conf to 4.14.1
- x11/xfce4-dashboard to 0.7.5
- x11/xfce4-screensaver to 0.1.8
- x11/xfce4-screenshooter-plugin to 1.9.6
- x11/xfce4-verve-plugin to 2.0.0

Thanks to: Olivier Duchateau <duchateau.olivier@gmail.com>

PR:		240236
Exp-run by:	antoine
Tested by:	sbruno
Approved by:    sergey.dyatko@gmail.com (maintainer timeout via
		email), portmgr (fixit blanket, port breaks with
		new Thunar if not updated) [1]
Differential Revision:	https://reviews.freebsd.org/D21278
2019-09-19 23:46:33 +00:00
Tobias Kortkamp
60945cb9fb audio/spotifyd: Update to v0.2.14
Changes:	https://github.com/Spotifyd/spotifyd/commits/v0.2.14
2019-09-19 15:05:23 +00:00
Tobias Kortkamp
c8b9433fc5 Fix some misspelled or duplicated LICENSE_* 2019-09-17 19:21:45 +00:00
Tilman Keskinoz
529aa0eca6 Update to 7.3
This will be the latest release of gradio. Upstream is working on a rewrite
in rust named shortwave
2019-09-17 18:46:40 +00:00
Antoine Brodin
b7d689d38d Mark BROKEN on i386 with lld
Reported by:	pkg-fallout
MFH:		2019Q3
2019-09-17 17:39:26 +00:00
Dmitry Marakasov
1ae3235c8b - Fix build with PULSEAUDIO (see also https://github.com/magnush/mhwaveedit/pull/13)
- Add missing USES=gnome

PR:		240596
Reported by:	jbeich@FreeBSD.org
2019-09-16 21:12:48 +00:00
Tobias Kortkamp
360862c2cf audio/spotifyd: Update to v0.2.13
Changes:	https://github.com/Spotifyd/spotifyd/commits/v0.2.13
2019-09-16 12:43:13 +00:00
Antoine Brodin
637b3d75f3 Deprecate a few ports 2019-09-15 17:28:08 +00:00
Tobias Kortkamp
7caef03e71 audio/pulseaudio-module-xrdp: Bump PORTREVISION after r512113 2019-09-15 16:47:31 +00:00
Tobias Kortkamp
37763a4115 audio/pulseaudio-module-sndio: Update to 13.0
Unbreak runtime after r512113
2019-09-15 16:44:20 +00:00
Jan Beich
961850ad43 audio/pulseaudio: don't look for libcheck if TESTS=off 2019-09-15 16:20:35 +00:00
Jan Beich
7450130c23 audio/pulseaudio: update to 13.0
- Connect tests to the framework

Changes:	https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/13.0/
ABI:		https://abi-laboratory.pro/tracker/timeline/pulseaudio/
PR:		240585
Submitted by:	lightside@gmx.com
2019-09-15 16:15:03 +00:00
Danilo Egea Gondolfo
40f0723e18 - Update to 1.2.13 2019-09-15 14:22:24 +00:00
Hans Petter Selasky
39b58b6fee Update qaudiosonar to v1.6.1.
Calibrated dB printout value.
Some minor GUI updates.

Approved by:    pi
2019-09-14 10:04:49 +00:00
Emanuel Haupt
7976e51881 Update to 0.2.3 2019-09-13 21:22:04 +00:00
Piotr Kubaj
c944c97865 audio/yoshimi: unbreak on armv*
Builds fine on arm.

Approved by:	mentors (implicit approval)
2019-09-13 11:44:28 +00:00
Jung-uk Kim
1e99c5988a Ignore "-march=foo" from CFLAGS when compiling a Linux binary.
I have "CPUTYPE?=znver1" in my /etc/make.conf and it broke build because
this port uses GCC 4.8.5 and it does not support recent processors.

Reviewed by:	tijl
2019-09-11 19:13:05 +00:00
Yuri Victorovich
a34dc1e693 audio/gsequencer: Update 2.2.38 -> 2.3.3
Reported by:	upstream
2019-09-11 05:01:12 +00:00
Tijl Coosemans
1d5c61dd9f Add USE_LINUX=base:build so the port depends on linux_base-c7>=7.6.1810_7.
A direct dependency on linux_base-c7 also helps tools like portmaster to
update linux_base-c7 first.
2019-09-10 08:42:18 +00:00
Tobias Kortkamp
05ae0455fc audio/yoshimi: Update to 1.6.0.1
Changes:	https://github.com/Yoshimi/yoshimi/blob/1.6.0.1/Changelog
2019-09-10 08:33:51 +00:00