aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk
Commit message (Collapse)AuthorAgeFilesLines
* Remove net/astersisk, Asterisk 1.8 reached EOL on 2015-10-21.Guido Falsi2016-09-1222-1393/+0
| | | | | | | | Please use net/asterisk11 or net/asterisk13 containing newer, supported versions. Notes: svn path=/head/; revision=421952
* net/asterisk: Fix build when SSLv3 method is N/A (LibreSSL)John Marino2016-09-121-0/+17
| | | | | | | | | Approved by: SSL blanket P.S. Why is this port still in the tree? It expired in April 2016. Notes: svn path=/head/; revision=421930
* - Convert to USES=ssl, reflow USES lineGuido Falsi2016-07-051-7/+9
| | | | | | | | | | | | | - Add missing USES libedit (asterisk13 only) - Fix DAHDI dependencies - Fix permissions for /var/spool/asterisk/voicemail files [1] Reported by: Tony Power <tony at witnessthepower.net> [1] (via email) MFH: 2016Q3 Notes: svn path=/head/; revision=418081
* Remove unneeded usage of:Mathieu Arnold2016-06-061-4/+4
| | | | | | | | | | | - MASTER_SITE_SUBDIR - ${MASTER_SITES_FOO} - :DEFAULT (and use a default when appropriate) Sponsored by: Absolight Notes: svn path=/head/; revision=416469
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - Convert to USES=mysqlGuido Falsi2016-04-261-3/+3
| | | | | | | - While here enable MYSQL option by default Notes: svn path=/head/; revision=414080
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-24/+24
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Fix typo in deprecation message.Guido Falsi2016-03-301-1/+1
| | | | Notes: svn path=/head/; revision=412168
* Fix expiration date to actually be in the future.Guido Falsi2016-02-121-1/+1
| | | | | | | | Reported by: rene MFH: 2016Q1 Notes: svn path=/head/; revision=408768
* - Update net/asterisk11 to 11.21.2, which provides a fix for theGuido Falsi2016-02-123-33/+158
| | | | | | | | | | | | | | old OpenSSL included in 9.x - Backport the fis to net/asterisk (asterisk 1.8) - net/asterisk13 already includes this fix, so remove my workaround While here, asterisk 1.8 reached EOL on 2015-10-21, so DEPRECATE it and add an expiration time. MFH: 2016Q1 Notes: svn path=/head/; revision=408743
* - Add security fixes to net/asterisk port (PORTVERSION bumped)Guido Falsi2016-02-044-1/+190
| | | | | | | | | | | | | | | | | | | | | | | | - Update net/asterisk11 to 11.21.1 - Update net/asterisk13 to 13.7.1 The security update included in these commits introduces an unexpected incompatibility with FreeBSD 9.3 bundled OpenSSL. Unluckily simply forcing this port to use ports provided openssl on 9.x isn't viable, since ftp/curl by default links with base openssl. A default binary package would just crash on startup when loading the asterisk curl module, due to conflicting openssl implementations being used. This commit adds a check in the Makefile, copied from the ftp/curl port, which removes the offending (and unsupported on that openssl version) code from the source file when linking against base OpenSSL on 9.x. Security: 559f3d1b-cb1d-11e5-80a4-001999f8d30b MFH: 2016Q1 Notes: svn path=/head/; revision=408026
* - Enable SPANDSP option by defaultGuido Falsi2016-01-312-3/+12
| | | | | | | | | | | - Make startup script create pidfile directory if it does not exist While here, reflow OPTIONS_DEFAULT lists. Subitted/Requested by: lidl@ Notes: svn path=/head/; revision=407652
* Switch to USES=execinfoGuido Falsi2015-12-311-1/+1
| | | | | | | | PR: 205404 Submitted by: pawel@ Notes: svn path=/head/; revision=404944
* Convert to @sample, using the new two arguments syntax.Guido Falsi2015-09-261-285/+95
| | | | Notes: svn path=/head/; revision=397980
* Forcibly disable res_timing_kqueue again: it causes lockups.Guido Falsi2015-09-011-1/+2
| | | | | | | Reported by: Sulev-Madis Silber <madis555 at gmail.com> (via email) Notes: svn path=/head/; revision=395737
* net/asterisk: Overhaul & Add *BONUS* user featureKubilay Kocak2015-08-3015-878/+256
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Re-order, sort and group all OPTIONS - Rename MP3 option to MP3PLAYER (ambiguous with format_mp3 module) - Remove override-able OPTION descriptions (dont appear necessary) - Add CODECS, SOUNDS and DATABASE options groups for better UX - Improve OPTION descriptions - Temporarily disable ICONV option until libxml2 is fixed [1][2] General Changes: - Add support for fetching G.279 Core and MOH sounds - Re-do patches using makepatch (portlint) - Use %%DATADIR%% in pkg-plist (portlint) - Make DATADIR-safe (portlint) - Re-order Makefile sections (portlint) - Reset @owner/@group after pkg-plist entries - Simplify post-install: find files/dirs pkg-plist commands - De-scope global use of LDFLAGS and CPPFLAGS - Use OPTIONS helpers for openh323 CPPFLAGS and MAKE_ENV - Use USE_OPENSSL and its respective variables in CONFIGURE_ARGS - Modify build to be verbose (NOISY_BUILD) - Pass CFLAGS/LDFLAGS to ASTCFLAGS/ASTLDFLAGS respectively in MAKE_ENV - Update and cleanup pkg-plist - Bump PORTREVISION Note: These changes will be merged into net/asterisk11 and net/asterisk13 ports in the near future. [1] https://reviews.freebsd.org/D3261 [2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202006 Reviewed by: madpilot (maintainer) Approved by: madpilot (maintainer) Differential Revision: https://reviews.freebsd.org/D3262 Notes: svn path=/head/; revision=395609
* - Add SYSINFO option to asterisk ports and force them to respectGuido Falsi2015-04-182-8/+24
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=384255
* Update net/libsrtp to 1.5.2 and use base OpenSSL on FreeBSD 10 and upTijl Coosemans2015-04-121-0/+1
| | | | | | | | | PR: 198903 Tested by: madpilot Approved by: maintainer timeout (18 days) Notes: svn path=/head/; revision=383864
* - Update net/asterisk to 1.8.32.3Guido Falsi2015-04-092-3/+3
| | | | | | | | | | | - Update net/asterisk11 to 11.17.1 - Update net/asterisk13 to 13.3.2 Security: 5fee3f02-de37-11e4-b7c3-001999f8d30b MFH: 2015Q2 Notes: svn path=/head/; revision=383635
* net category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-2/+1
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=382278
* - Update net/asterisk to 1.8.32.1Guido Falsi2015-01-292-4/+3
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=378125
* Fix build of the snmp module (enabled by default) after net-mgmt/net-snmpGuido Falsi2015-01-261-0/+1
| | | | | | | | | update. Reported by: mat Notes: svn path=/head/; revision=377960
* - rename www/neon29 to www/neon and update to neon-0.30.1Olli Hauer2014-12-241-2/+2
| | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=375392
* - Update comms/spandsp to version 0.0.6 [1]Pawel Pekala2014-12-151-2/+2
| | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=374761
* Add asterisk13 port.Guido Falsi2014-12-151-1/+2
| | | | | | | | | | 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/ Notes: svn path=/head/; revision=374749
* - Update net/asterisk to 1.8.32.1 [1]Guido Falsi2014-11-212-3/+3
| | | | | | | | | | | - Update net/asterisk11 to 11.14.1 [2] Security: a92ed304-716c-11e4-b008-001999f8d30b [1] [2] Security: 7bfd797c-716d-11e4-b008-001999f8d30b [2] MFH: 2014Q4 Notes: svn path=/head/; revision=372996
* - Update net/asterisk to 1.8.32.0Guido Falsi2014-11-113-19/+32
| | | | | | | | | | | - Update net/asterisk11 to 11.14.0 - Allow customizing startup options used by rc script [1] - While here, fix some rclint warnings Reported/Requested by: Emmanuel Coulon <silicium at orange.fr> [1] Notes: svn path=/head/; revision=372448
* - Update asterisk to 1.8.31.1Guido Falsi2014-10-212-3/+3
| | | | | | | | | - Update asterisk11 to 11.13.1 Security: 76c7a0f5-5928-11e4-adc7-001999f8d30b Notes: svn path=/head/; revision=371337
* Add USES=alias to several portsJohn Marino2014-10-201-1/+1
| | | | | | | | | | | Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket) Notes: svn path=/head/; revision=371252
* - Update net/asterisk to 1.8.31.0Guido Falsi2014-09-263-77/+34
| | | | | | | | | | | - Update net/asterisk11 to 11.13.0 - Make LUA option enabled by default [1] - Simplify plist Requested by: Dennis Guse <dennis.guse at tu-berlin.de> (and others) [1] Notes: svn path=/head/; revision=369315
* Fix LIB_DEPENDS, this port links against libsybdb not libtdsAntoine Brodin2014-09-221-1/+1
| | | | Notes: svn path=/head/; revision=368978
* Add CPE info to asterisk ports.Guido Falsi2014-09-221-1/+2
| | | | Notes: svn path=/head/; revision=368829
* Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.Tijl Coosemans2014-09-171-2/+2
| | | | | | | | | | There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=368356
* comms/spandsp-devel:Tijl Coosemans2014-09-141-2/+2
| | | | | | | | | | | - 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 Notes: svn path=/head/; revision=368167
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Convert to USES=pgsqlGuido Falsi2014-09-011-1/+1
| | | | Notes: svn path=/head/; revision=366957
* - Switch comms/spandsp-devel to USES=libtool, drop .la filesDmitry Marakasov2014-08-271-1/+2
| | | | | | | | | | | - Bump dependent ports as .so version has changed - Use install-strip target instead of STRIP_CMD - Add/fix libspandsp.so versions in LIB_DEPENDS to differentiate between spandsp and spandsp-devel Approved by: portmgr blanket Notes: svn path=/head/; revision=366310
* - Update asterisk to 1.8.30.0Guido Falsi2014-08-212-4/+3
| | | | | | | - Update asterisk11 to 11.12.0 Notes: svn path=/head/; revision=365561
* misc/openr2:Tijl Coosemans2014-08-161-0/+1
| | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Use @sample Notes: svn path=/head/; revision=365093
* - Update net/asterisk to 1.8.29.0Guido Falsi2014-07-294-236/+184
| | | | | | | | | | | | | | | - Update net/asterisk11 to 11.11.0 - Take maintainership [1] - Add missing ODBC option to OPTIONS_DEFINE [2] - Convert ports to using option helpers - Fix LUA option PR: 192226 [2] Submitted by: m.tsatsenko at gmail.com Approved by: flo (previous maintainer) [1] Notes: svn path=/head/; revision=363407
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-295-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* net/openldap24-*:Tijl Coosemans2014-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=362835
* Convert textproc/iksemel to "USES=libtool pathfix" and bump dependent portsTijl Coosemans2014-07-031-2/+2
| | | | Notes: svn path=/head/; revision=360365
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-271-0/+1
| | | | | | | Approved by: portmgr (myself) Notes: svn path=/head/; revision=359586
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* - Update net/asterisk to 1.8.28.2Florian Smeets2014-06-172-3/+3
| | | | | | | | | - Update net/asterisk11 to 11.10.2 Security: f109b02f-f5a4-11e3-82e9-00a098b18457 Notes: svn path=/head/; revision=358076
* - update to 1.8.28.0Florian Smeets2014-05-303-310/+322
| | | | | | | | | - stage Reviewed by: antoine (previous version) Notes: svn path=/head/; revision=355861
* Replace lang/lua with the new lang/lua51Baptiste Daroussin2014-05-261-1/+1
| | | | | | | | | | | lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1 Make the default lua lua52 Make all lua ports using USES=lua Approved by: portmgr (implicit) Notes: svn path=/head/; revision=355360
* Fix unixODBC vs libiodbc conflictsBaptiste Daroussin2014-05-051-18/+4
| | | | | | | | | | | | | | | | | | | Always rely on unixODBC each time a port is looking for libodbc.so Remove odbc compat from libiodbc This allows to install both kde and gnome at the same time While here: - Convert libiodbc to USES=libtool - Convert a bunch of libiodbc dependencies to USES=libtool - Chase libiodbc.so shlib change - Stagify some ports - Convert some ports to USES=pgsql Discussed with: rakuco (kde) With hat: portmgr Notes: svn path=/head/; revision=353029
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411