2017-12-12 audio/cd-console: No public distfiles
2017-12-12 textproc/pecl-cld: Depends on expired devel/cld
2017-12-12 textproc/p5-Lingua-Identify-CLD: Depends on expired devel/cld
2017-04-30 devel/cld: Unfetchable for more than six months (google code has gone away)
- Explicitly add dependencies easytag requires:
* cairo
* audio/ogg for ogg vorbis support
* audio/opus for opus support
- Add runtime dependency on dconf to make sure users
could always have their configuration saved
- Enable file format support options (WAVPACK, OPUS, SPEEX)
by default by adding them to OPTIONS_DEFAULT
- Bump PORTREVISION
This update include many bugfixes and many new features over v2.4.3.
The list of changes would be too long for this commit message.
Please refer to the ZynAddSubFx release announcements at
zynaddsubfx-user@lists.sourceforge.net for more information.
PR: 220958
PR: 223635
Tested by: pi @
Approved by: maintainer
It offers controls to play, pause, stop the music, as well as
navigate back and forth the current playlist.
musicpd volume can be set with the mouse wheel.
WWW: https://github.com/yogsothoth/wmmp
PR: 216904
Submitted by: nicolasherry@gmail.com
We were not setting the flag to select the GNUstep ABI, so were defaulting to
using the GCC-compatible version, which was likely to trigger a lot of subtle
bugs. This was noticed when C++ exceptions thrown through Objective-C stack
frames caused segfaults.
hts_engine is software to synthesize speech waveform from HMMs trained
by the HMM-based speech synthesis system (HTS).
WWW: http://hts-engine.sourceforge.net/
PR: 217807
Submitted by: Hideki Gotoh <tomason510@gmail.com>
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run