1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

173 Commits

Author SHA1 Message Date
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
Maxim Sobolev
cf24da0ea7 Update to 1.4.9.
Sponsored by: Sippy Software, Inc. ( http://www.sippysoft.com/ )

Enable SQLite support.

PR:		114720
Submitted by:	VipeR
2007-07-27 02:41:10 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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
2007-07-23 09:36:51 +00:00
Maxim Sobolev
cf49ab4e5b By default turn zaptel off, so that asterisk and related software can be
packaged.

Requested by:		linimon
2007-07-22 11:02:45 +00:00
Maxim Sobolev
22d259e0ed o Update to 1.4.8, which fixes some security issues.
PR:		114720, 114712

o Enable zaptel channel and friends on AMD64.

PR:		112624

o Improve startup script.

PR:		107222
2007-07-22 10:40:35 +00:00
Maxim Sobolev
415e48c682 Correct newt library version number.
PR:		113121
Submitted by:	viper<viper@perm.raid.ru>
2007-05-29 20:52:15 +00:00
Maxim Sobolev
5803bd2ac7 Add FreeTDS support. Bump PORTREVISION.
Submitted by:	Alex Miller <asm@asm.kiev.ua>
2007-05-28 20:21:08 +00:00
Maxim Sobolev
a82cbc92a1 o Update to 1.4.4;
o make sure ${PREFIX}/etc/asterisk is removed if empty.

PR:             112174, 112326
Submitted by:   "Phillip N." <pneumann@gmail.com>
2007-05-28 18:16:35 +00:00
Maxim Sobolev
95ba88f46c Update to 1.4.3.
PR:		112143
Submitted by:	"Phillip Neumann" <pneumann@gmail.com>
2007-04-26 07:57:34 +00:00
Maxim Sobolev
7cf7febcb0 Zaptel parts now compile after upgrading zaptel and libpri to 1.4.x.
Sponsored by:   Sippy Software, Inc. ( http://www.sippysoft.com/ )
2007-04-26 00:18:35 +00:00
Maxim Sobolev
19d165a76c Add Jabber and Gtalk support.
PR:		111553
Submitted by:	pneumann at gmail.com
2007-04-16 08:40:15 +00:00
Maxim Sobolev
8ea384e80e o Unbreak on non-i386;
o Move H323 option from i386-only section to generic one. It works fine at
least on amd64.
2007-04-13 08:55:48 +00:00
Maxim Sobolev
acc33b14df Long awaited upgrade to 1.4.2.
Sponsored by:   Sippy Software, Inc.
2007-04-13 08:06:06 +00:00
Jeremy Messenger
26a0087e1e Chase the shared library version of speex, bump the PORTREVISION. 2007-02-23 22:51:12 +00:00
Maxim Sobolev
dd453ce8c0 Fix breagake due to recent BIND9 changes to resolver. 2007-01-29 18:49:10 +00:00
Boris Samorodov
5986d265f1 1. Fix a typo: dmsmgr.conf -> dnsmgr.conf.
2. Create all needed directories (add @exec mkdir -p <dirs>) at
   pkg-plist file. This bug is seen only when the port is pkg_added/pkg_deletted
   by a port which depends on current port (ex. net/asterisk-addons).
3. Bump PORTREVISION.

PR:		105310
Submitted by:	bsam (me)
Approved by:	sobomax (maintainer timeout, 9 weeks)
2007-01-03 16:18:06 +00:00
Peter Pentchev
64e068d25c Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:	-ports
2006-12-13 12:41:35 +00:00
Maxim Sobolev
1ff992b93c Add another local patch that will be submitted to the vendor. 2006-12-05 11:17:04 +00:00
Maxim Sobolev
cbed17d228 Update codec negotiation patch to the latest version.
Submitted by:	Andriy Pylypenko
2006-12-05 10:14:29 +00:00
Maxim Sobolev
ee5293d4fe Allow secure digest auth to be requested for outgoing call legs by AGI. 2006-12-03 23:33:38 +00:00
Marcus Alves Grando
1cc6d00e51 - Update to 1.2.13
PR:		104567
Submitted by:	Thomas Sandford <freebsduser___paradisegreen.co.uk>
Approved by:	portmgr (secteam blanket), maintainer timeout (1 day, security bypass)
With hat:	secteam
Security:	http://www.vuxml.org/freebsd/1c0def84-5fb1-11db-b2e9-0008c79fa3d2.html
2006-10-20 15:03:02 +00:00
Maxim Sobolev
c82e3c3af2 Update to 1.2.12.1.
PR:		103426
Submitted by:	Thomas Sandford
2006-10-04 04:41:27 +00:00
Maxim Sobolev
560082730a Fix crash caused by the recent BIND upgrade from version 8 to version 9.
Submitted by:	David G. Lawrence
2006-08-24 00:58:24 +00:00
Maxim Sobolev
7dfc5ecd1b Fix build on 4.x. Untested due to the lack of 4.x system.
No PORTREVISION bump since it doens't change package content.

Submitted by:	Andriy I Pylypenko <bamby@ua.fm>
2006-07-20 00:19:08 +00:00
Maxim Sobolev
4f404ab5c2 Fix patch to apply. 2006-06-20 18:57:24 +00:00
Maxim Sobolev
fa584687f3 Merge in patch from Asterisk's ticket 7305. This patch should be part of the
next release.

Requested by:	Denis Shaposhnikov <dsh@vlink.ru>
2006-06-19 18:38:41 +00:00
Maxim Sobolev
99abb7424d Make asterisk_pidfile actually working.
Reported by:	Denis Shaposhnikov <dsh@vlink.ru>
2006-06-19 18:34:43 +00:00
Maxim Sobolev
a69b43bf0f Make patcheable. 2006-06-17 15:22:59 +00:00
Maxim Sobolev
aed675aa76 Update to 1.2.9.1. 2006-06-16 23:34:44 +00:00
Maxim Sobolev
4be4fa9278 Allow pidfile location to be altered via asterisk_pidfile variable in
rc.conf. No PORTREVISION bump since it's really a very specialized
feature.

Requested by:	Denis Shaposhnikov <dsh@vlink.ru>
2006-05-25 20:29:52 +00:00
Maxim Sobolev
752856337d Fix on sparc64.
Submitted by:	ahze
2006-05-23 02:47:04 +00:00
Maxim Sobolev
42a7879d58 Doesn't compile on sparc64. Patches are welcome. 2006-05-22 21:01:19 +00:00
Edwin Groothuis
0f12b488a5 Remove USE_REINPLACE from all categories starting with N 2006-05-11 22:49:56 +00:00
Maxim Sobolev
b6b90394ad Remove dead MASTER_SITEs.
PR:		93811
Submitted by:	Diane Bruce <db@db.net>
2006-05-11 20:09:40 +00:00
Max Khon
b27709344b - Update to 1.2.7.1 [1]
- Remove bristuff support (will be added later as a slave port)
- Update codec negotiation patch [2]
- Use pwlib and openh323 from ports [3]
- Remove FORBIDDEN now that asterisk is >= 1.2.6

Note: WITH_ZAPTEL may be broken because zaptel-bsd driver is not
synced with Digium zaptel driver.

PR:		93528, 96315
Submitted by:	Andriy I Pylypenko <bamby@portaone.com> [1] [2] [3]
Approved by:	MAINTAINER
2006-04-26 11:31:03 +00:00
Remko Lodder
f3207f1745 Mark the port as forbidden due to a security issue which could lead to
unauthorized system access.

With hat:	secteam
2006-04-25 21:26:51 +00:00
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