Commit graph

15017 commits

Author SHA1 Message Date
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
Dmitry Marakasov
6a0ad9ba4f - Fix build with boost 1.60
- Fix license
- Switch to USES=localbase
2016-02-07 15:53:49 +00:00
John Marino
6e5f23ff54 audio/streamripper: re-enable post-patch target 2016-02-07 13:44:26 +00:00
John Marino
0855b9006d audio/stymulator: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
approved by:	infrastructure blanket
2016-02-07 13:18:31 +00:00
John Marino
88a5931a2a audio/streamripper: USES+= ncurses, respect LDFLAGS
Also:
  * bring in dports patch to support DF
  * Modify build to avoid potential name clash with menu.h
    (the same file name exists on ncurses, common issue)
2016-02-07 13:16:27 +00:00
John Marino
53228a5bb1 x11/xterm: document ncurses requirement (USES+=ncurses)
while here:
  - fix tab alignment
  - link with ncurses, not curses

approved by:	infrastructure blanket
2016-02-07 13:11:06 +00:00
John Marino
069fbed9ce audio/playmidi: USES+= ncurses 2016-02-07 13:09:27 +00:00
John Marino
c0a3d6370e audio/napster: USES+= ncurses 2016-02-07 13:08:14 +00:00
John Marino
d1e5186cbd audio/mp3c: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-07 13:06:59 +00:00
John Marino
e5ec25167e audio/mp3blaster: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-07 13:05:12 +00:00
John Marino
b92ac83440 audio/mp-player: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-07 13:03:27 +00:00
John Marino
bec2e724b4 audio/moc: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-07 13:02:17 +00:00
John Marino
eecfa407e9 audio/mikmod: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-07 13:01:29 +00:00
John Marino
34784c13f0 audio/libnjb: USES+= ncurses, link with ncurses (not curses) 2016-02-07 13:00:20 +00:00
John Marino
49f9ef0bb5 audio/ksmp3play: USES+= ncurses, link with ncurses (not curses) 2016-02-07 12:58:58 +00:00
John Marino
594a47f9ec audio/juke: USES+= ncurses 2016-02-07 12:57:46 +00:00
John Marino
a2eb883feb audio/funktrackergold: USES+= ncurses 2016-02-07 12:56:55 +00:00
John Marino
74cab402bc audio/cmp3: respect LDFLAGS, bring in dports patch for DF. 2016-02-07 12:55:08 +00:00
John Marino
4dc1806447 audio/cd-control: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
approved by:	infrastructure blanket
2016-02-07 12:52:19 +00:00
Kurt Jaeger
2503ff4e66 audio/pd: some fixes
- repair the loading of external objects
- reduce portlint complaints

PR:		206965
Submitted by:	Tobias Brodel <brittlehaus@gmail.com>
2016-02-06 08:49:50 +00:00
Roman Bogorodskiy
f922b6d1c3 audio/mpg123: update to 1.23.0 2016-02-05 02:08:15 +00:00
Roman Bogorodskiy
64668940ff audio/easytag: update to 2.4.1
Also, drop no longer needed patch-src-log.c.

PR:		206825
Submitted by:	olivierd
2016-02-05 01:05:37 +00:00
Thomas Zander
282a52d472 Bump PORTREVISION
Double-checked package content: Not identical to previous revision,
hence r407904 should have bumped PORTREVISION.

PR:		206694
Submitted by:	xxjack12xx@gmail.com (maintainer)
2016-02-03 22:45:23 +00:00
Steve Wills
f56b01ead6 audio/ruby-xmms2: mark broken with Ruby 2.2 2016-02-03 16:28:52 +00:00
Thomas Zander
330ca71a8b Add LV2 OPTION, remove MIDI OPTION, strip binary, fix build on 9.3
PR:		206694
Submitted by:	xxjack12xx@gmail.com (maintainer)
MFH:		2016Q1
2016-02-02 23:13:07 +00:00
Vanilla I. Shu
dd279bde47 Update to 0.5.5. 2016-02-02 07:42:18 +00:00
Sunpoet Po-Chuan Hsieh
b47de64646 - Update to 2.4.3
Changes:	https://git.xiph.org/?p=icecast-server.git;a=blob;f=ChangeLog
2016-02-01 19:46:51 +00:00
Koop Mast
c0636df99d limit portscout to stable versions only. 2016-02-01 10:07:13 +00:00
John Marino
fdc78b1d07 audio/cdplay: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
Also make cdplay link with libncurses, not libtermcap
2016-01-31 14:15:02 +00:00
John Marino
c01550b3bf audio/rexima: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
approved by:	infrastructure blanket
2016-01-31 14:09:27 +00:00
John Marino
81f8822aa1 audio/cam: document ncurses requirement (USES+=ncurses), respect LDFLAGS 2016-01-31 13:52:38 +00:00
John Marino
c5d4b10337 audio/vitunes: document ncurses requirement (USES+=ncurses) 2016-01-31 13:50:47 +00:00
Alexey Dokuchaev
3cf7f4e5f5 This is playback status plugin (widget) for DeaDBeeF audio player.
WWW: https://github.com/cboxdoerfer/ddb_playback_status
2016-01-31 11:50:41 +00:00
Alexey Dokuchaev
7a747491eb This is a quick playlist search bar plugin for DeaDBeeF audio player.
WWW: https://github.com/cboxdoerfer/ddb_quick_search
2016-01-31 07:14:37 +00:00
Alexey Dokuchaev
a58a6ae74a Add a port of waveform seekbar for DeaDBeeF audio player.
WWW: https://github.com/cboxdoerfer/ddb_waveform_seekbar
2016-01-31 02:24:40 +00:00
John Marino
9f1ed4d373 audio/aumix: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-01-31 01:55:38 +00:00
John Marino
46a95c1e01 audio/xmcd: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-01-31 01:23:40 +00:00
Alexey Dokuchaev
0fa5408489 - Update to version 2.0.0
- Fix a typo: QT5_CMAKE_ARGS -> QT5_CMAKE_ON
2016-01-31 00:59:54 +00:00
Antoine Brodin
edfa1cfc4f Deprecate ports broken for more than 6 months 2016-01-30 20:20:50 +00:00
Martin Wilke
a234e43dd7 Welcome Centos 6.7
- Upgrade all linux-c6- to CentOS 6.7
- Cleanups

PR:                     205846
Submitted by:           xmj
In Collaboration with:  allanjude, netchild, xmj
Exp-run:                antoine
Sponsored by:           Perceivon Hosting Inc.
Differential Revision:  D3428

We'd like to thanks for all the feedback and comments.
2016-01-30 18:30:40 +00:00
John Marino
2373204770 audio/timidy: Respect LDFLAGS, document ncurses requirement 2016-01-30 14:54:44 +00:00
Alexey Dokuchaev
fe298d6fb4 Add port of a better DeaDBeeF musical spectrum plugin. It offers variable
FFT size (up to 32768), Blackmann-Harris and Hanning window functions, and
various eye candy options.

WWW: https://github.com/cboxdoerfer/ddb_musical_spectrum
2016-01-30 12:39:14 +00:00
Alexander Leidinger
67bd1fee85 Fix build with clang 3.8.0 (and gcc >= 4.9.0).
This changes the XMM intrinsincs detection logic.

Submitted by:	dim
PR:		206620
2016-01-29 22:16:08 +00:00
Koop Mast
9b1c68cab5 Update midipp to 1.3.1.
* Fixed send song events button
* Improved lyrics parsing
* Added new sheet tab feature
* Fixed saving of song events setting
* Update play tab GUI a bit

Submitted by:	maintainer
2016-01-28 14:23:35 +00:00
Jason Unovitch
bc50eefb86 audio/mp3stat: update maintainer and unbreak
- Update MAINTAINER; pass from ports@ to submitter
- Update MASTER_SITES link to maintainer's mirror and remove BROKEN
- Remove DISTNAME and update distinfo for new name; SHA256 remains identical
- Wrap pkg-descr text at 76 characters and update WWW: to new mirror

PR:		206172
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
2016-01-26 23:20:22 +00:00
Ruslan Makhmatkhanov
d800eba1d6 audio/audacity: update to 2.1.2
Release notes:
http://wiki.audacityteam.org/wiki/Release_Notes_2.1.2

PR:		206566
Submitted by:	xxjack12xx@gmail.com (maintainer)
2016-01-26 19:14:15 +00:00
Alexey Dokuchaev
6b5eb98e6d Unbreak the build on 9.X (against old yacc(1) which apparently does not
support %token_table declaration).  Originally the port was relying on
bison(1) instead (via USES=bison) in yacc-compat mode, but was switched
to yacc(1) in r389653 because it failed to build against `devel/bison'
version update to 3.0.4 as part of an exp-run (see PR).

It turns out that actually generated code does not suffer from removing
%token_table: the only difference in generated `neural_parse.cc' is that
yyname[] table is not guarded by `#if YYDEBUG' and it #define's yytname
as yyname, but the code that references yytname in `neural_parse.cc' is
#if'ed 0 and YYDEBUG is defined to 1 earlier.  That said, simply comment
out %token_table line which allows the build to proceed (ir)regardless of
the yacc(1) version, on all FreeBSD releases (including 8.X).

While here, remove `ac_cv_lib_stdcpp_main=no' in CONFIGURE_ENV that was
supposed to fix the build against Clang added in r323095 as it seems no
longer required, augment COMMENT and port description, and fix WWW line
to point to working website, killing trailing whitespace along the way.

PR:	200833
2016-01-26 17:57:01 +00:00