aboutsummaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* - This port is not unfetchableamdmi32016-10-111-4/+1
|
* - Add LICENSEamdmi32016-10-111-2/+3
| | | | - Remove uneeded flags
* - Add LICENSEamdmi32016-10-111-3/+4
| | | | - Switch to USES=localbase
* - Add LICENSEamdmi32016-10-111-2/+5
| | | | - Cosmetic fixes
* - Add LICENSEamdmi32016-10-111-4/+9
| | | | - Switch to options helpers
* - Add LICENSEamdmi32016-10-111-2/+9
| | | | - Switch to options helpers
* - While the main CLI player of gbsplay is receiving updates and is activelyehaupt2016-10-083-9/+35
| | | | | | | | | | | maintained the XMMS plugin doesn't work past this version. Rather than removing the still working XMMS plugin in this version, decouple the slave port from master port and leave it at this version. This allows for the CLI player to be updated independently. - Add NLS option and therefore bump PORTREVISION - The CLI player is not needed as a run-dependency - Update WWW - Add license
* - While the main CLI player of gbsplay is receiving updates and is activelyehaupt2016-10-084-26/+27
| | | | | | | | | | | | maintained the XMMS plugin doesn't work past this version. Rather than removing the still working XMMS plugin in this version, decouple the slave port from master port and leave it at this version. This allows for the CLI player to be updated independently. - Add NLS option - Add LICENSE - Update to 0.0.93 - Update WWW - Relocate to github
* Move audio/squeezeboxserver to audio/logitechmediaserverwoodsb022016-10-0648-995/+1346
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | audio/squeezeboxserver: - Move to audio/logitechmediaserver - Update to 7.9.0 pre-release (git commit from 7.9 branch on 2016.09.30) - Change default install and database locations to suit new PORTNAME - Remove softsqueeze.sh as it is no longer bundled with the server - Add /usr/local/etc/newsyslog.conf.d/, don't edit /etc/newsyslog.conf - Add LICENSE details - Update maintainer (previous maintainer timeout) - Use customized perl modules provided in distfile and slimserver-vendor GitHub repo, rather than using perl dependencies from ports - Changed install method to now copy directly to stagedir instead of an intermediate step to TMP_SLIMDIR audio/squeezeboxserver-dynamicplaylist: - Move to audio/logitechmediaserver-dynamicplaylist - Update to 2.9.3853 - Fix MASTER_SITES - Add LICENSE details - Update maintainer audio/squeezeboxserver-lazysearch: - Move to audio/logitechmediaserver-lazysearch - Add LICENSE details - Update maintainer audio/squeezeboxserver-sqlplaylist: - Move to audio/logitechmediaserver-sqlplaylist - Update to 2.5.3859 - Fix MASTER_SITES - Add LICENSE details - Update maintainer audio/squeezeboxserver-superdatetime: - Move to audio/logitechmediaserver-superdatetime - Add LICENSE details - Update maintainer audio/squeezeboxserver-trackstat: - Move to audio/logitechmediaserver-trackstat - Update to 3.2.3951 - Fix MASTER_SITES - Add LICENSE details - Update maintainer PR: 180034 PR: 203266 Submitted by: woodsb02, mark@tranquillussoftware.co.uk (new maintainer) Reported by: david@dawninglight.net, amdmi3 Approved by: markk@knigma.org (maintainer timeout), tdb (maintainer), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6483
* - Update to 20160913ehaupt2016-10-053-14/+4
| | | | - Remove patch (fixed upstream)
* - Update to version 2.1.0danfe2016-10-044-27/+8
| | | | | | | | | | - Explicitly list Qt core components in dependencies Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1475427605 which corresponds to commit 7f9ae7c tagged as this release. Reported by: portscout
* - Update to 20160521ehaupt2016-10-044-30/+31
| | | | | - 9.x needs a compiler understanding C++11 with a C++11 ready standard library - Relocate to github
* - Update to 2.3.4ehaupt2016-10-043-6/+10
| | | | | | | - Use debian mirror - Remove WWW as it now is just a directory listing with outdated files Notified by: repology
* Note conflict with comms/libcodec2 which is already marked for removaldb2016-10-031-0/+1
| | | | | | | No binary changes hence no PORTREVISION bump PR: ports/210186 Submitted by: takefu@
* audio/p5-MP3-Tag: update to 1.14novel2016-10-012-4/+4
|
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.tijl2016-10-012-2/+2
| | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine)
* Remove uneeded patch to fix BROKEN.vanilla2016-10-012-17/+0
| | | | Obtained from: marino@
* audio/darkice: BROKEN (fails to patch now)marino2016-10-011-0/+2
|
* Only build docs with doxygen inside a DOXYGEN option.mat2016-10-012-6/+6
| | | | Sponsored by: Absolight
* Catch stray dependencies, courtesy of the proxy-deps qa check.mat2016-10-011-0/+2
| | | | Sponsored by: Absolight
* Chase dependencies affected by the name change devel/google-sparsehash -> ↵matthew2016-09-302-5/+5
| | | | | | | | devel/sparsehash Which sould fix the INDEX Submitted by: cperciva
* - Update to version 1.1.1, now hosted on GitHubpawel2016-09-303-6/+10
| | | | | - Add LICENSE_FILE - Update WWW homepage
* Update to 0.5.1db2016-09-283-5/+269
| | | | | | | | | | Add some examples if requested. Add some test programs if requested. N.B. PR is actually against comms/libcodec2 which is a duplicate port. PR: ports/210186 Submitted by: takefu@
* audio/mpg123: update to 1.23.8novel2016-09-283-6/+5
|
* 1: Upgrade to 1.3.vanilla2016-09-282-18/+12
| | | | 2: refine configure arguments.
* - Update devel/doxygen to 1.8.12antoine2016-09-284-4/+6
| | | | | | - Adjust plist of ports depending on it PR: 212869
* - Update devel/icu to 57.1.tijl2016-09-242-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine)
* Switch to an out-of-source CMake buildrakuco2016-09-241-1/+1
|
* eSpeak For Asterisk provides the "Espeak" dialplan application,madpilot2016-09-216-0/+117
| | | | | | | | which allows you to use the Espeak speech synthesizer with Asterisk. This module invokes the Espeak TTS engine locally, and uses it to render text to speech. WWW: https://zaf.github.io/Asterisk-eSpeak/
* Flite For Asterisk provides the "Flite" dialplan application, whichmadpilot2016-09-216-0/+112
| | | | | | allows you to use the Flite TTS Engine with Asterisk. WWW: http://zaf.github.io/Asterisk-Flite/
* audio/libofa: new fedora MASTER_SITES to unbreakmarino2016-09-211-3/+1
| | | | PR: 212790 (related)
* Add visibility to C++ exceptions to prevent crashes with applicationsjhale2016-09-202-0/+82
| | | | | | | using libkcddb. PR: 211630 Submitted by: Adriaan de Groot <groot@kde.org>
* Drop maintainership for xmms and ancillary ports.naddy2016-09-205-5/+5
| | | | It would be a pity to see XMMS removed but personally I no longer use this.
* audio/mp3blaster: fix build with Clang 3.9emaste2016-09-201-0/+11
| | | | | PR: 212623 Approved by: novel
* - Unbreak fetching by pointing to archived distfile in Google Cloud Storagedanfe2016-09-181-7/+1
| | | | | | | | | despite that their repository has been moved to GitHub: new distfile lacks pre-generated autotools-related bits and does not bootstrap correctly, and I'm not in the mood to fight with autotools right now - Remove no longer accurate explanation of why we cannot enable -Werror yet: while this particular problem with Clang is no longer an issue, there are still lots of compiler warnings left
* audio/ruby-mp3tag: remove unneeded USE_RUBY_RDOCswills2016-09-171-1/+0
|
* - Update to 0.12amdmi32016-09-172-5/+5
|
* Convert to options helperspawel2016-09-161-87/+57
|
* audio/ruby-taglib: remove use of RUBY_RD_FILESswills2016-09-151-5/+3
| | | | PR: 210665
* audio/ruby-mp3tag: remove use of RUBY_RD_FILESswills2016-09-152-7/+2
| | | | PR: 210665
* Do not include bsd.port.pre.mk twiceantoine2016-09-151-1/+1
| | | | MFH: 2016Q3
* Unmark broken on powerpc64swills2016-09-151-2/+0
| | | | These ports built successfully
* GOOGLE_CODE has gone away.mat2016-09-1411-0/+22
| | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
* - Fix LICENSEamdmi32016-09-141-2/+4
| | | | | | - Switch to options helpers Approved by: portmgr blanket
* audio/simon -- Remove INSTALLS_ICONS and make stage-qa happytcberner2016-09-131-3/+4
| | | | | | | | | * Remove INSTALLS_ICONS * Add dependencies to make stage-qa happy. Reviewed by: rakuco, mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D7853
* Fix build of audio/clementine-player with clang 3.9.0dim2016-09-131-0/+6
| | | | | | | | | | | | | | | | | | Clang 3.9.0 has a new warning about undefined template variables, which is triggered by including cryptopp headers in the spotify blob downloader: In file included from /wrkdirs/usr/ports/audio/clementine-player/work/Clementine-1.3.1/src/internet/spotify/spotifyblobdownloader.cpp:43: /usr/local/include/cryptopp/pkcspad.h:74:53: error: instantiation of variable 'CryptoPP::PKCS_DigestDecoration<CryptoPP::SHA512>::decoration' required here, but no definition is available [-Werror,-Wundefined-var-template] return HashIdentifier(PKCS_DigestDecoration<H>::decoration, PKCS_DigestDecoration<H>::length); ^ This warning could be silenced by hacking on cryptopp, but just suppress it for now. Approved by: sbruno (maintainer) PR: 212343 MFH: 2016Q3
* Update to upstream version 3.0.13.4riggs2016-09-103-9/+10
| | | | | | | | | | | | | | | | | | | | | Detailed maintainer log: - fixed a problem where virtual servers refuse to start due to invalid flags or order - fixed a crash in fix crash on servergroupautodelperm / servergroupautoaddperm - "Error opening file: No such file or directory" message now includes filename - Fixed server crash when ipv6 client connects while using MariaDB (or MySQL) server - Database plugins are now checked more thoroughly at server startup - To fix the problem with MariaDB, the server needs to alter columns in the client and bindings table. For large databases, this can take a while. It is recommended that all ts3servers that use the same database, are stopped and then one new ts3server is started first which does the update. After this, the other instances can be started too. PR: 212531 Submitted by: Ultima1252@gmail.com (maintainer)
* Most commonly used build systems support silent builds, when theyamdmi32016-09-105-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534
* - Fix build with --disable-silent-rulesamdmi32016-09-101-0/+10
| | | | | | PR: 212411 Submitted by: amdmi3 Approved by: portmgr
* audio/re: Set to use correct openssl headersmarino2016-09-101-2/+2
| | | | Approved by: SSL blanket
* - In Uses/linux.mk use the loop variable directly when appending totijl2016-09-0711-7/+11
| | | | | | | | | *_DEPENDS. Helper variables derived from the loop variable aren't expanded causing *_DEPENDS to be incorrect. - Bump all ports with more than one value in USE_LINUX. PR: 211645 Reported by: jkim
* audio/mpg123: add SNDIO option and cleanupsnovel2016-09-072-5/+14
| | | | | | | | | | | - add a SNDIO option that enables building of the audio/sndio output module - replace CPPFLAGS/LDFLAGS with USES=localbase - use INSTALL_TARGET=install-strip to strip libraries - bump PORTREVISION due to packaging change PR: 212406 Submitted by: Tobias Kortkamp
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withtijl2016-09-0642-185/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine)
* audio/gmpc(-magnatune): revbump required after previous changesmarino2016-09-012-2/+2
|
* - Update to 0.2~beta2amdmi32016-08-293-12/+17
| | | | | | | | | | | * migrate to the pd-miXedSon maintenance codebase due to breaking fork upstream: see https://github.com/electrickery/pd-miXedSon for details * a test patch has been added to the [sampstoms~] object * the [teeth~] object has been converted from an abstraction to an external - While here, add LICENSE, silence MKDIR, fix whitespace PR: 212208 Submitted by: brittlehaus@gmail.com (maintainer)
* audio/openal-soft: re-apply r420906pi2016-08-271-2/+2
| | | | | | | - r420919 overwrote r420906 PR: 210353, 211664 Reported by: matthew@reztek.cz
* - Convert to USES=sqlitepawel2016-08-262-5/+7
| | | | | - Convert to PLIST_FILES, only 2 items in plist - Register proxy dependencies found by stage-qa
* audio/openal-soft: Add option to enable sndio supportpi2016-08-261-2/+5
| | | | | | | | - This adds support for building with the sndio audio output (audio/sndio). PR: 211664 Submitted by: Tobias Kortkamp <t@tobik.me> Approved by: mva (maintainer timeout)
* - Convert to USES=localbase sqlitepawel2016-08-261-6/+10
| | | | | - Add LICENSE info - Register proxy dependencies found by stage-qa
* audio/openal-soft: fix missing QT4 dependenciesnovel2016-08-261-1/+1
| | | | | | | PR: 210353 Submitted by: matthew@reztek.cz Approved by: maintainer timeout (2+ months) MFH: 2016Q3
* audio/cmus: 2.6.0 -> 2.7.1pi2016-08-269-261/+211
| | | | | | | | | | - change to option helpers - installs bash and zsh completion files - now plays 24/32-bit encoded files with sndio PR: 211288 Submitted by: t@tobik.me Approved by: h.skuhra@gmail.com (maintainer timeout)
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andtcberner2016-08-2415-30/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961
* audio/zinf: document ncurses requirementmarino2016-08-2416-7/+151
| | | | | While here, import several dports patches to add missing headers for c++.
* Update to version 0.28pawel2016-08-242-4/+5
| | | | | PR: 211985 Submitted by: Zsolt Udvari (maintainer)
* audio/umix: document ncurses requirementmarino2016-08-241-0/+1
| | | | While here, add USES=alias for DF support
* audio/ufmcontrol-i18n: mark broken (unfetchable)marino2016-08-241-0/+2
| | | | | The actual SF projects seems to have been removed although the project page is still up.
* audio/mp3info: document and fix ncurses requirementmarino2016-08-242-3/+5
| | | | Approved by: ncurses blanket
* audio/herrie: document ncurses requirementmarino2016-08-241-1/+1
| | | | Approved by: ncurses blanket
* audio/alsa-utils: document ncurses requirementmarino2016-08-241-1/+1
| | | | Approved by: ncurses blanket
* - Update to 0.7.5amdmi32016-08-232-14/+10
| | | | | | | - While here, fix LICENSE, switch to USES=localbase and remove duplicate docs installation PR: 211994 Submitted by: yamagi@yamagi.org (maintainer)
* Revive audio/exaile-develrm2016-08-216-0/+1113
| | | | | The main difference of development branch is that Exaile is ported to GTK+3 and Gstreamer 1.x.
* audio/py-mutagen: add missing shebangfixrm2016-08-211-2/+2
| | | | | | | | Correct my previos change by adding USES=shebangfix, that was missed in manual merge. With hat: python Pointyhat to: rm
* - Fix high CPU usage while recording and playing at the same time,pawel2016-08-206-215/+181
| | | | | | | | | | | | | | report better sio_onmove deltas [1] - Fix issues with underruns when the system is under high load - Fix sio_getcap [1] - Fallback to /dev/dsp (hw.snd.default_unit) in sndiod and libsndio when no other device is specified [1] - rc.d script now configures a monitoring sub-device (a fake recording stream with a mix of all playback streams) by default [1] - Use OPSYS for better portability PR: 212007 [1] Submitted by: Tobias Kortkamp (maintainer) [1]
* - Update to 0.4.2amdmi32016-08-203-4/+5
| | | | | | | - While here, minor whitespace fix PR: 211992 Submitted by: henrik@affekt.org (maintainer)
* - Update to 0.25amdmi32016-08-202-6/+7
| | | | | | | - While here, switch to USES=localbase PR: 211993 Submitted by: henrik@affekt.org (maintainer)
* A module for PulseAudio to support playing to sndio servers.pawel2016-08-195-0/+46
| | | | | | | WWW: https://github.com/t6/pulseaudio-module-sndio/ PR: 211670 Submitted by: Tobias Kortkamp <t@tobik.me>
* The aucatctl utility sends MIDI messages to control sndiod and/orpawel2016-08-194-0/+37
| | | | | | | | | aucat volumes. WWW: http://www.sndio.org/ PR: 211542 Submitted by: Tobias Kortkamp <t@tobik.me>
* audio/teamspeak3-server: 3.0.13 -> 3.0.13.2pi2016-08-173-11/+11
| | | | | | | | | | | | - fixed several vulnerabilities. - fixed a crash introduced in 3.0.13.1 - fixed a deadlock in the server causing some instances to hang / be unresponsive - fixed a crash reported by a customer. PR: 211911 Changes: http://forum.teamspeak.com/threads/126318-TeamSpeak-3-Server-3-0-13-2-released Submitted by: Ultima1252@gmail.com (maintainer)
* Add python3 version of audio/py-mutagen packagerm2016-08-162-0/+8
|
* audio/py-mutagen: small changesrm2016-08-162-13/+8
| | | | | | | | | | | | - make python version overridable, so we can reuse the Makefile from a slave port - remove patch file, because it is too simple to not implement the replacing in Makefile - utilize shebangfix against tools installed to ${PREFIX}/bin and mark this port concurrent-safe to get the tools prefixed with python version - bump PORTREVISION because of package change With hat: python
* audio/teamspeak3-server: mention path to ini-file in pkg-message.inpi2016-08-152-2/+4
| | | | | PR: 211848 Submitted by: Ultima1252@gmail.com (maintainer)
* Update to 1.34.1olivierd2016-08-152-4/+4
|
* - Update to version 1.3.19pawel2016-08-122-7/+9
| | | | | | | | | | | - Reintroduce BEATPORT option, remove ECHONEST Changelogs: http://docs.beets.io/en/v1.3.18/changelog.html http://docs.beets.io/en/v1.3.19/changelog.html PR: 211649 Submitted by: Stig Inge Lea Bjornsen (maintainer)
* - drop maintainership cause of r394778dinoex2016-08-121-1/+1
|
* Enable sndio support in libao, based on the OpenBSD port.naddy2016-08-093-1/+64
| | | | | | | | Also add --disable-alsa to CONFIGURE_ARGS because without it the port tries to link with libasound when it's installed. PR: 211662 Submitted by: Tobias Kortkamp <t@tobik.me>
* Pacify stage-qaehaupt2016-08-092-7/+15
|
* Strip binaryehaupt2016-08-091-1/+4
|
* audio/teamspeak3-server: 3.0.12.4 -> 3.0.13pi2016-08-094-5/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + ipv6 support + improved database performance + improved snapshot create/deploy performance + Enable "tcp_nodelay" option for server query (less latency) + bindinglist command now has a new parameter "subsystem" - file transfer now only accepts connections from ip addresses that have started an upload / download. There is a reserve of 20 slots that are allowed to connect even though that particular ip address did not start an upload/download. This is to support exotic client routing configurations like tcp load balancers. - fixed incorrect filetransfer port reported in instanceinfo - binding voice to the any address (0.0.0.0 / 0::0), which is the default behaviour of the server, now supports clients connecting to all addresses instead of just the default ip of the network interface. - fixed assertion in puzzle feature (Thanks to Schlumpi for helping us find this) - fixed virtual server log and bindinglist for voice showing multiple senseless bindings * file transfer now only allows an idle time of 2 seconds after connect * new file transfer implementation * updated sqlite to 3.11.1 * sqlite db now uses WAL as journal mode ! the new file transfer routines on unix systems now depend on async io (aio*) routines. For freebsd this probably means you need to load the aio kernel module using 'kldload aio' ! for server query users: ftinitupload/download replies may now omit the ip parameter. If it is omitted, it means the transfer should be started on the same ip that was currently used by the server query ip. ! for ftinitupload/download there is now an optional "proto" parameter. See the server query manual for more info. PR: 211638 Submitted by: Ultima1252@gmail.com (maintainer)
* Update to 1.34olivierd2016-08-092-4/+4
|
* USE_BDB cleanup.mat2016-08-082-4/+2
| | | | | | | | | | | - USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight
* - Register gettext-runtime USESehaupt2016-08-081-2/+4
| | | | | - Register x11, xext, xi with USE_XORG - Strip library
* - Strip libraryehaupt2016-08-081-3/+6
| | | | - Pacify portlint
* Use INSTALL_LIB instead of INSTALL_DATAehaupt2016-08-081-2/+2
|
* - Strip libraryehaupt2016-08-081-2/+7
| | | | | | - Register gettext-runtime USES - Register glib12, gtk12 with USE_GNOME - Register x11, xext, xi with USE_XORG
* - Register gettext-runtime USESehaupt2016-08-082-4/+5
| | | | | | - Register glib12, gtk12 with USE_GNOME - Register xext, xi, x11 with USE_XORG - Remove continuous blank line
* - Strip binariesehaupt2016-08-081-2/+5
| | | | - Register USE_XORG uses
* Strip binariesehaupt2016-08-081-1/+3
|
* Register x11, xext and xv in USE_XORGehaupt2016-08-081-1/+2
|
* Strip libraryehaupt2016-08-081-1/+3
|
* Set DISTNAME to PORTNAME.kevlo2016-08-051-2/+1
| | | | Sugessted by: mat
* Add a conditional depends on devel/py-monotonic for faster operations inkevlo2016-08-051-2/+7
| | | | | | | some functions on Python 2. See: https://github.com/Uberi/speech_recognition/#monotonic-for-python-2-for-faster-operations-in-some-functions-on-python-2 Spotted by: koobs
* audio/alsa-{lib,utils}: update to 1.1.2jbeich2016-08-057-11/+38
| | | | | | Changes: http://www.alsa-project.org/main/index.php/Changes_v1.1.1_v1.1.2 ABI: http://abi-laboratory.pro/tracker/compat_report/alsa/1.1.1/1.1.2/6d65a/abi_compat_report.html MFH: 2016Q3
* - Fix build on FreeBSD 9.xpawel2016-08-042-7/+4
| | | | | | | | | | - Take maintainership - Add USES=autoreconf - Update WWW homepage PR: 211250 Submitted by: Zsolt Udvari MFH: 2016Q3
* Update to 1.1.3 for some minor fixes.naddy2016-08-043-4/+5
|
* Import SpeechRecognition 3.4.6kevlo2016-08-044-0/+32
| | | | | SpeechRecognition is a Python library for performing speech recognition, with support for several engines and APIs, online and offline.
* Support hw.snd.default_unit sysctl.kevlo2016-08-042-1/+36
| | | | | | | | | | If the hw.snd.default_unit is set to anything except zero, /dev/dsp0 is not available to programs using portaudio, since it assumes that /dev/dsp and /dev/dsp0 are the same device. PR: 208968 Submitted by: shurd Approved by: koalative@gmail.com (maintainer timeout)
* audio/libamr(n|w)b: Remove redundant dependency on unzipmarino2016-08-042-4/+0
| | | | | | | A dependency on unzip will never be registered since unzip is available on all supported platforms (since FreeBSD 8.0). Approved by: infrastructure blanket (removal of redundant deps)
* Update midip to 1.3.2.kwm2016-08-042-3/+4
| | | | | | | | - Allow PianoTab to accept keyboard input - Separared pedal mute from control events mute - Improved chord decoding Submitted by: maintainer (via priv mail)
* audio/cplay: Update to 1.50woodsb022016-08-038-130/+73
| | | | | | | | | | | | | | | - Switch to GH account used by Debian - Update patch-cplay to remove upstreamed changes and add mpv support - Add off-by-default dependency options for supported audio players - Change to USES=python:-2.7; runtime testing with python3 failed - shebangfix added to remove need for ${LOCALBASE}/bin/python symlink - Add patch-po_fr.po to fix build error fr.po:78: 'msgid' and 'msgstr' entries do not both end with '\n' Reviewed by: adamw Approved by: koobs, mat (mentors) Relnotes: https://github.com/hukka/cplay/blob/v1.50/ChangeLog Differential Revision: https://reviews.freebsd.org/D7200
* New port: audio/sndiopi2016-08-0312-0/+1153
| | | | | | | | | | | | | | | | Sndio is a small audio and MIDI framework part of the OpenBSD project. It provides an lightweight audio & MIDI server and a fully documented user-space API to access either the server or directly the hardware in a uniform way. Sndio is designed to work for desktop applications, but pays special attention to synchronization mechanisms and reliability required by music applications. Reliability through simplicity are part of the project goals. WWW: http://www.sndio.org/ PR: 210124 Submitted by: Tobias Kortkamp <t@tobik.me>
* Remove p5-IO-Socket-IP dependency and bump PORTREVISION.adamw2016-08-031-1/+1
|
* Use LINUX_REPO_ARCH instead of LINUX_RPM_ARCH when setting DISTINFO_FILEtijl2016-08-0134-0/+0
| | | | | | | and PLIST for Linux ports. LINUX_RPM_ARCH is the CPU targetted by a package and LINUX_REPO_ARCH is like our ARCH which is more suitable. This only affects Centos 6 ports because they are the only ones where LINUX_REPO_ARCH != LINUX_RPM_ARCH.
* Remove build dependency on bison, it actually works perfectly yaccbapt2016-08-011-2/+0
| | | | both the old available on 9 and the new in 10+
* Fix build, using getline(3) from libcantoine2016-07-318-229/+10
| | | | Reported by: pkg-fallout
* Upgrade to 1.0.2.sobomax2016-07-303-5/+11
|
* Oops, fix CATEGORY to match.sobomax2016-07-301-1/+1
|
* Add libg722, a software G.722 decoding/encoding library that issobomax2016-07-305-0/+45
| | | | bit-compatible with the ITU-T specifications.
* Prevent collision with getline(3)bapt2016-07-302-2/+2
|
* audio/teamspeak3-server: Mark BROKEN on 11, will not startpi2016-07-301-0/+2
| | | | | | - upstream is notified Submitted by: Ultima1252@gmail.com (maintainer)
* - Update to version 0.7.0 [1]pawel2016-07-291-1/+1
| | | | | | | - Bump all affected ports, ABI change PR: 211417 [1] Submitted by: maintainer
* Cleanup patches, a* categories.mat2016-07-271044-4663/+4351
| | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
* audio/libaudiofile: track flac dependencyjbeich2016-07-261-1/+3
| | | | | | | | | | ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/libaudiofile.so.1.0.0 is linked to /usr/local/lib/libFLAC.so.8 from audio/flac but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libFLAC.so:audio/flac PR: 206888 Submitted by: jkim Approved by: portmgr blanket, maintainer timeout (6 months)
* Reset miwi@'s ports, he stepped down from the Ports Team.rene2016-07-261-1/+1
| | | | With hat: portmgr-secretary
* - Update to version 0.47.1pawel2016-07-252-4/+5
| | | | | | | - Make JACK option on by default PR: 211326 Submitted by: Tobias Brodel (maintainer)
* Update to 4.1.0ehaupt2016-07-222-3/+4
|
* Update to 4.4.0ehaupt2016-07-222-3/+4
|
* Cleanup $() variables in ports Makefiles.mat2016-07-201-1/+1
| | | | | | | Mostly replace with ${}, but sometime, replace with $$() because it is what was intended in the first place. (I think.) Sponsored by: Absolight
* - update libgd to 2.2.2dinoex2016-07-202-2/+2
| | | | | | | | | | | - new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj MFH: 2016Q3 Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
* When there is a do-install target, do not use a post-install target, domat2016-07-194-6/+2
| | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight
* audio/soundkonverter: remove INSTALLS_ICONS, fix plist.dbn2016-07-192-2/+2
| | | | | | | | | - Remove INSTALLS_ICONS as this is a KDE port and not a GNOME port. - Replace %%QT_BINDIR%% with 'bin'. Although QT_BINDIR does subtitue to the correct value, this port uses cmake and not qmake and thus may not honour changes to QT_BINDIR. Reported by: danfe
* Don't echo in post-install, use pkg-message. Also, don't "fix"mat2016-07-192-11/+7
| | | | | | pkg-message in post-install, use SUB_FILES/SUB_LIST. Sponsored by: Absolight
* audio/soundkonverter: update to 2.2.2dbn2016-07-144-34/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add missing dependencies (phonon, qt4) - Fix spelling of option (VORBIS) - Make LIBAV an option (and fix description) - Remove Musepack from replaygain (musepack does not install mpcgain) ChangeLog: 2.2.2: -Change: Move Polish (Poland) translation to Polish -Change: Move Swedish (Sweden) translation back to Swedish -Change: Remove so-version for libsoundkonvertercore to satisfy obs lint 2.2.1: -Add: Dutch, Spanish (Argentina) and Polish (Poland) translations -Change: Swedish translation moved to Swedish (Sweden) -Change: Update translations 2.2.0: -Add: Decode webm audio stream -Add: --file-list argument -Change: Remove both APE and ID3 Replay Gain tags with mp3gain and aacgain -Change: Disable "modify audio stream" option by default in mp3gain and aacgain -Change: Don't write icedax info file -Change: Set so-version for libsoundkonvertercore -Fix: Don't require an output path when using a user defined profile as command line argument -Fix: Don't crash when tags can't be read -Fix: Error message when trying to write to a directory without permissions -Fix: Store album artist information to file list files -Fix: Some crashes -Fix: Handle newer ffmpeg versions -Fix: Don't wait with Replay Gain calculation for items with same album name but no Replay Gain conversion option set -Fix: Don't convert all files at once if the conversion starts with copying files with the same input an output codec -Fix: Infinite loop when waiting for album gain for a failed item
* - Update to 0.8amdmi32016-07-134-15/+19
| | | | | | | | - Switch to USES=ssl - Fix build with ports openssl PR: 210952 Submitted by: liangtai.s16@gmail.com (maintainer)
* audio/portaudio: fix test program installationpi2016-07-101-2/+3
| | | | | | | | | - Before the patch the libtool wrapper scripts were installed instead of real test programs PR: 210455 Submitted by: Tobias Kortkamp <t@tobik.me> Approved by: koalative@gmail.com (maintainer timeout)
* - Update to 2016.06.02kmoore2016-07-092-3/+3
| | | | | PR: 210863 Submitted by: Maintainer
* Bump PORTREVISION for the icu revert.mat2016-07-071-1/+1
| | | | | | | | | This time not bumping lang/php70, but devel/php70-intl which is the one really depending on icu. PR: 205120 With hat: portmgr Sponsored by: Absolight
* - Update to 1.33.2olivierd2016-07-073-5/+5
| | | | - Adjust WWW entry, project moved to GitHub
* devel/icu: bump PORTREVISION on dependent portsgahr2016-07-061-1/+1
|
* Update to 0.05.mat2016-07-052-4/+4
| | | | Sponsored by: Absolight
* Remove expired ports without open PRs:rene2016-07-0519-644/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2016-07-04 security/openpgpsdk: Broken for more than 6 months 2016-07-04 security/radiusniff: Broken for more than 6 months 2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months 2016-07-04 security/sshit: Broken for more than 6 months 2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months 2016-07-04 security/rainbowcrack: Broken for more than 6 months 2016-07-04 security/vlog: Broken for more than 6 months 2016-07-04 security/cryptstring: Broken for more than 6 months 2016-07-04 x11/libdnd: Broken for more than 6 months 2016-07-04 x11/xlupe: Broken for more than 6 months 2016-07-04 x11/xco: Broken for more than 6 months 2016-07-04 x11/xclick: Broken for more than 6 months 2016-07-04 devel/ocfpcsc: Broken for more than 6 months 2016-07-04 devel/dits: Broken for more than 6 months 2016-07-04 devel/ruby-cache: Broken for more than 6 months 2016-07-04 devel/rapidsvn: Broken for more than 6 months 2016-07-04 devel/svnkit: Broken for more than 6 months 2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months 2016-07-04 devel/cl-uffi: Broken for more than 6 months 2016-07-04 devel/ruby-event-loop: Broken for more than 6 months 2016-07-04 devel/libqxt: Broken for more than 6 months 2016-07-04 devel/dasm: Broken for more than 6 months 2016-07-04 devel/libopendaap: Broken for more than 6 months 2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi 2016-07-04 devel/cvs2p4: Broken for more than 6 months 2016-07-04 devel/bufferpool: Broken for more than 6 months 2016-07-04 devel/ifd-test: Broken for more than 6 months 2016-07-04 devel/eric4: Broken for more than 6 months 2016-07-04 devel/uclmmbase: Broken for more than 6 months 2016-07-04 devel/obfuscatejs: Broken for more than 6 months 2016-07-04 devel/oniguruma: Broken for more than 6 months 2016-07-04 devel/libbnr: Broken for more than 6 months 2016-07-04 devel/c4: Broken for more than 6 months 2016-07-04 devel/memcheck: Broken for more than 6 months 2016-07-04 devel/liblcfg: Broken for more than 6 months 2016-07-04 devel/omake: Broken for more than 6 months 2016-07-04 devel/svndelta: Broken for more than 6 months 2016-07-04 devel/papp: Broken for more than 6 months 2016-07-04 devel/mk: Broken for more than 6 months 2016-07-04 devel/avltree: Broken for more than 6 months 2016-07-04 devel/cbind: Broken for more than 6 months 2016-07-04 devel/tclgetopts: Broken for more than 6 months 2016-07-04 devel/antlrworks: Broken for more than 6 months 2016-07-04 devel/acme: Broken for more than 6 months 2016-07-04 devel/libopensync022: Broken for more than 6 months 2016-07-04 archivers/epkg: Broken for more than 6 months 2016-07-04 print/enscriptfonts: Broken for more than 6 months 2016-07-04 print/mup: Broken for more than 6 months 2016-07-04 lang/lua-mode.el: Broken for more than 6 months 2016-07-04 lang/s9fes: Broken for more than 6 months 2016-07-04 lang/alisp: Broken for more than 6 months 2016-07-04 lang/intel2gas: Broken for more than 6 months 2016-07-04 lang/stalin: Broken for more than 6 months 2016-07-04 french/eric4: Depends on expiring devel/eric4 2016-07-04 textproc/exslt: Broken for more than 6 months 2016-07-04 textproc/xt: Broken for more than 6 months 2016-07-04 textproc/ssddiff: Broken for more than 6 months 2016-07-04 textproc/xslint: Broken for more than 6 months 2016-07-04 textproc/cbedic: Broken for more than 6 months 2016-07-04 textproc/tralics: Broken for more than 6 months 2016-07-04 textproc/docbookide.el: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months 2016-07-04 textproc/tdhkit: Broken for more than 6 months 2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months 2016-07-04 dns/ldnsm: Broken for more than 6 months 2016-07-04 japanese/guesswork-classic: Broken for more than 6 months 2016-07-04 japanese/texinfo: Broken for more than 6 months 2016-07-04 japanese/jyuroku: Broken for more than 6 months 2016-07-04 japanese/mtools: Broken for more than 6 months 2016-07-04 palm/pdbar: Broken for more than 6 months 2016-07-04 graphics/gplot: Broken for more than 6 months 2016-07-04 graphics/white_dune: Broken for more than 6 months 2016-07-04 graphics/whirlgif: Broken for more than 6 months 2016-07-04 graphics/libaux: Broken for more than 6 months 2016-07-04 graphics/import-pictures: Broken for more than 6 months 2016-07-04 math/xgobi: Broken for more than 6 months 2016-07-04 math/fricas: Broken for more than 6 months 2016-07-04 math/dcdflib: Broken for more than 6 months 2016-07-04 math/libneural: Broken for more than 6 months 2016-07-04 math/open-axiom: Broken for more than 6 months 2016-07-04 irc/nefarious: Broken for more than 6 months 2016-07-04 irc/slirc: Broken for more than 6 months 2016-07-04 irc/ratbox-respond: Broken for more than 6 months 2016-07-04 irc/qwebirc: Broken for more than 6 months 2016-07-04 biology/platon: Broken for more than 6 months 2016-07-04 news/slnr: Broken for more than 6 months 2016-07-04 science/jmol: Broken for more than 6 months 2016-07-04 net/nstxd: Broken for more than 6 months 2016-07-04 net/sprinkle: Broken for more than 6 months 2016-07-04 editors/ssam: Broken for more than 6 months 2016-07-04 editors/fb: Broken for more than 6 months 2016-07-04 misc/quotes: Broken for more than 6 months 2016-07-04 misc/boxquote.el: Broken for more than 6 months 2016-07-04 misc/pypanda: Broken for more than 6 months 2016-07-04 misc/cuecat: Broken for more than 6 months 2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months 2016-07-04 german/eric4: Depends on expiring devel/eric4 2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase 2016-07-04 multimedia/ggrab: Broken for more than 6 months 2016-07-04 emulators/dynamips: Broken for more than 6 months 2016-07-04 emulators/dynamips-devel: Broken for more than 6 months 2016-07-04 emulators/sim6811: Broken for more than 6 months 2016-07-04 emulators/minivmac: Broken for more than 6 months 2016-07-04 cad/qcad-partslib: Broken for more than 6 months 2016-07-04 comms/dump1090_mr: Broken for more than 6 months 2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd 2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months 2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months 2016-07-04 sysutils/jfbterm: Broken for more than 6 months 2016-07-04 sysutils/daedalus: Broken for more than 6 months 2016-07-04 sysutils/pcfclock: Broken for more than 6 months 2016-07-04 sysutils/vlogger: Broken for more than 6 months 2016-07-04 sysutils/bontmia: Broken for more than 6 months 2016-07-04 mail/pop3gwd: Broken for more than 6 months 2016-07-04 mail/mailtray: Broken for more than 6 months 2016-07-04 mail/pflogstats: Broken for more than 6 months 2016-07-04 mail/exact: Broken for more than 6 months 2016-07-04 mail/wmpop3: Broken for more than 6 months 2016-07-04 mail/qmail-conf: Broken for more than 6 months 2016-07-04 mail/gld: Broken for more than 6 months 2016-07-04 mail/dsbl-testers: Broken for more than 6 months 2016-07-04 mail/vqregister: Broken for more than 6 months 2016-07-04 mail/atmail: Broken for more than 6 months 2016-07-04 mail/ml: Broken for more than 6 months 2016-07-04 net-im/icb: Broken for more than 6 months 2016-07-04 net-im/cicquin: Broken for more than 6 months 2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months 2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months 2016-07-04 russian/eric4: Depends on expiring devel/eric4 2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months 2016-07-04 www/xpi-clearfields: Broken for more than 6 months 2016-07-04 www/pecl-varnish: Broken for more than 6 months 2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months 2016-07-04 www/hudson: Broken for more than 6 months 2016-07-04 www/xpi-mldonkey: Broken for more than 6 months 2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months 2016-07-04 www/trac-mastertickets: Broken for more than 6 months 2016-07-04 www/dotclear: Broken for more than 6 months 2016-07-04 www/ruby-wgettsv: Broken for more than 6 months 2016-07-04 www/wwwstat: Broken for more than 6 months 2016-07-04 www/xpi-prism: Broken for more than 6 months 2016-07-04 www/xpi-fasterfox: Broken for more than 6 months 2016-07-04 www/siteframe: Broken for more than 6 months 2016-07-04 www/py-urljr: Broken for more than 6 months 2016-07-04 www/reviewboard: Broken for more than 6 months 2016-07-04 www/xpi-tabletools: Broken for more than 6 months 2016-07-04 www/wikindx: Broken for more than 6 months 2016-07-04 www/typolight: Broken for more than 6 months 2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months 2016-07-04 www/xpi-gbrain: Broken for more than 6 months 2016-07-04 www/trac-robotstxt: Broken for more than 6 months 2016-07-04 www/simplog: Broken for more than 6 months 2016-07-04 www/chtml: Broken for more than 6 months 2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months 2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months 2016-07-04 databases/mysql-xql: Broken for more than 6 months 2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months 2016-07-04 games/lucidlife: Broken for more than 6 months 2016-07-04 games/gma: Broken for more than 6 months 2016-07-04 games/smiley: Broken for more than 6 months 2016-07-04 games/noegnud-littlehack: Broken for more than 6 months 2016-07-04 games/sdlquake2: Broken for more than 6 months 2016-07-04 games/daimonin: Depends on expiring games/daimonin-music 2016-07-04 games/noegnud-nethack: Broken for more than 6 months 2016-07-04 games/xbomber: Broken for more than 6 months 2016-07-04 games/xwelltris: Broken for more than 6 months 2016-07-04 games/ftjava: Broken for more than 6 months 2016-07-04 games/daimonin-music: Broken for more than 6 months 2016-07-04 games/gno3dtet: Broken for more than 6 months 2016-07-04 games/qtv: Broken for more than 6 months 2016-07-04 games/xwordpy: Broken for more than 6 months 2016-07-04 games/netris: Broken for more than 6 months 2016-07-04 games/rt2-demo: Broken for more than 6 months 2016-07-04 games/noegnud-addons: Broken for more than 6 months 2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months 2016-07-04 games/live-f1: Broken for more than 6 months 2016-07-04 games/xonix: Broken for more than 6 months 2016-07-04 games/fgkicker: Broken for more than 6 months 2016-07-04 games/tank: Depends on expiring graphics/libaux 2016-07-04 games/linux-nwserver: Broken for more than 6 months 2016-07-04 games/quake2-zaero: Broken for more than 6 months 2016-07-04 games/pyching: Broken for more than 6 months 2016-07-04 games/thevalley: Broken for more than 6 months 2016-07-04 games/xroads: Broken for more than 6 months 2016-07-04 games/fxsudoku: Broken for more than 6 months 2016-07-04 games/sudoku: Broken for more than 6 months 2016-07-04 games/kmancala: Broken for more than 6 months 2016-07-04 games/plonx: Broken for more than 6 months 2016-07-04 games/wmminichess: Broken for more than 6 months 2016-07-04 games/noegnud-slashem: Broken for more than 6 months 2016-07-04 games/latrine: Broken for more than 6 months 2016-07-04 games/pysycache-themes: Broken for more than 6 months 2016-07-04 games/nibbles: Broken for more than 6 months 2016-07-04 games/hlstatsx: Broken for more than 6 months 2016-07-04 audio/streamtuner: Broken for more than 6 months 2016-07-04 audio/mangler: Broken for more than 6 months 2016-07-04 audio/hawkvoice: Broken for more than 6 months 2016-07-04 audio/alac: Broken for more than 6 months 2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months 2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months 2016-07-04 x11-wm/musca: Broken for more than 6 months 2016-07-04 x11-wm/e-module-places: Broken for more than 6 months 2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months 2016-07-04 x11-wm/e-module-net: Broken for more than 6 months 2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months 2016-07-04 ftp/fget: Broken for more than 6 months 2016-07-04 net-mgmt/netmond: Broken for more than 6 months 2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
* Update MASTER_SITES, minor cleanup.mat2016-07-041-5/+3
| | | | | | PR: 210788 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* audio/lastfm-desktop: Update to 2.1.36woodsb022016-07-048-63/+307
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move to official GitHub repo, since the official CDN is out of date - Patch of LAV_Source.cpp renamed to follow file move, and updated to fix build with FFmpeg 3.0.x - obtained from ArchLinx [1]. Note that multimedia/ffmpeg is currently still on the 2.8.x branch, however this patch is backwards compatible with ffmpeg 2.8.x. - Patch of RadioService.cpp updated - obtained from ArchLinux [2]. - Remove patch of podDevice_linux.cpp, as the change was upstreamed - Add additional dependencies to LIB_DEPENDS and USE_QT4 as found by new stage-qa script. - Ensure program will appear in desktop manager menus by installing icon and adding DESKTOP_ENTRIES. - Add the audio playback run dependencies, with the option of either VLC or GSTREAMER. Without one of these, it crashes upon run. - Remove the LD_LIBRARY_PATH, as it is no longer needed now that the lastfm-desktop binaries are statically linked to it's private libraries [3]. - Also do not install the *.a static libraries, as they are not used by any other programs/ports and not needed by the lastfm-desktop binaries. - Install all of the files required by for the .css stylesheet to work. [1] https://aur.archlinux.org/cgit/aur.git/tree/LAV_Source_fix.patch?h=lastfm [2] https://aur.archlinux.org/cgit/aur.git/tree/cast-bug.patch?h=lastfm [3] https://github.com/lastfm/lastfm-desktop/commit/a6d2225e368aaeb66ec5345717120013b40f2518 Reviewed by: mat (mentor) Approved by: vg (maintainer timeout), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6874
* - Update to 0.04wen2016-07-033-9/+9
| | | | | Changes: http://cpansearch.perl.org/src/DAVECROSS/Ogg-Vorbis-Header-0.04/Changes - Re-generate the patch
* Update to 1.33.1olivierd2016-07-022-3/+4
|
* audio/mpg123: update to 1.23.6novel2016-07-022-3/+4
|
* This is a Fluid (R3) General MIDI soundfonts, for use with any modern MIDIdanfe2016-07-026-0/+2977
| | | | | | | | | | | | | synthesizer: hardware (like the EMU10K1 sound card), or software (like e.g. FluidSynth). This package provides both the larger GM sound set and smaller GS sound set of Roland Sound Canvas extensions. Timidity configuration files (fluidr3_gm.cfg and fluidr3_gs.cfg for GM and GS sets, respectively) were obtained from Debian. WWW: https://musescore.org/en/handbook/soundfont
* - Add new MASTER_SITE and unbreak [1]madpilot2016-07-022-4/+3
| | | | | | | - While here, add TIMESTAMP to distinfo PR: 210752 [1] Submitted by: Riccardo Torrini <riccardo at torrini.org>
* - Update to 0.2.3olivierd2016-07-018-154/+19
| | | | | - Sort USES - Remove unneeded patches
* Convert a couple ports that use both _CMAKE_ON and _CMAKE_OFF to _CMAKE_BOOL.adamw2016-07-011-8/+4
| | | | Use options helpers all the way in math/carve, because I couldn't help myself.
* Grabzeising2016-06-301-1/+1
|
* audio/mpg123: update to 1.23.5novel2016-06-263-4/+4
|
* - Add patch, after revision r417478 (update of audio/wildmidi), due toolivierd2016-06-262-0/+12
| | | | | API changes - Bump PORTREVISION
* Update to 0.4.0olivierd2016-06-263-17/+22
| | | | | | | Changes: https://github.com/Mindwerks/wildmidi/releases/tag/wildmidi-0.4.0 PR: 210365 Submitted by: SimaMoto,RyoTa <liangtai.s16@gmail.com> (maintainer)
* Import audio/libsoxr, a sample-rate conversion libraryriggs2016-06-266-0/+131
| | | | | PR: liangtai.s16@gmail.com Reviewed by: riggs
* Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the ↵tz2016-06-2315-15/+15
| | | | | | | | owner requested. This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918. Approved by: junovitch (mentor)
* Prefer relative links to make packages more relocation friendlybapt2016-06-232-4/+4
|
* Rename all three p5-ReadLine-(Gnu,Perl,TTYtter) to their real namesmat2016-06-211-1/+1
| | | | | | | | | | | | | p5-Term-ReadLine-(Gnu,Perl,TTYtter). I can't find any reason for p5-ReadLine-Gnu to have been added as ReadLine-Gnu instead of Term-ReadLine-Gnu twenty years ago. devel/p5-Term-ReadLine-Perl was added as a dupplicate a few years back where it should not have, so change its maintainer to be perl@ like devel/p5-ReadLine-Perl had. Sponsored by: Absolight
* Update LICENSE* in audio/faac; remove from LEGALriggs2016-06-211-5/+10
| | | | | | | | | | | | | | | | | | | | Detailed log: - Remove audio/faac from LEGAL. There is no evidence that faac may not be redistributed on sold media like FreeBSD CDs/DVDs. Other well-established open source organisations arrive at the same conclusion, e.g. Debian: http://metadata.ftp-master.debian.org/changelogs//non-free/f/faac/faac_1.28-6_copyright and, by extension, Ubuntu: https://launchpad.net/ubuntu/trusty/+source/faac/+copyright Arch Linux ships redistributable packages as well: https://www.archlinux.org/packages/?sort=&repo=Extra&q=faac - Add LICENSE* tags in audio/faac - Bump PORTREVISION in audio/faac (package metadata changes) - Pet portlint PR: 209959 Submitted by: takefu@airport.fm Reviewed by: riggs
* Update Linux ports to Centos 6.8.tijl2016-06-2148-220/+337
| | | | | | PR: 210373 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Differential Revision: https://reviews.freebsd.org/D6891
* With the power of USES=dos2unix, get rid of most patches and filesmat2016-06-2123-96/+97
| | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
* Add license information.naddy2016-06-201-1/+3
| | | | | PR: 210126 Submitted by: takefu@airport.fm
* * Add license information.naddy2016-06-203-1/+273
| | | | | | | | * Always install the API documentation. A pre-generated copy is already included, so we don't need to run doxygen. PR: 210125 Submitted by: takefu@airport.fm
* Do not try to play with chflags, pkg does it by itself alreadybapt2016-06-182-2/+1
|
* Add LICENSE*, minor cleanups, bump PORTREVISIONriggs2016-06-181-2/+5
| | | | | | PR: 209960 Submitted by: takefu@airport.fm Reviewed by: riggs
* Use wx 3.0bapt2016-06-181-3/+2
|
* audio/aqualung: Fix build with FFmpeg 3.0.xwoodsb022016-06-162-1/+25
| | | | | | | | | | | | Add patch-ffmpeg3, obtained from upstream [1], to allow aqualung to build successfully once multimedia/ffmpeg is updated to 3.0.x. Note that multimedia/ffmpeg is currently still on the 2.8.x branch, however this patch is backwards compatible with ffmpeg 2.8.x. [1] https://github.com/jeremyevans/aqualung/commit/3f60efe3dbab8e9d2c07a7b183fd009b3c999d60 Approved by: Chris Hutchinson <portmaster@BSDforge.com> (maintainer), mat (mentor) Differential Revision: https://reviews.freebsd.org/D6820
* (no commit message)woodsb022016-06-158-139/+137
|
* audio/shoutcast: Significant overhaul of Makefile and cleanup.sbruno2016-06-152-140/+31
| | | | | | | | | | | | | | | | - Bump PORTREVISION - Fix *_DESC variable for SERVERSETUP option - Simplify post-patch - Remove unneeded mkdir, if sub-directories available for creation - Silence mkdir - Use COPYTREE_SHARE with directory/file patterns, instead of manual copying of each file - Remove pkg-plist and use dynamic package list with PORTDATA, PORTDOCS, PORTEXAMPLES, PLIST_FILES and PLIST_DIRS - Fix unexec usage, because it was deprecated PR: 210203 Submitted by: lightside@gmx.com
* audio/re:woodsb022016-06-139-63/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 0.4.16 - Organise pkg-plist alphabetically audio/rem: - Update to 0.4.7 - Organise pkg-plist alphabetically audio/baresip: - Update to 0.4.19 - Remove CELT option (no longer supported upstream - replaced by OPUS) - Add EXAMPLES option to install new ${WRKSRC}/docs/examples - Update minimum required versions of audio/re and audio/rem [1] Changes this release: https://github.com/alfredh/baresip/blob/v0.4.19/docs/ChangeLog [1] https://github.com/alfredh/baresip/blob/v0.4.19/docs/README#L324 This upate also allows baresip to build successfully once multimedia/ffmpeg is updated to 3.0.x. Note that multimedia/ffmpeg is currently still on the 2.8.x branch, however this patch is backwards compatible with ffmpeg 2.8.x. Reported by: antoine (via exp-run) Reviewed by: mat (mentor) Approved by: crees (maintainer), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6822
* audio/soundkonverter: remove wrongly used PLIST_SUB from pkg-plistpi2016-06-121-1/+1
| | | | | PR: 210115 Submitted by: Tobias C.Berner <tcberner@gmail.com> (kde)
* audio/tomahawk remove wrongly used PLIST_SUB from pkg-plistpi2016-06-121-1/+1
| | | | | PR: 210117 Submitted by: Tobias C.Berner <tcberner@gmail.com> (kde)
* Update to 0.19.15 to support ffmpeg 3.0crees2016-06-113-8/+9
| | | | | Submitted by: gor_clogic.com.ua (Oleg Gushchenkov) Differential Revision: D6807
* Host the shoutcast tgz in my home dir on Freefall to unbreak.sbruno2016-06-111-3/+2
|
* Change MAINTAINER from ports@toco-domains.de to tz@FreeBSD.orgtz2016-06-101-1/+1
| | | | Approved by: junovitch (mentor)
* - Add patches missing in the previous commitamdmi32016-06-093-25/+36
| | | | | PR: 209981 Submitted by: cmangin@arobas.net
* - Update to version 1.4.1amdmi32016-06-093-9/+12
| | | | | | | | | | - Fix port to allow a connection to a local musicpd server - Use musicpd instead of mpd in the configuration - s/Qt4/Qt5/ in description - Pass maintainership to submitter PR: 209981 Submitted by: cmangin@arobas.net
* - Fix misused PLIST_SUB substitudes [1]amdmi32016-06-082-8/+9
| | | | | | | | - While here, fix license, whitespace, add missing qt corelib dependency and switch to new test framework [2] PR: 210096 [1] Submitted by: tcberner@gmail.com [1] Approved by: FreeBSD@ShaneWare.Biz [1], portmgr blanket [2]
* Remove unneeded usage of:mat2016-06-062-2/+2
| | | | | | | | - MASTER_SITE_SUBDIR - ${MASTER_SITES_FOO} - :DEFAULT (and use a default when appropriate) Sponsored by: Absolight
* Deprecate ports broken for more than 6 monthsantoine2016-06-046-0/+12
|
* Github cleanup.mat2016-06-012-4/+3
| | | | | | | | | - Use the version tag instead of commit hash when they're the same. - Remove unnneeded variables. - Simplify go- ports when possible. - Various fixes. Sponsored by: Absolight
* - Remove INSTALLS_ICONS, it's for GTK appspawel2016-06-011-5/+4
| | | | | - Convert to USES=pyqt - Add NO_ARCH
* During the exp-run in PR 208158, it was found that audio/ardour gives errorsdanfe2016-05-301-0/+2
| | | | | | | | with libc++ 3.8.0. This is because the std::map's allocator was not defined correctly. Fix the `fast_pool_allocator' definition to use a `const double'. PR: 209332 Submitted by: dim
* New port: audio/simonpi2016-05-305-0/+1788
| | | | | | | | | | | Simon is an open source speech recognition program that can replace your mouse and keyboard. The system is designed to be as flexible as possible and will work with any language or dialect. WWW: https://simon.kde.org/ PR: 209281 Submitted by: groot@kde.org, alonso
* - Update to 2.004sunpoet2016-05-292-3/+4
| | | | Changes: http://search.cpan.org/dist/Audio-MPD/Changes
* Mark the remaining three deadbeef plugs as not jobs safemarino2016-05-273-0/+6
| | | | | | Today the quick-search plugin failed to build due to concurrency issues, making it the 5th of 7th plugins to do so. Mark it and the remaining two plugins as jobs unsafe.
* Update to 0.3.9olivierd2016-05-273-11/+14
| | | | | PR: 209678 Submitted by: <liangtai.s16@gmail.com> (maintainer)
* - Update to 0.4.7olivierd2016-05-274-12/+37
| | | | | | | | | - Replace CPPFLAGS and LDFLAGS by USES= localbase - Cosmetic change for documentation - Fix build when NLS option is not set PR: 209717 Submitted by: <ericturgeon@ghostbsd.org> (maintainer)
* Fix build: Revert r415839 on audio/flac123riggs2016-05-261-0/+1
| | | | Setting WRKSRC is needed due to use of DISTVERSIONSUFFIX in this port.
* Remove expired misc/kdehier4 and update all of its consumers to not ↵rene2016-05-2613-13/+13
| | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542
* Remove useless WRKSRC definitions.mat2016-05-254-4/+0
| | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight
* - Take maintainershipamdmi32016-05-242-19/+18
| | | | | | - Switch to USES=localbase - Switch to normal pkg-plist - Make NLS support optional
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵amdmi32016-05-249-10/+6
| | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-2417-17/+17
| | | | Approved by: portmgr blanket
* - Add LICENSEamdmi32016-05-241-8/+4
| | | | | | | - Switch to USES=localbase and pathfix PR: 209684 Submitted by: liangtai.s16@gmail.com (maintainer)
* - Update to 1.8.6amdmi32016-05-243-8/+10
| | | | | | | - While here, clarify LICENSE PR: 209683 Submitted by: liangtai.s16@gmail.com (maintainer)
* Mark two more deadbeef ports as not jobs safemarino2016-05-232-0/+4
| | | | | | It was supposed that all deadbeef ports share the same build concurrency flaw, and that appears to have been demonstrated. These are the two latest deadbeef ports to fail in a multijob build.
* Prevent collision with getline(3)bapt2016-05-232-0/+36
|
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-196-9/+9
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*amdmi32016-05-1967-122/+122
| | | | Approved by: portmgr blanket
* - No need to specify master site subdirectory when it's the same as defaultamdmi32016-05-182-2/+2
| | | | Approved by: portmgr blanket
* - 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
|