Commit graph

56 commits

Author SHA1 Message Date
Maxim Sobolev
6345416ed2 1. PROVIDE -> PROVIDE:.
2. Remove bogus BEFORE.

3. More sensible REQUIRE.

PR:		94673
Submitted by:	Sean Winn <sean@gothic.net.au>
2006-04-13 04:00:49 +00:00
Max Khon
65d0eb460a - Bring back bristuff support (bristuff-0.3.0-PRE-1l).
- Bump PORTREVISIONs

Approved by:	sobomax
2006-03-15 08:09:24 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Maxim Sobolev
6df0070796 Use corrected version of the codec negotiation patch.
Submitted by:	J.R. Oldroyd
2006-02-14 23:50:27 +00:00
Maxim Sobolev
f3f135c46f Fix PLIST on 4.x (one of the modules can not be built due to absend va_copy()
function).

Submitted by:		Dan Lukes <dan@obluda.cz>
2006-02-06 22:03:50 +00:00
Maxim Sobolev
9ea68e6510 Fix build on 4.x.
Submitted by:	Tod McQuillin
2006-02-06 20:39:59 +00:00
Maxim Sobolev
dbe5ff5d5a Update to 1.2.4. 2006-02-06 00:41:05 +00:00
Alexander Leidinger
8d20ecc86c Depend upon the repocopied pwlib152 and and openh323-112 ports, to ease the
transition to newer versions of pwlib and openh323 without breaking ports
which depend upon them.

PR:			83396
Submitted by:		Steve Ames <steve@energistic.com>
In colaboration with:	Steve Ames <steve@energistic.com>
Approved by:		linimon ("no weeping changes ATM"-Heads-Up)
2006-02-05 12:35:09 +00:00
Maxim Sobolev
f644d74fb3 Update to 1.2.3. 2006-01-27 00:15:33 +00:00
Maxim Sobolev
20866a1830 Fix build on amd64. No PORTREVISION bump since it doesn't change content
of the package on the rest arches.

Reported by:	bram <bram@diomedia.be>
2006-01-26 23:29:58 +00:00
Maxim Sobolev
b8c8fc7e04 When building with zaptel disabled make sure to set WITHOUT_ZAPTEL make
environment variable.

Poked by:	kris, unbuildable ports reminder
2006-01-21 08:20:21 +00:00
Maxim Sobolev
e61e1d66bd Update to 1.2.1. 2006-01-17 22:27:45 +00:00
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