summaryrefslogtreecommitdiff
path: root/net/asterisk/files/patch-channels-chan_dahdi.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-09-12Remove net/astersisk, Asterisk 1.8 reached EOL on 2015-10-21.Guido Falsi1-33/+0
Please use net/asterisk11 or net/asterisk13 containing newer, supported versions.
2015-08-30net/asterisk: Overhaul & Add *BONUS* user featureKubilay Kocak1-5/+5
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
2010-11-28Add asterisk 1.8 port.Max Khon1-10/+11
Submitted by: Florian Smeets
2010-09-29- Upgrade to 1.6.2.13TAKATSU Tomonari1-6/+6
* switch to 1.6.2.X release series because 1.6.0.X is approaching its End of Life date. see http://www.asterisk.org/asterisk-versions * make sure your asterisk configurations between 1.6.0.X and 1.6.2.X before upgrading it. PR: ports/144065 [1], ports/146964 [2] Submitted by: Tom Judge <tjudge_AT_mintel_DOT_com> [1], Eugene M. Zheganin <emz_AT_norma_DOT_perm_DOT_ru> [2] Approved by: Florian Smeets (maintainer)
2010-03-05Re-enable Zaptel (now DAHDI) support.Max Khon1-0/+32
Approved by: MAINTAINER Feature safe: yes