guild-boot.c is used before it's generated:
guile.c:1791:10: fatal error: 'guile-boot.c' file not found
...
../build-aux/guile-baux/gbaux-do as-C-byte-array -v high -t char guile-boot.puny > guile-boot.c
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.
Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.
The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:
audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a
compile-time option and should not be set in source code.
comms/hidapi: Use standard AM_ICONV configure macro to look for iconv.
deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG.
deskutils/ljclive: Override configure test for iconv.
deskutils/owncloudclient: Add USES=iconv and patch test for iconv.
devel/aegis: Bump PORTREVISION because it no longer uses libiconv.
devel/libexplain: Add USES=iconv and override test for iconv.
devel/sdl20: Override configure test for iconv.
emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include
<iconv.h> instead of <sys/iconv.h>.
irc/scrollz: Override configure test for iconv.
japanese/chasen-base: Override configure test for iconv and patch
configure so it no longer adds -liconv to linker flags just because it
happens to be installed.
japanses/eb: Patch configure test for iconv.
japanses/eblook: Override configure test for iconv.
java/jikes: Override configure test for iconv.
multimedia/transcode: Bump PORTREVISION because only one plugin links with
libiconv now.
net/c3270: Override configure test for iconv.
net/samba4*: Bump PORTREVISION because it no longer uses libiconv. The
configure script will always add -liconv to the linker flags when it
happens to be installed which would be wrong but later on binaries are
linked with -Wl,--as-needed and the linker discards -liconv because it
finds iconv*() functions in libc now and no longer in libiconv.
net-mgmt/icinga-*: Remove dependency on iconv.
net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net/asterisk11: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net-p2p/transmission-*: Override configure test for iconv.
www/htmlcxx: Override configure test for iconv.
www/httrack: Override configure test for iconv.
www/xapian-omega: Override configure test for iconv.
x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv.
x11/x3270: Override configure test for iconv.
x11-wm/jwm: Override configure test for iconv.
PR: 202838
Exp-run by: antoine
Approved by: portmgr (antoine)
- Update net/asterisk13 to 13.6.0
- Remove upstreamed patch
In net/asterisk13:
- Add ASTVERSION option to control installation of bash only script
astversion, and avoid an unconditional dependency on bash
servers from Python.
It also provides utility functions to translate NTP
fields values to text (mode, leap indicator...). Since
it's pure Python, and only depends on core modules,
it should work on any platform with a Python implementation.
WWW: https://pypi.python.org/pypi/ntplib
PR: 202525
Submitted by: uros@gruber.si
- Use options helpers
- Add USES=localbase, which is just the shorder way of adding CPPFLAGS=-I${LOCALBASE}/include, which fixes judy detection without NLS
PR: 203292
Submitted by: amdmi3
Approved by: maintainer timeout (sumikawa, 2 weeks)
- Fix build with PCAP_PORT by depending on specific .so version (otherwise dependency is satisfied with system libpcap.so, net/libpcap is not installed and the build fails)
- Drop 8.x support
Approved by: portmgr blanket
ZeroTier can be used for on-premise network virtualization, as a
peer to peer VPN for mobile teams, for hybrid or multi-data-center
cloud deployments, or just about anywhere else secure software
defined virtual networking is useful.
WWW: https://www.zerotier.com/
PR: 203161
Submitted by: corsmith@gmail.com
This package is the base class for talking with web services, there are
specific modules to use depending on the type of service you are calling,
e.g. SOAP::XML::Client::DotNet or SOAP::XML::Client::Generic
WWW: http://search.cpan.org/dist/SOAP-XML-Client/
OpenSIPS (Open SIP Server) is a mature Open Source implementation
of a SIP server.
It includes application-level functionalities and is the core component
of any SIP-based VoIP solution. With a very flexible and customizable
routing engine, OpenSIPS unifies voice, video, IM and presence
services in a highly efficient way, thanks to its scalable (modular)
design.
It is reliable and fast, for enterprise or carrier-grade use cases.
WWW: http://www.opensips.org/
PR: 203407
Submitted by: Euan Thoms <euan@potensol.com>
Mark as deprecated. Upstream development stalled, and author itself switched to
shrapnel. Port is unmaintained and no other ports depend on this one, there was
no updates since 2005. Set expiration date to 2015-10-28.
2015-09-19 net/linc: Last release in 2003, not used by anything anymore.
2015-09-19 net/linc-reference: Last release in 2003, not used by anything anymore.
The GStreamer core how has multiple include dirs, and freerdp rolls
it own detection code and figuring our which include dirs to use.
Instead use pkg-config to get the correct include dirs.
Submitted by: antoine@
- now uses UIDs/GIDs
- fix build in certain cases
PR: 198436, 202467
Submitted by: Pavel Nedoshivkin <nedoshivkin@gmail.com>, dim
Approved by: maintainer (timeout)