summaryrefslogtreecommitdiff
path: root/net/asterisk10/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2014-02-2811-313/+0
| | | | | | | | 2014-02-28 x11-drivers/xf86-video-radeonhd: Abandond upstream since 2010 2014-02-28 net/asterisk10: asterisk 10 reached EOL on 2013-12-15 Notes: svn path=/head/; revision=346488
* - Don't force gcc, make this work with clang, too [1]Florian Smeets2013-07-041-1/+1
| | | | | | | | | | | - Don't call gmake directly [1] - Make the -p (Run as pseudo-realtime thread) work on FreeBSD [1] - Use @dirrmtry for directories that can contain files after deinstall Submitted by: tijl [1] Notes: svn path=/head/; revision=322295
* - update net/asterisk to 1.8.21.0Florian Smeets2013-04-221-1/+1
| | | | | | | | | | | | | - update net/asterisk11 to 11.3.0 - add -F to command_args in the rc script, this ensures that asterisk detaches from the controlling terminal. It was possible for the asterisk rc script to prevent a box from reaching full multiuser if e.g. -v was passed to command_args. [1] Reported by: Kurt Lidl <lidl@pix.net> Notes: svn path=/head/; revision=316277
* Update to 10.9.0Florian Smeets2012-10-091-12/+12
| | | | Notes: svn path=/head/; revision=305623
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-051-0/+0
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* Update to 10.7.0Florian Smeets2012-08-021-18/+19
| | | | Notes: svn path=/head/; revision=301871
* - Update to 10.5.0Florian Smeets2012-06-041-12/+0
| | | | | | | | | - Update conflicts [1] Reported by: FreeBSD Ports conflicts checker [1] Notes: svn path=/head/; revision=298400
* Update to 10.4.0Florian Smeets2012-05-021-12/+12
| | | | Notes: svn path=/head/; revision=295885
* - fix build with gcc46 and clangFlorian Smeets2012-04-101-0/+11
| | | | Notes: svn path=/head/; revision=294565
* - update to 10.3.0Florian Smeets2012-04-011-12/+12
| | | | | | | | | | | - add OPTION for LDAP support, fixing pkg-plist entry for res_config_ldap [1] PR: ports/166403 [1] Reported by: gpalmer [1] Feature safe: yes Notes: svn path=/head/; revision=294079
* Update to 10.2.0Florian Smeets2012-03-052-7591/+12
| | | | | | | | As the iLBC codec is now part of asterisk again just build and install it unconditionally. Notes: svn path=/head/; revision=292786
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - update to 10.0.0rc1Florian Smeets2011-11-161-12/+12
| | | | | | | | | | - asterisk10 uses sqlite3 instead of Berkeley DB so sqlite3 is now a mandatory dependency Feature safe: yes Notes: svn path=/head/; revision=285938
* update to 10.0.0 beta 2Florian Smeets2011-10-071-18/+18
| | | | Notes: svn path=/head/; revision=283111
* add asterisk 10 beta1 to net/asterisk10Florian Smeets2011-07-253-73/+22
| | | | | | | | As asterisk 1.8 is a LTS release it is going to stay in net/asterisk for the time being. Notes: svn path=/head/; revision=278309
* - fix WITH_ILBCFlorian Smeets2011-07-211-20/+0
| | | | | | | Reported by: Guido Falsi <mad@madpilot.net> Notes: svn path=/head/; revision=278140
* Makefile only is not enough, commit the remaining patches for the 1.8.5.0 updateFlorian Smeets2011-07-194-67/+0
| | | | | | | | | - update to 1.8.5.0 - remove leftovers from asterisk 1.6.X - use menuselect to enable addons Notes: svn path=/head/; revision=277957
* - prevent deletion of asterisk.conf, it was mistakenly added to pkg-plistFlorian Smeets2011-05-221-8/+13
| | | | | | | | | - make sure asterisk.conf and asterisk.conf-dist are identicall on install PR: ports/156775, ports/156992 Notes: svn path=/head/; revision=274461
* - update to 1.8.4Florian Smeets2011-05-102-36/+23
| | | | | | | | | | | | - add lua support [1] - add libsrtp support [2] PR: ports/156775 [2] Submitted by: Andre Luiz dos Santo [1] Alexander Brovikov [2] Notes: svn path=/head/; revision=273923
* - add another patch to acually make WITH_MYSQL workFlorian Smeets2011-04-261-0/+24
| | | | | | | | | PR: ports/156638 Reported by: Eugene Varnavsky <varnavruz@gmail.com> Submitted by: Alexander Brovikov <alexander@brovikov.ru> Notes: svn path=/head/; revision=273223
* - Update to 1.8.3Florian Smeets2011-03-023-26/+37
| | | | | | | | - add a new option NEWG711, off by default. It enables a new algorithm for G711 which should be cleaner but slower Notes: svn path=/head/; revision=270127
* - add option to build with mysql supportFlorian Smeets2011-02-181-0/+25
| | | | | | | | PR: ports/154689 Submitted by: Panagiotis Christias <p.christias@noc.ntua.gr> Notes: svn path=/head/; revision=269336
* - add powerpc to ONLY_FOR_ARCHS [1]Florian Smeets2011-01-251-9/+18
| | | | | | | | | | | | - help configure find getifaddrs() [2] PR: ports/154150 [2] Submitted by: Dan Lukes <dan@obluda.cz> [2] Tested by: andreast [1] Feature safe: yes Notes: svn path=/head/; revision=268196
* - update to 1.8.2Florian Smeets2011-01-171-12/+12
| | | | | | | | | | | | - fix config file permissions PR: ports/154002 Submitted by: Alexander Brovikov <alexander@brovikov.ru> Approved by: jadawin (mentor) Feature safe: yes Notes: svn path=/head/; revision=267917
* - add reload targetFlorian Smeets2011-01-041-11/+20
| | | | | | | | | | | | | | - general cleanup - fix pidfile path - add $FreeBSD$ IDs PR: ports/152703 Submitted by: Alexander Brovikov <alexander@brovikov.ru> Reviewed by: dougb Approved by: jadawin (mentor) Notes: svn path=/head/; revision=267379
* - fix pkg-plist [1]Florian Smeets2010-12-291-5/+13
| | | | | | | | | | | | | | | - enable dahdi on sparc64 [2] - only use /var as localstatedir if we install to LOCALBASE - fix harmless portlint warning PR: 153507 [1] Submitted by: Dan Lukes <dan@obluda.cz> [1] fjoe [2] Approved by: fjoe (mentor) Notes: svn path=/head/; revision=267124
* - update to 1.8.1.1Florian Smeets2010-12-282-247/+10
| | | | | | | | - remove patch now included upstream - pkg-plist changes, Digium decided to strip a lot of documentation from the release tar ball Notes: svn path=/head/; revision=267069
* Fix 100% CPU use with .call filesMax Khon2010-11-301-0/+240
| | | | | | | | | | | | (upstream issue https://issues.asterisk.org/view.php?id=18089) The patch will be included in asterisk 1.8.1. PR: 152700 Submitted by: Florian Smeets (MAINTAINER) Notes: svn path=/head/; revision=265461
* Remove errorneously added patches from the old asterisk 1.4 port.Max Khon2010-11-2913-1233/+0
| | | | | | | Pointy hat to: fjoe Notes: svn path=/head/; revision=265354
* Add asterisk 1.8 port.Max Khon2010-11-2826-0/+9182
| | | | | | | Submitted by: Florian Smeets Notes: svn path=/head/; revision=265329
* Remove and disconnect net/asterisk port in preparation for repocopyMax Khon2010-11-2422-9048/+0
| | | | | | | from net/asterisk16 Notes: svn path=/head/; revision=265086
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Update to 1.4.29.Maxim Sobolev2010-03-2110-151/+398
| | | | Notes: svn path=/head/; revision=251329
* Make sure the port builds without bash installed when codec negitiationMaxim Sobolev2009-10-201-6/+8
| | | | | | | patch is enabled. Notes: svn path=/head/; revision=243125
* Fix the build when there is no bash installed.Maxim Sobolev2009-09-181-3/+8
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241638
* Update to 1.4.26.2.Maxim Sobolev2009-09-161-11/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241533
* Update to 1.4.25.Maxim Sobolev2009-07-246-440/+103
| | | | Notes: svn path=/head/; revision=238326
* Fix typo that under certain conditions could cause loss of audio. TheMaxim Sobolev2009-05-191-0/+11
| | | | | | | | | | fix has been already incorprated into the vendor's version, so that the patch will only live till the next release. Vendor's issue #15105. Bump PORTREVISION. Notes: svn path=/head/; revision=234189
* Patch two issues (fixed in the vendor's tree) and update MASTER_SITES.Maxim Sobolev2009-05-122-0/+45
| | | | Notes: svn path=/head/; revision=233793
* - Update to the latest 1.4.24.1;Maxim Sobolev2009-04-061-30/+44
| | | | | | | | | | - 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-067-142/+125
| | | | Notes: svn path=/head/; revision=227701
* 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
* 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
* Update to 1.4.22.Maxim Sobolev2008-12-094-141/+30
| | | | Notes: svn path=/head/; revision=224020
* Fix a bug resulting in recording hanging up indefinitely when connectionMaxim Sobolev2008-11-121-0/+14
| | | | | | | 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-201-0/+0
| | | | | | | - 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