1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
Commit Graph

16206 Commits

Author SHA1 Message Date
Joe Marcus Clarke
9c33e1c605 Update to 3.4.2.
PR:		223303
Submitted by:	cpm
2018-01-08 14:56:11 +00:00
Thomas Zander
f6d622b1dc Fix build failure in check-plist; add missing dependency on libogg
PR:		221566
Submitted by:	yuri
MFH:		2018Q1 (ports-secteam build fix blanket)
2018-01-07 12:03:23 +00:00
Jan Beich
ae2b744cdc audio/ecasound: unbreak build with Clang 6 (C++14 by default)
eca-neteci-server.cpp:179:11: error: assigning to 'int' from incompatible type '__bind<int &,
      sockaddr *, unsigned long>'
    res = bind(srvfd_rep, (struct sockaddr*)&addr_un_rep, sizeof(addr_un_rep));
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
eca-neteci-server.cpp:181:11: error: assigning to 'int' from incompatible type '__bind<int &,
      sockaddr *, unsigned long>'
    res = bind(srvfd_rep, (struct sockaddr*)&addr_in_rep, sizeof(addr_in_rep));
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	antoine (via bug 224669)
2018-01-06 14:19:44 +00:00
Jan Beich
029e4b5588 audio/festival: unbreak build with Clang 6 (C++14 by default)
sig2fv_main.cc:190:18: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
         "    default: "DEFAULT_WINDOW"\n\n"
                        ^
server.cc:125:68: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned
      long>' and 'int')
    if (bind(fd, (struct sockaddr *)&serv_addr, sizeof(serv_addr)) != 0)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~

Reported by:	antoine (via bug 224669)
2018-01-06 14:18:18 +00:00
Wen Heping
06e5b759f7 - Update to 5.1.0 2018-01-06 07:02:58 +00:00
Rene Ladan
7f85a02b1e Remove expired port:
2018-01-04 audio/beast: 4.5 years old version, six versions behind, requires old toolchain, and unmaintained.
2018-01-05 22:00:56 +00:00
Jan Beich
e64dc11547 Lift BROKEN_aarch64 for Clang 3.8 per FreeBSD 11.0 EOL
The cryptic "error in backend" is emitted by Clang on crash.
2018-01-05 02:57:35 +00:00
Adriaan de Groot
9d1cb4d896 Fix build on 10.3 i386 noticed by pkg-fallout. Patch has also been
submitted upstream. Now tested on 10.3 i386 and 11.1 amd64.

Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D13765
2018-01-04 12:48:03 +00:00
Adriaan de Groot
c995afeb09 Update audio/sayonara to latest upstream release 1.0.0
The overall changelog is at http://sayonara-player.com/changelog.php,
nothing major. All patches from FreeBSD have been integrated upstream
or made obsolete.

Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D13747
2018-01-03 22:46:29 +00:00
Mark Felder
1bfc04cf5e audio/mumble: Fix disconnected patch from last commit
PR:		224086
2018-01-03 16:18:44 +00:00
Sunpoet Po-Chuan Hsieh
97064443de Update devel/json-c to 0.13
- Add TEST_TARGET
- While I'm here, fix shebang for net/opensips
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/json-c/json-c/blob/master/ChangeLog
PR:		224675
Exp-run by:	antoine
2018-01-03 13:36:58 +00:00
Mathieu Arnold
d0cba2b797 Cleanup Mk/Uses/gnome.mk.
- Remove the use of comp_DETECT.
- Remove all comp_DETECT variables.
- Remove a use of comp_DETECT outside of gnome.mk
- Remove py3gobject3.
- Have ports depending directly on devel/py-gobject3 use gnome to do it.

PR:		224618
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D13550
2018-01-03 13:22:31 +00:00
Mark Felder
f59c1b3f9c audio/mumble: add patch to fix build against boost 1.66
PR:		224086
2018-01-02 20:30:39 +00:00
Tobias C. Berner
51d04637cb New USES=eigen
Usage:
    USES=eigen:<version>[,<type>]

    version: 2 or 3 (required)
    type:    build (default), run

  For example:
    USES=eigen:2,build,run
  will add a BUILD- and RUN_DEPENDS on math/eigen2, and
    USES=eigen:3
  will add a BUILD_DEPENDS on math/eigen3.

* Convert the existing ports to use it
  - biology/iqtree: remove run time dependency (seemed not to be needed)
  - graphics/movit: remove run time dependency (seemed not to be needed)
  - science/avogadro: add run time dependeny (installed cmake file requires it to be present)

Reviewed by:	rakuco, mat
Differential Revision:	https://reviews.freebsd.org/D13702
2018-01-02 16:49:24 +00:00
Mark Linimon
fad36c0b53 Mark these ports broken on aarch64 (and, where appropriate, armv6/7).
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-12-29 16:33:11 +00:00
Ed Maste
2dce04dd2a audio/alure: set LLD_UNSAFE
Linking with LLD currently fails due to preemption of symbols with
protected visibility in a shared object:

/usr/bin/ld: error: cannot preempt symbol: alureInitDevice
>>> defined in libalure.so.1.2.0
>>> referenced by examples/alurestream.c
>>>               CMakeFiles/alurestream.dir/examples/alurestream.o:(main)

For now set LLD_UNSAFE=yes so that the port will continue to link with
ld.bfd if /usr/bin/ld is lld, until the issue can be addressed (with a
change in openal-soft or in lld).

PR:		214864, 219089
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
2017-12-29 16:24:15 +00:00
Antoine Brodin
315ae5b1b4 - abcde requires the eyeD3 command, not the eyed3 module
- abcde doesn't contain python code
2017-12-27 12:01:12 +00:00
Antoine Brodin
3a678350fb Deprecate ports broken for more than 6 months 2017-12-27 09:30:47 +00:00
Baptiste Daroussin
2a11baa703 eyed3 does not works, packaging works, but it fails at runtime due
to the code being for python2
2017-12-27 08:03:30 +00:00
Mark Linimon
f02e9b1855 Disable the extra flag "-march=native" on arm to fix builds.
Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-12-27 07:36:05 +00:00
Thomas Zander
7227864d65 Update to upstream version 2.8.8; fix build with multimedia/libquicktime
Details:
- Update to upstream version 2.8.8
- Use REINPLACE_CMD to set FAAD2_VERSION definition for consumers like
  multimedia/libquicktime.
  This is, however, no longer supported upstream, see
  https://sourceforge.net/p/faac/bugs/236/
  In future, consumers need to change their detection mechanism for faad2

PR:		224464
Submitted by:	mi
2017-12-25 10:37:50 +00:00
Steve Wills
7453032f61 audio/beets: Update to 1.4.6
PR:		224568
Submitted by:	Stig Inge Lea Bjørnsen <stiginge@pvv.org> (maintainer)
2017-12-24 18:45:11 +00:00
Tijl Coosemans
a81b414a4b Remove unused AUTOMAKE_ARGS. 2017-12-24 14:55:15 +00:00
Alexey Dokuchaev
e600e41aad Update `audio/flacon' to version 4.0.0, which features improved visual
style (including new icons), updated translations, and few other fixes.
Alas, this release also marks the drop of Qt4 support.

Reported by:	portscout

Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1513612271 which corresponds to commit c9bd11f tagged
as this release.
2017-12-23 10:15:58 +00:00
Antoine Brodin
ddd8c8640e Change default version of samba from 4.4 to 4.6
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D13529
2017-12-23 07:03:21 +00:00
Veniamin Gvozdikov
c321226048 - Fix build issue on 11.x+ 2017-12-22 08:54:09 +00:00
Yuri Victorovich
1a8e245d5d audio/padthv1-lv2: Simplified the SHLN replacement statement as per Mat's suggestion
Reported by:	mat
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13568
2017-12-22 06:39:41 +00:00
Marcelo Araujo
be83dd9738 Add pc-mixer version 20171212 part of Lumina desktop version 1.4.1.
PR:		ports/224305
Submitted by:	JT Pennington <jt@ixsystems.com>
Sponsored by:	iXsystems, Inc.
2017-12-22 02:49:17 +00:00
Yuri Victorovich
bdb1c6ed9e audio/libgig: Update to 4.1.0
Reported by:	portscout
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13569
2017-12-21 18:41:46 +00:00
Thomas Zander
0bb170f47f Update to upstream version 0.20.13
Details:
- Update to upstream version 0.20.13
- Fix dependency issue in the (admittedly rare) case of selecting
  OPUS but none of the other codecs supporting the ogg container forrmat
- Update the NOTE section of pkg-message.in to mention mobile devices
  as clients for mpd as well as a couple of additional clients in the
  ports tree
2017-12-21 08:11:34 +00:00
Yuri Victorovich
6f5f9f287c New port: audio/faust: Functional programming language for realtime audio signal processing
PR:		221509
Submitted by:	myself
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D12890
2017-12-20 21:07:40 +00:00
Yuri Victorovich
e678e5aff2 audio/padthv1-lv2: Update to 0.8.6
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13558
2017-12-20 20:39:06 +00:00
Baptiste Daroussin
be564273e5 Switch from swig 2.0 to swig 3.0 2017-12-20 20:06:02 +00:00
Baptiste Daroussin
2e9911f602 Switch from swig 2.0 to swig 3.0 2017-12-20 19:34:11 +00:00
Baptiste Daroussin
e922f6100f Switch to swig 3.0 2017-12-20 15:12:29 +00:00
Tilman Keskinoz
be560fc867 Remove audio/last.fm. last.fm radio shutdown in March 2014. 2017-12-18 23:01:19 +00:00
Lars Engels
b1c88cb419 audio/volumeicon:
- Add OSS v3 backend [1]
- Fix mixer channel selection in Preferences/Channels
- Bump PORTREVISION

[1] Upstream PR: https://github.com/Maato/volumeicon/pull/70
Submitted by:	Dmitri Goutnik
2017-12-18 16:25:32 +00:00
Dmitry Marakasov
beb1e3886a - Add LICENSE_FILE
- Pet portlint
- Switch to options helpers
- Update WWW
2017-12-18 15:44:57 +00:00
Mark Linimon
2409c2c5bc Mark broken on arm.
Approved by:	portmgr (tier-2 blanket)
2017-12-18 02:24:02 +00:00
Tobias Kortkamp
b611b96f0b audio/yoshimi: Update to 1.5.6
PR:		224394
Submitted by:	maintainer
2017-12-17 16:08:58 +00:00
Kevin Lo
f90268ed80 Update to 3.8.1 2017-12-17 08:29:52 +00:00
Thomas Zander
0b2d2fb14a Update to upstream version 3.6.2; (while on it: pet portlint)
PR:		224260
Submitted by:	rkoberman@gmail.com
2017-12-16 20:07:41 +00:00
Mark Felder
9fc744cb07 audio/murmur: Provode separate options for MYSQL and SQLITE
PR:		220476
2017-12-16 15:01:07 +00:00
Tobias Kortkamp
5626740e45 audio/cmus: Add missing EXAMPLES option 2017-12-15 17:07:50 +00:00
Yuri Victorovich
f66871a0be New port: audio/GxSwitchlessWah-lv2: Analog wah emulation with switchless activation
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13384
2017-12-15 01:04:48 +00:00
Dmitry Marakasov
9f0d3229d3 - Fix LICENSE
- Add LICENSE_FILE
- Mark BROKEN on 11.x+
2017-12-14 16:33:08 +00:00
Steve Wills
1d625b439d audio/beets: update to 1.4.5
PR:		224045
Submitted by:	Stig Inge Lea Bjørnsen <stiginge@pvv.org> (maintainer)
Reported by:	Le Baron d'Merde <lbdm@privacychain.ch>
2017-12-14 16:14:42 +00:00
Rene Ladan
dd6cb9b9a4 Remove expired ports:
2017-12-12 audio/cd-console: No public distfiles
2017-12-12 textproc/pecl-cld: Depends on expired devel/cld
2017-12-12 textproc/p5-Lingua-Identify-CLD: Depends on expired devel/cld
2017-04-30 devel/cld: Unfetchable for more than six months (google code has gone away)
2017-12-13 22:48:42 +00:00
Lars Engels
496335b53d audio/volumeicon:
- Update to 0.5.1
- Change WWW and download source to Github (MASTER_SITE disappeared)
- Pet portlint

PR:		224279
Submitted by:	Dmitri Goutnik
2017-12-13 10:15:09 +00:00
Tobias Kortkamp
b38d8b95f1 audio/yoshimi: Update to 1.5.5
PR:		224274
Submitted by:	maintainer
2017-12-12 15:15:08 +00:00