non port: net/asterisk/Makefile |
SVNWeb
|
Number of commits found: 259 (showing only 59 on this page) |
Thu, 24 Aug 2006
|
[ 00:58 sobomax ]
Fix crash caused by the recent BIND upgrade from version 8 to version 9.
Submitted by: David G. Lawrence
|
Mon, 19 Jun 2006
|
[ 18:34 sobomax ]
Make asterisk_pidfile actually working.
Reported by: Denis Shaposhnikov <dsh@vlink.ru>
|
Fri, 16 Jun 2006
|
[ 23:34 sobomax ]
Update to 1.2.9.1.
|
Tue, 23 May 2006
|
[ 02:47 sobomax ]
Fix on sparc64.
Submitted by: ahze
|
Mon, 22 May 2006
|
[ 21:01 sobomax ]
Doesn't compile on sparc64. Patches are welcome.
|
Thu, 11 May 2006
|
[ 22:49 edwin ] (Only the first 10 of 270 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with N
|
[ 20:09 sobomax ]
Remove dead MASTER_SITEs.
PR: 93811
Submitted by: Diane Bruce <db@db.net>
|
Wed, 26 Apr 2006
|
[ 11:31 fjoe ] (Only the first 10 of 11 ports in this commit are shown above. )
- 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
|
Tue, 25 Apr 2006
|
[ 21:26 remko ]
Mark the port as forbidden due to a security issue which could lead to
unauthorized system access.
With hat: secteam
|
Wed, 15 Mar 2006
|
[ 08:09 fjoe ]
- Bring back bristuff support (bristuff-0.3.0-PRE-1l).
- Bump PORTREVISIONs
Approved by: sobomax
|
Tue, 14 Feb 2006
|
[ 23:50 sobomax ]
Use corrected version of the codec negotiation patch.
Submitted by: J.R. Oldroyd
|
Mon, 6 Feb 2006
|
[ 22:03 sobomax ]
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>
|
[ 00:41 sobomax ]
Update to 1.2.4.
|
Sun, 5 Feb 2006
|
[ 12:35 netchild ] (Only the first 10 of 12 ports in this commit are shown above. )
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)
|
Fri, 27 Jan 2006
|
[ 00:15 sobomax ]
Update to 1.2.3.
|
Sat, 21 Jan 2006
|
[ 08:20 sobomax ]
When building with zaptel disabled make sure to set WITHOUT_ZAPTEL make
environment variable.
Poked by: kris, unbuildable ports reminder
|
Tue, 17 Jan 2006
|
[ 22:27 sobomax ] (Only the first 10 of 36 ports in this commit are shown above. )
Update to 1.2.1.
|
Sat, 17 Dec 2005
|
[ 07:00 lawrance ]
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)
|
Mon, 7 Nov 2005
|
[ 21:06 sobomax ]
Add support for amd64 (untested). No PORTREVISION bump since it doesn't affect
already supported arches.
Submitted by: David Taylor
|
Tue, 6 Sep 2005
|
[ 16:47 sobomax ]
Update the MASTER_SITES.
Submitted by: Jean Milanez Melo
|
Mon, 29 Aug 2005
|
[ 14:12 sobomax ]
Make app_rxfax/app_txfax compilable on 4.x.
|
Sun, 14 Aug 2005
|
[ 18:44 fjoe ]
- Add dependency on unixODBC (and WITHOUT_ODBC knob).
- Unify WITH_FOO knobs.
- Bump PORTREVISION.
Approved by: portmgr, MAINTAINER
|
Fri, 15 Jul 2005
|
[ 12:21 fjoe ]
Fix build on RELENG_4 (fix res_watchdog, do not build fax support).
Bump PORTREVISION.
Approved by: MAINTAINER
|
Tue, 12 Jul 2005
|
[ 10:11 fjoe ]
Update to 1.0.9 and bristuff-0.2.0-RC8h.
Approved by: MAINTAINER
|
Mon, 11 Jul 2005
|
[ 11:11 sobomax ]
Add support for faxes based on spandsp port.
|
Sun, 19 Jun 2005
|
[ 12:50 sobomax ]
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>
|
Sat, 18 Jun 2005
|
[ 18:38 sobomax ]
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>
|
Mon, 16 May 2005
|
[ 02:45 lawrance ] (Only the first 10 of 12 ports in this commit are shown above. )
- 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)
|
Tue, 3 May 2005
|
[ 13:58 sobomax ]
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
|
[ 13:39 sobomax ]
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 (Only the first 15 lines of the commit message are shown above )
|
Fri, 22 Apr 2005
|
[ 18:25 sobomax ]
o Add patches to improve OSS chanel driver.
Submited by: luigi
o add mpg123 into runtime dependencies list.
|
Tue, 19 Apr 2005
|
[ 18:23 fjoe ]
- USE_RC_SUBR automagically installs startup script and adds it to PLIST --
remove some junk left from previous commit.
- Bump PORTREVISION
Approved by: MAINTAINER
|
Thu, 14 Apr 2005
|
[ 13:23 vs ]
Handle rc.subr correctly
Based on PR: ports/79246
Submitted by: Ari Maniatis
Approved by: maintainer
|
Wed, 13 Apr 2005
|
[ 18:03 fjoe ]
Update to 1.0.7.
Requested by: many
|
Wed, 9 Mar 2005
|
[ 19:45 fjoe ]
Update to 1.0.6 and bristuff 0.2.0-RC7j.
Approved by: MAINTAINER
Sponsored by: LF.net
|
Mon, 28 Feb 2005
|
[ 11:02 fjoe ]
- 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
|
Sat, 22 Jan 2005
|
[ 11:24 krion ]
Portlint(1)
Approved by: maintainer
|
Sun, 9 Jan 2005
|
[ 10:40 sobomax ]
Add missed newt dependency. Bump PORTREVISION.
PR: 75827
Submitted by: Christopher Sean Hilton <chris@vindaloo.com>
|
Sat, 8 Jan 2005
|
[ 17:04 sobomax ]
Update to 1.0.3.
|
Wed, 29 Dec 2004
|
[ 00:01 sobomax ]
o Provide rc.d script;
o Fix build on 5.2.1.
Submitted by: Marat N.Afanasyev <amarat@ksu.ru>
|
Fri, 17 Dec 2004
|
[ 19:13 sobomax ]
Add missed USE_BISON.
|
Mon, 13 Dec 2004
|
[ 13:35 sobomax ]
o Update to 1.0.2.
o Add often requested knobs WITHOUT_H323 and WITHOUT_ZAPTEL.
o Add untested support for building on sparc64.
|
Mon, 25 Oct 2004
|
[ 11:58 sobomax ]
Actually bump PORTREVISION.
Reminded by: David Magda <dmagda@ee.ryerson.ca>
|
Sun, 17 Oct 2004
|
[ 18:00 sobomax ] (Only the first 10 of 26 ports in this commit are shown above. )
Update to 1.0.1.
|
Fri, 23 Jul 2004
|
[ 09:17 krion ]
Chase libraries for new audio/speex version.
|
Tue, 8 Jun 2004
|
[ 06:27 sobomax ]
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
|
Fri, 30 Apr 2004
|
[ 05:21 sobomax ] (Only the first 10 of 32 ports in this commit are shown above. )
- Update to 0.9.0;
- add optional support for building with Zaptel module.
|
Thu, 11 Mar 2004
|
[ 18:48 eik ]
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.
|
Thu, 19 Feb 2004
|
[ 12:25 sobomax ]
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.
|
[ 11:22 sobomax ]
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.
|
[ 00:07 sobomax ]
- Update to 0.7.2;
- fix problem with h323 channel module loading reported by several users.
|
Tue, 17 Feb 2004
|
[ 02:27 kris ]
BROKEN: Does not compile
|
Thu, 5 Feb 2004
|
[ 19:38 sobomax ] (Only the first 10 of 33 ports in this commit are shown above. )
Update to 0.7.1.
|
Wed, 4 Feb 2004
|
[ 05:10 marcus ] (Only the first 10 of 1422 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Sat, 29 Nov 2003
|
[ 17:18 sobomax ]
Unbreak.
Approved by: portmgr
|
Tue, 21 Oct 2003
|
[ 06:38 sobomax ]
Only for i386 now.
|
Mon, 20 Oct 2003
|
[ 09:26 sobomax ]
- Fix problem with speex shared library version;
- build/install h323 channel module.
|
Sat, 18 Oct 2003
|
[ 19:11 sobomax ]
Fix if audio/speex is installed (actually make speex a required dependency).
Reported by: Tilghman Lesher <tilghman@mail.jeffandtilghman.com>
|
Fri, 17 Oct 2003
|
[ 11:22 sobomax ] (Only the first 10 of 27 ports in this commit are shown above. )
Add asterisk 0.5.0, an Open Source PBX and telephony toolkit.
|
Number of commits found: 259 (showing only 59 on this page) |