aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk10
Commit message (Collapse)AuthorAgeFilesLines
* Make patch sutrable for integration with vendor by putting backMaxim Sobolev2008-10-201-11/+7
| | | | | | | | | #ifdef that we have had no business of removing in the first place. Don't bump PORTREVISION since it makes no difference for the compiled package. Notes: svn path=/head/; revision=221847
* There is existing history in patch-main::utils.c.Maxim Sobolev2008-10-201-0/+0
| | | | Notes: svn path=/head/; revision=221845
* - Follow present-day naming scheme of files/ patchesJeremy Chadwick2008-10-202-1/+1
| | | | | | | - Increase PORTREVISION Notes: svn path=/head/; revision=221841
* Fix for asterisk retaining parent process prio/rtprio.Jeremy Chadwick2008-10-201-0/+20
| | | | | | | | PR: ports/127829 Submitted by: Wojciech Puchar <wojtek@tensor.gdynia.pl> Notes: svn path=/head/; revision=221833
* Fix obscure build error in the port. Basically, depending on versionsMaxim Sobolev2008-08-221-8/+26
| | | | | | | | | | | | of some externals packages (I suspect it's autotools), files openh323buildopts.h and ptbuildopts.h can be generated with either tab or space after #define. As a result, configure in some case could have failed to grep the correct field. Reported by: Rodrigo Graeff Notes: svn path=/head/; revision=219015
* Properly link H323 module with ptlib and oh323 libraries. OtherwiseMaxim Sobolev2008-08-212-5/+7
| | | | | | | | | H323 channel fails to load. Bump PORTREVISION. Reported by: Rodrigo Graeff Notes: svn path=/head/; revision=218944
* Make sure the iLBC codec module is compiled when users asks for it.Maxim Sobolev2008-08-202-1/+11
| | | | | | | | | Bump PORTREVISION. Reported by: Rodrigo Graeff Notes: svn path=/head/; revision=218933
* Make asterisk respect CFLAGS. This should fix numerous "undefined referenceMaxim Sobolev2008-08-174-1/+48
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=218717
* Update to 1.4.21.2.Maxim Sobolev2008-08-114-38/+22
| | | | Notes: svn path=/head/; revision=218412
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-2/+1
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* o Update codec negotiation patch. This version should be working withMaxim Sobolev2008-06-124-10/+39
| | | | | | | | | | | | built-in h323 module; o don't link main binary with h323 library and friends. This creates issues with ooh323 module, from the asterisk-addons package. Bump PORTREVISION. Notes: svn path=/head/; revision=214690
* o Update to 1.4.20.1;Maxim Sobolev2008-06-1011-159/+7742
| | | | | | | | | o add opt-in support for the iLBC codec; o move another extra patch into opt-in section. Notes: svn path=/head/; revision=214611
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* o Update to 1.4.19.2;Maxim Sobolev2008-05-1617-352/+822
| | | | | | | | | | o move all additional functionality into separate patches and make it opt in. It has been concern of asterisks devs that the FreeBSD pacakage adds functionalty not present in the original version, whch could be confusing. Notes: svn path=/head/; revision=213118
* - Chase shlib version of net-mgmt/net-snmp.Jun Kuriyama2008-03-271-1/+2
| | | | | | | - Bump PORTREVISIONs. Notes: svn path=/head/; revision=209941
* Update net/asterisk and net/asterisk12 to 1.4.18.1 and 1.2.17 respectively.Maxim Sobolev2008-03-182-4/+4
| | | | | | | Those releases fix several security issues in the RTP/SIP code. Notes: svn path=/head/; revision=209324
* Update to 1.4.18.Maxim Sobolev2008-03-134-17/+19
| | | | Notes: svn path=/head/; revision=209014
* Port compiles on FreeBSD/powerpc just fine.Maxim Sobolev2008-02-281-1/+1
| | | | Notes: svn path=/head/; revision=208067
* Fix ## (forceful disconnect) not working in some cases. This issueMaxim Sobolev2008-02-074-0/+290
| | | | | | | | has been reported to digium alteady and should be fixed in one of the next releases. Notes: svn path=/head/; revision=206807
* Update the codec negotiaion patch to the latest version.Maxim Sobolev2008-01-182-4/+4
| | | | Notes: svn path=/head/; revision=205809
* Update codec negotiation patch to 20080117 version. No PORTREVISION bumpMaxim Sobolev2008-01-172-4/+4
| | | | | | | since it's optional functionality. Notes: svn path=/head/; revision=205754
* Upgrade to 1.4.17, this is mostly a security release that fixes bugMaxim Sobolev2008-01-023-17/+4
| | | | | | | which can cause DoS (AST-2008-001). Notes: svn path=/head/; revision=204869
* Update to 1.4.16.2.Maxim Sobolev2007-12-267-112/+109
| | | | Notes: svn path=/head/; revision=204557
* Update to 1.4.13 and add missed audio/gsm dependency.Maxim Sobolev2007-12-113-11/+11
| | | | | | | | PR: 115169, 117199 Submitted by: Vladimir Korkodinov, Dan Lukes Notes: svn path=/head/; revision=203067
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-2/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* Allow EXTRA_PATCHES to be altered in the Makefile.local.Maxim Sobolev2007-10-091-2/+2
| | | | Notes: svn path=/head/; revision=201130
* - Update textproc/iksemel to version 1.3.Edward Tomasz Napierala2007-10-041-2/+2
| | | | | | | Approved by: sobomax (asterisk maintainer) Notes: svn path=/head/; revision=200815
* Make sure to set astrundir to /var/run in the default asterisk.conf, so thatMaxim Sobolev2007-09-183-21/+37
| | | | | | | | | it matches rc.d startup script. Bump PORTREVISION. Reported by: Steve Clement Notes: svn path=/head/; revision=199647
* Update to 1.4.11.Maxim Sobolev2007-09-032-9/+9
| | | | | | | Sponsored by: Sippy Software, Inc., http://www.sippysoft.com Notes: svn path=/head/; revision=198674
* Allow building with bamby's codec negotiation patch. Don't bumpMaxim Sobolev2007-08-132-6/+6
| | | | | | | | | PORTREVISION since this option is off by default. Sponsored by: Sippy Software, Inc. ( http://www.sippysoft.com/ ) Notes: svn path=/head/; revision=197592
* Update to 1.4.10.Maxim Sobolev2007-08-105-39/+258
| | | | | | | Sponsored by: Sippy Software, Inc. ( http://www.sippysoft.com/ ) Notes: svn path=/head/; revision=197422
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-1/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* Update to 1.4.9.Maxim Sobolev2007-07-274-10/+21
| | | | | | | | | | | | Sponsored by: Sippy Software, Inc. ( http://www.sippysoft.com/ ) Enable SQLite support. PR: 114720 Submitted by: VipeR Notes: svn path=/head/; revision=196359
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* By default turn zaptel off, so that asterisk and related software can beMaxim Sobolev2007-07-221-1/+1
| | | | | | | | | packaged. Requested by: linimon Notes: svn path=/head/; revision=196050
* o Update to 1.4.8, which fixes some security issues.Maxim Sobolev2007-07-227-56/+106
| | | | | | | | | | | | | | | PR: 114720, 114712 o Enable zaptel channel and friends on AMD64. PR: 112624 o Improve startup script. PR: 107222 Notes: svn path=/head/; revision=196047
* Correct newt library version number.Maxim Sobolev2007-05-291-2/+2
| | | | | | | | PR: 113121 Submitted by: viper<viper@perm.raid.ru> Notes: svn path=/head/; revision=192336
* Add FreeTDS support. Bump PORTREVISION.Maxim Sobolev2007-05-282-0/+12
| | | | | | | Submitted by: Alex Miller <asm@asm.kiev.ua> Notes: svn path=/head/; revision=192219
* o Update to 1.4.4;Maxim Sobolev2007-05-283-5/+6
| | | | | | | | | | o make sure ${PREFIX}/etc/asterisk is removed if empty. PR: 112174, 112326 Submitted by: "Phillip N." <pneumann@gmail.com> Notes: svn path=/head/; revision=192206
* Update to 1.4.3.Maxim Sobolev2007-04-262-6/+5
| | | | | | | | PR: 112143 Submitted by: "Phillip Neumann" <pneumann@gmail.com> Notes: svn path=/head/; revision=190904
* Zaptel parts now compile after upgrading zaptel and libpri to 1.4.x.Maxim Sobolev2007-04-262-3/+5
| | | | | | | Sponsored by: Sippy Software, Inc. ( http://www.sippysoft.com/ ) Notes: svn path=/head/; revision=190888
* Add Jabber and Gtalk support.Maxim Sobolev2007-04-163-1/+22
| | | | | | | | PR: 111553 Submitted by: pneumann at gmail.com Notes: svn path=/head/; revision=190094
* o Unbreak on non-i386;Maxim Sobolev2007-04-131-3/+5
| | | | | | | | o Move H323 option from i386-only section to generic one. It works fine at least on amd64. Notes: svn path=/head/; revision=189890
* Long awaited upgrade to 1.4.2.Maxim Sobolev2007-04-1328-2619/+776
| | | | | | | Sponsored by: Sippy Software, Inc. Notes: svn path=/head/; revision=189887
* Chase the shared library version of speex, bump the PORTREVISION.Jeremy Messenger2007-02-231-2/+2
| | | | Notes: svn path=/head/; revision=185771
* Fix breagake due to recent BIND9 changes to resolver.Maxim Sobolev2007-01-291-0/+14
| | | | Notes: svn path=/head/; revision=183642
* 1. Fix a typo: dmsmgr.conf -> dnsmgr.conf.Boris Samorodov2007-01-032-2/+9
| | | | | | | | | | | | | | 2. Create all needed directories (add @exec mkdir -p <dirs>) at pkg-plist file. This bug is seen only when the port is pkg_added/pkg_deletted by a port which depends on current port (ex. net/asterisk-addons). 3. Bump PORTREVISION. PR: 105310 Submitted by: bsam (me) Approved by: sobomax (maintainer timeout, 9 weeks) Notes: svn path=/head/; revision=181347
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-12-131-2/+2
| | | | | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports Notes: svn path=/head/; revision=179653
* Add another local patch that will be submitted to the vendor.Maxim Sobolev2006-12-051-10/+22
| | | | Notes: svn path=/head/; revision=178929
* Update codec negotiation patch to the latest version.Maxim Sobolev2006-12-052-4/+5
| | | | | | | Submitted by: Andriy Pylypenko Notes: svn path=/head/; revision=178926