Sam Lawrance
832a7b1727
Use correct WRKSRC paths for pwlib and openh323 when WRKDIRPREFIX
...
is set to a non-default value.
PR: ports/72973
Submitted by: Vivek Khera <vivek@khera.org>
Approved by: sobomax (maintainer, timeout 13 months)
2005-12-17 07:00:19 +00:00
Maxim Sobolev
bd3393554a
Add support for amd64 (untested). No PORTREVISION bump since it doesn't affect
...
already supported arches.
Submitted by: David Taylor
2005-11-07 21:06:12 +00:00
Maxim Sobolev
f47fe86bf2
Update the MASTER_SITES.
...
Submitted by: Jean Milanez Melo
2005-09-06 16:47:35 +00:00
Maxim Sobolev
6467942a68
Make app_rxfax/app_txfax compilable on 4.x.
2005-08-29 14:12:28 +00:00
Max Khon
de04276318
- Add dependency on unixODBC (and WITHOUT_ODBC knob).
...
- Unify WITH_FOO knobs.
- Bump PORTREVISION.
Approved by: portmgr, MAINTAINER
2005-08-14 18:44:06 +00:00
Max Khon
414711836f
Fix build on RELENG_4 (fix res_watchdog, do not build fax support).
...
Bump PORTREVISION.
Approved by: MAINTAINER
2005-07-15 12:21:58 +00:00
Max Khon
235e4422fb
Update to 1.0.9 and bristuff-0.2.0-RC8h.
...
Approved by: MAINTAINER
2005-07-12 10:11:17 +00:00
Maxim Sobolev
e1edab3d7c
Add support for faxes based on spandsp port.
2005-07-11 11:11:36 +00:00
Maxim Sobolev
3c22f7bdf1
o Fix patch in default musiconhold.conf file;
...
o use USE_MYSQL instead of manually specifying MySQL dependency.
PR: 79253
Submitted by: Ari Maniatis <ari@ish.com.au>
2005-06-19 12:50:39 +00:00
Maxim Sobolev
d1fc3c4591
Use [:lower:]/[:upper:] instead of [a-z]/[A-Z] in tr(1), since the latter
...
may not work in some locales.
PR: 75193
Submitted by: Stuart Barkley <stuartb@4gh.net>
2005-06-18 18:38:33 +00:00
Luigi Rizzo
d0a81ab302
fix a bug when no audio devices are available, remove some dead
...
code, cleanup comments.
This version is more or less in line with the one that i submitted
to the asterisk developers.
2005-05-17 17:15:39 +00:00
Sam Lawrance
ae67238a95
- Add a bison %pure-parser declaration in pwlib. The build was
...
depending on old bison behaviour (#define YYPURE) which no longer
works. Fixes crash of opengk and maybe more.
- Bump PORTREVISION of ports using pwlib (they link with it statically)
PR: ports/61053
Submitted by: Andrew MacTaggart <amactaggart@hkis.edu.hk>
Approved by: clement (mentor)
2005-05-16 02:45:10 +00:00
Maxim Sobolev
7150c8301f
o chan_sip.c:
...
- Improve codec negotiation logic.
- make sure to parse SDP on re-INVITE.
o chan_zap.c:
- If unanswered Zap channnel is hanged up wait until the calling party
in turn hangs up (by detecting ring timeout). Otherwise next ring will
trigger a "new" incoming call. This appears to be design limitation of
the analogue telephone system - there is no way to reject the call without
answering it first.
Sponsored by: Porta Software Ltd, PBXpress Inc
2005-05-03 13:58:26 +00:00
Maxim Sobolev
4382a63faf
pbx_wilcalu.c:
...
new patch for this file, smooths the effects of
an unhandled error Cexiting from poll() and resulting
otherwise in this process taking 100% of the CPU
rtp.c:
updated patch for rtp.c, removes a misleading 'checksum error'
message when in reality the recvfrom() just returned no data;
chan_oss.c:
replacement for the old chan_oss.c - the changes are
so massive that having a patch would be completely
unreadable.
Among other things this lets you change many /dev/dsp
parameters from the config file, to ease adapting to
the idiosincracies of various sound cards and drivers.
It also supports multiple soundcards on the same box,
which might be useful in some cases.
Submitted by: luigi
Add WITHOUT_MYSQL knob.
Suggested by: phantom
2005-05-03 13:39:48 +00:00
Maxim Sobolev
b6be6b2cd9
o Add patches to improve OSS chanel driver.
...
Submited by: luigi
o add mpg123 into runtime dependencies list.
2005-04-22 18:25:41 +00:00
Max Khon
90df81c355
- USE_RC_SUBR automagically installs startup script and adds it to PLIST --
...
remove some junk left from previous commit.
- Bump PORTREVISION
Approved by: MAINTAINER
2005-04-19 18:23:41 +00:00
Volker Stolz
b57ef5a660
Handle rc.subr correctly
...
Based on PR: ports/79246
Submitted by: Ari Maniatis
Approved by: maintainer
2005-04-14 13:23:49 +00:00
Max Khon
5af56d68d7
Update to 1.0.7.
...
Requested by: many
2005-04-13 18:03:04 +00:00
Max Khon
134281eae5
Update to 1.0.6 and bristuff 0.2.0-RC7j.
...
Approved by: MAINTAINER
Sponsored by: LF.net
2005-03-09 19:45:06 +00:00
Max Khon
3609ffcb39
- Update to 1.0.5.
...
- Add PATCHFILE by Klaus-Peter Junghanns for quadBRI/octoBRI (HFC-S) support
- Enable libpri support in chan_zap module.
Sponsored by: LF.net
Approved by: MAINTAINER
2005-02-28 11:02:29 +00:00
Kirill Ponomarev
793f6321b4
Portlint(1)
...
Approved by: maintainer
2005-01-22 11:24:54 +00:00
Maxim Sobolev
82c3d2d379
Add missed newt dependency. Bump PORTREVISION.
...
PR: 75827
Submitted by: Christopher Sean Hilton <chris@vindaloo.com>
2005-01-09 10:40:56 +00:00
Maxim Sobolev
c27e73922b
Update to 1.0.3.
2005-01-08 17:04:12 +00:00
Maxim Sobolev
eb61df704e
o Provide rc.d script;
...
o Fix build on 5.2.1.
Submitted by: Marat N.Afanasyev <amarat@ksu.ru>
2004-12-29 00:01:54 +00:00
Maxim Sobolev
201111837f
Add missed USE_BISON.
2004-12-17 19:13:39 +00:00
Maxim Sobolev
f40fa78a35
o Update to 1.0.2.
...
o Add often requested knobs WITHOUT_H323 and WITHOUT_ZAPTEL.
o Add untested support for building on sparc64.
2004-12-13 13:35:02 +00:00
Maxim Sobolev
f39776d4b6
Actually bump PORTREVISION.
...
Reminded by: David Magda <dmagda@ee.ryerson.ca>
2004-10-25 11:58:41 +00:00
Maxim Sobolev
6b6f8ad3ba
Since H.323 module is written in C++ use $(CXX) to link it, not $(CC). This
...
fixes `Undefined symbol "__ls__7ostreamPCc"' when loading chan_h323.so module.
Bump PORTREVISION.
Reported by: Christophe Prevotaux <c.prevotaux@rural-networks.com>
2004-10-25 11:20:48 +00:00
Maxim Sobolev
cd8cc8071f
Update to 1.0.1.
2004-10-17 18:00:02 +00:00
Kirill Ponomarev
591244e022
Chase libraries for new audio/speex version.
2004-07-23 09:17:55 +00:00
Maxim Sobolev
f0629da70d
Fix CAN-2004-0097 vulnerability in devel/pwlib, remove FORBIDDEN and bump
...
PORTREVISION of related ports.
Requested by: *many*
No reply from: security-officer
Obtained from: Debian/pwlib cvs
2004-06-08 06:27:43 +00:00
Maxim Sobolev
962d6e05b4
- Update to 0.9.0;
...
- add optional support for building with Zaptel module.
2004-04-30 05:21:08 +00:00
Oliver Eikemeier
bb08d2c7c7
Sync FORBIDDEN tags with the FreeBSD VuXML database, please refer to the
...
individual database entries for details. Report errors and omissions in the
database to the FreeBSD Security Officer <security-officer@FreeBSD.org>
bump PORTREVISON for x11/linux-XFree86-libs, since the vulnerabilites are
fixed.
2004-03-11 18:48:07 +00:00
Maxim Sobolev
8832cde5fe
Revert previous delta, according to Porter's Handbook:
...
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-wrkdirprefix.html
"In particular, if you are referring to a WRKDIR of another port, note that
the correct location is ${WRKDIRPREFIX}${PORTSDIR}/subdir/name/work"
Other ports that use ${.CURDIR} when reffering WRKDIR of another port should
be fixed along with bento scripts.
2004-02-19 12:25:42 +00:00
Maxim Sobolev
d90b35f496
Replace '${WRKDIRPREFIX}${PORTSDIR}/' with '${WRKDIR}/../../../' when
...
reffering other ports, since the former for some reason doesn't work
in bento environment (it works here just fine even with WRKDIRPREFIX
set).
BTW, this is good evidence which shows that breakage on bento isn't
sufficient to mark port as BROKEN.
2004-02-19 11:22:38 +00:00
Maxim Sobolev
159b6b5ea8
- Update to 0.7.2;
...
- fix problem with h323 channel module loading reported by several users.
2004-02-19 00:07:34 +00:00
Kris Kennaway
737b336b17
BROKEN: Does not compile
2004-02-17 02:27:38 +00:00
Maxim Sobolev
a5aa0c90ca
Update to 0.7.1.
2004-02-05 19:38:40 +00:00
Joe Marcus Clarke
73f7c91b5d
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
...
(Part 1)
2004-02-04 05:10:27 +00:00
Maxim Sobolev
593eeac4dd
Unbreak.
...
Approved by: portmgr
2003-11-29 17:18:43 +00:00
Maxim Sobolev
a92904ef92
Only for i386 now.
2003-10-21 06:38:05 +00:00
Maxim Sobolev
5d478a6316
- Fix problem with speex shared library version;
...
- build/install h323 channel module.
2003-10-20 09:26:28 +00:00
Maxim Sobolev
54858b623b
Fix if audio/speex is installed (actually make speex a required dependency).
...
Reported by: Tilghman Lesher <tilghman@mail.jeffandtilghman.com>
2003-10-18 19:11:30 +00:00
Maxim Sobolev
f01a970a4e
Add asterisk 0.5.0, an Open Source PBX and telephony toolkit.
2003-10-17 11:22:52 +00:00