Commit graph

15111 commits

Author SHA1 Message Date
Steve Wills
b8409875ce audio/ruby-smf: convert to USES=shebangfix 2016-04-23 16:34:42 +00:00
Kurt Jaeger
44f3523f12 audio/ncmpcpp: 0.7.3 -> 0.7.4
- Fetching lyrics from lyricwiki.org was fixed.
- Configure script now continues without errors if ICU library was not found.

PR:		208920
Submitted by:	yamagi@yamagi.org (maintainer)
2016-04-21 18:46:45 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Pietro Cerutti
8f35749c6f Convert a few more ports to USES=tcl:tea 2016-04-21 12:45:16 +00:00
Sunpoet Po-Chuan Hsieh
9a1f45d861 - Update to 1.10.0
- Add LICENSE_FILE
- Remove outdated PORTSCOUT
- Re-enable SZIP option by default: it was changed unintentionally in r398300

Changes:	https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.0/src/hdf5-1.10.0-RELEASE.txt
		https://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
2016-04-20 20:42:39 +00:00
Emanuel Haupt
41ea0ff512 Update to 4.3.13 2016-04-20 00:09:42 +00:00
Olivier Duchateau
e955bdb14b - Fix build with the new API of libcue, after revision r413589
- Bump PORTREVISION
2016-04-18 17:19:00 +00:00
Alexey Dokuchaev
ed62b74be6 Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby.
2016-04-16 12:29:27 +00:00
Jason E. Hale
1b77d696a8 - Update audio/chromaprint to 1.3.1
- Chase shlib bump

PR:		208819
Submitted by:	Ben Woods <woodsb02@gmail.com>
2016-04-15 19:06:48 +00:00
Jan Beich
71c5bb8a43 audio/praat: unbreak sound support
Portaudio doesn't work with alsa-plugins-oss, so switch to native OSS.

ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:4292:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
[...]

PR:		208728
Reported by:	kaltheat@gmail.com
Approved by:	Jason Bacon <bacon4000@gmail.com> (maintainer)
MFH:		2016Q2
2016-04-14 21:35:33 +00:00
Jan Beich
86a8cc4c56 audio/oss: convert to CONFIGURE_OUTSOURCE
PR:		208294
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D4157
2016-04-13 10:42:36 +00:00
Steve Wills
a5aebf960e CentOS ports: for c6_64, install 32bit libraries alongside
PR:		206943
Submitted by:	xmj
2016-04-13 01:49:24 +00:00
Dmitry Marakasov
86bd10fce5 - Add LICENSE
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-04-08 20:36:46 +00:00
Mathieu Arnold
90ab9dcaf1 Update to 0.4.1.
PR:		208610
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-08 12:37:36 +00:00
Mathieu Arnold
2edf2c94d7 Update to 0.4.0.
PR:		208609
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-08 12:37:30 +00:00
Mathieu Arnold
6b1b1ab7ab Update to 0.4.2.
PR:		208608
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-08 12:37:08 +00:00
Bartek Rutkowski
4e4c89f5cf audio/abcde: update 2.7.1 -> 2.7.2
PR:		208604
Submitted by:	Torsten Zuhlsdorff <ports@toco-domains.de> (maintainer)
2016-04-07 17:33:29 +00:00
John Marino
0aecd7aa5c audio/mac: Don't clobber BUILD_DEPENDS + DF support
The yasm BUILD_DEPENDS will overwrite any previous definition
of BUILD_DEPENDS (e.g. iconv).  Change the operator to += to fix.
While here, yasm is only valid for FreeBSD, so add an OPSYS condition
in addition to the ARCH condition.

Approved by:	just-fix-it
2016-04-06 15:29:26 +00:00
John Marino
8e443ec3d0 audio/csound: Use OPSYS with OSVERSION 2016-04-06 15:22:52 +00:00
Dmitry Marakasov
c08f361805 - Update sdl20 and satellite libraries to latest versions
sdl2: 2.0.3 -> 2.0.4
sdl2_image: 2.0.0 -> 2.0.1
sdl2_mixer: 2.0.0 -> 2.0.1
sdl2_net: 2.0.0 -> 2.0.1
sdl2_ttf: 2.0.12 -> 2.0.14

- Add LICENSE_FILE
- Strip libraries
- Switch to USES=localbase where applicable

PR:		207671
Submitted by:	devnexen@gmail.com, amdmi3
Approved by:	maintainer timeout (mva, 1 month)
Exp-run by:	antoine
2016-04-06 15:01:13 +00:00
Kurt Jaeger
8b7b50355c audio/py-pyaudio: 0.2.8 -> 0.2.9
- Fix overflow error handling logic for pa_read_stream.
  Stream.read takes an additional parameter that specifies whether
  an exception is raised on audio buffer overflow, for parity with
  Stream.write.  Includes relevant bug fixes in the C module logic.
  Thanks to Tony Jacobson for submitting a patch!
- Fix IOError arguments.
  IOError exceptions previously had values in the strerror and errno fields
  swapped, which is now corrected.
  Thanks to Sami Liedes for the report!
- Miscellaneous updates.
  Python library surfaces issues with importing low-level C module.
  Code formatting update.
  Updates to examples for Python 3 compatibility.

PR:		208517
Submitted by:	jaap@NLnetLabs.nl (maintainer)
2016-04-05 18:04:38 +00:00
Emanuel Haupt
0c3c6cd84c Fix build with libc++ 3.8.0
PR:		208489
Submitted by:	dim
2016-04-04 13:39:54 +00:00
Dmitry Marakasov
4cac328dae - Switch to options helpers 2016-04-03 12:01:54 +00:00
Dmitry Marakasov
42b5064acc - Add LICENSE_FILE
- Switch to USES=tar:tgz
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-04-03 00:27:19 +00:00
Jan Beich
e68ffdaff6 bsd.sites.mk: with last mirror dead retire MASTER_SITE_ALSA
$ fetch -v http://alsa.cybermirror.org/lib/alsa-lib-1.1.0.tar.bz2
[...]
404 Not Found

Not Found
The requested URL /lib/alsa-lib-1.1.0.tar.bz2 was not found on this server.
2016-04-01 20:45:03 +00:00
Jan Beich
49190875e4 audio/alsa-*: update to 1.1.1
Changes:	http://www.alsa-project.org/main/index.php/Changes_v1.1.0_v1.1.1
ABI:		https://people.freebsd.org/~jbeich/compat_reports/alsa-lib/1.1.0_to_1.1.1/compat_report.html
2016-04-01 20:44:23 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Mathieu Arnold
999161a9ed Fixup some whitespace at the beginning of lines problems.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:18:17 +00:00
Tijl Coosemans
6bc6f3a9e0 - Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
  supported by libgnutls-dane and gnutls-cli.  Also clarify the option
  description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4.  Some ports used this library
  in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed.  Ports that used these have been
  updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.

net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.

www/hydra: Mark BROKEN.  This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.

PR:		207768
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-03-27 14:57:59 +00:00
Jan Beich
a8bd478924 audio/pd: pass maintainership
PR:		208296
Submitted by:	Tobias Brodel
2016-03-27 11:21:46 +00:00
Roman Bogorodskiy
c9472cfdd8 audio/mpg123: update to 1.23.3 2016-03-26 15:20:17 +00:00
Koop Mast
405cf8c704 Update GStreamer1 ports to 1.8.0.
ChangeLog: https://gstreamer.freedesktop.org/releases/1.8/
2016-03-25 15:47:45 +00:00
Olli Hauer
9fcbfffead - change MAINTAINER email address [1]
[1] http://lists.freebsd.org/pipermail/freebsd-ports/2016-March/102600.html
2016-03-25 11:42:13 +00:00
Raphael Kubo da Costa
47bf224484 qt4-moc: Add more Boost include guards to moc's definition list.
In preparation for updating Boost to 1.60, add include guards from more Boost
headers to the list of macros that moc automatically defines when processing
files. As explained in r408911, Qt4's moc cannot parse some constructs used by
a few Boost headers, so we define their include guards to make moc skip them.

This is a cleaner approach that allows us to largely revert r408472, r408473,
r408474, r408475, r408502, r408773 and r408419, which added several patches to
many ports to work around this moc bug.

PR:		199601
PR:		208322
2016-03-24 10:31:07 +00:00
Thomas Zander
d9914c72a6 Fix build failure when accidentally picking up alsa (libasound).
Currently, there is no configure switch for consistently disabling
alsa detection. This changeset introduces the possibility to do so
during the configure stage and adds ALSA as a non-default OPTION.

PR:		207892
Submitted by:	tatsuki_makino@hotmail.com
Reported by:	bar
Reviewed by:	xxjack12xx@gmail.com, riggs
Approved by:	xxjack12xx@gmail.com (maintainer)
2016-03-23 20:42:41 +00:00
Roman Bogorodskiy
e906b9875a audio/deadbeef: update to 0.7.1
Also, drop some patches merged upstream.

Reviewed by:	mat
Approved by:	vg (maintainer) via IRC
Differential Revision:	D5676
2016-03-22 18:11:08 +00:00
Raphael Kubo da Costa
b1b548be2e Update to 0.2.6.
This update includes a fix for installing dsbmixer as a regular, non-root user.

PR:		207995
Submitted by:	Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
2016-03-22 10:36:17 +00:00
Raphael Kubo da Costa
c9fc278672 Add a patch to explicitly link against libfplib.so.
What the port was doing was never right, but the upcoming CMake 3.5.0 makes the
build failures happen more often.

Using target_link_libraries() with a name like fplib will just pass -lfplib to
the linker instead of declaring a dependency between the lastfm-fpclient and
fplib_shared targets and parallel builds may break.

PR:		208033
2016-03-19 14:18:40 +00:00
Thomas Zander
230898bedd Add autoreconf libtool to USES; install headers to include, not DATADIR
This changeset brings in the necessary fixes in audacity's build system
to use autoreconf and libtool in USES. (206914)
First use case of this is to have audacity install its headers in the
standard include path rather than DATADIR (207074).
Bump PORTREVISION.

PR:		206914, 207074
Submitted by:	tatsuki_makino@hotmail.com
Approved by:	xxjack12xx@gmail.com (maintainer)
2016-03-18 06:51:28 +00:00
Jan Beich
f7731c8be8 Drop default directory from _DEPENDS in my ports
https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html
2016-03-16 12:58:16 +00:00
Mathieu Arnold
3ec4297dae Update to 16.02
PR:		207983
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-15 15:06:19 +00:00
Raphael Kubo da Costa
5f54a52585 Change header installation location for kdelibs4-based ports.
Install x11/kdelibs4's headers into include/kde4 instead of include (which
consequently causes several other ports to have their installation paths
changed too).

The idea behind this is to reduce path conflicts between KDE4 ports and the
upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If
we continue installing the KDE4 headers into include/, we can end up in a
situation like this:

    c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp

If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port
will unintentionally be picked up first and the build will fail.

Most of this huge patch is just PORTREVISION bumps, pkg-plist changes and a
few patches to FooConfig.cmake files to make them look into the kde4/
subdirectory in include/.

Changes which don't fit into the above are:
- deskutils/kdepimlibs4: Import an upstream patch to remove some double
  semicolons that cause base GCC to fail. They have always been present, but
  since the faulty header was referenced via -isystem /usr/local/include
  this never caused any problems.
- devel/subversion, devel/subversion18: Update patch-configure. The current
  kwallet changes there date back to 2011 (r272490), at a time when the
  build could fail when both KDE3 and KDE4 were installed. Replace those
  bits with a change I've submitted upstream to use the kde4-config program
  to determine where KDE4's headers and libraries are installed instead of
  assuming the headers are always in include/.

Once again, huge thanks to Tobias Berner <tcberner@gmail.com> for being the
first one to notice this problem when working on the KDE Frameworks 5 ports,
coming up with the solution and bugging me until I had time to work on this
and ask for the exp-run :-)

PR:		207906 (exp-run)
2016-03-15 12:35:56 +00:00
Wen Heping
7148bb5ae7 - Update to 2.1.6
PR:		207888
Submitted by:	portmaster@bsdforge.com(maintainer)
2016-03-15 06:08:56 +00:00
Raphael Kubo da Costa
92ee5504dc New port: audio/dsbmixer.
DSBMixer is a tabbed GTK+ mixer for FreeBSD. For each installed mixer device
as well as for USB sound devices plugged in at runtime, DSBMixer opens a tab.
Furthermore, it allows you to configure several aspects of your sound card(s),
such as selecting recording sources, choosing your default audio device, and
amplification.

WWW: http://freeshell.de/~mk/projects/dsbmixer.html

PR:		207782
Submitted by:	Marcel Kaiser <mk@nic-nac-project.org>
2016-03-13 14:41:44 +00:00
Kurt Jaeger
4d33e3d176 audio/pd-cyclone: simplify MASTER_SITES
Submitted by:	mat
2016-03-12 22:02:51 +00:00
Kurt Jaeger
ab686a4e68 New port: audio/pd-cyclone
Cyclone is a library of PureData classes, bringing some level of
compatibility between Max/MSP and Pd environments. The original
goal of cyclone was to create a collection of Max/MSP objects for
PureData. This was in the 2000s area, Max/MSP version 4.6. Since
then MAX evolved its architecture and file format to something that
is incompatible with PureData. Compatibility in patch file level
is limited to this very old version of Max/MSP.

WWW: http://puredata.info/downloads/cyclone/

PR:		207047
Submitted by:	Tobias Brodel <brittlehaus@gmail.com>
2016-03-12 15:00:42 +00:00
Kurt Jaeger
03bb353c05 audio/teamspeak3-server: add BROKEN for 9
PR:		207839
Submitted by:	Ultima <ultima1252@gmail.com> (maintainer)
2016-03-11 21:14:20 +00:00
Kurt Jaeger
342e2d7dc9 audio/teamspeak3-server: change of maintainer
PR:		207884
Submitted by:	Ultima1252@gmail.com
Approved by:	hirner@bitfire.at (maintainer)
2016-03-11 19:22:44 +00:00
John Marino
f44a99d51b audio/deadbeef-musical-spectrum-plugin is not jobs safe
As seen in similar deadbeef plugins, this port is unsafe because it
starts building assemble object files before confirming the build
directory (gtk3) has been created.
2016-03-10 19:41:06 +00:00
Jan Beich
c9e338009b audio/sdl{,2}_mixer: sync and add missing option descriptions
PR:		202689
2016-03-10 00:17:59 +00:00