summaryrefslogtreecommitdiff
path: root/net/asterisk16/files/patch-Makefile.rules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update asterisk16 to 16.4.0Guido Falsi2019-05-311-11/+0
| | | | | - Avoid overriding previous LDFLAGSS values - Remove upstreamed patch
* Fix build on live system when gcc 8 is also installed.Guido Falsi2019-04-071-0/+11
| | | | | PR: 237058 Submitted by: VVD <vvd@unislabs.com>
* - Remove net/asterisk16, net/asterisk16-addons, japanese/asterisk16-soundsFlorian Smeets2012-08-211-13/+0
| | | | | | | | | - Update net/appkonference to 2.1 to make it work with net/asterisk [1] - Switch www/bigbluebutton to net/asterisk - While here fix typo in www/xxxterm's MOVED entry PR: ports/169038 [1] Approved by: maintainer [1]
* - Upgrade to 1.6.2.13TAKATSU Tomonari2010-09-291-10/+8
| | | | | | | | | | | | | * 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)
* Add asterisk16 after repo-copy from net/asterisk. Some functions (e.g.Maxim Sobolev2009-02-141-10/+4
| | | | DAHDI support) are still missed and will be added on later date.
* Make asterisk respect CFLAGS. This should fix numerous "undefined referenceMaxim Sobolev2008-08-171-0/+21
to `__sync_xxx'" build errors reported by many people who have CPUTYPE set to i686 and similar values in /etc/make.conf. The problem itself is related to the fact that asterisk used FreeBSD CFLAGS when probing for gcc capabilities during configure phase, while its own CFLAGS during actual build. As a result, object code generated by gcc missed those functions.