Mk/Uses/linux.mk changes:
- Add support for architecture neutral (noarch) distfiles.
- Add support for 64-bit only ports: set IGNORE on i386 and don't install
32-bit compat libraries on amd64.
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Differential Revision: https://reviews.freebsd.org/D7886
A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are
released as a bundle upstream, however, there was not really a clean
way to share this information.
Using these new categories, we can simplify the Makefiles for the diverse
KDE ports.
At the moment we support the virtual category
* kde-kde4
In the future, this will be extended to
* kde-frameworks
* kde-plasma
* kde-applications
PR: 213406
Differential Revision: https://reviews.freebsd.org/D7645
Exp-run by : antoine
Reviewed by: mat, rakuco
Approved by: portmgr (mat), rakuco (mentor)
This fixes the scanner.pl program, which would otherwise produce this
error in the log files:
Slim::Schema::Storage::throw_exception (122) Error: DBI Exception:
DBD::SQLite::db do failed: SQL logic error or missing database
cannot ATTACH database within transaction [for Statement "ATTACH
'/var/db/logitechmediaserver/cache/persist.db' AS persistentdb"]
More details about this problem:
http://forums.slimdevices.com/showthread.php?106257-FreeBSD-port&p=864545
Approved by: mark@tranquillussoftware.co.uk (maintainer), adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D8255
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1475314642 which corresponds to commit 57ef482 tagged
as this release.
Reported by: portscout
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
- 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
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)
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@
- 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/
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