aboutsummaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* audio/murmur: Update to 1.2.19feld2017-02-062-5/+5
|
* - Fix LOCALBASE misuseamdmi32017-02-051-1/+1
|
* audio/smasher: unbreak with gcc5 or later (runtime still broken)jbeich2017-02-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | In file included from /usr/local/lib/gcc5/include/c++/string:52:0, from /usr/local/include/wx-2.8/wx/string.h:176, from /usr/local/include/wx-2.8/wx/memory.h:16, from /usr/local/include/wx-2.8/wx/object.h:20, from /usr/local/include/wx-2.8/wx/event.h:17, from /usr/local/include/wx-2.8/wx/window.h:19, from /usr/local/include/wx-2.8/wx/control.h:23, from /usr/local/include/wx-2.8/wx/checkbox.h:19, from settingsbook.cpp:4: /usr/local/lib/gcc5/include/c++/bits/basic_string.h: In instantiation of 'union std::__cxx11::basic_string<wxPoint>::<anonymous>': /usr/local/lib/gcc5/include/c++/bits/basic_string.h:119:7: required from 'class std::__cxx11::basic_string<wxPoint>' fxplotwindow.h:12:32: required from here /usr/local/lib/gcc5/include/c++/bits/basic_string.h:121:53: error: member 'wxPoint std::__cxx11::basic_string<wxPoint>::<anonymous union>::_M_local_buf [2]' with constructor not allowed in union _CharT _M_local_buf[_S_local_capacity + 1]; ^ /usr/local/lib/gcc5/include/c++/bits/basic_string.h:121:53: note: unrestricted unions only available with -std=c++11 or -std=gnu++11 PR: 216707 Reported by: antoine (via exp-run)
* - Fix LICENSEamdmi32017-02-051-1/+4
| | | | - Add NO_ARCH
* - Fix LICENSEamdmi32017-02-051-2/+3
| | | | - Add LICENSE_FILE
* audio/logitechmediaserver: Make testing vendor perl modules optionalwoodsb022017-02-051-3/+4
| | | | | | Submitted by: Mark Dixon (maintainer) Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D8872
* Move devel/libcheck to devel/checksunpoet2017-02-051-2/+2
| | | | - Bump PORTREVISION for dependent ports
* audio/logitechmediaserver: Do not use perl when setting ARCHNAME variablewoodsb022017-02-051-1/+3
| | | | | | Reported by: David Z <daz@hyperchronos.org> Reported by: marino Approved by: portmgr blanket
* Do not include bsd.port.pre.mk twiceantoine2017-02-041-1/+1
|
* devel/libevent2: update to 2.1.8 and cleanupjbeich2017-02-041-1/+1
| | | | | | | | | | | - DEFAULT_VERSIONS += ssl=openssl-devel is now supported - devel/py-event and devel/p5-Event-Lib are marked BROKEN Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog PR: 216527 Exp-run by: antoine Approved by: mm (maintainer)
* audio/csound: use libc++ and unbreak with gcc5 or laterjbeich2017-02-041-2/+3
| | | | | | | | | | | | | | $ ldd $(which csound5gui) | fgrep c++ libc++.so.1 => /usr/lib/libc++.so.1 (0x803309000) libstdc++.so.6 => /usr/local/lib/gcc49/libstdc++.so.6 (0x803a22000) libcsound64.so.5: undefined reference to `csp_dag_is_finished' libcsound64.so.5: undefined reference to `csp_set_count' libcsound64.so.5: undefined reference to `csp_set_get_num' collect2: error: ld returned 1 exit status PR: 216707 Reported by: antoine (via exp-run)
* audio/zinf: unbreak with libc++ 3.9jbeich2017-02-0315-1/+285
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/Http.cpp:771:11: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char* cp = strstr(buffer, "Content-Length:"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/downloadmanager.cpp:401:15: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char* extension = strrchr(url, '.'); ^ ~~~~~~~~~~~~~~~~~ src/downloadmanager.cpp:561:11: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char* cp = strstr(buffer, "Content-Length:"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/downloadmanager.cpp:575:11: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char* cp = strstr(buffer, "Last-Modified:"); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/downloadmanager.cpp:799:24: error: assigning to 'char *' from incompatible type 'const char *' file = strchr(item->SourceURL().c_str() + 7, '/'); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/player.cpp:552:21: error: assigning to 'char *' from incompatible type 'const char *' extension = strrchr(url.c_str(), '.'); ^~~~~~~~~~~~~~~~~~~~~~~~~ src/player.cpp:1109:17: error: assigning to 'char *' from incompatible type 'const char *' temp_proto = strstr(title, "://"); ^~~~~~~~~~~~~~~~~~~~ src/player.cpp:1129:15: error: assigning to 'char *' from incompatible type 'const char *' temp_ext = strrchr(title, '.'); ^~~~~~~~~~~~~~~~~~~ src/player.cpp:1964:14: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *port = strchr(buffer.c_str(),':'); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ src/playlist.cpp:1964:15: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char* extension = strrchr(url, '.'); ^ ~~~~~~~~~~~~~~~~~ src/playlist.cpp:2045:15: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char* extension = strrchr(url, '.'); ^ ~~~~~~~~~~~~~~~~~ src/ThemeZip.cpp:150:15: error: assigning to 'char *' from incompatible type 'const char *' pPtr = strrchr(oFile.c_str(), DIR_MARKER); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/wavoutpmo.cpp:127:10: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *pPtr = strrchr(GetUrl().c_str(), DIR_MARKER); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/ZinfTheme.cpp:1768:26: error: assigning to 'char *' from incompatible type 'const char *' pExtension = strrchr((*i).c_str(), '.'); ^~~~~~~~~~~~~~~~~~~~~~~~~~ pPtr = strrchr(m_oPath.c_str(), '/'); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unix/src/cdpmo.cpp:116:10: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *tracknumber = strrchr(url, '/'); ^ ~~~~~~~~~~~~~~~~~ unix/src/GTKPreferenceWindow.cpp:1755:20: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *name = strrchr((*i).second.c_str(), '/'); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unix/src/gtkmusicbrowser.cpp:1206:11: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *ext = strrchr(m_currentListName.c_str(), '.'); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ misc.cpp:109:14: error: assigning to 'char *' from incompatible type 'const char *' cp = strrchr(url, '.'); ^~~~~~~~~~~~~~~~~ id3lib.cpp:366:11: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *ptr = strrchr(url, '.'); ^ ~~~~~~~~~~~~~~~~~ id3lib.cpp:426:11: error: assigning to 'char *' from incompatible type 'const char *' ptr = strrchr(url, '.'); ^~~~~~~~~~~~~~~~~ id3lib.cpp:488:11: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *ptr = strrchr(url.c_str(), '.'); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ vorbis.cpp:151:11: error: assigning to 'char *' from incompatible type 'const char *' ptr = strrchr(url, '.'); ^~~~~~~~~~~~~~~~~ Reported by: pkg-fallout
* audio/logitechmediaserver: Remove support for FreeBSD 9woodsb022017-02-032-13/+7
| | | | | Reported by: mat Approved by: portmgr blanket
* Update to the most recent commit on GitHub which fixes many bugs:ehaupt2017-02-022-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugfixes: - gbsplay: - cpu emulation fixes: - RLCA/RLA/RRCA/RRA did not set ZF - fix botched SBC zero flag handling - fix slight bug in ADC/SBC - fix INC/DEC SP, CP A and half-carry flag in DEC - fix PUSH/POP AF - fix trigger handling on noise channel - fix error on midi plugout where a write to the file could occur before the file was opened - fix garbled screen on exit in verbose mode (gbsplay -v) - fix status display: respect channel in left/right total volume - fix impulse generator: generate a header file at compile-time Enhancements: - gbsplay: - more accurate sound: - calculate LFSR correctly - play first nibble on DAC-channel from fresh buffer - correct noise channel speed - use more DMG-like DC-offsets - more accurate cpu cycle accounting - remove DC offset from DAC-channel - show register contents in verbose mode (gbsplay -v) - add basic GBR file support - support ugetab int vector extension (gbs spec 1.04u) - add 'iodumper' plugout for testing - add support for blargg-gb-tests debug output MFH: 2017Q1
* - Update to 0.6.2jhale2017-02-023-5/+10
| | | | | | | - Fix LICENSE and add LICENSE_FILE - Add regession test support Changes: https://raw.github.com/metabrainz/libdiscid/master/ChangeLog
* audio/sndio: Various fixescpm2017-02-024-27/+140
| | | | | | | | | | | | | | | | - Success in opening /dev/dsp* O_RDWR does not mean the device supports play/recording. Add an extra check to see if the requested mode is really supported. - sndiod cannot currently be started in jails as root, because it tries to setpriority(-20). Allow setpriority to fail and start the daemon anyway. - Fallback to /dev/dsp instead of /dev/dsp0 when using libsndio directly without a running sndiod. - Implement sio_setvol in the OSS backend for application level volume control with just libsndio. PR: 216571 Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)
* audio/sidplay2: oops, fix typo in r433015jbeich2017-02-012-2/+3
|
* audio/sidplay2: unbreak with libc++ 3.9jbeich2017-02-012-1/+23
| | | | | | | | args.cpp:105:9: error: assigning to 'char *' from incompatible type 'const char *' sep = strstr (str, ":"); ^ ~~~~~~~~~~~~~~~~~ Reported by: pkg-fallout
* audio/muse: unbreak with libc++ 3.9jbeich2017-02-012-1/+23
| | | | | | | | httpstream.cpp:366:4: error: assigning to 'char *' from incompatible type 'const char *' p = strstr(url, HTTP_PREFIX); if (!p) goto out; ^ ~~~~~~~~~~~~~~~~~~~~~~~~ Reported by: pkg-fallout
* Restore usr/share/alsa as a directory. Other linux ports install filestijl2017-02-016-11/+384
| | | | | | there as well. PR: 216690
* audio/mixxx: unbreak with clang 4.0jbeich2017-02-011-0/+13
| | | | | | | | | | src/widget/wdisplay.cpp:89:19: error: ordered comparison between pointer and zero ('QPixmap **' and 'int') if (m_pPixmaps>0) ~~~~~~~~~~^~ PR: 216354 Reported by: antoine (via exp-run) Submitted by: tcberner
* Enable i386 support to Linux CentOS 7 ports.tijl2017-02-0114-5/+267
| | | | PR: 216646
* Revert BROKEN on armv6 from r432897.riggs2017-02-011-1/+0
| | | | | | | Rationale: Marking port broken on armv6 was done based on the results of a bulk build of the ports tree as of r431452, i.e. before the fix for this particular link error was committed in r431615.
* Zita-resampler is a C++ library for resampling audio signals. It is designed toamdmi32017-02-016-0/+108
| | | | | | | | | | | | | | | | | | | be used within a real-time processing context, to be fast, and to provide high-quality sample rate conversion. The library operates on signals represented in single-precision floating point format. For multichannel operation both the input and output signals are assumed to be stored as interleaved samples. The API allows a trade-off between quality and CPU load. For the latter a range of approximately 1:6 is available. Even at the highest quality setting libzita-resampler will be faster than most similar libraries providing the same quality, e.g. libsamplerate. WWW: http://kokkinizita.linuxaudio.org/linuxaudio/zita-resampler/resampler.html PR: 215981 Submitted by: meka@tilda.center
* - Autodetect the installed linux_base port and use LINUX_DEFAULT only astijl2017-02-01159-1523/+621
| | | | | | | | | | | | | | | | | | | | | | | | | | | | a last resort. - Construct a list of DISTFILES for every architecture (amd64, i386). Select one list for regular make and all lists for make makesum so linux ports can have one combined distinfo file. - Set DIST_SUBDIR?=centos so there's only one copy of common distfiles. - Use MASTER_SITES and DISTFILES groups so make fetch is a bit smarter. - Regenerate all distinfo files. - For linux_base-c6 (just like linux_base-c7 already does) turn bin, lib, lib64 and sbin into symbolic links to the same directory under usr. This fixes the problem where some programs/libraries exist under / on FreeBSD and /usr on Linux or vice versa and then depending on the order of search paths Linux programs may run/load FreeBSD programs/libraries and fail. - Turn usr/share/icons into a symbolic link to LOCALBASE/share/icons so Linux programs can find desktop theme icons. This eliminates the need for x11-themes/linux*-hicolor-icon-theme. - Rename pkg-plist.x86_64 to pkg-plist.amd64. - Regenerate all pkg-plist files. - Add @preexec to linux_base pkg-plist that moves existing files in bin, lib, lib64, sbin and icons to the new destination before the directories are turned into symbolic links. - Remove several empty directories from linux_base ports. - Sweep over all linux ports: use consistent style, remove old CONFLICTS, remove unused pkg-descr files, add NLS option,... - Remove old linux arts, esound and openssl-compat ports.
* Bump PORTREVISION for ports affected by the fix the last commit.mat2017-02-011-1/+1
| | | | | Done with: Tools/scripts/bump-revision.sh Sponsored by: Absolight
* Mark various ports broken on aarch64 and armv6.linimon2017-01-312-0/+3
| | | | Approved by: portmgr (tier-2 blanket)
* Also mark as broken on other tier-2 archs.linimon2017-01-311-0/+2
| | | | Approved by: portmgr (tier-2 blanket)
* - Mark BROKEN: does not fetch, upstream goneamdmi32017-01-301-0/+2
|
* Change the MAINTAINER line to my FreeBSD.org address in the ports I maintainrezny2017-01-301-1/+1
| | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9380
* - Update to 1.1.1jhale2017-01-303-4/+10
| | | | | | - Add NO_ARCH - Add regression testing support - Use something better than the Github repo for WWW
* audio/logitechmediaserver: Fix staging (plist) on i386woodsb022017-01-302-241/+265
| | | | | | | | | | - plist installation location varies by ARCHNAME - plist list of installed files varies based on ARCH + OSREL PR: 213260 Reported by: David Z. <daz@hyperchronos.org> Approved by: Mark Dixon (maintainer) MFH: 2017Q1
* - Fix build when CC is absolute pathamdmi32017-01-302-4/+12
| | | | | | | | | | | | | | | Upstream build scripts have some machinery to include compiler-specific .mak file depending on compiler used. This is handled in an ugly way by the port, roughly, upstream makefile includes ${CC}.mak and ports Makefile copies that from default .mak. This is breaks when CC is an absolute path and is useless anyway, as even if it was implemented properly, customized .mak files are for compilers we'll never use such as gcc 3.2, intel and suncc. So make upstream makefile always include the default .mak. PR: 215253 Approved by: maintainer timeout (mi@aldan.algebra.com, 6 weeks) MFH: 2017Q1
* Update devel/protobuf to 3.2.0sunpoet2017-01-304-4/+4
| | | | | | - Bump PORTREVISION for shlib change Changes: https://github.com/google/protobuf/releases
* Mark as broken on aarch64: multiple failures in configure.linimon2017-01-291-3/+5
| | | | While here, pet portlint.
* Update to upstream release 10.1.0riggs2017-01-292-4/+5
|
* Update to upstream version 0.20.3; fixes see belowriggs2017-01-288-17/+222
| | | | | | | | | | | | | | Detailed log: - Update to upstream version 0.20.3 - Resolve c++ stdlib overlinking on FreeBSD-10, fixes [1] - Promote HTTPD to default OPTION (proposal by jungleboogie0@gmail.com) - Update REINPLACEs on example config file to match upstream changes - Add additional hint on directory permissions and ownership for initial mpd service start in pkg-message.in - Pet portlint PR: 216371 Reported by: hideo@lastamericanempire.com
* Remove expired ports:rene2017-01-2810-220/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2017-01-28 databases/ruby-rdbc1: Upstream no longer active 2017-01-28 databases/ruby-sybct: Upstream no longer active 2017-01-28 databases/ruby-o_dbm: Upstream no longer active 2017-01-28 databases/ruby-cdb: Upstream no longer active 2017-01-28 devel/ruby-rbison: Does not work on modern ruby 2017-01-28 devel/ruby-property: Upstream no longer exists 2017-01-28 devel/ruby-dialogs: Upstream no longer active 2017-01-28 devel/ruby-byaccr: Upstream no longer active 2017-01-28 devel/ruby-aspectr: Use rubygem-aspectr instead 2017-01-28 devel/ruby-locale: No longer useful 2017-01-28 devel/ruby-wirble: Upstream no longer active 2017-01-28 devel/ruby-tzfile: Upstream no longer exists 2017-01-28 devel/ruby-rreadline: Upstream no longer exists 2017-01-28 devel/ruby-intl: Use devel/rubygem-gettext instead 2017-01-28 graphics/ruby-imlib2: Upstream no longer active 2017-01-28 graphics/ruby-image_size: Upstream no longer active 2017-01-28 graphics/ruby-svg: Use graphics/rubygem-rsvg2 instead 2017-01-28 irc/ruby-rice: Upstream no longer active 2017-01-28 irc/ruby-rica: Upstream no longer active 2017-01-28 irc/ruby-irc: Upstream no longer active 2017-01-28 japanese/ruby-usersguide: Does not exist upstream 2017-01-28 japanese/ruby-mecab: Upstream no longer active 2017-01-28 mail/ruby-rmail: Upstream no longer active 2017-01-28 mail/ruby-rfilter: Upstream no longer active 2017-01-28 math/ruby-algebra: Use rubygem-algebra instead 2017-01-28 net/ruby-tserver: Upstream no longer active 2017-01-28 net/ruby-tcpsocketpipe: Upstream no longer active 2017-01-28 net/ruby-icmp: Upstream no longer active 2017-01-28 net/ruby-dict: Upstream no longer active 2017-01-28 palm/palmos-sdk: Upstream no longer exists 2017-01-28 security/ruby-hmac: Use www/rubygem-ruby-hmac instead 2017-01-28 security/ruby-tcpwrap: Upstream no longer active 2017-01-28 security/ruby-password: Upstream no longer active 2017-01-28 sysutils/ruby-quota: Upstream no longer active 2017-01-28 textproc/ruby-rss.alt: Upstream no longer active 2017-01-28 textproc/ruby-rss: Upstream no longer exists 2017-01-28 textproc/ruby-htmlrepair: Upstream no longer exists 2017-01-28 textproc/ruby-xmlscan: Upstream no longer active 2017-01-28 textproc/ruby-xml-configfile: Upstream no longer exists 2017-01-28 textproc/ruby-htmlsplit: Upstream no longer exists 2017-01-28 www/ruby-google: Upstream no longer active 2017-01-28 archivers/ruby-lha: Upstream no longer active 2017-01-28 x11/ruby-X11: Upstream no longer active 2017-01-28 audio/ruby-audiofile: Broken on modern versions of Ruby 2017-01-28 audio/ruby-mp3tag: Upstream no longer active 2017-01-28 converters/ruby-dump.rb: Upstream no longer active
* Update to 1.36.2sunpoet2017-01-262-4/+4
| | | | Changes: https://github.com/quodlibet/mutagen/blob/master/NEWS
* Update to 1.36.1olivierd2017-01-242-4/+4
|
* Update to 0.9.52sunpoet2017-01-241-1/+1
| | | | | | | | | | - While I'm here: - Remove USE_OPENSSL: it is not required after libmicrospdy removal - Bump PORTREVISION for dependent ports Changes: https://gnunet.org/git/libmicrohttpd.git/tree/ChangeLog PR: 216382 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
* Reset mva@'s ports, he handed in his ports bit.rene2017-01-235-5/+5
|
* Update math/gmm++ to 5.1tcberner2017-01-222-2/+6
| | | | | | | | | | | | Due to it requiring c++11 features now, the consumers audio/csound and audio/csound6 we're version bumped, and set USE_CXXSTD. * http://download.gna.org/getfem/html/homepage/whatsnew/5.0.html * http://download.gna.org/getfem/html/homepage/whatsnew/5.1.html Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7730
* Display all options groups correctly; bump PORTREVISIONriggs2017-01-221-7/+8
| | | | Reported by: t@tobik.me (via email)
* Update to 1.1.4: A specially-crafted Opus packet could cause annaddy2017-01-223-5/+5
| | | | | | | | integer wrap-around in the SILK LSF stabilization code. Reported as CVE-2017-0381, but upstream does not believe that any remote code execution is possible. https://git.xiph.org/?p=opus.git;a=commit;h=70a3d641b760b3d313b6025f82aed93a4607
* Added rc.d script to start jackdriggs2017-01-212-1/+37
| | | | | PR: 215889 Submitted by: yuri@rawbw.com
* Add upstream patches to fix compilation in c++11 mode.tcberner2017-01-212-0/+44
| | | | Approved by: rakuco (mentor)
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/sunpoet2017-01-2118-18/+18
|
* Remove no longer needed code that was reinplacing a symlinkantoine2017-01-201-6/+0
| | | | PR: 216309
* Update WWW: remove trailing /sunpoet2017-01-201-1/+1
|
* audio/pulseaudio-module-sndio: rebuild as it embeds pulseaudio versionjbeich2017-01-201-0/+1
| | | | MFH: 2017Q1 (r431892 followup)
* audio/pulseaudio: update to 10.0jbeich2017-01-204-9/+11
| | | | | | | | Changes: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/10.0/ ABI: https://abi-laboratory.pro/tracker/timeline/pulseaudio/ PR: 216255 Submitted by: lightside <lightside@gmx.com> MFH: 2017Q1
* Update Linux CentOS 7 ports to 7.3.1611. While 7.2 had semi-official i386tijl2017-01-1952-626/+138
| | | | | | | | | | | | packages there are no such packages for 7.3 yet so i386 support has been marked IGNORE for now. Change DIST_SUBDIR to just "centos" so distfiles that remain the same between major versions don't have to be redownloaded. Remove fmake hacks from linux.mk. Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* The output of tools like awk, date, sort, tr,... depends on the currenttijl2017-01-183-5/+0
| | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine)
* Update to 0.2.2olivier2017-01-165-14/+77
|
* Fix build on 10.xriggs2017-01-161-0/+4
|
* Update to upstream release 0.20.2; fix buildriggs2017-01-164-22/+39
| | | | | | | | | | | | | | | | | Detailed log: - Update to upstream release 0.20.2 - Transfer maintainer'ship from crees to riggs - Port now requires C++14 - Fix build on stable/11 (--disable-libwrap) - New non-default OPTIONs: - SMB: support for libsmbclient - SNDIO: support for sndio - SOXR: support soxr resampler - YAJL: SoundCloud support via devel/yajl PR: 216120 Submitted by: riggs (maintainer) Approved by: crees (previous maintainer)
* Remove expired ports:rene2017-01-1518-475/+0
| | | | | | | | | | | | | | 2017-01-15 net/cyphesis: Does not compile on FreeBSD 10+ 2017-01-15 net/gpxe: does not build on FreeBSD 10.x and later 2017-01-15 net/openospfd: requires old CARP implementation (interface layer) 2017-01-15 security/openbsm-devel: is not needed under FreeBSD 10.x or higher 2017-01-15 security/ssh-copy-id: is already in the base system 2017-01-15 sysutils/apt: does not build on 10+ 2017-01-15 archivers/tclmkziplib: Abandonware, please use bundled zlib package [http://tcl.tk/man/tcl8.6/TclCmd/zlib.htm] 2017-01-15 x11-drivers/drm-kmod: this port is only for 9.3 systems 2017-01-15 audio/xmms-openspc: does not build on FreeBSD 10.x and later 2017-01-15 audio/aureal-kmod: does not build (and fetch) 2017-01-15 emulators/doscmd: does not build (accesses field of opaque structure)
* audio/teamspeak3-server: unbreak on 11-STABLElifanov2017-01-151-2/+4
| | | | | | | | | PR: 212237 Submitted by: ultima1252@gmail.com (maintainer) Reported by: Jonathan Price <freebsd@jonathanprice.org> Reviewed by: matthew Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D9170
* Update to 1.3.2 to keep in sync with audio/flac; register variousnaddy2017-01-145-30/+16
| | | | dependencies.
* Update to 1.3.2 for numerous small bug fixes.naddy2017-01-145-291/+9
| | | | The API documentation is no longer included (requires Doxygen).
* Update to 0.1.4.vanilla2017-01-132-4/+4
|
* http://github.com redirects to the https version.mat2017-01-131-2/+1
| | | | Sponsored by: Absolight
* New port: audio/ardour5pi2017-01-135-0/+563
| | | | | | | | | | | | | | | | | | | | | Ardour is a digital audio workstation. You can use it to record, edit, and mix multi-track audio. Produce your own CD's. Mix video soundtracks. Experiment with new ideas about music and sound. Generate sound installations for 12 speaker gallery shows. Ardour capabilities include: multichannel recording, non-linear, non- destructive region based editing with unlimited undo/redo, full automation support, a mixer whose capabilities rival high end hardware consoles, lots of plugins to warp, shift, and shape your music, and controllable from hardware control surfaces at the same time as it syncs to timecode. If you have been looking for a tool similar to ProTools, Nuendo, Cubase SX, Digital Performer, Samplitude, or Sequoia, you might have found it. WWW: https://ardour.org/ PR: 213291 Submitted by: Michael Beer <beerml@sigma6audio.de> Reviewed by: Yuri Victorovich <yuri@rawbw.com>
* Make 64 bit Linux packages the default on amd64.tijl2017-01-1217-15/+17
|
* New port: audio/suilpi2017-01-115-0/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Suil is a lightweight C library for loading and wrapping LV2 plugin UIs. Suil makes it possible to load a UI of any toolkit in a host using any other toolkit (assuming the toolkits are both supported by Suil). Hosts do not need to build against or link to foreign toolkit libraries to use UIs written with that toolkit; all the necessary magic is performed by dynamically loaded modules. The API is designed such that hosts do not need to explicitly support specific toolkits at all - if Suil supports a particular toolkit, then UIs in that toolkit will work in all hosts that use Suil automatically. Suil currently supports every combination of Gtk 2, Qt 4, and X11, e.g. with Suil a Gtk program can embed a Qt plugin UI without depending on Qt, and a Qt program can embed a Gtk plugin UI without depending on Gtk. On Windows, embedding native UIs in Gtk is also supported. I (David Robillard) would be happy to work with plugin authors to add support for new toolkits, please contact me if you're interested in writing a plugin UI using a toolkit that is not yet supported in the LV2 ecosystem. WWW: http://drobilla.net/software/suil/ PR: 213289 Submitted by: Michael Beer <beerml@sigma6audio.de> Reviewed by: Yuri Victorovich <yuri@rawbw.com>
* audio/csound6: USES+= aliasmarino2017-01-111-0/+2
|
* New port: audio/lilvpi2017-01-115-0/+60
| | | | | | | | | | | | | | Lilv is a C library to make the use of LV2 plugins as simple as possible for applications. Lilv is the successor to SLV2, rewritten to be significantly faster and have minimal dependencies. It is stable, well-tested software (the included test suite covers over 90% of the code) in use by several applications. WWW: http://drobilla.net/software/lilv/ PR: 213290 Submitted by: Michael Beer <beerml@sigma6audio.de> Reviewed by: Yuri Victorovich <yuri@rawbw.com>
* New port: audio/sratompi2017-01-115-0/+40
| | | | | | | | | | | Sratom is a library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax. WWW: http://drobilla.net/software/sratom PR: 213288 Submitted by: Michael Beer <beerml@sigma6audio.de> Reviewed by: Yuri Victorovich <yuri@rawbw.com>
* Update midipp to 1.3.3.kwm2017-01-102-5/+16
| | | | | | | | - Fixed support for more than 12 jump labels - Fixed output MIDI channel when using the piano tab - MIDIPP can now be build against Qt4 or QT5 (default). Submitted by: maintainer
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLamdmi32017-01-096-40/+6
| | | | Approved by: portmgr blanket
* Remove libofa supportjhale2017-01-091-3/+2
| | | | | | | | MusicDNS servers are no longer running and audio/libofa has been marked DEPRECATED multimedia/ffmpeg was only needed for libofa, so remove that dependency as well
* Chase update of audio/aubio; bump PORTREVISION on dependent portsriggs2017-01-092-2/+2
|
* Update to upstream version 0.4.4riggs2017-01-094-13/+31
|
* - Fix licenseamdmi32017-01-091-12/+5
| | | | | - Use GNU_CONFIGURE - Remove always true OSVERSION based condition
* audio/libsamplerate: Change license details from GPLv2 to BSD2CLAUSEwoodsb022017-01-081-1/+2
| | | | | | - libsamplerate 0.1.9 was re-licensed under the 2 clause BSD license [1] [1] http://www.mega-nerd.com/SRC/license.html
* Add more PLIST_SUB to Mk/Uses/python.mksunpoet2017-01-084-121/+103
| | | | | | | | | | | | | | | | - Add PYTHON_PYOEXTENSION and PYTHON_SUFFIX - Add PYTHON2 and PYTHON3 - Respect PYTHON_VERSION - Rename PYOEXTENSION to PYTHON_PYOEXTENSION This change would help: - Build databases/postgresql*-plpython with Python 3 (It has PLIST issue since bsd.python.mk to Uses/python.mk transition) - Simplify Makefile PR: 205807 Differential Revision: https://reviews.FreeBSD.org/D4758 Exp-run by: antoine
* Remove useless declaration of PKG_CONFIG_PATHbapt2017-01-081-1/+0
|
* Update audio/chromaprint to 1.4.2jhale2017-01-068-12/+136
| | | | | | | | | | - Chromaprint itself is now licensed MIT, but it still includes LGPL21 code - Add DOXYGEN option to build and install API docs - Add TEST option to build regression tests - API has changed, so some dependent ports needed to be patched (mostly taken from their respective upstream repositories) Changes: https://github.com/acoustid/chromaprint/blob/v1.4.2/NEWS.txt
* - Fix LICENSEjhale2017-01-063-11/+55
| | | | | | | - Pare down dependencies to the options that require them - Add TEST_TARGET to actually run the tests - Support symbol visibility with clang - Silence a few warnings
* devel/boost-*: update to 1.63.0jbeich2017-01-0614-11/+14
| | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1
* Assume "pkg-config libusb*" works after 9.x EOLjbeich2017-01-061-1/+0
| | | | | FreeBSD appears to use different pkg-config name for 0.1.x API but it doesn't matter much as 0.1, 1.0 and 2.0 share CFLAGS/LIBS.
* Update to 1.1.5jhale2017-01-062-4/+4
| | | | Changes: https://github.com/gogglesmm/gogglesmm/compare/1.1.4...1.1.5
* audio/murmur: Update to 1.2.18feld2017-01-052-7/+5
| | | | PR: 211612
* audio/mumble: Update to 1.2.18feld2017-01-053-7/+26
| | | | PR: 215408
* - Add ports for Nuvola Player 3 and its servicesavilla2017-01-046-0/+110
| | | | | | | | | | | | | | | | | | Nuvola Player is a runtime for web-based music streaming services providing more native user experience and integration with desktop environments than usual web browsers can offer. Nuvola Player handles multimedia keys, shows desktop notifications, integrates with various sound menus, applets and launchers and more. Additional features include Last.fm scrobbling. Mostly the same name scheme as in the official repo was kept, to promote some compatibility. The service ports are generated automatically, all the magic happens in www/nuvolaplayer-all-services/Makefile.services. This allows for very easy maintenance of many slave ports. WWW: https://tiliado.eu/nuvolaplayer
* Never set WRKSRC when using USE_GITHUB.mat2017-01-043-6/+5
| | | | | | | | | | If you want to set WRKSRC, set GH_PROJECT instead. - The GitHub URLs are case insensitive, but the distribution files you get out of them are not. - If the repository was renamed, the old URL will still work, but the distribution name will be ith the new name. Sponsored by: Absolight
* Assume "pkg-config zlib" works after 9.x reached EOLjbeich2017-01-042-12/+1
| | | | | | | Many ports passed ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz" which is unsafe at least with lang/gcc* that override some system headers and have newer libgcc_s.so that our old version in base may not be forward-compatible with.
* - Remove always-false condition and corresponding optional patchamdmi32017-01-033-20/+5
| | | | | | | | - Add LICENSE_FILE - Don't install LICENSE with docs - Switch to options helpers Approved by: portmgr blanket
* Cleanup BROKEN/IGNORE for 10.3-mat2017-01-031-6/+2
| | | | Sponsored by: Absolight
* Deprecate ports broken for FreeBSD 10.3-mat2017-01-032-11/+7
| | | | Sponsored by: Absolight
* Remove BROKEN_FreeBSD_9sunpoet2017-01-014-9/+0
| | | | Approved by: portmgr (blanket)
* Update MAINTAINER: use @FreeBSD.orgsunpoet2017-01-011-1/+1
|
* Reset maintainership of ports belonging to <joris@vandalon.nl>jhale2017-01-011-1/+1
| | | | | | | | | | | No known ports activity since 2012; multiple PR timeouts since then Note: archivers/libunrar4 will soon be deprecated by upcoming archivers/libunrar5 sysutils/fusefs-rar2fs has a pending update [1] and potentially a new maintainer PR: 214277 [1]
* Drop support for Linux Fedora 10 (ports part)rene2017-01-0141-664/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | games/dsnake only worked with linux-f10 Should fix INDEX audio/linux-f10-sdl_mixer audio/linux-f10-pulseaudio-libs audio/linux-f10-freealut audio/linux-f10-arts audio/linux-f10-esound audio/linux-f10-libogg audio/linux-f10-alsa-plugins-oss audio/linux-f10-openal audio/linux-f10-openal-soft audio/linux-f10-nas-libs audio/linux-f10-alsa-lib audio/linux-f10-libvorbis audio/linux-f10-libaudiofile audio/linux-f10-mikmod databases/linux-f10-sqlite3 devel/linux-f10-dbus-glib devel/linux-f10-sdl12 devel/linux-f10-libglade2 devel/linux-f10-devtools devel/linux-f10-allegro devel/linux-f10-nspr devel/linux-f10-dbus-libs devel/linux-f10-libsigc++20 devel/linux-f10-ncurses-base dns/linux-f10-libasyncns emulators/linux_base-f10 emulators/linux-f10 ftp/linux-f10-curl games/dsnake graphics/linux-f10-sdl_image graphics/linux-f10-sdl_ttf graphics/linux-f10-glew graphics/linux-f10-ungif graphics/linux-f10-png graphics/linux-f10-tiff graphics/linux-f10-dri graphics/linux-f10-jpeg graphics/linux-f10-libGLU graphics/linux-f10-gdk-pixbuf graphics/linux-f10-libmng graphics/linux-f10-cairo graphics/linux-f10-imlib lang/linux-f10-tcl85 lang/linux-f10-libg2c multimedia/linux-f10-libtheora multimedia/linux-f10-libv4l net/linux-f10-openldap net/linux-f10-nss_ldap print/linux-f10-cups-libs security/linux-f10-gnutls security/linux-f10-nss security/linux-f10-openssl security/linux-f10-libgpg-error security/linux-f10-libtasn1 security/linux-f10-libgcrypt security/linux-f10-libssh2 security/linux-f10-cyrus-sasl2 sysutils/linux-f10-procps textproc/linux-f10-aspell textproc/linux-f10-expat textproc/linux-f10-scim-gtk textproc/linux-f10-scim-libs textproc/linux-f10-libxml2 x11/linux-f10-xorg-libs x11-fonts/linux-f10-fontconfig x11-themes/linux-f10-qtcurve-gtk2 x11-themes/linux-f10-hicolor-icon-theme x11-toolkits/linux-f10-qt45 x11-toolkits/linux-f10-gtk2 x11-toolkits/linux-f10-openmotif x11-toolkits/linux-f10-pango accessibility/linux-f10-atk archivers/linux-f10-ucl archivers/linux-f10-upx
* - Add PORTSCOUTsunpoet2016-12-311-0/+2
|
* - Fix PORTVERSIONsunpoet2016-12-301-5/+9
| | | | | | | | | - Fix LICENSE - Add LICENSE_FILE - Convert to options target helper PR: 215653 Submitted by: amdmi3
* - Remove bogus (in presence of USE_GITHUB) USES=tar*amdmi32016-12-291-21/+10
| | | | | | - Switch to opt_CMAKE_BOOL Approved by: portmgr blanket
* - Unbreak fetch (project has moved to Github) [1]jhale2016-12-282-7/+62
| | | | | | | | | | | - Fix LICENSE - Sort and remove duplicate desktop-file-utils from USES - Remove deprecated WX_UNICODE - Add patch to fix build with ffmpeg 3.x PR: 212750 (based on) [1] Submitted by: shun <shun.fbsd.pr@dropcut.net> [1] Approved by: maintainer timeout (3 months)
* Update to 1.2.0.vanilla2016-12-283-4/+5
|
* Bump version to chrase aubio's shared library version.vanilla2016-12-282-1/+2
|
* Update to 0.4.3.vanilla2016-12-284-22/+23
|
* - Update `audio/flacon' to version 2.1.1danfe2016-12-282-6/+5
| | | | | | | | | | - Couple of minor non-functional adjustments Reported by: portscout Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1482855182 which corresponds to commit 9caf6bc tagged as this release.
* audio/ruby-mp3tag: deprecateswills2016-12-281-0/+3
|
* audio/ruby-audiofile: deprecateswills2016-12-281-0/+3
|
* Update OptimFROG to 5.100rakuco2016-12-283-25/+38
| | | | | | | | | * More verbose option description and reason for NO_CDROM * Add dependency on compat9x for the shared lib (binaries are static) * Update the pkg-descr text PR: 213590 Submitted by: matthew@reztek.cz (maintainer)
* audio/rubygem-ruby-shout: update to 2.2.2swills2016-12-282-4/+4
|
* - Remove bogus (in presence of USE_GITHUB) USES=tar*amdmi32016-12-271-3/+2
| | | | | | - Fix license: actual license for code is GPLv3+, LGPL is for debian changes only Approved by: portmgr blanket
* - Remove bogus (in presence of USE_GITHUB) USES=tar*amdmi32016-12-271-1/+1
| | | | | | - While here, minor cosmetic and license fixes Approved by: portmgr blanket
* Add an EXPIRATION_DATE to DEPRECATED ports without one.mat2016-12-261-0/+1
| | | | Sponsored by: Absolight
* New port: audio/spectrogrampi2016-12-265-0/+46
| | | | | | | | | Small audio visualizer for sndiod's monitor mode. WWW: https://www.dim13.org/Spectrogram PR: 214464 Submitted by: Tobias Kortkamp <t@tobik.me>
* - Update to 3.4.4jhale2016-12-253-34/+14
| | | | - Convert options to CMAKE_BOOL
* CMAKE_INSTALL_MANDIR is not set correctly by default, no need to override itamdmi32016-12-251-2/+1
| | | | Approved by: portmgr blanket
* - Update to 2.5.2amdmi32016-12-252-5/+4
| | | | | PR: 214875 Submitted by: pkubaj@anongoth.pl
* - Update to 1.1.4jhale2016-12-254-54/+43
| | | | | - Convert to CMAKE_BOOL - Simplify DOCS installation
* Remove libofa support. The service it depends on has been discontinuedmadpilot2016-12-252-8/+4
| | | | | | | and the libofa port is now DEPRECATED. PR: 215518 Submitted by: jhale
* Simplify spelling for softfp defaultsjbeich2016-12-251-1/+1
|
* Fix setting master volume on i386ehaupt2016-12-242-0/+11
| | | | | | PR: 215521 Submitted by: t@tobik.me (maintainer) MFH: 2016Q4
* Update to 1.36olivierd2016-12-232-4/+4
| | | | Changelog: https://github.com/quodlibet/mutagen/blob/release-1.36/NEWS
* audio/libbs2b: back out r301301lifanov2016-12-231-5/+2
| | | | | | | | | | /usr/bin/ld no longer pulls indirect dependencies. PR: 215252 Submitted by: jbeich Reviewed by: matthew Approved by: matthew (mentor), liangtai.s26@gmail.com (maintainer timeout) Differential Revision: https://reviews.freebsd.org/D8885
* Fix COMMENTjhale2016-12-231-5/+4
| | | | | | | | | | Drop unused PROJECTHOST variable Convert to USES=localbase Mark DEPRECATED; EXPIRATION_DATE to follow once the dependency from consumer ports is removed. There isn't much point keeping this around if the backend servers are no longer functioning. They were in a zombie state for years as it was.
* audio/libofa: fetch source from github.dbn2016-12-222-3/+7
| | | | | | | | | | | - Use github instead of fedora mirror to ensure we detect any future releases. - NOTE: it appears the www.musicdns.org website is no longer functioning and this port may need to be depreciated if no other service is available PR: 212790 Submitted by: tcberner Approved by: jhale (maintainer timeout: 13 weeks)
* - Mark BROKEN on 9.x i386amdmi32016-12-211-0/+2
| | | | Approved by: portmgr blanket
* - Update to 1.4.2olivierd2016-12-212-8/+9
| | | | | | | | | | | - Adjust dependencies Changelog: http://docs.beets.io/en/v1.4.1/changelog.html http://docs.beets.io/en/v1.4.2/changelog.html PR: 215392 Submitted by: Stig Inge Lea Bjornsen (maintainer)
* multimedia/ffmpeg: expose SOXR dependencyjbeich2016-12-191-1/+0
|
* Get rid of QT_PREFIX in favour of PREFIX.tcberner2016-12-191-1/+1
| | | | | | | | QT_PREFIX was a remnant of a bygone time. Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8825
* - Use GitHub repository directlysunpoet2016-12-182-3/+8
|
* audio/libworkman: Bring in DF support from dportsmarino2016-12-182-0/+30
|
* audio/tomahawk: explicitly link z library (for gold linker)marino2016-12-181-0/+1
|
* audio/spiralloops: Fix build on GCC (taken from dports)marino2016-12-181-4/+12
|
* audio/py-cddb: Fix build on DF (taken from dports)marino2016-12-181-0/+20
|
* audio/osalp: Fix build for GCC (taken from dports)marino2016-12-184-0/+42
|
* audio/gnomoradio: Fix build using GCC (from dports)marino2016-12-182-1/+19
|
* audio/gigedit: Fix runtime (imported from DPorts)marino2016-12-181-2/+2
|
* audio/linuxsampler: bring in DF support from dportsmarino2016-12-182-2/+2
|
* Four audio ports: USES+= alias (for DF)marino2016-12-184-4/+5
|
* audio/fcplay: Fix build on DFmarino2016-12-181-0/+9
|
* audio/csound6: USES+= aliasmarino2016-12-181-1/+1
|
* audio/soundtouch: OPENMP=on to use system C++ libraryjbeich2016-12-181-2/+2
| | | | Mixing libc++ and libstdc++ often causes crashes.
* audio/playgsf: Remove packaged static library which circumvents Makefilemarino2016-12-181-1/+5
| | | | | | | | | | It appears that the static resample library should not have been part of the distribution tarball. It's presence causes libresample.a not to be built and to be used instead. It was detected by DF's ar programs which reported it as malformed. Fix the distribution issue by removing the pre-existing library and force it to be rebuilt. Approved by: just-fix-it
* audio/murmur: Remove incomplete command line optionmarino2016-12-181-1/+1
| | | | | | | | | Modern GCC doesn't accept empty Wl arguments. Solves: c++: error: unrecognized command line option '-Wl' I confirmed the patch modification doesn't break the build on FreeBSD 10.3. Approved by: just-fix-it
* Bump PORTREVISION (due to changed OPTIONS set in the previous commit)riggs2016-12-181-1/+1
|
* Add SNDIO support and non-default OPTIONriggs2016-12-178-1/+712
| | | | | PR: 212838 Submitted by: t@tobik.me
* Add licenseehaupt2016-12-171-0/+3
|
* Add LICENSEehaupt2016-12-171-0/+2
|
* Update to 0.27.0ehaupt2016-12-172-4/+4
|
* Update to 0.6.1 to fix arbitrary code execution through specially craftedtijl2016-12-163-5/+6
| | | | | | audio file. MFH: 2016Q4
* Switch USES=compiler:gcc-c++11-lib to use base libc++ on 10.2+ systemsjbeich2016-12-162-1/+2
| | | | | | | PR: 215192 Requested by: dim Exp-run by: antoine Approved by: antoine
* Update to 0.26.2ehaupt2016-12-162-3/+4
|
* Fix plist, and add missing direct dependency.mat2016-12-152-1/+3
| | | | | Reported by: pkg-fallout Sponsored by: Absolight
* audio/py-eyed3: update to 0.7.10rm2016-12-152-5/+4
| | | | | | | | | | | | - update to 0.7.10 - remove dependency upon magic: it is not used since 0.7.8 Changelog: 0.7.10 - 12.10.2016 (Hollow) Bug Fixes: [issue 97] - Missing import [issue 105] - Fix the rendering of default constructed id3.TagHeader Fixed Tag.frameiter
* - Update devel/protobuf to 3.1.0sunpoet2016-12-154-4/+4
| | | | | | - Bump PORTREVISION for shlib change Changes: https://github.com/google/protobuf/releases
* - Update WWW: pear.php.net uses https://sunpoet2016-12-131-1/+1
| | | | Approved by: portmgr (blanket)
* - Update WWW: rubygems.org uses https://sunpoet2016-12-121-1/+1
| | | | With hat: ruby
* audio/deadbeef: switch to non-obsolete ffmpegjbeich2016-12-121-7/+4
| | | | | PR: 214821 Approved by: maintainer timeout (2 weeks)
* multimedia/ffmpeg: update to 3.2.2jbeich2016-12-1124-15/+24
| | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog PR: 207547 Submitted by: riggs, ebirth@b0ss.net (libressl fix) Exp-run by: antoine (3 tries)
* Update to 1.2.0bapt2016-12-113-4/+5
|
* Those ports build fine with bsd makeantoine2016-12-111-1/+1
|
* audio/easytag: update to 2.4.3novel2016-12-114-10/+13
|
* audio/sayonara: release maintainershipjbeich2016-12-101-1/+1
| | | | | | multimedia@ isn't a dumping ground for new leaf ports. Pointy hat to: danfe
* audio/sayonara: track runtime dependency on sqlitejbeich2016-12-101-2/+2
| | | | | | | | | | | | | | | $ sayonara [...] Database created successfully QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: Error: DatabaseConnector database cannot be opened! Error: Driver not loaded Error: Driver not loaded Error: Could not open Database Warning: Database not existent. Creating database **** All settings initialized **** Error: Cannot initialize settings
* audio/sayonara: track build dependency on libmtpjbeich2016-12-101-1/+3
| | | | | | | | | | -- Checking for module 'libmtp' -- Package libmtp was not found in the pkg-config search path. Perhaps you should add the directory containing `libmtp.pc' to the PKG_CONFIG_PATH environment variable Package 'libmtp', required by 'virtual:world', not found Reported by: pkg-fallout
* audio/sayonara: unbreak on 9.xjbeich2016-12-101-1/+5
| | | | | | | | | | | -- Performing Test CXX_CAN_11 -- Performing Test CXX_CAN_11 - Failed -- Performing Test CXX_CAN_0X -- Performing Test CXX_CAN_0X - Failed CMake Error at src/CMakeLists.txt:43 (FATAL_ERROR): Unknown CMake command "FATAL_ERROR". Reported by: pkg-fallout
* Update to 0.7.7jhale2016-12-094-54/+6
| | | | | | | | Allow use of base ncurses PR: 214314 Submitted by: Oleg Gushchenkov <gor@clogic.com.ua> Approved by: <yamagi@yamagi.org> (maintainer)
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-0957-53/+57
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libiconv.so.3 compatibility link that was added in r374303 totijl2016-12-099-7/+9
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libexpat.so.6 compatibility link that was added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libart_lgpl_2.so.5 compatibility link that was added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libcurl.so.7 compatibility link that was added in r374303 totijl2016-12-096-6/+6
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibilitytijl2016-12-0817-22/+15
| | | | | links that were added in r374303 to prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Update to 1.3.10jhale2016-12-082-17/+10
| | | | | | | | | | | While here: Add a few dependencies to satisfy stage-qa Convert to USES=localbase Complete conversion to options helpers PR: 214497 Submitted by: Jochen Neumeister <joneum@bsdproject.de> Approved by: maintainer timeout
* Fix configure when JACK option is enabledjhale2016-12-071-3/+3
| | | | | | | | | | | -- Found JACK: /usr/local/lib/libjack.so CMake Error at CMakeLists.txt:988 (MESSAGE): Failed to enabled required JACK backend -- Configuring incomplete, errors occurred! PR: 214249 Reported by: Grzegorz Junka <list1@gjunka.com> Approved by: maintainer timeout
* - Update security/cryptopp to 5.6.5jhale2016-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Add LICENSE (BSL) - Add CPE data - Remove STATIC option and always install the shared library; no reason not to. - Remove GCC option and use USES=compiler framework - Add FULL_DEBUG option to address CVE-2016-7420 and add a warning if trying to use it. It will allow the asserts to be enabled which could be a security risk. The standard DEBUG option is now safe to use. - Add SIMD option for i386 and amd64 - requires a recent clang or gcc - Don't install the cryptest binary; it is really only used for regression testing, so only build it for the TEST_TARGET. It is useless without the data files anyways. - Take maintainership - Bump PORTREVISON on dependent ports due to shared library bump PR: 215015 Reported by: <fcsk.aim@gmail.com> MFH: 2016Q4 Security: eab68cff-bc0c-11e6-b2ca-001b3856973b
* Stop using deprecated FFMPEG calls in the code.rakuco2016-12-061-0/+85
| | | | | | | | | | | | | This allows the port to be built with the upcoming FFMPEG 3.x series while still maintaining compatibility with FFMPEG 2.x that is currently in the ports tree. I don't think PORTREVISION needs to be bumped here, as both the old and new calls exist in FFMPEG 2.x, and when FFMPEG 3 lands there will be a PORTREVISION bump anyway. PR: 214184 Submitted by: Matthey Rezny <matthew@reztek.cz>
* Switch to an out-of-source CMake build.rakuco2016-12-061-1/+1
|
* Add several missing dependencies to the port.rakuco2016-12-061-7/+14
| | | | | | | | | | | | | | | | | | | `make stage-qa' was complaining about a lot of missing dependencies: - Amarok actually links against MySQL, so we need USES=mysql, not USES=mysql:embedded. - Add USE_KDE=soprano and USE_GL=gl. - Add several missing X11 dependencies that were being pulled indirectly. - The IPOD option causes the iPod plugin to link against a few other libraries via libgpod-1.0.pc, so add them. - The MP3TUNES option needs either libgcrypt or OpenSSL; explicitly disable libgcrypt and add USES=ssl as required. - Fix a capitalization typo in MP3TUNES_CMAKE_OFF that was preventing the MP3Tunes code from being properly disabled in CMake. Based on an initial patch sent by Matthey Rezny <matthew@reztek.cz>. PR: 214184 MFH: 2016Q4
* Switch to USES=mysql:embeddedrakuco2016-12-061-2/+1
| | | | | PR: 214184 Submitted by: matthew@reztek.cz
* Update to 0.5.0crees2016-12-032-4/+4
| | | | | PR: ports/215024 Submitted by: Dmitrij D. Czarkoff
* Do not use post-stage. Use post-install instead.mat2016-12-023-3/+3
| | | | | | | | | | | | The only reason to use post-stage is because the port needs to do "things" at a later time, like some plist manipulation. While there, fold post-install in do-install targets when they are defined. PR: 214780 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* http://github.com redirects to https://github.com, spare everyone a redirect.mat2016-12-0210-10/+10
| | | | Sponsored by: Absolight
* Don't quote {} in find -exec calls.mat2016-12-011-2/+2
| | | | | | | | Braces are not shell metacharacters, and they do not need to be quoted. By the time find parses its arguments and dicovers them, the quoting will have been removed by the shell anyway. Sponsored by: Absolight
* Attempt to fix build on non-x86 archs.linimon2016-12-011-0/+7
| | | | | I admit to not understanding the A= B= construct. This hack was the only way I could figure out to make the flags properly conditionalize.
* Remove expired port:rene2016-12-015-50/+0
| | | | 2016-11-30 audio/lv2core: Superseded by audio/lv2
* Sayonara is a small, clear, and fast audio player for Unix-like systems,danfe2016-12-017-0/+157
| | | | | | written in C++ on Qt 5.x framework and using GStreamer as audio backend. WWW: http://www.sayonara-player.com/
* Mark various ports as broken on aarch64 due to the same clang bug:linimon2016-12-012-0/+5
| | | | | | error in backend: Do not know how to split this operator's operand! Approved by: portmgr (tier-2 blanket)
* Update to 3.5.0kevlo2016-11-282-4/+4
|
* - Fix LICENSEamdmi32016-11-282-4/+5
| | | | | | | | | - Add LICENSE_FILE - Pet portlint - Don't install COPYING with docs - Add missing file to plist Approved by: portmgr blanket
* Update to version 1.2.0pawel2016-11-282-4/+5
| | | | | | | | | | | | | | Additions Swedish translation (Ake Engelbrektson) CJK Encoding for Encoding Conversion Function (XIE Dongping) Spanish translation (Jose Vidal) Changes Improved Amazon tag source album matching Czech translation (Pavel Fric) Fixes #280 Turn off auto-saving "Enter description here" desciption for covert art Parsing tracks in Discogs if only a single artist (Frank Sachsenheim) Support for latest mutagen (Bruno Bergot)
* Update to 0.6jhale2016-11-283-19/+5
| | | | | | | | Use autoplist to fix build with Python 3.x PR: 213711 Submitted by: jhale Approved by: maintainer timeout (4 weeks)
* Update to 1.1.3jhale2016-11-282-4/+4
| | | | | | PR: 213715 Submitted by: jhale Approved by: maintainer timeout (4 weeks)
* USES=mono: simplify EXTRACT_ONLY, fix nuget-extract [1]dbn2016-11-285-13/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Instead of excluding the specific packages added to DISTFILES (but only for FreeBSD 9+), exclude all files with a '.nupkg' extension. - Move the nuget-extract command to be before post-extract, to allow the port's post-extract command to move packages around audio/libgpod-sharp: add port for mono bindings for libgpod - audio/libgpod: [2] - USE_GNOME: add missing dependency - Remove mono files from pkg-plist (now in audio/libgpod-sharp) - Allow relevant variables to be overridden - Fix MONO options - Patch source to allow building with modern mono - Avoid post-install target for slave ports. devel/monodevelop: update to 4.6.2.7 - Update nuget package Fantomas to 2.4.0 (latest at time of monodevelop's release). - Downgrade nuget package FSharp.Compiler.CodeDom (per paket's specification) - LICENSE: Add license of LGPL21 - LICENSE_FILE: Add license file from source - PORTSCOUT: Avoid checking alpha releases (aka x.y.0.z releases) games/openra: simplify post-extract [3] - USES=mono:nuget allow overridding of NUGET_PACKAGEDIR - Set NUGET_PACKAGEDIR to correct location, fix patching accordingly lang/fsharp: update to 4.6.2.7 ChangeLog: - Fix #639: Problems with F# scripts on Mono - Fix FSharp.Compiler.Tools targets for .NET Core usage - Fix FSharp.Compiler.Tools package dependencies lang/mono: update to 4.6.2.7 Mono 4.6.2 is the 1st service release to the 4.6 series. Changes: - LICENSE: Add license of MIT - LICENSE_FILE: Add license file from source - PORTSCOUT: Avoid checking alpha releases (aka x.y.0.z releases) Bug fixes: - #44708 - "TrustFailure (The authentication or decryption has failed.) ... Invalid certificate received from server." with "Error code: 0x5" or "Error code: 0xffffffff800b010f" when attempting to access HTTPS servers on ports other than 443 - #39832 - SIGSEGV when running roslyn multimedia/banshee: bump port revision. - Update missing port dependencies - Convert to use option helpers - OPTIONS: Add APPLEDEV (missing dependency added) - LICENSE: Add MIT license - LICENSE_FILE: Add license file from source - PORTSCOUT: Skip alpha release (2.9.1) x11-toolkits/gnome-sharp20: fix port dependencies - Add missing dependencies - Convert post-patch to shebangfix - LICENSE: add LGPL21 license - LICENSE_FILE: use license file from source - MKAE_JOBS_UNSAFE: remove, does appear to work x11-toolkits/gtk-sharp20: update to 2.12.42. PR: 214680 [2] PR: 214681 Suggested by: jbeich [1] Submitted by: jbeich [3] Approved by: avilla (maintainer; timeout) [2]
* Update to 0.5.0crees2016-11-262-4/+4
| | | | | PR: ports/214835 Submitted by: Dmitrij D. Czarkoff <czarkoff@gmail.com>
* - Mark BROKEN: does not fetch (no such directory 'tools')amdmi32016-11-251-3/+7
| | | | - Switch to options helpers
* audio/sndio: Update to 1.2.0cpm2016-11-259-991/+12
| | | | | | | | | | | | | | | - Update PORTVERSION and distinfo checksum (1.2.0) - Remove unneeded patches - Update pkg-message according to changes - Improved OSS support - Support for snd_uaudio(4) /dev/umidi* interfaces. /dev/umidi1.0 maps to rmidi/1 in sndio, /dev/umidi1.1 to rmidi/1.1 - The configure script has support for DragonFly - More detailed changes: https://pkg.tobik.me/sndio-1.2.0-changes.txt PR: 214210 Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer) Approved by: feld (mentor)
* - Fix build with libc++ 3.9ehaupt2016-11-242-8/+27
| | | | | | | | | | | - Switch to USES=localbase - Add LICENSE: GPLv2+ for VBA code, LGPL21 for bundled libresample code and NONE for playgsf code, as no license is specified neither for it nor for code it's based on (http://www.caitsith2.com/gsf/) PR: 214653 Submitted by: amdmi3 Reported by: jbeich
* Simplify the Makefile by switching to USES=qmake.tcberner2016-11-241-16/+5
| | | | | | | | | * This allows us to get rid of both manually specified targets. * As no PLIST_SUBS are used, also OPTIONS_SUB can be dropped. * Further, do not use QT_BINDIR and install the manpage to man/ intead of share/man. PR: 214621 Approved by: rakuco (mentor), takefu (maintainer)
* - Pet portlintamdmi32016-11-241-2/+5
| | | | - Add LICENSE
* - Update to 0.96sunpoet2016-11-242-4/+7
| | | | | | - Strip shared library Changes: http://search.cpan.org/dist/Audio-Scan/Changes
* - Silence patchingamdmi32016-11-243-11/+11
| | | | | | - Fix some English Approved by: portmgr blanket
* devel/boost-*: update to 1.62.0jbeich2016-11-2314-13/+14
| | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office)
* Fix build when python symlink is not presentantoine2016-11-231-0/+4
|
* Fix build when python symlink is not presentantoine2016-11-231-1/+2
|
* In several dozen ports, use single space for WWW: line in pkg-descr, anddanfe2016-11-221-5/+5
| | | | reformat port description text in cases when it was notoriously broken.
* Update to 1.1.3jhale2016-11-228-81/+302
| | | | | Build system converted to CMake Take maintainership
* Add shairport-sync 2.8.6, airPlay audio player with multi-room audioehaupt2016-11-216-0/+88
| | | | synchronisation capability.
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-2015-8/+15
| | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
* devel/icu: update to 58.1jbeich2016-11-202-2/+2
| | | | | | | Changes: http://site.icu-project.org/download/58 PR: 214384 Exp-run by: antoine Approved by: office (bapt)
* - Use USES=sslsunpoet2016-11-201-2/+1
|
* audio/xmms-curses, sysutils/apachetop: Document ncurses requirementmarino2016-11-201-1/+1
| | | | Approved by: ncurses blanket
* audio: pms, squash, tcd, waon: Document ncurses requirementmarino2016-11-204-3/+4
| | | | Approved by: ncurses blanket
* audio/gramofile: Document ncurses requirement and honor CFLAGSmarino2016-11-192-6/+25
| | | | While here, add DragonFly support
* audio: autocd, etcd, gramofile: Document ncurses requirementmarino2016-11-193-2/+3
| | | | Approved by: ncurses blanket
* audio/teamspeak3-server: update 3.0.13.5 -> 3.0.13.6pi2016-11-192-6/+6
| | | | | | | | | - Fixed virtual server stops responding to clients - TSDNS server now also listens on ipv6 when available - TSDNS server Documentation updated PR: 214641 Submitted by: Ultima1252@gmail.com (maintainer)
* Update to 0.4.4jhale2016-11-193-30/+14
|
* Drop maintainership after more than 7 years. It's about time to pass it on.decke2016-11-171-1/+1
|
* NOT_FOR_ARCH is the wrong spelling for NOT_FOR_ARCHS. But whilelinimon2016-11-161-2/+1
| | | | | | here, just change the line to the same form used for powerpc64. Approved by: portmgr (tier-2 blanket)
* Fix bogus BROKEN message.linimon2016-11-161-1/+1
| | | | Pointy hat to: linimon
* Fix fetchjhale2016-11-161-4/+2
| | | | | | | Move LICENSE earlier Approved by: portmgr (blanket) MFH: 2016Q4 (blanket)
* Mark as broken on various tier-2 archs.linimon2016-11-146-5/+15
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Update to 3.4.3jhale2016-11-133-61/+57
| | | | | | | | | | Rename a few options based on what they do vs. what libraries they use and use standard descriptions where possible. Namely, CHROMAPRINT -> ACOUSTID, ID3LIB -> MP3, MP4V2 -> MP4. Add a few missing dependencies reported by stage-qa. Cosmetic changes to make the Makefile a little more readable.
* audio/logitechmediaserver: Fix build with perl 5.24woodsb022016-11-132-7/+101
| | | | | | | PR: 214267 Submitted by: Mark Dixon (maintainer) Reported by: Alan Braslau <alan.braslau@comcast.net> Approved by: adamw (mentor, implicit)
* Spell CHOSEN_COMPILER_TYPE correctlyantoine2016-11-131-2/+2
| | | | PR: 199098
* Update to 1.35.1olivierd2016-11-132-5/+4
|
* Spell CHOSEN_COMPILER_TYPE correctlyantoine2016-11-131-1/+1
| | | | PR: 199098
* audio/pulseaudio: simplify hw.snd.default_unit searchjbeich2016-11-102-6/+3
| | | | | | PR: 211684 Submitted by: lightside <lightside@gmx.com> MFH: 2016Q4 (r425809 bandwagon)
* audio/pulseaudio: respect hw.snd.default_unitjbeich2016-11-103-7/+52
| | | | | | | | PR: 211684 Submitted by: lightside <lightside@gmx.com> Reviewed by: Tobias Kortkamp <t@tobik.me> Approved by: maintainer timeout (3 months) MFH: 2016Q4 (notorious for affecting www/firefox)
* The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.linimon2016-11-091-1/+1
|
* Mark as broken on arm64.linimon2016-11-081-0/+1
| | | | Approved by: portmgr (tier-2 blanket)
* - Fix LICENSE handlingamdmi32016-11-071-1/+7
|
* Bump virtual_oss to 1.1.2.kwm2016-11-072-4/+4
| | | | | | | * Build fixes for the new libsamplerate. Submitted by: maintainer Reported by: pkg-fallout@
* Fix build with gcc 4.2bapt2016-11-062-2/+16
|
* Update to 1.0.27bapt2016-11-063-5/+10
|
* Update to 0.1.9bapt2016-11-062-4/+4
|
* audio/lv2core: deprecate in favor of audio/lv2 (try#2)jbeich2016-11-054-8/+11
| | | | | | - Switch existing consumers to audio/lv2 PR: 197126, 213285 (for tracking)
* audio/linuxsampler: rename LV2CORE to LV2 like in audio/calfjbeich2016-11-052-9/+9
|
* audio/lv2core: backout r425367 to re-land cleanlyjbeich2016-11-055-22/+20
|
* audio/lv2core: oops, November 31 doesn't existjbeich2016-11-051-1/+1
| | | | | | | $ portlint FATAL: Makefile: [18]: EXPIRATION_DATE (2016-11-31) is either not in YYYY-MM-DD format or it is not a valid date. Reported by: dvl (via freshports)
* audio/slv2: drop hack unnecessary after r425366jbeich2016-11-051-1/+0
|
* audio/lv2: oops, restore comment after r425366jbeich2016-11-051-0/+1
|
* audio/lv2core: deprecate in favor of audio/lv2jbeich2016-11-055-20/+23
| | | | | | - Switch existing consumers to audio/lv2 PR: 197126, 213285 (for tracking)
* audio/lv2: fix substitution in lv2core.pcjbeich2016-11-052-30/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Only noticed by broken -export-symbols-regex (libtool) in audio/calf. --- /usr/local/libdata/pkgconfig/lv2core.pc before +++ /usr/local/libdata/pkgconfig/lv2core.pc after @@ -1,10 +1,10 @@ prefix=/usr/local -exec_prefix= -libdir=/usr/local/lib -includedir=/usr/local/include +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include Name: lv2core -Version: +Version: 12.0 Description: An audio plugin interface specification. Libs: Cflags: -I${includedir} PR: 213285 Submitted by: Michael Beer <beerml@sigma6audio.de> (maintainer)
* Fix build with ffmpeg 3.xriggs2016-11-051-0/+47
| | | | | | | PR: 214185 Submitted by: riggs Reported by: jbeich Approved by: t@tobik.me (maintainer)
* - Sync with Github 632e879 to allow building with upcoming ffmpeg 3.x [1]jhale2016-11-044-64/+8
| | | | | | | | | | | | | - This includes several changes that were already made by local patches - Changes since release: - Fix taglib detection - Fix build with ffmpeg 3.x - Fix build with gcc 6 - Add dependency on desktop-file-utils to satisfy stage-qa - Bump PORTREVISION PR: 214183 [1] Submitted by: jbeich [1]
* audio/libgroove: unbreak build with ffmpeg 3.xjbeich2016-11-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | groove/encoder.c:84:19: error: 'avcodec_encode_audio2' is deprecated [-Werror,-Wdeprecated-declarations] int errcode = avcodec_encode_audio2(e->stream->codec, &e->pkt, frame, &got_packet); ^ /usr/local/include/libavcodec/avcodec.h:5283:5: note: 'avcodec_encode_audio2' has been explicitly marked deprecated here int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt, ^ groove/encoder.c:84:52: error: 'codec' is deprecated [-Werror,-Wdeprecated-declarations] int errcode = avcodec_encode_audio2(e->stream->codec, &e->pkt, frame, &got_packet); ^ /usr/local/include/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated here AVCodecContext *codec; ^ groove/encoder.c:94:5: error: 'av_free_packet' is deprecated [-Werror,-Wdeprecated-declarations] av_free_packet(&e->pkt); ^ /usr/local/include/libavcodec/avcodec.h:4472:6: note: 'av_free_packet' has been explicitly marked deprecated here void av_free_packet(AVPacket *pkt); ^ groove/encoder.c:101:34: error: 'codec' is deprecated [-Werror,-Wdeprecated-declarations] avcodec_close(e->stream->codec); ^ /usr/local/include/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated here AVCodecContext *codec; ^ groove/encoder.c:134:44: error: 'codec' is deprecated [-Werror,-Wdeprecated-declarations] AVCodecContext *codec_ctx = e->stream->codec; ^ /usr/local/include/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated here AVCodecContext *codec; ^ groove/encoder.c:148:16: error: 'codec' is deprecated [-Werror,-Wdeprecated-declarations] e->stream->codec = codec_ctx; ^ /usr/local/include/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated here AVCodecContext *codec; ^ groove/encoder.c:620:24: error: 'codec' is deprecated [-Werror,-Wdeprecated-declarations] 0 : e->stream->codec->frame_size; ^ /usr/local/include/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated here AVCodecContext *codec; ^ 7 errors generated. PR: 207547
* audio/timidity: modernizejbeich2016-11-031-30/+25
| | | | | | | | | - Convert to option helpers - Convert to COPYTREE_SHARE, CONFLICTS_INSTALL - Turn goemon font into an actual option - Use TDIR/TCONFIG variables more Tested by: mtree -k sha256 -cp <before> | mtree -p <after> # is silent
* Pass maintainership of PEAR ports to the submitterjbeich2016-11-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PR: 214011 214012 214013 214014 214015 214016 214017 PR: 214018 214019 214021 214022 214023 214024 214025 PR: 214026 214027 214028 214029 214030 214031 214032 PR: 214033 214034 214035 214036 214037 214038 214039 PR: 214040 214041 214042 214043 214044 214045 214046 PR: 214047 214048 214049 214050 214051 214052 214053 PR: 214054 214055 214056 214057 214058 214059 214060 PR: 214061 214062 214063 214064 214066 214067 214068 PR: 214071 214072 214073 214074 214075 214076 214077 PR: 214078 214079 214080 214081 214082 214083 214084 PR: 214085 214086 214087 214088 214089 214090 214091 PR: 214092 214093 214094 214095 214096 214097 214098 PR: 214099 214100 214101 214102 214103 214104 214108 PR: 214109 214110 214111 214112 214113 214114 214115 PR: 214116 214117 214118 214119 214120 214121 214122 PR: 214123 214124 214125 214126 214127 214128 214129 PR: 214130 214131 214132 214133 214134 214135 214136 PR: 214137 214138 214139 214140 214141 214142 214143 PR: 214144 214145 214146 214147 214148 214149 214150 PR: 214151 214152 Submitted by: Jochen Neumeister <joneum@bsdproject.de>
* Cleanup no longer needed CHMOD usage after r424898.mat2016-11-0313-48/+0
| | | | | | | PR: 213743 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* audio/lv2: oops, sort LICENSE fieldjbeich2016-11-011-1/+1
|
* audio/lv2: add new portjbeich2016-11-017-0/+292
| | | | | | | | | | | | PR: 197126, 213285 (based on) Submitted by: Radim Kolar <hsn@sendmail.cz>, Michael Beer <beerml@sigma6audio.de> LV2 is an open standard for audio plugins, used by hundreds of plugins and other projects. At its core, LV2 is a simple stable interface, accompanied by extensions which add functionality to support the needs of increasingly powerful audio software. http://lv2plug.in/
* Bump port revision for last change. Change my email addressdeischen2016-10-311-2/+2
| | | | to my freebsd.org one.