| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
- Remove uneeded flags
|
|
|
|
| |
- Switch to USES=localbase
|
|
|
|
| |
- Cosmetic fixes
|
|
|
|
| |
- Switch to options helpers
|
|
|
|
| |
- Switch to options helpers
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
- Remove patch (fixed upstream)
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
- 9.x needs a compiler understanding C++11 with a C++11 ready standard library
- Relocate to github
|
|
|
|
|
|
|
| |
- Use debian mirror
- Remove WWW as it now is just a directory listing with outdated files
Notified by: repology
|
|
|
|
|
|
|
| |
No binary changes hence no PORTREVISION bump
PR: ports/210186
Submitted by: takefu@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Obtained from: marino@
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
| |
devel/sparsehash
Which sould fix the INDEX
Submitted by: cperciva
|
|
|
|
|
| |
- Add LICENSE_FILE
- Update WWW homepage
|
|
|
|
|
|
|
|
|
|
| |
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@
|
| |
|
|
|
|
| |
2: refine configure arguments.
|
|
|
|
|
|
| |
- Adjust plist of ports depending on it
PR: 212869
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
|
| |
allows you to use the Flite TTS Engine with Asterisk.
WWW: http://zaf.github.io/Asterisk-Flite/
|
|
|
|
| |
PR: 212790 (related)
|
|
|
|
|
|
|
| |
using libkcddb.
PR: 211630
Submitted by: Adriaan de Groot <groot@kde.org>
|
|
|
|
| |
It would be a pity to see XMMS removed but personally I no longer use this.
|
|
|
|
|
| |
PR: 212623
Approved by: novel
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
| |
PR: 210665
|
|
|
|
| |
PR: 210665
|
|
|
|
| |
MFH: 2016Q3
|
|
|
|
| |
These ports built successfully
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
- Switch to options helpers
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
PR: 212411
Submitted by: amdmi3
Approved by: portmgr
|
|
|
|
| |
Approved by: SSL blanket
|
|
|
|
|
|
|
|
|
| |
*_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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
|
|
| |
- r420919 overwrote r420906
PR: 210353, 211664
Reported by: matthew@reztek.cz
|
|
|
|
|
| |
- Convert to PLIST_FILES, only 2 items in plist
- Register proxy dependencies found by stage-qa
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
| |
- Add LICENSE info
- Register proxy dependencies found by stage-qa
|
|
|
|
|
|
|
| |
PR: 210353
Submitted by: matthew@reztek.cz
Approved by: maintainer timeout (2+ months)
MFH: 2016Q3
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
While here, import several dports patches to add missing headers
for c++.
|
|
|
|
|
| |
PR: 211985
Submitted by: Zsolt Udvari (maintainer)
|
|
|
|
| |
While here, add USES=alias for DF support
|
|
|
|
|
| |
The actual SF projects seems to have been removed although the project
page is still up.
|
|
|
|
| |
Approved by: ncurses blanket
|
|
|
|
| |
Approved by: ncurses blanket
|
|
|
|
| |
Approved by: ncurses blanket
|
|
|
|
|
|
|
| |
- While here, fix LICENSE, switch to USES=localbase and remove duplicate docs installation
PR: 211994
Submitted by: yamagi@yamagi.org (maintainer)
|
|
|
|
|
| |
The main difference of development branch is that Exaile is ported to GTK+3
and Gstreamer 1.x.
|
|
|
|
|
|
|
|
| |
Correct my previos change by adding USES=shebangfix, that was
missed in manual merge.
With hat: python
Pointyhat to: rm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
|
|
|
|
|
|
|
| |
- While here, minor whitespace fix
PR: 211992
Submitted by: henrik@affekt.org (maintainer)
|
|
|
|
|
|
|
| |
- While here, switch to USES=localbase
PR: 211993
Submitted by: henrik@affekt.org (maintainer)
|
|
|
|
|
|
|
| |
WWW: https://github.com/t6/pulseaudio-module-sndio/
PR: 211670
Submitted by: Tobias Kortkamp <t@tobik.me>
|
|
|
|
|
|
|
|
|
| |
aucat volumes.
WWW: http://www.sndio.org/
PR: 211542
Submitted by: Tobias Kortkamp <t@tobik.me>
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
PR: 211848
Submitted by: Ultima1252@gmail.com (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ 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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- 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 x11, xext, xi with USE_XORG
- Strip library
|
|
|
|
| |
- Pacify portlint
|
| |
|
|
|
|
|
|
| |
- Register gettext-runtime USES
- Register glib12, gtk12 with USE_GNOME
- Register x11, xext, xi with USE_XORG
|
|
|
|
|
|
| |
- Register glib12, gtk12 with USE_GNOME
- Register xext, xi, x11 with USE_XORG
- Remove continuous blank line
|
|
|
|
| |
- Register USE_XORG uses
|
| |
|
| |
|
| |
|
|
|
|
| |
Sugessted by: mat
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
- Take maintainership
- Add USES=autoreconf
- Update WWW homepage
PR: 211250
Submitted by: Zsolt Udvari
MFH: 2016Q3
|
| |
|
|
|
|
|
| |
SpeechRecognition is a Python library for performing speech recognition,
with support for several engines and APIs, online and offline.
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
- Allow PianoTab to accept keyboard input
- Separared pedal mute from control events mute
- Improved chord decoding
Submitted by: maintainer (via priv mail)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
both the old available on 9 and the new in 10+
|
|
|
|
| |
Reported by: pkg-fallout
|
| |
|
| |
|
|
|
|
| |
bit-compatible with the ITU-T specifications.
|
| |
|
|
|
|
|
|
| |
- upstream is notified
Submitted by: Ultima1252@gmail.com (maintainer)
|
|
|
|
|
|
|
| |
- Bump all affected ports, ABI change
PR: 211417 [1]
Submitted by: maintainer
|
|
|
|
|
|
|
| |
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
| |
====> 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)
|
|
|
|
| |
With hat: portmgr-secretary
|
|
|
|
|
|
|
| |
- Make JACK option on by default
PR: 211326
Submitted by: Tobias Brodel (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
| |
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
pkg-message in post-install, use SUB_FILES/SUB_LIST.
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
- Switch to USES=ssl
- Fix build with ports openssl
PR: 210952
Submitted by: liangtai.s16@gmail.com (maintainer)
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
| |
PR: 210863
Submitted by: Maintainer
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
- Adjust WWW entry, project moved to GitHub
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
PR: 210788
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
Changes: http://cpansearch.perl.org/src/DAVECROSS/Ogg-Vorbis-Header-0.04/Changes
- Re-generate the patch
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- While here, add TIMESTAMP to distinfo
PR: 210752 [1]
Submitted by: Riccardo Torrini <riccardo at torrini.org>
|
|
|
|
|
| |
- Sort USES
- Remove unneeded patches
|
|
|
|
| |
Use options helpers all the way in math/carve, because I couldn't help myself.
|
| |
|
| |
|
|
|
|
|
| |
API changes
- Bump PORTREVISION
|
|
|
|
|
|
|
| |
Changes: https://github.com/Mindwerks/wildmidi/releases/tag/wildmidi-0.4.0
PR: 210365
Submitted by: SimaMoto,RyoTa <liangtai.s16@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: liangtai.s16@gmail.com
Reviewed by: riggs
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
PR: 210373
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Differential Revision: https://reviews.freebsd.org/D6891
|
|
|
|
|
|
|
|
|
|
| |
with CRLF.
While there, run make makepatch, rename patches to use the new scheme,
and various fixes.
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 210126
Submitted by: takefu@airport.fm
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
| |
PR: 209960
Submitted by: takefu@airport.fm
Reviewed by: riggs
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
PR: 210115
Submitted by: Tobias C.Berner <tcberner@gmail.com> (kde)
|
|
|
|
|
| |
PR: 210117
Submitted by: Tobias C.Berner <tcberner@gmail.com> (kde)
|
|
|
|
|
| |
Submitted by: gor_clogic.com.ua (Oleg Gushchenkov)
Differential Revision: D6807
|
| |
|
|
|
|
| |
Approved by: junovitch (mentor)
|
|
|
|
|
| |
PR: 209981
Submitted by: cmangin@arobas.net
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
- 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]
|
|
|
|
|
|
|
|
| |
- MASTER_SITE_SUBDIR
- ${MASTER_SITES_FOO}
- :DEFAULT (and use a default when appropriate)
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
- Convert to USES=pyqt
- Add NO_ARCH
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Audio-MPD/Changes
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
PR: 209678
Submitted by: <liangtai.s16@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
Setting WRKSRC is needed due to use of DISTVERSIONSUFFIX in this port.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight
|
|
|
|
|
|
| |
- Switch to USES=localbase
- Switch to normal pkg-plist
- Make NLS support optional
|
|
|
|
|
|
| |
by default anyway and don't need to be listed
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
- Switch to USES=localbase and pathfix
PR: 209684
Submitted by: liangtai.s16@gmail.com (maintainer)
|
|
|
|
|
|
|
| |
- While here, clarify LICENSE
PR: 209683
Submitted by: liangtai.s16@gmail.com (maintainer)
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
| |
=> 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
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- also pet portlint
PR: 209493
Submitted by: Tobias Brodel <brittlehaus@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
| |
- While here, minor cosmetic fixes
PR: 208969
Submitted by: shurd@FreeBSD.org
Approved by: maintainer timeout (koalative@gmail.com, 2 weeks)
|
| |
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
|
|
|
| |
maintainer timeout.
PR: 209042
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 209168
Approved by: vg (maintainer; privately)
|
|
|
|
| |
Sponsored by: Essen Linuxhotel Hackathon 2016
|
|
|
|
|
|
|
| |
- change some patches to conform to makepatch rules
PR: 209333
Submitted by: dim
|
| |
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 209227
Submitted by: trasz
|
| |
|
|
|
|
|
|
|
|
| |
- Expose "oss" via "aplay -L"
- Simplify "oss" and "pulse"
- Define "sysdefault"
Note, "aplay -D sysdefault" != "aplay -D oss" per ports/184006
|
|
|
|
|
|
|
|
| |
- fixed an other server crashes on malicious input (again)
- fixed a deadlock on some query commands
PR: 209126
Submitted by: Ultima1252@gmail.com (maintainer)
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Audio-MPD/Changes
|
|
|
|
|
|
| |
Udpate libcdio-paranoia: 10.2+0.90+1 -> 10.2+0.93+1
Bump PORTREVISIONs of dependents because of shared library version bump.
|
| |
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
- Add NO_ARCH
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
- Remove "Bernard Spil" from the MAINTAINER field
Reported by: junovitsch
|
|
|
|
|
|
|
| |
PR: 208490
Submitted by: dim
Approved by: maintainer timeout
MFH: 2016Q2 (build fix blanket)
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
|
| |
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby.
|
|
|
|
|
|
|
| |
- Chase shlib bump
PR: 208819
Submitted by: Ben Woods <woodsb02@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
PR: 208294
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D4157
|
|
|
|
|
| |
PR: 206943
Submitted by: xmj
|
|
|
|
|
| |
- Switch to options helpers
- Regenerate patches with `make makepatch`
|
|
|
|
|
|
| |
PR: 208610
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
|
|
|
|
|
| |
PR: 208609
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
|
|
|
|
|
| |
PR: 208608
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 208604
Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de> (maintainer)
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|