Christian Weisgerber
94d47b2ecd
Bump PORTREVISION after libogg and libvorbisfile major version increment.
2009-07-06 21:25:59 +00:00
Maxim Sobolev
36847aeede
Update MASTER_SITES.
2009-05-12 21:58:56 +00:00
Maxim Sobolev
fe56cd1942
Update to 1.6.0.9.
2009-04-06 20:47:40 +00:00
Maxim Sobolev
0d840653e5
- Upgrade to 1.6.0.8;
...
- make sure to create copy of default config files when necessary to
match what the port does.
2009-04-06 11:11:23 +00:00
Maxim Sobolev
a348815d9a
mpg123 is not required to build. Remove it from BUILD_DEPENDS.
2009-03-07 19:01:39 +00:00
Maxim Sobolev
9b96913cbc
Make GSM and CURL options. They are on by default, so that no PORTREVISION
...
bump has been performed.
PR: ports/131922
Submitted by: Dmitry <dmitry2006@yandex.ru>
2009-02-27 02:07:57 +00:00
Maxim Sobolev
8c1f56ca8d
Update to 1.16.0.6.
2009-02-24 19:37:57 +00:00
Maxim Sobolev
1e908df788
Add databases/sqlite3 into dependencies, it's required for one of the
...
modules.
2009-02-17 22:46:44 +00:00
Maxim Sobolev
38e1f1309a
Add asterisk16 after repo-copy from net/asterisk. Some functions (e.g.
...
DAHDI support) are still missed and will be added on later date.
2009-02-14 21:17:22 +00:00
Peter Pentchev
c189a6b2da
Bump the version of the curl shared library after the ftp/curl update
...
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.
2009-01-23 15:43:14 +00:00
Maxim Sobolev
ecb1dbff0c
Update to 1.4.22.1.
2009-01-08 20:16:52 +00:00
Maxim Sobolev
62a716494d
Fix patch that got corrupted during 1.4.22 update. No PORTREVISION bump
...
since the patch is optional (opt-in).
2009-01-06 15:51:16 +00:00
Xin LI
5bbd5cd2dc
Bump PORTREVISION's after OpenLDAP update.
...
Suggested by: rafan
2009-01-05 19:04:45 +00:00
Maxim Sobolev
7fa0f7ea18
Fix build with misc patches on and codec negotiation patch off. This
...
combination is not enabled by default so that no PORTREVISION bump.
Reported by: Peter Beckman
2008-12-16 08:16:35 +00:00
Maxim Sobolev
811cac433a
Include bsd.port.options.mk explicitly since we modify OPTIONS.
...
Suggested by: pav
2008-12-10 08:51:06 +00:00
Maxim Sobolev
64bd603f69
Update to 1.4.22.
2008-12-09 07:59:50 +00:00
Maxim Sobolev
ddb0c57ffa
Convert all WITHOUT_XXX options into WITH_XXX form. OPTIONS system
...
only really supports the latter.
PR: ports/127615
Submitted by: Dmitry Marakasov
2008-12-09 06:02:40 +00:00
Maxim Sobolev
71a2718fce
Fix a bug resulting in recording hanging up indefinitely when connection
...
to peer drops.
2008-11-12 18:45:25 +00:00
Maxim Sobolev
96b184e9dc
Make patch sutrable for integration with vendor by putting back
...
#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.
2008-10-20 17:26:22 +00:00
Maxim Sobolev
9d09aeec0e
There is existing history in patch-main::utils.c.
2008-10-20 17:13:28 +00:00
Jeremy Chadwick
c209a9de89
- Follow present-day naming scheme of files/ patches
...
- Increase PORTREVISION
2008-10-20 16:26:15 +00:00
Jeremy Chadwick
c458e7bd28
Fix for asterisk retaining parent process prio/rtprio.
...
PR: ports/127829
Submitted by: Wojciech Puchar <wojtek@tensor.gdynia.pl>
2008-10-20 13:58:49 +00:00
Maxim Sobolev
a3374a76f0
Fix obscure build error in the port. Basically, depending on versions
...
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
2008-08-22 22:11:30 +00:00
Maxim Sobolev
c322f0f836
Properly link H323 module with ptlib and oh323 libraries. Otherwise
...
H323 channel fails to load. Bump PORTREVISION.
Reported by: Rodrigo Graeff
2008-08-21 07:32:48 +00:00
Maxim Sobolev
3a74aa870a
Make sure the iLBC codec module is compiled when users asks for it.
...
Bump PORTREVISION.
Reported by: Rodrigo Graeff
2008-08-20 23:41:24 +00:00
Maxim Sobolev
fd711cd542
Make asterisk respect CFLAGS. This should fix numerous "undefined reference
...
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.
2008-08-17 08:28:29 +00:00
Maxim Sobolev
0dbc0e3328
Update to 1.4.21.2.
2008-08-11 15:58:12 +00:00
Pav Lucistnik
fa38ed02cc
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
2008-07-25 12:24:09 +00:00
Maxim Sobolev
8a089d17c7
o Update codec negotiation patch. This version should be working with
...
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.
2008-06-12 10:14:08 +00:00
Maxim Sobolev
11a4980acb
o Update to 1.4.20.1;
...
o add opt-in support for the iLBC codec;
o move another extra patch into opt-in section.
2008-06-10 08:30:35 +00:00
Edwin Groothuis
090059a210
Bump portrevision due to upgrade of devel/gettext.
...
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)
2008-06-06 14:17:21 +00:00
Maxim Sobolev
285e2c278a
o Update to 1.4.19.2;
...
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.
2008-05-16 09:24:29 +00:00
Jun Kuriyama
69667d219f
- Chase shlib version of net-mgmt/net-snmp.
...
- Bump PORTREVISIONs.
2008-03-27 10:58:30 +00:00
Maxim Sobolev
c113f6445c
Update net/asterisk and net/asterisk12 to 1.4.18.1 and 1.2.17 respectively.
...
Those releases fix several security issues in the RTP/SIP code.
2008-03-18 22:22:20 +00:00
Maxim Sobolev
7bd5bbe9e0
Update to 1.4.18.
2008-03-13 22:22:46 +00:00
Maxim Sobolev
fa393660a5
Port compiles on FreeBSD/powerpc just fine.
2008-02-28 10:21:21 +00:00
Maxim Sobolev
6c5cf8cb20
Fix ## (forceful disconnect) not working in some cases. This issue
...
has been reported to digium alteady and should be fixed in one of
the next releases.
2008-02-07 04:40:45 +00:00
Maxim Sobolev
9b3aab2fb9
Update the codec negotiaion patch to the latest version.
2008-01-18 22:17:55 +00:00
Maxim Sobolev
c5bc61a46a
Update codec negotiation patch to 20080117 version. No PORTREVISION bump
...
since it's optional functionality.
2008-01-17 18:41:52 +00:00
Maxim Sobolev
1119c2a1ce
Upgrade to 1.4.17, this is mostly a security release that fixes bug
...
which can cause DoS (AST-2008-001).
2008-01-02 22:59:12 +00:00
Maxim Sobolev
d44178743b
Update to 1.4.16.2.
2007-12-26 11:13:38 +00:00
Maxim Sobolev
c5635870fc
Update to 1.4.13 and add missed audio/gsm dependency.
...
PR: 115169, 117199
Submitted by: Vladimir Korkodinov, Dan Lukes
2007-12-11 22:24:23 +00:00
Ade Lovett
dbd39ca660
Migration from bison 1.x to 2.x
...
PR: 117086
Tested by: -exp runs
2007-10-17 10:13:01 +00:00
Maxim Sobolev
caed5b4a05
Allow EXTRA_PATCHES to be altered in the Makefile.local.
2007-10-09 03:32:56 +00:00
Edward Tomasz Napierala
1fcb5e2921
- Update textproc/iksemel to version 1.3.
...
Approved by: sobomax (asterisk maintainer)
2007-10-04 11:17:26 +00:00
Maxim Sobolev
1bddf25906
Make sure to set astrundir to /var/run in the default asterisk.conf, so that
...
it matches rc.d startup script. Bump PORTREVISION.
Reported by: Steve Clement
2007-09-18 03:18:10 +00:00
Maxim Sobolev
890b6e300c
Update to 1.4.11.
...
Sponsored by: Sippy Software, Inc., http://www.sippysoft.com
2007-09-03 08:18:57 +00:00
Maxim Sobolev
260bba5576
Allow building with bamby's codec negotiation patch. Don't bump
...
PORTREVISION since this option is off by default.
Sponsored by: Sippy Software, Inc. ( http://www.sippysoft.com/ )
2007-08-13 17:35:37 +00:00
Maxim Sobolev
be294883be
Update to 1.4.10.
...
Sponsored by: Sippy Software, Inc. ( http://www.sippysoft.com/ )
2007-08-10 16:30:40 +00:00
Martin Wilke
605b516239
- Chase increase of audio/libvorbis shlib version.
...
- Bump PORTREVISION
2007-07-28 12:27:31 +00:00