When the default JAVA option is turned off, the check-plist fails due
to four files that don't get installed, so prefix them with %%JAVA%%
While here:
* Fixing stage-qa with INSTALL_TARGET=install-strip
* Manually strip JAVA option library libTraceInput.so as needed
* Remove obsolete @dirrm
* Add CFLAGS related to using ports execinfo to find the execinfo.h
(ports GCC seem to look in /usr/local/include by default, but DF's
base compiler does not, so explicitly specify this location)
All of these should be covered under the "Just Fix It" blanket
Minor changes over PR:
1. @dirrmtry -> @dir, removing trailing slashes from @dirrmtry
include/turn/client/ (else "make uninstall" complains - this is not
checked/found by "make check-plist"!)
2. added :prog and :xdocs-labels to MASTER_SITES and DISTFILES to avoid
fetching files from the wrong directories.
PR: 193816
Submitted by: bradleythughes@fastmail.fm [1], mom040267@gmail.com [2]
Approved by: mom040267@gmail.com (maintainer)
The Fedora 10 infrastructure ports have been in use since June 2009 and, while
having served a great deed, have become unsupported upstream and hence affected
by unfixed security vulnerabilities. In addition to that, many recent Linux
binaries need newer libc / stdlibc++ versions.
This commit adds the linux-c6- userland as drop-in replacement for the -f10
infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5.
If you want to switch to linux-c6 ports, please define at /etc/make.conf:
OVERRIDE_LINUX_BASE_PORT=c6
OVERRIDE_LINUX_NONBASE_PORTS=c6
Additionally, please add the following line to /etc/sysctl.conf:
compat.linux.osrelease=2.6.18
Upgrading procedures are shown in /usr/ports/UPDATING.
This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in
November 2013, using and extending mav@'s work. It has been tested extensively
and most reported issues were already fixed. Please report any additional bug
or "features" to the emulation mailing list.
Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's
filed Issues and Pull requests on GitHub,
PR: 186820
Differential Revision: https://reviews.freebsd.org/D793
Reviewed by: allanjude, antoine, bapt, rene
Approved by: portmgr (antoine, bapt)
Approved by: koobs (mentor)
Sponsored by: Perceivon Hosting Inc.
and pkg audit to handle this. The user can make their own decision as to
whether or not they want to use vulnerable ports or packages. Using
FORBIDDEN like this is not proper. It should only be used in extreme
cases.
In the meantime, the new Linux ports are being tested and should arrive
soon.
With hat: portmgr
Kamailio is an open source SIP proxy server that is capable of
handling thousands of up calls in a second. Among the features
it provides, are support for TCP, UDP and SCTP, secure communication
via TLS for VoIP (voice, video), accounting, the most popular open
source databases and much more.
Originally starting out as the SIP Express Router (SER) project by
the Fraunhofer Society in 2001, the design team got together in
2008, merged old and new source code and rebranded SER to Kamailio.
WWW: http://www.kamailio.org/
PR: 181301
Submitted by: Oliver Mahmoudi <olivermahmoudi@gmail.com>
Reviewed by: marino
Also the compat NO_INSTALL_MANPAGES shim.
Differential Revision: https://reviews.freebsd.org/D730
Reviewed by: antoine
With hat: portmgr
Sponsored by: Absolight
- Clean up / simplify Makefile
- MASTER_SITES: only sourceforge
- Mark port BROKEN on pre-9.x systems for now (build issue)
PR: 193421
Submitted by: 5u623l20@gmail.com (maintainer)
- Fix installation of lib/libspandsp.so.2 (when patching configure.ac
almost all USE_AUTOTOOLS are needed)
- Replace CONFIGURE_ARGS with CPPFLAGS/LIBS
Reported by: antoine