1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
Guido Falsi
98d7544960 - Update asterisk11 to 11.18.0
- Update asterisk13 to 13.4.0
- Add experimental option to allow using base compiler instead of
  ports gcc (mainly meant to allow compiling with clang)
2015-06-05 23:30:10 +00:00
Guido Falsi
0bff8d28e5 Add a slave port to net/pjsip to force installing pjsip with external
SRTP library.

Make the www/asterisk13 depend on this slave port when both SRTP
and PJSIP options in it are enabled, this allows enabling SRTP
support in asterisk13 without the need to manually reconfigure other
ports.

Reported by:	mat@ and a few others
2015-05-06 20:10:09 +00:00
Guido Falsi
8e7866129e - Add SYSINFO option to asterisk ports and force them to respect
it, otherwise they fail to build when devel/libsysinfo port is
  already present on system.

While here:

- Silence some Makefile commands
- Remove mostly obsolete comment from option description

Reported by:	Bob Eager <bob@eager.cx>
MFH:		2015Q2
2015-04-18 23:10:07 +00:00
Tijl Coosemans
074ea5282a converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
  http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
  defined because the base system iconv supports these extensions too.

Add/remove patches to/from ports to call iconv with non-const arguments.

This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier.  Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.

This exposed some ports that link with libiconv when it is available instead
of using libc iconv.  In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
  some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
  LIBICONV_PLUG is defined in the iconv test, also switch to external
  gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
  ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
  don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5

Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
  and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
  CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
  dependencies

PR:		199099
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-04-15 08:20:27 +00:00
Tijl Coosemans
72051dd08b Update net/libsrtp to 1.5.2 and use base OpenSSL on FreeBSD 10 and up
PR:		198903
Tested by:	madpilot
Approved by:	maintainer timeout (18 days)
2015-04-12 12:11:57 +00:00
Guido Falsi
de29930f7e - Update net/asterisk to 1.8.32.3
- Update net/asterisk11 to 11.17.1
- Update net/asterisk13 to 13.3.2

Security:	5fee3f02-de37-11e4-b7c3-001999f8d30b
MFH:		2015Q2
2015-04-09 11:35:41 +00:00
Guido Falsi
29257f96e6 - Update to 13.3.1
Fixes an ABI compatibility problem with external modules introduced in a previous version.

Changelog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.3.1
2015-04-07 10:46:30 +00:00
Guido Falsi
10cf2a235e - Update net/asterisk11 to 11.17.0
- Update net/asterisk13 to 13.3.0
- Fix mgcp module installation
- Add needed USE_LDCONFIG to asterisk13
- Adapt asterisk-g72x port and bump PORTREVISION

NOTE: While these versions of asterisk can be compiled with clang,
I have seen it crash at startup if so compiled. For this reason at
present I'm leaving the gcc requirement.
2015-04-02 00:12:13 +00:00
John Marino
b90f611b9c net category: Remove $PTHREAD_LIBS
openafs did not pass check-plist (pre-existing) so fixed and bumped.
Also, pkg-plist was sorted.  mediatomb and spread also fail plist-checks
but they weren't fixed.

approved by:	PTHREAD blanket
2015-03-25 23:51:05 +00:00
Guido Falsi
c20cc7662e Due to recent changes in OpenSSL, disable SRTP support for asterisk13
by default and avoid pjsip pulling in libsrtp, otherwise a not
working package would be generated.

Add note to UPDATING to keep users informed.
2015-03-23 15:46:23 +00:00
Guido Falsi
b4ea8bc686 - Update net/asterisk11 to 11.16.0
- Update net/asterisk13 to 13.2.0
2015-02-07 00:09:35 +00:00
Guido Falsi
3779179c7c - Update net/asterisk to 1.8.32.1
- Update net/asterisk11 to 11.15.1
- Update net/asterisk13 to 13.1.1

MFH:		2015Q1
Security:	7656fc62-a7a7-11e4-96ba-001999f8d30b
Security:	2eeb6652-a7a6-11e4-96ba-001999f8d30b
2015-01-29 17:24:54 +00:00
Guido Falsi
e15611e1b5 Fix build of the snmp module (enabled by default) after net-mgmt/net-snmp
update.

Reported by:	mat
2015-01-26 22:00:04 +00:00
Guido Falsi
ced7c37fcb - Make pjsip use ports provided libsrtp instead of boudled one
- Fix asterisk13 SRTP support
- Fix asterisk13 SPEEX_LIB_DEPENDS
- While here make SRTP option default for asterisk13 since it does
  not add dependencies
2015-01-13 11:54:03 +00:00
Olli Hauer
311e3b182f - rename www/neon29 to www/neon and update to neon-0.30.1
- adjust ports depending on neon, bump PORTREVISION

Changelog:
Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly).
Fix possible crash after DNS lookup errors on Windows (Olivier Goffart).
Don't fail if the SSL cert changes between connections with OpenSSL, behaviour now matches that with GnuTLS.
Fix PKCS#11 support under OpenSSL with TLS 1.2.
Fix static linking with pkg-config file (Alan H)

PR:		195786
Differential Revision:	https://reviews.freebsd.org/D1319
Submitted by:	ohauer
Reviewed by:	portmgr (bapt, mat)
Approved by:	portmgr, lev (implicit)
2014-12-24 06:03:22 +00:00
Guido Falsi
8293bb1c1d - Update to 13.1.0
- Fix a mistake in plist
2014-12-15 23:15:36 +00:00
Pawel Pekala
baea955556 - Update comms/spandsp to version 0.0.6 [1]
- Convert all comms/spandsp-devel consumers to use newer comms/spandsp
- Bump affected ports
- Mark comms/spandsp-devel as deprecated and set expiration date
- Add upgrade instructions to UPDATING

PR:		194399 [1]
Submitted by:	Nikola Kolev <koue@chaosophia.net> [1]
Approved by:	madpilot (asterisk ports), maintainer timeout (other)
2014-12-15 18:46:58 +00:00
Guido Falsi
ee9f98a181 Remove two patches I forgot to remove in previous commit. 2014-12-15 14:58:24 +00:00
Guido Falsi
8962a0c995 Add asterisk13 port.
Fix CONFLICTS for asterisk ports and remove long deleted entries
references.

Upstream announce: http://blogs.digium.com/2014/10/28/asterisk-13-0-0-now-available/
2014-12-15 14:46:25 +00:00