aboutsummaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* - Mark BROKEN: does not fetchamdmi32016-05-161-0/+2
| | | | | | | | => Attempting to fetch http://download.nullsoft.com/shoutcast/tools/sc_serv2_bsd-latest.tar.gz fetch: http://download.nullsoft.com/shoutcast/tools/sc_serv2_bsd-latest.tar.gz: Not Found Reported by: pkg-fallout Approved by: portmgr blanket
* Remove expired ports:rene2016-05-165-50/+0
| | | | | 2016-05-15 lang/gcc-aux: Use newer lang/gcc5-aux or lang/gcc6-aux compilers instead 2016-05-16 audio/deadbeef-mpris-plugin: Abandonware; use `audio/deadbeef-mpris2-plugin' instead
* audio/pd: Fix builtin documentationpi2016-05-143-20/+7
| | | | | | | - also pet portlint PR: 209493 Submitted by: Tobias Brodel <brittlehaus@gmail.com> (maintainer)
* - Don't install example scripts that don't work outside WRKDIRamdmi32016-05-132-18/+3
| | | | | | | | - While here, minor cosmetic fixes PR: 208969 Submitted by: shurd@FreeBSD.org Approved by: maintainer timeout (koalative@gmail.com, 2 weeks)
* audio/mpg123: update to 1.23.4novel2016-05-133-5/+5
|
* Update to version 1.9.danfe2016-05-122-3/+3
| | | | Reported by: portscout
* audio/forked-daapd: Remove substitions which are not related to variableswoodsb022016-05-123-23/+21
| | | | | | | | | | | | | Remove %%PORTNAME%% and %%RC_NAME%% from: - files/forked-daapd.in - files/pkg-message.in Reported by: mat (mentor) Approved by: xxx (mentor) Reported by: mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D6329
* Update clementine-player to Upstream Release 1.3.1:sbruno2016-05-1210-691/+739
| | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/clementine-player/Clementine/releases Requires the sqlite port to have FTS3_TOKENIZER enabled. Add a note to UPDATING about this. Fixes so many bugs, that its hard to keep up. Add PulseAudio support. Add Microsoft SkyDrive Support. Add Amazon Cloud Drive Support. Require the use of security/cryptopp for lastFM. Update to gstreamer1. Sort options and Makefile a bit. Fix typo in MTP_DEVICE. Upstream has fixed CD playback on FreeBSD. Differential Revision: https://reviews.freebsd.org/D6200
* Add new port audio/forked-daapd, a DAAP (iTunes), MPD (Musicwoodsb022016-05-127-0/+147
| | | | | | | | | Player Daemon) and RSP (Roku) media server. PR: 199743 Submitted by: takumiiinn@gmail.com, with extra work by pi Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6326
* audio/pd: 0.46-7 -> 0.47-0pi2016-05-114-59/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The "deken" plug-in is integrated into the Pd help menu - you can download and install Pd libraries using the "Find Externals" menu command. - New clone object that opens multiple copies of an abstraction and routes messages and signals to/from them, for making banks of voices or whatnot - "Zoom" feature for dealing with high-resolution displays. IEM GUIs are only somewhat dodgily handled (font sizes of labels aren't managed well). - Controllable font sizes for menus and dialogs: setting the "pd window" font size also sets font sizes for menus/dialogs. - The expr, expr~, and fexpr~ objects are included in Pd proper, not loaded as externs as before. THis reflects their new license (lgpl) and should allow them to be used in IOS apps via libpd. Shahrohk Yadegari has updated the source and made manifold improvements in the objects. Notably, they now allow access to variables in Pd defined via the "value" object. - Backward messaging to netsend now works in UDP as well as TCP. - Dialogs now work more Appleshly (changes taking place without the need to hit an "apply" button in many cases). Thanks to danomatica. - API support for "initbang" and "closebang" objects (from IEM library I think, but anyhow you can now get them in Pd Vanilla via deken (help menu "Find externals"). - "Declare" object path settings now take effect immediately when you edit the declare object. - (Iohannes) Abstractions, externs, and stuff written in other languages (pythin, Lua, etc) are now loaded logically, that is, if you have one patch that loads an external named X, you can still load abstractions named X in other patches. Miller now oficially Does Not Know How This Works (DNKHTW). - Many bug fixes. PR: 209438 Submitted by: Tobias Brodel <brittlehaus@gmail.com> (maintainer)
* Update to 1.32olivierd2016-05-102-3/+3
|
* Update to 2.0.6.mat2016-05-0910-122/+202
| | | | | | | | maintainer timeout. PR: 209042 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* audio/deadbeef: update to 0.7.2novel2016-05-082-4/+3
| | | | | PR: 209168 Approved by: vg (maintainer; privately)
* Update LMMS from V0.4.15 to V1.1.3rodrigo2016-05-0752-738/+1235
| | | | Sponsored by: Essen Linuxhotel Hackathon 2016
* audio/calf: Fix build with libc++ 3.8.0pi2016-05-075-2/+52
| | | | | | | - change some patches to conform to makepatch rules PR: 209333 Submitted by: dim
* Use PATHFIX instead of hand crafted, artisnal, Makefile directives.sbruno2016-05-041-6/+2
|
* Update IDJC and shout-idjc library to 0.8.16.sbruno2016-05-044-8/+13
| | | | | I had to "tickle" the pkgconfig file for shout-idjc a bit and add some autotools love here for the bump of shout-idjc to 2.4.1
* audio/umix: fix the "ioctl sign-extension ioctl ffffffffc0044d00" warningpi2016-05-044-8/+30
| | | | | PR: 209227 Submitted by: trasz
* Hook py-soundcloud to the buildantoine2016-05-011-0/+1
|
* audio/alsa-lib: improve etc/asound.confjbeich2016-05-012-11/+12
| | | | | | | | - Expose "oss" via "aplay -L" - Simplify "oss" and "pulse" - Define "sysdefault" Note, "aplay -D sysdefault" != "aplay -D oss" per ports/184006
* audio/teamspeak3-server: 3.0.12.3 -> 3.0.12.4pi2016-04-302-5/+5
| | | | | | | | - fixed an other server crashes on malicious input (again) - fixed a deadlock on some query commands PR: 209126 Submitted by: Ultima1252@gmail.com (maintainer)
* - Update to 2.002sunpoet2016-04-303-5/+11
| | | | | | | | - Add LICENSE_FILE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Audio-MPD/Changes
* Update libcdio: 0.92 -> 0.93arved2016-04-296-1/+6
| | | | | | Udpate libcdio-paranoia: 10.2+0.90+1 -> 10.2+0.93+1 Bump PORTREVISIONs of dependents because of shared library version bump.
* Make fetchable again.cy2016-04-291-2/+1
|
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultswills2016-04-284-4/+4
|
* create USES=gem and update rubygem- ports to use itswills2016-04-284-8/+4
| | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070
* - Unbreak by updating to 15.12nivit2016-04-273-7/+169
| | | | - Add NO_ARCH
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.mat2016-04-266-13/+6
| | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
* audio/py-soundcloud: MAINTAINER must contain an email addressbrnrd2016-04-251-1/+1
| | | | | | - Remove "Bernard Spil" from the MAINTAINER field Reported by: junovitsch
* Fix build with libc++ 3.8.0riggs2016-04-241-0/+11
| | | | | | | PR: 208490 Submitted by: dim Approved by: maintainer timeout MFH: 2016Q2 (build fix blanket)
* audio/py-soundcloud: Python SoundCloud API librarybrnrd2016-04-243-0/+36
| | | | | | | | | | - Add Python SoundCloud ABI Library 0.5.0 - Include README.rst - Add test target Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D5967
* audio/ruby-smf: convert to USES=shebangfixswills2016-04-241-1/+3
|
* audio/ncmpcpp: 0.7.3 -> 0.7.4pi2016-04-222-3/+3
| | | | | | | | - Fetching lyrics from lyricwiki.org was fixed. - Configure script now continues without errors if ICU library was not found. PR: 208920 Submitted by: yamagi@yamagi.org (maintainer)
* many ports: mark broken on powerpc64swills2016-04-221-0/+2
|
* Convert a few more ports to USES=tcl:teagahr2016-04-211-4/+1
|
* - Update to 1.10.0sunpoet2016-04-211-0/+1
| | | | | | | | | - Add LICENSE_FILE - Remove outdated PORTSCOUT - Re-enable SZIP option by default: it was changed unintentionally in r398300 Changes: https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.0/src/hdf5-1.10.0-RELEASE.txt https://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
* Update to 4.3.13ehaupt2016-04-202-3/+3
|
* - Fix build with the new API of libcue, after revision r413589olivierd2016-04-193-1/+23
| | | | - Bump PORTREVISION
* Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'danfe2016-04-161-1/+0
| | | | | was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago, and fix some minor bogosities nearby.
* - Update audio/chromaprint to 1.3.1jhale2016-04-169-9/+11
| | | | | | | - Chase shlib bump PR: 208819 Submitted by: Ben Woods <woodsb02@gmail.com>
* audio/praat: unbreak sound supportjbeich2016-04-154-6/+29
| | | | | | | | | | | | | Portaudio doesn't work with alsa-plugins-oss, so switch to native OSS. ALSA lib confmisc.c:768:(parse_card) cannot find card '0' ALSA lib conf.c:4292:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory [...] PR: 208728 Reported by: kaltheat@gmail.com Approved by: Jason Bacon <bacon4000@gmail.com> (maintainer) MFH: 2016Q2
* audio/oss: convert to CONFIGURE_OUTSOURCEjbeich2016-04-131-10/+4
| | | | | | PR: 208294 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D4157
* CentOS ports: for c6_64, install 32bit libraries alongsideswills2016-04-1336-5/+143
| | | | | PR: 206943 Submitted by: xmj
* - Add LICENSEamdmi32016-04-093-8/+13
| | | | | - Switch to options helpers - Regenerate patches with `make makepatch`
* Update to 0.4.1.mat2016-04-082-7/+5
| | | | | | PR: 208610 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Update to 0.4.0.mat2016-04-082-6/+5
| | | | | | PR: 208609 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Update to 0.4.2.mat2016-04-082-8/+11
| | | | | | PR: 208608 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* audio/abcde: update 2.7.1 -> 2.7.2robak2016-04-083-8/+8
| | | | | PR: 208604 Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de> (maintainer)
* audio/mac: Don't clobber BUILD_DEPENDS + DF supportmarino2016-04-061-1/+3
| | | | | | | | | The yasm BUILD_DEPENDS will overwrite any previous definition of BUILD_DEPENDS (e.g. iconv). Change the operator to += to fix. While here, yasm is only valid for FreeBSD, so add an OPSYS condition in addition to the ARCH condition. Approved by: just-fix-it
* audio/csound: Use OPSYS with OSVERSIONmarino2016-04-061-2/+2
|
* - Update sdl20 and satellite libraries to latest versionsamdmi32016-04-065-30/+9
| | | | | | | | | | | | | | | | | sdl2: 2.0.3 -> 2.0.4 sdl2_image: 2.0.0 -> 2.0.1 sdl2_mixer: 2.0.0 -> 2.0.1 sdl2_net: 2.0.0 -> 2.0.1 sdl2_ttf: 2.0.12 -> 2.0.14 - Add LICENSE_FILE - Strip libraries - Switch to USES=localbase where applicable PR: 207671 Submitted by: devnexen@gmail.com, amdmi3 Approved by: maintainer timeout (mva, 1 month) Exp-run by: antoine
* audio/py-pyaudio: 0.2.8 -> 0.2.9pi2016-04-063-11/+11
| | | | | | | | | | | | | | | | | | | - Fix overflow error handling logic for pa_read_stream. Stream.read takes an additional parameter that specifies whether an exception is raised on audio buffer overflow, for parity with Stream.write. Includes relevant bug fixes in the C module logic. Thanks to Tony Jacobson for submitting a patch! - Fix IOError arguments. IOError exceptions previously had values in the strerror and errno fields swapped, which is now corrected. Thanks to Sami Liedes for the report! - Miscellaneous updates. Python library surfaces issues with importing low-level C module. Code formatting update. Updates to examples for Python 3 compatibility. PR: 208517 Submitted by: jaap@NLnetLabs.nl (maintainer)
* Fix build with libc++ 3.8.0ehaupt2016-04-041-0/+20
| | | | | PR: 208489 Submitted by: dim
* - Switch to options helpersamdmi32016-04-031-1/+3
|
* - Add LICENSE_FILEamdmi32016-04-032-5/+11
| | | | | | - Switch to USES=tar:tgz - Switch to options helpers - Regenerate patches with `make makepatch`
* bsd.sites.mk: with last mirror dead retire MASTER_SITE_ALSAjbeich2016-04-023-3/+3
| | | | | | | | | $ fetch -v http://alsa.cybermirror.org/lib/alsa-lib-1.1.0.tar.bz2 [...] 404 Not Found Not Found The requested URL /lib/alsa-lib-1.1.0.tar.bz2 was not found on this server.
* audio/alsa-*: update to 1.1.1jbeich2016-04-0210-52/+14
| | | | | Changes: http://www.alsa-project.org/main/index.php/Changes_v1.1.0_v1.1.1 ABI: https://people.freebsd.org/~jbeich/compat_reports/alsa-lib/1.1.0_to_1.1.1/compat_report.html
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-01506-2046/+2046
| | | | | With hat: portmgr Sponsored by: Absolight
* Fixup some whitespace at the beginning of lines problems.mat2016-04-015-5/+5
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update security/gnutls to 3.4.10.tijl2016-03-273-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine)
* audio/pd: pass maintainershipjbeich2016-03-271-1/+1
| | | | | PR: 208296 Submitted by: Tobias Brodel
* audio/mpg123: update to 1.23.3novel2016-03-263-4/+4
|
* Update GStreamer1 ports to 1.8.0.kwm2016-03-253-3/+3
| | | | ChangeLog: https://gstreamer.freedesktop.org/releases/1.8/
* - change MAINTAINER email address [1]ohauer2016-03-251-1/+1
| | | | [1] http://lists.freebsd.org/pipermail/freebsd-ports/2016-March/102600.html
* qt4-moc: Add more Boost include guards to moc's definition list.rakuco2016-03-242-29/+0
| | | | | | | | | | | | | | In preparation for updating Boost to 1.60, add include guards from more Boost headers to the list of macros that moc automatically defines when processing files. As explained in r408911, Qt4's moc cannot parse some constructs used by a few Boost headers, so we define their include guards to make moc skip them. This is a cleaner approach that allows us to largely revert r408472, r408473, r408474, r408475, r408502, r408773 and r408419, which added several patches to many ports to work around this moc bug. PR: 199601 PR: 208322
* Fix build failure when accidentally picking up alsa (libasound).riggs2016-03-245-3/+63
| | | | | | | | | | | | Currently, there is no configure switch for consistently disabling alsa detection. This changeset introduces the possibility to do so during the configure stage and adds ALSA as a non-default OPTION. PR: 207892 Submitted by: tatsuki_makino@hotmail.com Reported by: bar Reviewed by: xxjack12xx@gmail.com, riggs Approved by: xxjack12xx@gmail.com (maintainer)
* audio/deadbeef: update to 0.7.1novel2016-03-234-27/+4
| | | | | | | | Also, drop some patches merged upstream. Reviewed by: mat Approved by: vg (maintainer) via IRC Differential Revision: D5676
* Update to 0.2.6.rakuco2016-03-222-3/+3
| | | | | | | This update includes a fix for installing dsbmixer as a regular, non-root user. PR: 207995 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
* Add a patch to explicitly link against libfplib.so.rakuco2016-03-191-0/+15
| | | | | | | | | | | What the port was doing was never right, but the upcoming CMake 3.5.0 makes the build failures happen more often. Using target_link_libraries() with a name like fplib will just pass -lfplib to the linker instead of declaring a dependency between the lastfm-fpclient and fplib_shared targets and parallel builds may break. PR: 208033
* Add autoreconf libtool to USES; install headers to include, not DATADIRriggs2016-03-1817-66/+212
| | | | | | | | | | | | This changeset brings in the necessary fixes in audacity's build system to use autoreconf and libtool in USES. (206914) First use case of this is to have audacity install its headers in the standard include path rather than DATADIR (207074). Bump PORTREVISION. PR: 206914, 207074 Submitted by: tatsuki_makino@hotmail.com Approved by: xxjack12xx@gmail.com (maintainer)
* Drop default directory from _DEPENDS in my portsjbeich2016-03-163-11/+11
| | | | https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html
* Update to 16.02mat2016-03-154-18/+18
| | | | | | PR: 207983 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Change header installation location for kdelibs4-based ports.rakuco2016-03-156-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install x11/kdelibs4's headers into include/kde4 instead of include (which consequently causes several other ports to have their installation paths changed too). The idea behind this is to reduce path conflicts between KDE4 ports and the upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If we continue installing the KDE4 headers into include/, we can end up in a situation like this: c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port will unintentionally be picked up first and the build will fail. Most of this huge patch is just PORTREVISION bumps, pkg-plist changes and a few patches to FooConfig.cmake files to make them look into the kde4/ subdirectory in include/. Changes which don't fit into the above are: - deskutils/kdepimlibs4: Import an upstream patch to remove some double semicolons that cause base GCC to fail. They have always been present, but since the faulty header was referenced via -isystem /usr/local/include this never caused any problems. - devel/subversion, devel/subversion18: Update patch-configure. The current kwallet changes there date back to 2011 (r272490), at a time when the build could fail when both KDE3 and KDE4 were installed. Replace those bits with a change I've submitted upstream to use the kde4-config program to determine where KDE4's headers and libraries are installed instead of assuming the headers are always in include/. Once again, huge thanks to Tobias Berner <tcberner@gmail.com> for being the first one to notice this problem when working on the KDE Frameworks 5 ports, coming up with the solution and bugging me until I had time to work on this and ask for the exp-run :-) PR: 207906 (exp-run)
* - Update to 2.1.6wen2016-03-152-4/+4
| | | | | PR: 207888 Submitted by: portmaster@bsdforge.com(maintainer)
* New port: audio/dsbmixer.rakuco2016-03-135-0/+43
| | | | | | | | | | | | | DSBMixer is a tabbed GTK+ mixer for FreeBSD. For each installed mixer device as well as for USB sound devices plugged in at runtime, DSBMixer opens a tab. Furthermore, it allows you to configure several aspects of your sound card(s), such as selecting recording sources, choosing your default audio device, and amplification. WWW: http://freeshell.de/~mk/projects/dsbmixer.html PR: 207782 Submitted by: Marcel Kaiser <mk@nic-nac-project.org>
* audio/pd-cyclone: simplify MASTER_SITESpi2016-03-131-2/+1
| | | | Submitted by: mat
* New port: audio/pd-cyclonepi2016-03-125-0/+485
| | | | | | | | | | | | | | | Cyclone is a library of PureData classes, bringing some level of compatibility between Max/MSP and Pd environments. The original goal of cyclone was to create a collection of Max/MSP objects for PureData. This was in the 2000s area, Max/MSP version 4.6. Since then MAX evolved its architecture and file format to something that is incompatible with PureData. Compatibility in patch file level is limited to this very old version of Max/MSP. WWW: http://puredata.info/downloads/cyclone/ PR: 207047 Submitted by: Tobias Brodel <brittlehaus@gmail.com>
* audio/teamspeak3-server: add BROKEN for 9pi2016-03-121-0/+4
| | | | | PR: 207839 Submitted by: Ultima <ultima1252@gmail.com> (maintainer)
* audio/teamspeak3-server: change of maintainerpi2016-03-121-1/+1
| | | | | | PR: 207884 Submitted by: Ultima1252@gmail.com Approved by: hirner@bitfire.at (maintainer)
* audio/deadbeef-musical-spectrum-plugin is not jobs safemarino2016-03-111-0/+2
| | | | | | 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.
* audio/sdl{,2}_mixer: sync and add missing option descriptionsjbeich2016-03-102-5/+3
| | | | PR: 202689
* audio/sdl{,2}_mixer: fix VORBIS=on logic after r410689jbeich2016-03-102-4/+8
| | | | | PR: 202689 Reported by: antoine
* audio/teamspeak3-server: 3.0.12.2 -> 3.0.12.3pi2016-03-102-5/+5
| | | | | | | | - fixed an other server crashes on malicious input PR: 207826 Submitted by: Ultima1252@gmail.com Approved by: hirner@bitfire.at (maintainer)
* x11-toolkits/attica: Change the location where we install its headers.rakuco2016-03-091-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Correctly mark the port as unmaintained after r392689.rakuco2016-03-091-1/+1
|
* Unbreak the build on FreeBSD 9.3, where #pragma GCC diagnostic not alloweddanfe2016-03-091-0/+29
| | | | | | inside functions. Reported by: pkg-fallout
* audio/sdl{,2}_mixer: add TREMOR optionjbeich2016-03-094-8/+50
| | | | | | | TREMOR is enabled by default on platforms without hardware floating point. PR: 202689 Approved by: maintainer timeout (6 months)
* - patch for main deforaos libraryolivier2016-03-081-1/+1
| | | | | | | - bump PORTREVISION for dependencies Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D5562
* Update to 4.0.11ehaupt2016-03-082-3/+3
|
* Update to 4.3.12ehaupt2016-03-082-3/+3
|
* audio/deadbeef-playback-status-plugin is not jobs safemarino2016-03-071-0/+2
| | | | | | 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.
* audio/gnome-music: fix packaging with python 3.5rm2016-03-072-16/+25
| | | | | PR: 204519 With hat: gnome
* Remove expired ports:rene2016-03-075-71/+0
| | | | | | | 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
* Fix dependencies, CONFIGURE_ARGS, introduce DYNLOAD OPTIONriggs2016-03-067-26/+108
| | | | | | | | | | | 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)
* audio/deadbeef: update to 0.7novel2016-03-0310-41/+188
| | | | | | | | | - 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
* Update to 1.8.4.rakuco2016-03-032-4/+4
| | | | | | | | Changelog: * Fix a possible crash when locking a sid device fails PR: 207438 Submitted by: liangtai.s16@gmail.com (maintainer)
* This is a VU meter plugin for DeaDBeeF audio player.danfe2016-03-036-0/+112
| | | | WWW: https://github.com/cboxdoerfer/ddb_vu_meter
* - Provide better port description textdanfe2016-03-032-8/+9
| | | | | | | | - Point WWW line to a working homepage - Transfer maintainership to submitter - Convert to USES=localbase while here PR: 201379
* audio/alsa-plugins: partially revert r380063jbeich2016-03-031-1/+2
| | | | | | | | | 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
* Add FLUIDSYNTH option generic description, and remove ad-hoc setting indanfe2016-03-024-11/+2
| | | | ports where it is applicable (alongside with other shared descriptions).
* Remove expired ports:rene2016-03-0117-694/+0
| | | | | | | | 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
* Update to upstream version 15.12.1riggs2016-02-293-19/+54
| | | | | PR: 205889 Submitted by: tkato432@yahoo.com
* Update to 3.0.12.2.rakuco2016-02-284-16/+19
| | | | | | | | | | | | | | | * 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)
* audio/alsa-plugins: prepare for ffmpeg 3.0 updatejbeich2016-02-281-0/+14
| | | | Obtained from: upstream
* audio/easytag: update to 2.4.2novel2016-02-283-11/+11
|
* audio/mpdas: 0.4.0 -> 0.4.1pi2016-02-282-3/+3
| | | | | | | - fix memory leak PR: 207542 Submitted by: henrik@affekt.org (maintainer)
* - Update to 0.26.1ehaupt2016-02-262-3/+6
| | | | - Add license
* - Fix build on 10.xdb2016-02-262-0/+40
|
* - Clarify LICENSEamdmi32016-02-251-8/+8
| | | | | | - Add LICENSE_FILE - Pet portlint - Fix build with disabled NLS
* audio/mpg123: update to 1.23.2novel2016-02-252-3/+3
|
* - Update to 0.7.3miwi2016-02-232-3/+3
| | | | | PR: 206736 Submitted by: maintainer
* - Update to 2015.11.22miwi2016-02-232-5/+6
| | | | | PR: 204998 Submitted by: maintainer
* Update to 1.1.0.vanilla2016-02-193-4/+4
|
* Hook dream to the buildantoine2016-02-191-0/+1
|
* Open-Source Software Implementation of a DRM (Digital Radio Mondiale) Receiverdb2016-02-185-0/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update my email for ports I maintainolivier2016-02-171-2/+2
| | | | | Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D5309
* audio/mpg123: update to 1.23.1novel2016-02-163-4/+4
|
* - Update to 1.3.17wen2016-02-152-8/+10
| | | | | | | - Add option of AcousticBrainz PR: 207183 Submitted by: stiginge@pvv.org(maintainer)
* The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.kwm2016-02-1518-65/+71
| | | | | | | | | | | | | | | | | | | | | 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
* Update to 4.3.11ehaupt2016-02-142-3/+3
|
* - Update to 1.3.16wen2016-02-133-6/+8
| | | | | | | | - Add an option for the new Emby update plugin - Update WWW PR: 206081 Submitted by: stiginge@pvv.org(maintainer)
* - Update to 1.0.12miwi2016-02-122-5/+4
| | | | | | | - Convert USE_SQLITE to uses PR: 206890 Submitted by: ports fury
* - Fix various typos in CONFLICTS_INSTALL knobak2016-02-112-2/+2
| | | | Approved by: portmgr blanket
* audio/etcd: rename bin/etcd to bin/e-tcd, remove conflict with devel/etcdgahr2016-02-101-5/+3
|
* Update MASTER_SITES; still in the same domain.gerald2016-02-101-1/+1
|
* audio/sweep: pass maintainer from ports@ to submitter; add licensejunovitch2016-02-091-1/+3
| | | | | PR: 206692 Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
* audio/jack: properly specify readline dep (detected by Synth)marino2016-02-091-1/+1
| | | | | No portrevision bump necessary as this change does not alter the package contents. It just fixes the deps specification.
* - Fix build with boost 1.60amdmi32016-02-083-5/+35
| | | | | | | | - Fix LICENSE - Pet portlint PR: 199601 Approved by: portmgr blanket
* Move Mk/bsd.gnome.mk and Mk/bsd.mate.mk to Mk/Uses/.kwm2016-02-081-3/+3
| | | | | | | | | | | | | | | | 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
* - Fix build with boost 1.60amdmi32016-02-072-5/+15
| | | | | - Fix license - Switch to USES=localbase
* audio/streamripper: re-enable post-patch targetmarino2016-02-071-1/+1
|
* audio/stymulator: document ncurses rqmt (USES+=ncurses), respect LDFLAGSmarino2016-02-071-1/+5
| | | | approved by: infrastructure blanket
* audio/streamripper: USES+= ncurses, respect LDFLAGSmarino2016-02-072-3/+19
| | | | | | | 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)
* x11/xterm: document ncurses requirement (USES+=ncurses)marino2016-02-071-12/+15
| | | | | | | | while here: - fix tab alignment - link with ncurses, not curses approved by: infrastructure blanket
* audio/playmidi: USES+= ncursesmarino2016-02-071-0/+1
|
* audio/napster: USES+= ncursesmarino2016-02-071-0/+1
|
* audio/mp3c: document ncurses requirement (USES+=ncurses)marino2016-02-071-0/+1
| | | | approved by: infrastructure blanket
* audio/mp3blaster: document ncurses requirement (USES+=ncurses)marino2016-02-071-1/+1
| | | | approved by: infrastructure blanket
* audio/mp-player: document ncurses requirement (USES+=ncurses)marino2016-02-071-0/+1
| | | | approved by: infrastructure blanket
* audio/moc: document ncurses requirement (USES+=ncurses)marino2016-02-071-1/+1
| | | | approved by: infrastructure blanket
* audio/mikmod: document ncurses requirement (USES+=ncurses)marino2016-02-071-1/+1
| | | | approved by: infrastructure blanket
* audio/libnjb: USES+= ncurses, link with ncurses (not curses)marino2016-02-071-1/+3
|
* audio/ksmp3play: USES+= ncurses, link with ncurses (not curses)marino2016-02-071-1/+4
|
* audio/juke: USES+= ncursesmarino2016-02-071-0/+1
|
* audio/funktrackergold: USES+= ncursesmarino2016-02-071-1/+1
|
* audio/cmp3: respect LDFLAGS, bring in dports patch for DF.marino2016-02-072-4/+24
|
* audio/cd-control: document ncurses rqmt (USES+=ncurses), respect LDFLAGSmarino2016-02-071-1/+2
| | | | approved by: infrastructure blanket
* audio/pd: some fixespi2016-02-064-18/+53
| | | | | | | | - repair the loading of external objects - reduce portlint complaints PR: 206965 Submitted by: Tobias Brodel <brittlehaus@gmail.com>
* audio/mpg123: update to 1.23.0novel2016-02-053-4/+10
|
* audio/easytag: update to 2.4.1novel2016-02-053-17/+3
| | | | | | | Also, drop no longer needed patch-src-log.c. PR: 206825 Submitted by: olivierd
* Bump PORTREVISIONriggs2016-02-041-0/+1
| | | | | | | | Double-checked package content: Not identical to previous revision, hence r407904 should have bumped PORTREVISION. PR: 206694 Submitted by: xxjack12xx@gmail.com (maintainer)
* audio/ruby-xmms2: mark broken with Ruby 2.2swills2016-02-041-0/+1
|
* Add LV2 OPTION, remove MIDI OPTION, strip binary, fix build on 9.3riggs2016-02-036-27/+57
| | | | | | PR: 206694 Submitted by: xxjack12xx@gmail.com (maintainer) MFH: 2016Q1
* Update to 0.5.5.vanilla2016-02-022-3/+3
|
* - Update to 2.4.3sunpoet2016-02-022-3/+3
| | | | Changes: https://git.xiph.org/?p=icecast-server.git;a=blob;f=ChangeLog
* limit portscout to stable versions only.kwm2016-02-011-0/+2
|
* audio/cdplay: document ncurses rqmt (USES+=ncurses), respect LDFLAGSmarino2016-01-311-0/+2
| | | | Also make cdplay link with libncurses, not libtermcap
* audio/rexima: document ncurses rqmt (USES+=ncurses), respect LDFLAGSmarino2016-01-312-4/+9
| | | | approved by: infrastructure blanket
* audio/cam: document ncurses requirement (USES+=ncurses), respect LDFLAGSmarino2016-01-311-1/+2
|
* audio/vitunes: document ncurses requirement (USES+=ncurses)marino2016-01-311-0/+1
|
* This is playback status plugin (widget) for DeaDBeeF audio player.danfe2016-01-316-0/+202
| | | | WWW: https://github.com/cboxdoerfer/ddb_playback_status
* This is a quick playlist search bar plugin for DeaDBeeF audio player.danfe2016-01-316-0/+141
| | | | WWW: https://github.com/cboxdoerfer/ddb_quick_search
* Add a port of waveform seekbar for DeaDBeeF audio player.danfe2016-01-316-0/+111
| | | | WWW: https://github.com/cboxdoerfer/ddb_waveform_seekbar
* audio/aumix: document ncurses requirement (USES+=ncurses)marino2016-01-311-1/+1
| | | | approved by: infrastructure blanket
* audio/xmcd: document ncurses requirement (USES+=ncurses)marino2016-01-311-1/+1
| | | | approved by: infrastructure blanket
* - Update to version 2.0.0danfe2016-01-314-4/+28
| | | | - Fix a typo: QT5_CMAKE_ARGS -> QT5_CMAKE_ON
* Deprecate ports broken for more than 6 monthsantoine2016-01-312-0/+4
|
* Welcome Centos 6.7miwi2016-01-3150-184/+154
| | | | | | | | | | | | | | - 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.
* audio/timidy: Respect LDFLAGS, document ncurses requirementmarino2016-01-302-7/+16
|
* Add port of a better DeaDBeeF musical spectrum plugin. It offers variabledanfe2016-01-306-0/+96
| | | | | | | FFT size (up to 32768), Blackmann-Harris and Hanning window functions, and various eye candy options. WWW: https://github.com/cboxdoerfer/ddb_musical_spectrum
* Fix build with clang 3.8.0 (and gcc >= 4.9.0).netchild2016-01-302-1/+66
| | | | | | | This changes the XMM intrinsincs detection logic. Submitted by: dim PR: 206620
* Update midipp to 1.3.1.kwm2016-01-282-3/+3
| | | | | | | | | | * 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
* audio/mp3stat: update maintainer and unbreakjunovitch2016-01-273-23/+18
| | | | | | | | | | - 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>
* audio/audacity: update to 2.1.2rm2016-01-275-18/+17
| | | | | | | | Release notes: http://wiki.audacityteam.org/wiki/Release_Notes_2.1.2 PR: 206566 Submitted by: xxjack12xx@gmail.com (maintainer)
* Unbreak the build on 9.X (against old yacc(1) which apparently does notdanfe2016-01-273-11/+26
| | | | | | | | | | | | | | | | | | | | | | 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
* Update the MATE DE to 1.12.kwm2016-01-256-45/+45
| | | | | | | | | | | | * Still build MATE against gtk+ 2 due to gtk+ 3 support not ready for prime time. * Fix loading of a number of applets. We rename a number of applets but didn't change the "config" files the "add applet to panel" dialog uses. [1] * Unbreak the creation of new notes with the stickynotes applet [2] PR: 205391 [1], 200349 [2] Obtained from: GNOME devel repo
* Remove BROKEN for FreeBSD 8, which is no longer supported.rakuco2016-01-241-1/+0
|
* Update to 2.8olivierd2016-01-222-4/+3
| | | | | | PR: 205880 Submitted by: myself Approved by: <frase@frase.id.au> (maintainer, timeout > 2 weeks)
* audio/etcd, devel/etcd: CONFLICTS -> CONFLICTS_INSTALLgahr2016-01-211-1/+1
|
* audio/etcd, devel/etcd: mutual CONFLICT because of bin/etcdgahr2016-01-211-0/+2
|
* Add patch to fix the build with the upcoming Qt 5.5.1.rakuco2016-01-211-0/+25
| | | | Basically a case of include what you use.
* audio/solfege: USES-= displaymarino2016-01-181-3/+2
| | | | | I don't believe xvfb has been a build requirement for years. Solfege builds fine without USES=display, so let's remove it.
* Update to 0.26.0ehaupt2016-01-172-3/+3
|
* mark ports that don't work with Ruby 2.3swills2016-01-172-0/+3
| | | | PR: 205774
* - Clarify LICENSEamdmi32016-01-161-3/+4
| | | | | - Switch to options helpers - Use correct command to install library
* Import pulseaudio-libs-glib2 0.9.21. This is needed by net-im/skype4.kevlo2016-01-166-0/+35
| | | | Sponsored by: PortsCamp Taiwan
* Update to 1.1.2 for minor bug fixes.naddy2016-01-163-5/+4
|
* - Clarify LICENSEamdmi32016-01-151-4/+5
| | | | | - Add LICENSE_FILE - Switch to options helpers
* audio/beast is not jobs safemarino2016-01-151-0/+2
| | | | It tries to use gxkmarshal.h before it's completely generated
* - Fix COMMENTamdmi32016-01-141-6/+10
| | | | | - Add LICENSE - Cosmetic changes
* - Update devel/ucommon to 7.0.0jhale2016-01-149-32/+142
| | | | | | | | - Bump PORTREVISION on dependent ports due to shlib bump - Update audio/ccaudio2 to 2.2.0 - Add LICENSE - Fix detection of gsm and speex
* - Add LICENSEamdmi32016-01-141-4/+9
| | | | - Switch to options helpers
* - Add LICENSEamdmi32016-01-141-1/+6
| | | | - Switch to options helpers
* - Add LICENSE_FILEamdmi32016-01-141-1/+2
| | | | - Switch to options helpers
* - Fix LICENSEamdmi32016-01-142-8/+9
| | | | | | | - Add LICENSE_FILE - Drop unneeded *FLAGS - Switch to options helpers - Fix WWW:
* - Switch to options helpersamdmi32016-01-132-2/+2
| | | | - Reflect setuid binary in plist
* - Drop unneeded *FLAGSamdmi32016-01-131-2/+3
| | | | - Switch to options helpers
* Upgrade to 0.9.vanilla2016-01-132-4/+4
|
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-1367-67/+67
| | | | Approved by: portmgr blanket
* Hand over maintainership back to ports@ for ports which i'm not using myself ↵decke2016-01-121-1/+1
| | | | anymore.
* - Update to 0.27.5decke2016-01-123-12/+11
|
* - Update to version 0.11danfe2016-01-123-7/+7
| | | | | | - Tidy up port description Reported by: portscout
* - Fix COMMENTamdmi32016-01-121-8/+10
| | | | | - Display message in pre-everything instead of pre-fetch - Switch to options helpers
* Convert to USES=sqlitemadpilot2016-01-121-1/+1
|
* - Switch to options helpersamdmi32016-01-111-0/+2
|
* - Update to 0.7.1miwi2016-01-102-6/+3
| | | | | PR: 205071 Submitted by: maintainer
* Update to upstream version 7.0.0riggs2016-01-092-6/+10
|
* - Update to 0.7miwi2016-01-094-14/+14
| | | | | PR: 206013 Submitted by: maintainer
* Use pathfixjhale2016-01-071-4/+1
|
* Use pathfixjhale2016-01-071-3/+1
|
* Use pathfixjhale2016-01-071-5/+1
|
* Use pathfixjhale2016-01-071-5/+1
|
* Use pathfixjhale2016-01-071-3/+1
|
* Use pathfixjhale2016-01-071-3/+2
|
* - Switch to USES=localbaseamdmi32016-01-071-8/+7
| | | | - Switch to options helpers
* - Clarify LICENSEamdmi32016-01-071-31/+18
| | | | | | - Add LICENSE_FILE - Switch to options helpers - Simplify installation
* Mark DEPRECATED and set EXPIRATION_DATE to 60 days from now.jhale2016-01-071-0/+2
| | | | | Distfiles have disappeared and the project hasn't had any updates in 6 years.
* - Update to 1.0.9miwi2016-01-062-8/+11
| | | | | PR: 205888 Submitted by: ports fury
* - Update to 1.8.3miwi2016-01-062-5/+5
| | | | | PR: 205913 Submitted by: maintainer
* Add upstream patch to fix taglib version detectionjhale2016-01-051-0/+26
| | | | | Reported by: pkg-fallout Obtained from: https://github.com/CDrummond/cantata/commit/c0a75da8f0fb540e0c643cc3910e479e1f366061
* Update GStreamer1 to 1.6.2.kwm2016-01-0425-25/+25
| | | | | | | | | | | | Update GStreamer1-vaapi to 0.7.0. * Spell GStreamer consistently. [1] * Fix typo in py3kplist in py3-gstreamer1 [1] * Improve plugins COMMENTS (more improvements welcome) * Actually include the gstreamer1-libav update this time. PR: 204204 [1] (based on) Submitted by: olivierd@ [1]
* Update to 3.3.8ehaupt2016-01-043-7/+9
| | | | | PR: 205190 Approved by: maintainer timeout (neuroworker@gmail.com; > 14 days)
* - Update to 0.80sunpoet2016-01-043-20/+14
| | | | | | | | | - Remove MAKE_ARGS - Add BASH option - Respect ICONV_* variables - Convert to new options target helper Changes: https://github.com/squell/id3/releases
* Add upstream patch to fix taglib version detectionjhale2016-01-031-0/+26
| | | | | Reported by: pkg-fallout Obtained from: https://github.com/tomahawk-player/tomahawk/commit/ee4656383a92a78299aff6f8637f174fff328e98
* Add upstream patch to fix taglib version detectionjhale2016-01-031-0/+40
| | | | | Reported by: pkg-fallout Obtained from: https://quickgit.kde.org/?p=amarok.git&a=commit&h=fec8817c530ce42b6485fdabff6051784b8d9904
* Add patch to fix taglib version detectionjhale2016-01-031-0/+24
| | | | Reported by: pkg-fallout
* Add upstream patch to fix taglib version detectionjhale2016-01-031-0/+24
| | | | | Reported by: pkg-fallout Obtained from: https://websvn.kde.org/?view=revision&revision=1444333
* Ressurrect audio/kstreamripper and update to 0.7.100.rakuco2016-01-035-0/+48
| | | | | | | | | | Update to the latest release to make the port fetchable again. Stop passing -DWITHOUT_LIBPROXY=YES to CMake because upstream disabled libproxy support a few releases ago. PR: 204171 Submitted by: matthew@reztek.cz Approved by: maintainer timeout (65 days)
* Add upstream patch to fix taglib version detectionjhale2016-01-031-0/+41
| | | | | Reported by: pkg-fallout Obtained from: https://bitbucket.org/acoustid/acoustid-fingerprinter/commits/681ef059e4bdb0a9b1a073d6cbb9bb54e993fef9
* Fix PKGNAME collision between audio/optimfrog and audio/optimfrog-sse2antoine2016-01-032-1/+2
|
* Update to upstream version 5.003, introduce SSE2-enabled i386 slave portriggs2016-01-025-17/+63
| | | | | | | | While on it: - Add LICENCE_* tags PR: 204830 Submitted by: matthew@reztek.cz (maintainer)
* Update to 4.3.10ehaupt2016-01-023-7/+7
|
* - Update to 1.10jhale2016-01-024-55/+44
| | | | | | - Remove hack for audio/clementine-player that was added in r335257. It has no effect on the resulting library and clementine-player seems to build and read tags fine without it.
* Return audio/py-mpd2 and www/py-ws4py to the pool, they were support ports forrene2016-01-021-1/+1
| | | | the now removed multimedia/spotify-websocket-api
* 2015-11-26 audio/kstreamripper: Broken for more than 6 monthsrakuco2016-01-015-55/+0
|
* audio/cd2mp3: Remove IPv6 only MASTER_SITEjunovitch2016-01-011-1/+0
| | | | | | - Remove IPv6 only MASTER_SITES mirror; main mirror supports both IPv4/IPv6 PR: 205408
* Display version string correctlyriggs2015-12-312-0/+6
| | | | | | PR: 205732 Submitted by: eserte12@yahoo.de Approved by: dnelson@allantgroup.com (maintainer)
* Remove expired ports:rene2015-12-317-183/+0
| | | | | | | | | | | | | | | 2015-12-30 www/ocsigen: Broken for more than 6 months 2015-12-30 devel/monodevelop-database: Broken for more than 6 months 2015-12-30 lang/cduce: Broken for more than 6 months 2015-12-30 science/hdf-java: Broken for more than 6 months 2015-12-30 math/p5-Math-Geometry-Planar-GPC-Polygon: Broken for more than 6 months 2015-12-30 www/eliom: Depends on broken and expiring www/ocsigen 2015-12-30 audio/py-fastaudio: Broken for more than 6 months 2015-12-30 devel/jgoodies-common: Broken for more than 6 months 2015-12-30 graphics/pinta: Broken for more than 6 months 2015-12-30 games/kanatest: Broken for more than 6 months 2015-12-30 editors/bless: Broken for more than 6 months 2015-12-30 security/burpsuite: Broken for more than 6 months
* Fix `make fetch' after r386941.rakuco2015-12-302-5/+3
| | | | | 0.5.7 is a bzipped tarball, not a gzipped one. Switch to USES=tar:bzip2 and regenerate distinfo.
* - Switch MASTER_SITES to SF. Using kde-apps.org requires redefining DISTNAMEjhale2015-12-295-11/+10
| | | | | | | | | and WRKSRC (which wasn't done in previous commit causing the patch target to fail) While here: - Rename and make patches with 'make makepatch' - Replace dead WWW in pkg-descr
* Cleanup GH_* and variables order.mat2015-12-293-6/+4
| | | | Sponsored by: Absolight
* Stop setting WRKSRC after r404670.rakuco2015-12-291-1/+0
|
* Unbreak `make fetch'.rakuco2015-12-292-6/+6
| | | | | | | The port's releases are now available from GitHub. diff -uprN between the old tarball from distcache.FreeBSD.org and the one from GitHub shows that the only difference is that two files are no longer present: test/kar/MacRoman.praat and test/kar/unicode16.praat.
* Move homepage to https; add license.naddy2015-12-284-3/+8
|
* Switch MASTER_SITES to make the port fetchable again.rakuco2015-12-282-5/+4
| | | | Move to kde-apps.org, which provides a tarball with the same hash and size.
* - Switch to options helpersamdmi32015-12-272-5/+9
|
* - Update WWWmiwi2015-12-261-1/+1
| | | | | PR: 205624 Submitted by: Zane C. Bowers-Hadley
* Add support for ffmpeg and add non-default OPTIONriggs2015-12-251-2/+5
| | | | | | PR: 205484 Submitted by: tatsuki_makino@hotmail.com Approved by: xxjack12xx@gmail.com (maintainer)
* Update to 1.1.1 for minor bug fixes and optimizations.naddy2015-12-254-22/+17
|
* - Update to 2.6miwi2015-12-224-8/+18
| | | | | | | | | - Pass maintainership to submitter PR: 203106 Submitted: byuddka@student.kit.edu Approved by: mat (mentor) Differential Revision: D4659