configure script was passing `-faltivec' to the compiler, while this flag is
non-standard and only supported on Mac OS X/Darwin systems.
Also replace Apple-specific Altivec detection with querying the "hw.altivec"
sysctl instead.
2015-08-31 www/p5-WWW-Shorten-NotLong: notlong.com is now dead
2015-08-31 games/linux-majesty-demo: Broken for more than 6 months
2015-08-31 games/linux-coldwar-demo: Broken for more than 6 months
2015-08-31 games/linux-hdb-demo: Broken for more than 6 months
2015-08-31 devel/rubygem-igraph: Broken for more than 6 months
2015-08-31 games/linux-candycruncher-demo: Broken for more than 6 months
2015-08-31 games/linux-gorky17-demo: Broken for more than 6 months
2015-08-31 sysutils/syslog-ng33: No longer supported by Balabit cince November 2014.
On FreeBSD strlcat and strcpy exist so you should be using the
native libc versions instead of redefining your own.
FORTIFY_SOURCE depends on using the system headers so this change
fixes that case too.
PR: 202603
Submitted by: pfg, op
Approved by: milios@ccsys.com (maintainer)
Unfortunately, LibreOffice project completely dropped support for pre-C++11
compilers and libraries since 4.4. Therefore, we cannot easily build it on
FeeBSD 9.x any more unless the system was rebuilt with WITH_CLANG_IS_CC and
WITH_LIBCPLUSPLUS. If user is unable to upgrade the system for some reason,
the old port, i.e., 4.3.7, is still available from devel/libreoffice4 (with
no language packs).
ones:
This port now supports custom Asterisk configurations using a
*user-supplied* menuselect.makeopt file.
This feature is of most value for users that want to disable or
override default functionality that they dont want or need, particular
in space and/or resource constrained, or embedded environments.
For more information see this ports pkg-message file.
OPTIONS Changes:
- Make speex, libexecinfo and mpg123 OPTION'al
- Make menuselect backends (curses/newt) OPTION'al
- Remove override-able OPTION descriptions (dont appear necessary)
- Add CODECS, SOUNDS and DATABASE options groups for better UX
- Improve OPTION descriptions
General Changes:
- Add support for fetching G.279 Core and MOH sounds
- Use %%DATADIR%% in pkg-plist (portlint)
- Make DATADIR-safe (portlint)
- Reset @owner/@group after pkg-plist entries
- Pass CFLAGS/LDFLAGS to ASTCFLAGS/ASTLDFLAGS respectively in MAKE_ENV
- Update and cleanup pkg-plist
- Bump PORTREVISION
While here:
- Convert to USE_SQLITE in place of explicit LIB_DEPENDS.
Many thanks to koobs for his work on this!
Differential Revision: https://reviews.freebsd.org/D3262
- Adjust dependencies
- Replace _SINGLE option by _MULTI, according to Tim van der Molen (main
developer of Siren), output plugin (here OSS and PulseAudio) can be selected
at runtime
build failure on -CURRENT because strip cannot handle this. As it
was confirmed by upstream that it's safe to disable static libs [1],
do and and fix build on -CURRENT.
Drop static libs from plist and bump PORTREVISION.
1: https://github.com/Alexey-Yakovenko/deadbeef/issues/1255
PR: 202573
Approved by: vg (maintainer)
SoftEther VPN ("SoftEther" means "Software Ethernet") is a powerful,
multi-OS and easy-to-use multi-protocol VPN software. It supports
SSL-VPN (HTTPS), as well as OpenVPN, IPsec, L2TP, MS-SSTP, L2TPv3
and EtherIP tunneling protocols and has a clone function to support
OpenVPN clients.
WWW: http://www.softether.org
PR: 188437
Submitted by: net@arrishq.net
Reviewed by: marino
Despite ports r340913, the port still fails to build on FreeBSD 9.3 with
lang/gcc (GCC 4.8):
libreify/src/parser.cc: In member function 'void Reify::Parser::parseProgram()':
libreify/src/parser.cc:130:51: error: 'to_string' is not a member of 'std'
Apply a workaround for bug 193528 found in other ports to make that function
visible to GCC 4.8 (GCC 4.9 and later are fine).
Additionally, the port actually requires a C++11 standard library in
addition to a C++11-compliant compiler, so adjust the USES line and later
simplify the process of choosing which compiler to use.
Approved by: vsevolod (maintainer)
Differential Revision: https://reviews.freebsd.org/D3545