summaryrefslogtreecommitdiff
path: root/net/asterisk14 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to the latest 1.4.24.1;Maxim Sobolev2009-04-064-38/+118
| | | | | | | | | | - add missed CONFLICTS to prevent from clashing with 1.2 or 1.6; - when installing package make sure to copy default configs into actual configs to match what the port does. Notes: svn path=/head/; revision=231689
* Update to 1.4.23.1.Maxim Sobolev2009-02-0610-154/+153
| | | | Notes: svn path=/head/; revision=227701
* Update to 1.4.22.2.Maxim Sobolev2009-01-262-5/+5
| | | | Notes: svn path=/head/; revision=226879
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-1/+2
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* Update to 1.4.22.1.Maxim Sobolev2009-01-082-6/+7
| | | | Notes: svn path=/head/; revision=225522
* Fix patch that got corrupted during 1.4.22 update. No PORTREVISION bumpMaxim Sobolev2009-01-061-34/+20
| | | | | | | since the patch is optional (opt-in). Notes: svn path=/head/; revision=225329
* Bump PORTREVISION's after OpenLDAP update.Xin LI2009-01-051-0/+1
| | | | | | | Suggested by: rafan Notes: svn path=/head/; revision=225291
* Fix build with misc patches on and codec negotiation patch off. ThisMaxim Sobolev2008-12-161-12/+12
| | | | | | | | | combination is not enabled by default so that no PORTREVISION bump. Reported by: Peter Beckman Notes: svn path=/head/; revision=224298
* Include bsd.port.options.mk explicitly since we modify OPTIONS.Maxim Sobolev2008-12-101-0/+3
| | | | | | | Suggested by: pav Notes: svn path=/head/; revision=224065
* Update to 1.4.22.Maxim Sobolev2008-12-097-158/+46
| | | | Notes: svn path=/head/; revision=224020
* Convert all WITHOUT_XXX options into WITH_XXX form. OPTIONS systemMaxim Sobolev2008-12-091-13/+11
| | | | | | | | | | only really supports the latter. PR: ports/127615 Submitted by: Dmitry Marakasov Notes: svn path=/head/; revision=224015
* Fix a bug resulting in recording hanging up indefinitely when connectionMaxim Sobolev2008-11-122-1/+15
| | | | | | | to peer drops. Notes: svn path=/head/; revision=222780
* 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