Commit graph

15063 commits

Author SHA1 Message Date
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
Jan Beich
82865e1e1d audio/sdl{,2}_mixer: fix VORBIS=on logic after r410689
PR:		202689
Reported by:	antoine
2016-03-10 00:17:26 +00:00
Kurt Jaeger
f37d2b7cd0 audio/teamspeak3-server: 3.0.12.2 -> 3.0.12.3
- fixed an other server crashes on malicious input

PR:		207826
Submitted by:	Ultima1252@gmail.com
Approved by:	hirner@bitfire.at (maintainer)
2016-03-09 21:14:55 +00:00
Raphael Kubo da Costa
87c262ff1c x11-toolkits/attica: Change the location where we install its headers.
In preparation for the upcoming KDE Frameworks 5 and Plasma 5 ports, install
attica's headers into include/attica/attica instead of include/attica.

Users of attica reference the headers in the code with
    #include <attica/foo.h>
which means the compiler is passed -I${LOCALBASE}/include for the headers to
be found.

The KDE Frameworks 5 version of attica installs the headers into
include/KF5/attica, so depending on the other of the arguments the compiler
can end up being passed
    -I${LOCALBASE}/include -I${LOCALBASE}/include/KF5
leading to the wrong attica headers being used instead.

By changing the header location, we make sure one passes
-I${LOCALBASE}/include/attica to use the attica 0.4.2 headers.

The original idea and code came from Tobias Berner <tcberner@gmail.com>,
with further improvements from myself.

While here, add some comments explaining why some sed calls are made in the
post-patch target.

Last but not least, audio/tomahawk had to be patched for the attica headers
to be properly found now that they are no longer in ${LOCALBASE}/include.
The patch itself contains a larger explanation of what had to be done. All
other ports depending on x11-toolkits/attica work fine without any changes.

Submitted by:	Tobias Berner <tcberner@gmail.com> (original version)
2016-03-09 15:14:35 +00:00
Raphael Kubo da Costa
c08596d872 Correctly mark the port as unmaintained after r392689. 2016-03-09 14:33:56 +00:00
Alexey Dokuchaev
945f6921b8 Unbreak the build on FreeBSD 9.3, where #pragma GCC diagnostic not allowed
inside functions.

Reported by:	pkg-fallout
2016-03-09 07:18:09 +00:00
Jan Beich
ef0438863c audio/sdl{,2}_mixer: add TREMOR option
TREMOR is enabled by default on platforms without hardware floating point.

PR:		202689
Approved by:	maintainer timeout (6 months)
2016-03-09 05:18:50 +00:00
Olivier Cochard
ada7fb664c - patch for main deforaos library
- bump PORTREVISION for dependencies

Approved by:	jadawin
Differential Revision:	https://reviews.freebsd.org/D5562
2016-03-08 10:24:06 +00:00
Emanuel Haupt
44b7aee8ef Update to 4.0.11 2016-03-07 21:25:52 +00:00
Emanuel Haupt
fd329e2365 Update to 4.3.12 2016-03-07 21:25:41 +00:00
John Marino
b1dc5f007c audio/deadbeef-playback-status-plugin is not jobs safe
In fact, it's brutally unsafe.  It's never passed on DF building system
because it starts trying to assemble object files before without
confirming the build directory (gtk3) has been created.
2016-03-07 08:57:04 +00:00
Ruslan Makhmatkhanov
f37e0e5b1c audio/gnome-music: fix packaging with python 3.5
PR:		204519
With hat:   gnome
2016-03-06 22:12:28 +00:00
Rene Ladan
f8a76a5d7c Remove expired ports:
2016-03-05 devel/seed: No longer used
2016-03-05 devel/seed3: No longer used
2016-03-06 audio/waheela: Distfiles unavailable and no updates in 6 years
2016-03-06 sysutils/logstash-contrib: Upstream now distributing plugins separately: see https://github.com/logstash-plugins
2016-03-06 17:32:52 +00:00
Thomas Zander
da10633945 Fix dependencies, CONFIGURE_ARGS, introduce DYNLOAD OPTION
DYNLOAD is added for run-time linking libmp3lame and libavformat.
In future, this might allow for removal of LIB_DEPENDS on lame
and ffmpeg.

PR:		207307
Submitted by:	tatsuki_makino@hotmail.com
Reviewed by:	xxjack12xx@gmail.com (maintainer)
Approved by:	xxjack12xx@gmail.com (maintainer)
2016-03-05 18:10:09 +00:00
Roman Bogorodskiy
3a50f514a1 audio/deadbeef: update to 0.7
- New option SC68 for sc68 Atari ST And Amiga player
 - Drop AO option as the corresponding plugin appears to be gone
 - Add MPG123 option for the new optional mpg123-based backed for mp3 plugin

Approved by:		vg (maintainer) via IRC
Differential Revision:	D5337
2016-03-03 12:42:55 +00:00
Raphael Kubo da Costa
196e67a9e6 Update to 1.8.4.
Changelog:
* Fix a possible crash when locking a sid device fails

PR:		207438
Submitted by:	liangtai.s16@gmail.com (maintainer)
2016-03-03 10:38:10 +00:00
Alexey Dokuchaev
1b1c2455d8 This is a VU meter plugin for DeaDBeeF audio player.
WWW: https://github.com/cboxdoerfer/ddb_vu_meter
2016-03-03 05:30:43 +00:00
Alexey Dokuchaev
ae457b6948 - Provide better port description text
- Point WWW line to a working homepage
- Transfer maintainership to submitter
- Convert to USES=localbase while here

PR:	201379
2016-03-03 02:44:30 +00:00
Jan Beich
a61fabb110 audio/alsa-plugins: partially revert r380063
Restore BUFSZ_P2=on by default as a temporarily fix for excessive CPU usage
in Firefox. r378529 wasn't enough to make BUFSZ_P2=off transition smooth.

PR:		203732
Reported by:	Henry Hu, Arto Pekkanen, many more indirectly
MFH:		2015Q1
2016-03-02 22:48:44 +00:00
Alexey Dokuchaev
cd06f7ccc0 Add FLUIDSYNTH option generic description, and remove ad-hoc setting in
ports where it is applicable (alongside with other shared descriptions).
2016-03-01 16:41:13 +00:00
Rene Ladan
7ae11cf915 Remove expired ports:
2016-02-29 audio/audacious-dumb: Broken for more than 6 months
2016-02-29 net/ntopng: Broken for more than 6 months
2016-02-29 audio/rezound: Broken for more than 6 months
2016-02-29 net/rubygem-amqp067: Upstream prefers net/rubygem-bunny
2016-02-29 devel/py-unittestplus: Tarballs and upstream website disappeared
2016-02-29 21:24:24 +00:00
Thomas Zander
877b964dc7 Update to upstream version 15.12.1
PR:		205889
Submitted by:	tkato432@yahoo.com
2016-02-28 18:31:12 +00:00
Raphael Kubo da Costa
7574761856 Update to 3.0.12.2.
* Fixed DISTNAME
* Added tar to uses for new tar format
* Fixed WORKSRC
* Removed server query manual (No longer exists)
* Adjusted ts3 Binary name for new version
* Updated distinfo
* Adjusted rc script for binary change
* Updated pkg-plist

PR:		207430
Submitted by:	Ultima <Ultima1252@gmail.com>
Approved by:	hirner@bitfire.at (maintainer)
2016-02-27 23:29:40 +00:00
Jan Beich
261593e7c5 audio/alsa-plugins: prepare for ffmpeg 3.0 update
Obtained from:	upstream
2016-02-27 19:51:47 +00:00
Roman Bogorodskiy
9c0e7abec6 audio/easytag: update to 2.4.2 2016-02-27 19:33:47 +00:00
Kurt Jaeger
0ad47ce847 audio/mpdas: 0.4.0 -> 0.4.1
- fix memory leak

PR:		207542
Submitted by:	henrik@affekt.org (maintainer)
2016-02-27 19:09:30 +00:00
Emanuel Haupt
3ec78ec570 - Update to 0.26.1
- Add license
2016-02-26 08:04:22 +00:00
Diane Bruce
709d955fbd - Fix build on 10.x 2016-02-26 02:40:00 +00:00
Dmitry Marakasov
7caa20f1c8 - Clarify LICENSE
- Add LICENSE_FILE
- Pet portlint
- Fix build with disabled NLS
2016-02-25 10:48:30 +00:00
Roman Bogorodskiy
846662a07d audio/mpg123: update to 1.23.2 2016-02-25 01:55:06 +00:00
Martin Wilke
700e649864 - Update to 0.7.3
PR:		206736
Submitted by:	maintainer
2016-02-23 10:07:01 +00:00
Martin Wilke
0d680a55a6 - Update to 2015.11.22
PR:		204998
Submitted by:	maintainer
2016-02-23 09:24:07 +00:00
Vanilla I. Shu
6fbbb9b30e Update to 1.1.0. 2016-02-19 13:50:11 +00:00
Antoine Brodin
f0932c3fb8 Hook dream to the build 2016-02-18 18:52:57 +00:00
Diane Bruce
c9e3e2193d Open-Source Software Implementation of a DRM (Digital Radio Mondiale) Receiver
under the GNU General Public License (GPL)

There was a previous dream port that had been removed. It was
audio/dream||2009-01-06|Has expired: Needs DRM enabled in FAAD

The Dream development team today releases Dream version 1.12.

Dream is a DRM (Digital Radio Mondiale) software receiver and decoder.
It is a very complete receiver, featuring compliant decoding of HE AAC v2
audio streams, journaline decoding, a feature rich statistics section
providing invaluable information about the streams being received, and automatic
update of available stations from the web, among several other features.

It also features a limited transmission mode, that uses the FAAC AAC encoder.

Dream is multi-platform and has been tested on OSX, Win32 and Linux.

Changes since version 1.11:

  - Fixed problem where users directories being cleared when clearing cache
  - Fixed timezone problems with EPG
  - Fixed problem when EPG is 4th service

PR:		ports/207123
Submitted by:	takefu@airport.fm
2016-02-17 23:06:37 +00:00
Olivier Cochard
dacef126af Update my email for ports I maintain
Approved by:	jadawin
Differential Revision:	https://reviews.freebsd.org/D5309
2016-02-17 10:42:08 +00:00
Roman Bogorodskiy
ce327d4dad audio/mpg123: update to 1.23.1 2016-02-16 01:10:24 +00:00
Wen Heping
06eb4c873e - Update to 1.3.17
- Add option of AcousticBrainz

PR:		207183
Submitted by:	stiginge@pvv.org(maintainer)
2016-02-15 07:21:54 +00:00
Koop Mast
b93a80c992 The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/

This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.

GDM is still at version 3.16 due to some issues.

Bump mate-themes to use the gtk 3.18 version of the themes.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:	207006
2016-02-14 18:57:53 +00:00
Emanuel Haupt
7c5ae23d66 Update to 4.3.11 2016-02-14 12:29:08 +00:00
Wen Heping
f00a2bfe0b - Update to 1.3.16
- Add an option for the new Emby update plugin
- Update WWW

PR:		206081
Submitted by:	stiginge@pvv.org(maintainer)
2016-02-13 10:06:20 +00:00
Martin Wilke
598741eeca - Update to 1.0.12
- Convert USE_SQLITE to uses

PR:		206890
Submitted by:	ports fury
2016-02-12 09:59:10 +00:00
Alex Kozlov
fbb0e4c0a6 - Fix various typos in CONFLICTS_INSTALL knob
Approved by:	portmgr blanket
2016-02-10 16:14:34 +00:00
Pietro Cerutti
86717a1fa2 audio/etcd: rename bin/etcd to bin/e-tcd, remove conflict with devel/etcd 2016-02-10 10:21:19 +00:00
Gerald Pfeifer
e92a3103ff Update MASTER_SITES; still in the same domain. 2016-02-09 21:46:55 +00:00
Jason Unovitch
8c203f7506 audio/sweep: pass maintainer from ports@ to submitter; add license
PR:		206692
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
2016-02-09 11:31:43 +00:00
John Marino
49ea334866 audio/jack: properly specify readline dep (detected by Synth)
No portrevision bump necessary as this change does not alter the
package contents.  It just fixes the deps specification.
2016-02-09 09:59:05 +00:00
Dmitry Marakasov
92f68630aa - Fix build with boost 1.60
- Fix LICENSE
- Pet portlint

PR:		199601
Approved by:	portmgr blanket
2016-02-08 11:16:25 +00:00
Koop Mast
71d5deb1f4 Move Mk/bsd.gnome.mk and Mk/bsd.mate.mk to Mk/Uses/.
To use the GNOME or MATE components activate it by adding gnome
or mate to USES. The usage of USE_GNOME/INSTALL_ICONS and for
example GLIB_SCHEMAS has stayed the same.

Like with USES, the use of USE_GNOME and so after bsd.port.pre.mk
is now forbidden. And adapt ports that where still doing that.

Exp-runs done by:	antoine@

PR:		205432
Reviewed by:	antoine@, mat@
Approved by:	portmgr (antoine@)
Differential Revision:	https://reviews.freebsd.org/D3653
2016-02-07 19:43:56 +00:00