FreshPorts -- The Place For Ports Tue, 2 Dec 2008 1:39 AM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

non port: net/asterisk/Makefile
CVSWeb

Number of commits found: 107 (showing only 100 on this page)

1 | 2  »  

Wed, 12 Nov 2008
[ 18:45 sobomax ] Original commit 
1.107 net/asterisk/Makefile
1.1 net/asterisk/files/patch-res_res__agi.c
Fix a bug resulting in recording hanging up indefinitely when connection
to peer drops.
Mon, 20 Oct 2008
[ 17:26 koitsu ] Original commit 
1.106 net/asterisk/Makefile
1.1 net/asterisk/files/patch-main-utils.c
1.4 net/asterisk/files/patch-main::utils.c
- Follow present-day naming scheme of files/ patches
- Increase PORTREVISION
Thu, 21 Aug 2008
[ 08:32 sobomax ] Original commit 
1.105 net/asterisk/Makefile
1.15 net/asterisk/files/patch-channels::Makefile
Properly link H323 module with ptlib and oh323 libraries. Otherwise
H323 channel fails to load. Bump PORTREVISION.

Reported by:    Rodrigo Graeff
[ 00:41 sobomax ] Original commit 
1.104 net/asterisk/Makefile
1.2 net/asterisk/files/ilbc_enable.diff
Make sure the iLBC codec module is compiled when users asks for it.

Bump PORTREVISION.

Reported by:    Rodrigo Graeff
Sun, 17 Aug 2008
[ 09:28 sobomax ] Original commit 
1.103 net/asterisk/Makefile
1.6 net/asterisk/files/codecnego-patch-Makefile
1.6 net/asterisk/files/nocodecnego-patch-Makefile
1.1 net/asterisk/files/patch-Makefile.rules
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.
Mon, 11 Aug 2008
[ 16:58 sobomax ] Original commit 
1.102 net/asterisk/Makefile
1.40 net/asterisk/distinfo
1.2 net/asterisk/files/patch-channels::h323::ast_h323.cxx
1.3 net/asterisk/files/patch-main::manager.c
Update to 1.4.21.2.
Fri, 25 Jul 2008
[ 13:24 pav ] Original commit 
1.30 games/blobandconquer/Makefile
1.10 games/bloboats/Makefile
1.10 games/blobwars/Makefile
1.8 games/bugsquish/Makefile
1.10 games/connectfive/Makefile
1.22 games/cube/Makefile
1.12 games/dangerdeep/Makefile
1.9 games/djgame2/Makefile
1.3 games/f1spirit-remake/Makefile
1.19 games/falconseye/Makefile

(Only the first 10 of 127 ports in this commit are shown above. View all ports for this commit)
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
Thu, 12 Jun 2008
[ 11:14 sobomax ] Original commit 
1.100 net/asterisk/Makefile
1.39 net/asterisk/distinfo
1.14 net/asterisk/files/patch-channels::Makefile
1.4 net/asterisk/files/patch-main::Makefile
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.
Tue, 10 Jun 2008
[ 09:30 sobomax ] Original commit 
1.99 net/asterisk/Makefile
1.5 net/asterisk/files/codecnego-patch-Makefile
1.38 net/asterisk/distinfo
1.2 net/asterisk/files/dtmf_debug.diff
1.1 net/asterisk/files/ilbc_enable.diff
1.5 net/asterisk/files/nocodecnego-patch-Makefile
1.11 net/asterisk/files/patch-channels::chan_sip.c
1.2 net/asterisk/files/patch-main::manager.c
1.35 net/asterisk/pkg-plist
1.2 net/asterisk/files/rtp_force_dtmf-codecnego.diff

(Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
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.
Fri, 6 Jun 2008
[ 14:50 edwin ] Original commit 
1.6 net/apache-soap/Makefile
1.11 net/asterisk-addons/Makefile
1.5 net/asterisk-app-notify/Makefile
1.69 net/asterisk-bristuff/Makefile
1.98 net/asterisk/Makefile
1.8 net/asterisk12-addons/Makefile
1.77 net/asterisk12/Makefile
1.5 net/astfax/Makefile
1.4 net/astmanproxy/Makefile
1.12 net/avahi-app/Makefile

(Only the first 10 of 181 ports in this commit are shown above. View all ports for this commit)
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)
Fri, 16 May 2008
[ 10:24 sobomax ] Original commit 
1.97 net/asterisk/Makefile
1.4 net/asterisk/files/codecnego-patch-Makefile
1.37 net/asterisk/distinfo
1.1 net/asterisk/files/dtmf_debug.diff
1.1 net/asterisk/files/feature_disconnect.diff
1.4 net/asterisk/files/nocodecnego-patch-Makefile
1.2 net/asterisk/files/patch-apps::app_dial.c
1.10 net/asterisk/files/patch-channels::chan_sip.c
1.1 net/asterisk/files/patch-channels::h323::ast_h323.cxx
1.2 net/asterisk/files/patch-include::asterisk::features.h

(Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
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.
Thu, 27 Mar 2008
[ 10:58 kuriyama ] Original commit 
1.19 deskutils/superkaramba-lwp/Makefile
1.20 french/plgrenouille/Makefile
1.2 japanese/asterisk-sound/Makefile
1.11 net-mgmt/bigsister/Makefile
1.20 net-mgmt/braa/Makefile
1.17 net-mgmt/cacti-spine/Makefile
1.40 net-mgmt/cacti/Makefile
1.4 net-mgmt/check_snmp_pkgvuln/Makefile
1.2 net-mgmt/collectd/Makefile
1.14 net-mgmt/docsis/Makefile

(Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
- Chase shlib version of net-mgmt/net-snmp.
- Bump PORTREVISIONs.
Tue, 18 Mar 2008
[ 22:22 sobomax ] Original commit 
1.95 net/asterisk/Makefile
1.76 net/asterisk12/Makefile
1.36 net/asterisk/distinfo
1.27 net/asterisk12/distinfo
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.
Thu, 13 Mar 2008
[ 22:22 sobomax ] Original commit 
1.94 net/asterisk/Makefile
1.35 net/asterisk/distinfo
1.2 net/asterisk/files/patch-main::Makefile
1.33 net/asterisk/pkg-plist
Update to 1.4.18.
Thu, 28 Feb 2008
[ 10:21 sobomax ] Original commit 
1.93 net/asterisk/Makefile
Port compiles on FreeBSD/powerpc just fine.
Thu, 7 Feb 2008
[ 04:40 sobomax ] Original commit 
1.92 net/asterisk/Makefile
1.1 net/asterisk/files/patch-apps::app_dial.c
1.1 net/asterisk/files/patch-include::asterisk::features.h
1.1 net/asterisk/files/patch-res::res_features.c
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.
Fri, 18 Jan 2008
[ 22:17 sobomax ] Original commit 
1.91 net/asterisk/Makefile
1.34 net/asterisk/distinfo
Update the codec negotiaion patch to the latest version.
Thu, 17 Jan 2008
[ 18:41 sobomax ] Original commit 
1.90 net/asterisk/Makefile
1.33 net/asterisk/distinfo
Update codec negotiation patch to 20080117 version. No PORTREVISION bump
since it's optional functionality.
Wed, 2 Jan 2008
[ 22:59 sobomax ] Original commit 
1.89 net/asterisk/Makefile
1.32 net/asterisk/distinfo
1.8 net/asterisk/files/patch-channels::chan_h323.c
Upgrade to 1.4.17, this is mostly a security release that fixes bug
which can cause DoS (AST-2008-001).
Wed, 26 Dec 2007
[ 11:13 sobomax ] Original commit 
1.88 net/asterisk/Makefile
1.3 net/asterisk/files/codecnego-patch-Makefile
1.31 net/asterisk/distinfo
1.3 net/asterisk/files/nocodecnego-patch-Makefile
1.9 net/asterisk/files/patch-channels::chan_sip.c
1.3 net/asterisk/files/patch-channels::chan_skinny.c
1.32 net/asterisk/pkg-plist
Update to 1.4.16.2.
Tue, 11 Dec 2007
[ 22:24 sobomax ] Original commit 
1.87 net/asterisk/Makefile
1.30 net/asterisk/distinfo
1.31 net/asterisk/pkg-plist
Update to 1.4.13 and add missed audio/gsm dependency.

PR:             115169, 117199
Submitted by:   Vladimir Korkodinov, Dan Lukes
Wed, 17 Oct 2007
[ 11:13 ade ] Original commit 
1.1502 MOVED
1.29 audio/denemo/Makefile
1.13 audio/rezound/Makefile
1.28 audio/sfront/Makefile
1.11 biology/chemeq/Makefile
1.12 cad/alliance/Makefile
1.29 cad/iverilog/Makefile
1.6 cad/opencascade/Makefile
1.21 cad/tkgate/Makefile
1.54 databases/clip/Makefile

(Only the first 10 of 199 ports in this commit are shown above. View all ports for this commit)
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
Tue, 9 Oct 2007
[ 04:33 sobomax ] Original commit 
1.85 net/asterisk/Makefile
The last change has been submitted by: Alexandre Snarskii.
[ 04:32 sobomax ] Original commit 
1.84 net/asterisk/Makefile
Allow EXTRA_PATCHES to be altered in the Makefile.local.
Thu, 4 Oct 2007
[ 12:17 trasz ] Original commit 
1.45 net-mgmt/zabbix/Makefile
1.83 net/asterisk/Makefile
1.8 textproc/iksemel/Makefile
1.2 textproc/iksemel/distinfo
1.2 textproc/iksemel/files/patch-Makefile.in
1.2 textproc/iksemel/files/patch-doc-Makefile.in
1.2 textproc/iksemel/pkg-descr
1.3 textproc/iksemel/pkg-plist
- Update textproc/iksemel to version 1.3.

Approved by:    sobomax (asterisk maintainer)
Tue, 18 Sep 2007
[ 04:18 sobomax ] Original commit 
1.82 net/asterisk/Makefile
1.2 net/asterisk/files/codecnego-patch-Makefile
1.2 net/asterisk/files/nocodecnego-patch-Makefile
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
Mon, 3 Sep 2007
[ 09:18 sobomax ] Original commit 
1.81 net/asterisk/Makefile
1.29 net/asterisk/distinfo
Update to 1.4.11.

Sponsored by:   Sippy Software, Inc., http://www.sippysoft.com
Mon, 13 Aug 2007
[ 18:35 sobomax ] Original commit 
1.80 net/asterisk/Makefile
1.28 net/asterisk/distinfo
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/ )
Fri, 10 Aug 2007
[ 17:30 sobomax ] Original commit 
1.79 net/asterisk/Makefile
1.1 net/asterisk/files/codecnego-patch-Makefile
1.27 net/asterisk/distinfo
1.1 net/asterisk/files/nocodecnego-patch-Makefile
1.21 net/asterisk/files/patch-Makefile
1.3 net/asterisk/files/patch-configure
Update to 1.4.10.

Sponsored by: Sippy Software, Inc. ( http://www.sippysoft.com/ )
Sat, 28 Jul 2007
[ 13:27 miwi ] Original commit 
1.19 audio/akode-plugins-xiph/Makefile
1.9 audio/aqualung/Makefile
1.59 audio/arts/Makefile
1.24 audio/audacity-devel/Makefile
1.34 audio/audacity/Makefile
1.23 audio/beast/Makefile
1.22 audio/cmus/Makefile
1.27 audio/darkice/Makefile
1.56 audio/easytag-devel/Makefile
1.41 audio/easytag/Makefile

(Only the first 10 of 128 ports in this commit are shown above. View all ports for this commit)
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Fri, 27 Jul 2007
[ 03:41 sobomax ] Original commit 
1.77 net/asterisk/Makefile
1.26 net/asterisk/distinfo
1.2 net/asterisk/files/patch-channels::chan_skinny.c
1.30 net/asterisk/pkg-plist
Update to 1.4.9.

Sponsored by: Sippy Software, Inc. ( http://www.sippysoft.com/ )

Enable SQLite support.

PR:             114720
Submitted by:   VipeR
Mon, 23 Jul 2007
[ 10:36 rafan ] Original commit 
1.19 archivers/dpkg/Makefile
1.54 archivers/gtar/Makefile
1.21 archivers/gzip/Makefile
1.37 archivers/libarchive/Makefile
1.21 astro/starplot/Makefile
1.10 astro/tclgeomap/Makefile
1.11 astro/tkgeomap/Makefile
1.23 audio/audacity-devel/Makefile
1.10 audio/checkmate/Makefile
1.21 audio/cmus/Makefile

(Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- 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
Sun, 22 Jul 2007
[ 12:02 sobomax ] Original commit 
1.75 net/asterisk/Makefile
By default turn zaptel off, so that asterisk and related software can be
packaged.

Requested by:           linimon
[ 11:40 sobomax ] Original commit 
1.74 net/asterisk/Makefile
1.7 net/asterisk/files/asterisk.sh.in
1.25 net/asterisk/distinfo
1.20 net/asterisk/files/patch-Makefile
1.2 net/asterisk/files/patch-configure
1.2 net/asterisk/files/patch-main::utils.c
1.29 net/asterisk/pkg-plist
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
Tue, 29 May 2007
[ 21:52 sobomax ] Original commit 
1.73 net/asterisk/Makefile
Correct newt library version number.

PR:             113121
Submitted by:   viper<viper@perm.raid.ru>
Mon, 28 May 2007
[ 21:21 sobomax ] Original commit 
1.72 net/asterisk/Makefile
1.28 net/asterisk/pkg-plist
Add FreeTDS support. Bump PORTREVISION.

Submitted by:   Alex Miller <asm@asm.kiev.ua>
[ 19:16 sobomax ] Original commit 
1.71 net/asterisk/Makefile
1.24 net/asterisk/distinfo
1.27 net/asterisk/pkg-plist
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>
Thu, 26 Apr 2007
[ 08:57 sobomax ] Original commit 
1.70 net/asterisk/Makefile
1.23 net/asterisk/distinfo
Update to 1.4.3.

PR:             112143
Submitted by:   "Phillip Neumann" <pneumann@gmail.com>
[ 01:18 sobomax ] Original commit 
1.69 net/asterisk/Makefile
1.26 net/asterisk/pkg-plist
Zaptel parts now compile after upgrading zaptel and libpri to 1.4.x.

Sponsored by:   Sippy Software, Inc. ( http://www.sippysoft.com/ )
Mon, 16 Apr 2007
[ 09:40 sobomax ] Original commit 
1.68 net/asterisk/Makefile
1.19 net/asterisk/files/patch-Makefile
1.25 net/asterisk/pkg-plist
Add Jabber and Gtalk support.

PR:             111553
Submitted by:   pneumann at gmail.com
Fri, 13 Apr 2007
[ 09:55 sobomax ] Original commit 
1.67 net/asterisk/Makefile
o Unbreak on non-i386;

o Move H323 option from i386-only section to generic one. It works fine at
least on amd64.
[ 09:06 sobomax ] Original commit 
1.66 net/asterisk/Makefile
1.22 net/asterisk/distinfo
1.18 net/asterisk/files/patch-Makefile
1.8 net/asterisk/files/patch-agi::Makefile
1.9 net/asterisk/files/patch-apps::Makefile
1.6 net/asterisk/files/patch-apps::app_rxfax.c
1.6 net/asterisk/files/patch-apps::app_txfax.c
1.9 net/asterisk/files/patch-cdr::Makefile
1.13 net/asterisk/files/patch-channels::Makefile
1.8 net/asterisk/files/patch-channels::chan_sip.c

(Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Long awaited upgrade to 1.4.2.

Sponsored by:   Sippy Software, Inc.
Fri, 23 Feb 2007
[ 22:51 mezz ] Original commit 
1.4 audio/aqualung/Makefile
1.7 audio/gstreamer-plugins-speex/Makefile
1.55 audio/icecast2/Makefile
1.28 audio/libshout2/Makefile
1.14 audio/moc/Makefile
1.22 audio/sdl_sound/Makefile
1.34 audio/sweep/Makefile
1.41 audio/vorbis-tools/Makefile
1.13 audio/xmms-speex/Makefile
1.29 games/alephone/Makefile

(Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Chase the shared library version of speex, bump the PORTREVISION.
Wed, 3 Jan 2007
[ 16:18 bsam ] Original commit 
1.64 net/asterisk/Makefile
1.23 net/asterisk/pkg-plist
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)
Wed, 13 Dec 2006
[ 12:41 roam ] Original commit 
1.3 archivers/epkg/Makefile
1.3 archivers/xar/Makefile
1.5 astro/gaia/Makefile
1.2 audio/gmpccaa/Makefile
1.74 audio/grip/Makefile
1.10 audio/herrie/Makefile
1.54 audio/icecast2/Makefile
1.9 audio/libofa/Makefile
1.12 audio/moc/Makefile
1.8 audio/scrobbler/Makefile

(Only the first 10 of 107 ports in this commit are shown above. View all ports for this commit)
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
Tue, 5 Dec 2006
[ 10:14 sobomax ] Original commit 
1.62 net/asterisk/Makefile
1.21 net/asterisk/distinfo
Update codec negotiation patch to the latest version.

Submitted by:   Andriy Pylypenko
Fri, 20 Oct 2006
[ 16:03 mnag ] Original commit 
1.61 net/asterisk/Makefile
1.20 net/asterisk/distinfo
1.8 net/asterisk/files/patch-cdr::Makefile
- 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
Wed, 4 Oct 2006
[ 05:41 sobomax ] Original commit 
1.60 net/asterisk/Makefile
1.19 net/asterisk/distinfo
1.17 net/asterisk/files/patch-Makefile
1.3 net/asterisk/files/patch-asterisk.c
1.22 net/asterisk/pkg-plist
Update to 1.2.12.1.

PR:             103426
Submitted by:   Thomas Sandford
Thu, 24 Aug 2006
[ 01:58 sobomax ] Original commit 
1.59 net/asterisk/Makefile
1.16 net/asterisk/files/patch-Makefile
Fix crash caused by the recent BIND upgrade from version 8 to version 9.

Submitted by:   David G. Lawrence
Mon, 19 Jun 2006
[ 19:34 sobomax ] Original commit 
1.58 net/asterisk/Makefile
1.5 net/asterisk/files/asterisk.sh.in
Make asterisk_pidfile actually working.

Reported by:    Denis Shaposhnikov <dsh@vlink.ru>
Sat, 17 Jun 2006
[ 00:34 sobomax ] Original commit 
1.57 net/asterisk/Makefile
1.18 net/asterisk/distinfo
1.15 net/asterisk/files/patch-Makefile
1.8 net/asterisk/files/patch-apps::Makefile
1.4 net/asterisk/files/patch-apps::app_rxfax.c
1.4 net/asterisk/files/patch-apps::app_txfax.c
1.7 net/asterisk/files/patch-codecs::gsm::Makefile
1.21 net/asterisk/pkg-plist
Update to 1.2.9.1.
Tue, 23 May 2006
[ 03:47 sobomax ] Original commit 
1.56 net/asterisk/Makefile
1.1 net/asterisk/files/patch-channels::chan_skinny.c
Fix on sparc64.

Submitted by:   ahze
Mon, 22 May 2006
[ 22:01 sobomax ] Original commit 
1.55 net/asterisk/Makefile
Doesn't compile on sparc64. Patches are welcome.
Thu, 11 May 2006
[ 23:49 edwin ] Original commit 
1.27 net-im/amsn/Makefile
1.45 net-im/ayttm/Makefile
1.4 net-im/ccmsn/Makefile
1.3 net-im/coccinella/Makefile
1.3 net-im/echat/Makefile
1.9 net-im/eva/Makefile
1.3 net-im/gaim-extprefs/Makefile
1.39 net-im/gaim-guifications/Makefile
1.3 net-im/gaim-slashexec/Makefile
1.29 net-im/gale/Makefile

(Only the first 10 of 270 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from all categories starting with N
[ 21:09 sobomax ] Original commit 
1.53 net/asterisk/Makefile
Remove dead MASTER_SITEs.

PR:             93811
Submitted by:   Diane Bruce <db@db.net>
Wed, 26 Apr 2006
[ 12:31 fjoe ] Original commit 
1.52 net/asterisk/Makefile
1.17 net/asterisk/distinfo
1.14 net/asterisk/files/patch-Makefile
1.7 net/asterisk/files/patch-agi::Makefile
1.7 net/asterisk/files/patch-apps::Makefile
1.7 net/asterisk/files/patch-cdr::Makefile
1.12 net/asterisk/files/patch-channels::Makefile
1.4 net/asterisk/files/patch-channels::h323::ast_h323.cpp
1.2 net/asterisk/files/patch-channels::h323::ast_h323.h
1.4 net/asterisk/files/patch-res-res_watchdog.c

(Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- 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
[ 22:26 remko ] Original commit 
1.51 net/asterisk/Makefile
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 ] Original commit 
1.8 misc/libpri/Makefile
1.50 net/asterisk/Makefile
1.7 misc/libpri/distinfo
1.16 net/asterisk/distinfo
1.4 misc/libpri/files/patch-Makefile
1.6 net/asterisk/files/patch-agi::Makefile
1.3 net/asterisk/files/patch-res-res_watchdog.c
1.2 misc/libpri/pkg-plist
1.19 net/asterisk/pkg-plist
- Bring back bristuff support (bristuff-0.3.0-PRE-1l).
- Bump PORTREVISIONs

Approved by:    sobomax
Tue, 14 Feb 2006
[ 23:50 sobomax ] Original commit 
1.49 net/asterisk/Makefile
1.15 net/asterisk/distinfo
Use corrected version of the codec negotiation patch.

Submitted by:   J.R. Oldroyd
Mon, 6 Feb 2006
[ 22:03 sobomax ] Original commit 
1.48 net/asterisk/Makefile
1.18 net/asterisk/pkg-plist
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 ] Original commit 
1.47 net/asterisk/Makefile
1.14 net/asterisk/distinfo
Update to 1.2.4.
Sun, 5 Feb 2006
[ 12:35 netchild ] Original commit 
1.5 comms/pstngw/Makefile
1.2 net/asterisk-current/Makefile
1.6 net/asterisk-oh323/Makefile
1.46 net/asterisk/Makefile
1.5 net/callgen/Makefile
1.14 net/cphone/Makefile
1.41 net/gatekeeper/Makefile
1.53 net/gnomemeeting/Makefile
1.25 net/ohphone/Makefile
1.29 net/openam/Makefile

(Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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 ] Original commit 
1.45 net/asterisk/Makefile
1.13 net/asterisk/distinfo
1.13 net/asterisk/files/patch-Makefile
1.6 net/asterisk/files/patch-channels::chan_h323.c
1.5 net/asterisk/files/patch-channels::chan_sip.c
1.6 net/asterisk/files/patch-codecs::gsm::Makefile
1.1 net/asterisk/files/patch-frame.c
Update to 1.2.3.
Sat, 21 Jan 2006
[ 08:20 sobomax ] Original commit 
1.44 net/asterisk/Makefile
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 ] Original commit 
1.43 net/asterisk/Makefile
1.3 net/asterisk/files/chan_oss.c
1.12 net/asterisk/distinfo
1.12 net/asterisk/files/patch-Makefile
1.5 net/asterisk/files/patch-agi::Makefile
1.6 net/asterisk/files/patch-apps::Makefile
1.3 net/asterisk/files/patch-apps::app_rxfax.c
1.3 net/asterisk/files/patch-apps::app_txfax.c
1.5 net/asterisk/files/patch-astman::Makefile
1.6 net/asterisk/files/patch-cdr::Makefile

(Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
Update to 1.2.1.
Sat, 17 Dec 2005
[ 07:00 lawrance ] Original commit 
1.42 net/asterisk/Makefile
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 ] Original commit 
1.41 net/asterisk/Makefile
1.11 net/asterisk/files/patch-Makefile
Add support for amd64 (untested). No PORTREVISION bump since it doesn't affect
already supported arches.

Submitted by:   David Taylor
Tue, 6 Sep 2005
[ 17:47 sobomax ] Original commit 
1.40 net/asterisk/Makefile
Update the MASTER_SITES.

Submitted by:   Jean Milanez Melo
Mon, 29 Aug 2005
[ 15:12 sobomax ] Original commit 
1.39 net/asterisk/Makefile
1.2 net/asterisk/files/patch-apps::app_rxfax.c
1.2 net/asterisk/files/patch-apps::app_txfax.c
Make app_rxfax/app_txfax compilable on 4.x.
Sun, 14 Aug 2005
[ 19:44 fjoe ] Original commit 
1.38 net/asterisk/Makefile
1.10 net/asterisk/files/patch-Makefile
1.5 net/asterisk/files/patch-cdr::Makefile
1.10 net/asterisk/files/patch-channels::Makefile
1.7 net/asterisk/files/patch-res::Makefile
1.16 net/asterisk/pkg-plist
- Add dependency on unixODBC (and WITHOUT_ODBC knob).
- Unify WITH_FOO knobs.
- Bump PORTREVISION.

Approved by:    portmgr, MAINTAINER
Fri, 15 Jul 2005
[ 13:21 fjoe ] Original commit 
1.37 net/asterisk/Makefile
1.1 net/asterisk/files/patch-res-res_watchdog.c
Fix build on RELENG_4 (fix res_watchdog, do not build fax support).
Bump PORTREVISION.

Approved by:    MAINTAINER
Tue, 12 Jul 2005
[ 11:11 fjoe ] Original commit 
1.36 net/asterisk/Makefile
1.11 net/asterisk/distinfo
1.9 net/asterisk/files/patch-Makefile
1.6 net/asterisk/files/patch-res::Makefile
1.4 net/asterisk/files/patch-rtp.c
1.15 net/asterisk/pkg-plist
Update to 1.0.9 and bristuff-0.2.0-RC8h.

Approved by:    MAINTAINER
Mon, 11 Jul 2005
[ 12:11 sobomax ] Original commit 
1.35 net/asterisk/Makefile
1.5 net/asterisk/files/patch-apps::Makefile
1.1 net/asterisk/files/patch-apps::app_rxfax.c
1.1 net/asterisk/files/patch-apps::app_txfax.c
1.14 net/asterisk/pkg-plist
Add support for faxes based on spandsp port.
Sun, 19 Jun 2005
[ 13:50 sobomax ] Original commit 
1.34 net/asterisk/Makefile
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
[ 19:38 sobomax ] Original commit 
1.33 net/asterisk/Makefile
1.1 net/asterisk/files/patch-editline::makelist
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
[ 03:45 lawrance ] Original commit 
1.4 comms/pstngw/Makefile
1.32 net/asterisk/Makefile
1.4 net/callgen/Makefile
1.13 net/cphone/Makefile
1.37 net/gatekeeper/Makefile
1.49 net/gnomemeeting/Makefile
1.24 net/ohphone/Makefile
1.28 net/openam/Makefile
1.11 net/opengk/Makefile
1.63 net/openh323/Makefile

(Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- 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
[ 14:58 sobomax ] Original commit 
1.31 net/asterisk/Makefile
1.3 net/asterisk/files/patch-channels::chan_sip.c
1.3 net/asterisk/files/patch-channels::chan_zap.c
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
[ 14:39 sobomax ] Original commit 
1.30 net/asterisk/Makefile
1.1 net/asterisk/files/chan_oss.c
1.6 net/asterisk/files/patch-channels::chan_oss.c
1.1 net/asterisk/files/patch-pbx::pbx_wilcalu.c
1.3 net/asterisk/files/patch-rtp.c
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 View all of this commit message)
Fri, 22 Apr 2005
[ 19:25 sobomax ] Original commit 
1.29 net/asterisk/Makefile
1.5 net/asterisk/files/patch-channels::chan_oss.c
o Add patches to improve OSS chanel driver.

Submited by:    luigi

o add mpg123 into runtime dependencies list.
Tue, 19 Apr 2005
[ 19:23 fjoe ] Original commit 
1.28 net/asterisk/Makefile
1.13 net/asterisk/pkg-plist
- 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
[ 14:23 vs ] Original commit 
1.27 net/asterisk/Makefile
1.2 net/asterisk/files/asterisk.sh
1.1 net/asterisk/files/asterisk.sh.in
Handle rc.subr correctly

Based on PR:    ports/79246
Submitted by:   Ari Maniatis
Approved by:    maintainer
Wed, 13 Apr 2005
[ 19:03 fjoe ] Original commit 
1.26 net/asterisk/Makefile
1.10 net/asterisk/distinfo
1.8 net/asterisk/files/patch-Makefile
1.7 net/asterisk/files/patch-codecs::Makefile
1.12 net/asterisk/pkg-plist
Update to 1.0.7.

Requested by:   many
Wed, 9 Mar 2005
[ 19:45 fjoe ] Original commit 
1.25 net/asterisk/Makefile
1.9 net/asterisk/distinfo
1.4 net/asterisk/files/patch-formats::format_g729.c
1.11 net/asterisk/pkg-plist
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 ] Original commit 
1.24 net/asterisk/Makefile
1.8 net/asterisk/distinfo
1.7 net/asterisk/files/patch-Makefile
1.9 net/asterisk/files/patch-channels::Makefile
1.6 net/asterisk/files/patch-codecs::Makefile
1.10 net/asterisk/pkg-plist
- 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 ] Original commit 
1.23 net/asterisk/Makefile
1.9 net/asterisk/pkg-plist
Portlint(1)

Approved by:    maintainer
Sun, 9 Jan 2005
[ 10:40 sobomax ] Original commit 
1.22 net/asterisk/Makefile
Add missed newt dependency. Bump PORTREVISION.

PR:             75827
Submitted by:   Christopher Sean Hilton <chris@vindaloo.com>
Sat, 8 Jan 2005
[ 17:04 sobomax ] Original commit 
1.21 net/asterisk/Makefile
1.7 net/asterisk/distinfo
1.5 net/asterisk/files/patch-channels::h323::Makefile
1.2 net/asterisk/files/patch-channels::h323::ast_h323.cpp
Update to 1.0.3.
Wed, 29 Dec 2004
[ 00:01 sobomax ] Original commit 
1.20 net/asterisk/Makefile
1.1 net/asterisk/files/asterisk.sh
1.1 net/asterisk/files/patch-channels::h323::ast_h323.cpp
1.8 net/asterisk/pkg-plist
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 ] Original commit 
1.19 net/asterisk/Makefile
Add missed USE_BISON.
Mon, 13 Dec 2004
[ 13:35 sobomax ] Original commit 
1.18 net/asterisk/Makefile
1.6 net/asterisk/distinfo
1.6 net/asterisk/files/patch-Makefile
1.8 net/asterisk/files/patch-channels::Makefile
1.5 net/asterisk/files/patch-res::Makefile
1.7 net/asterisk/pkg-plist
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
[ 12:58 sobomax ] Original commit 
1.17 net/asterisk/Makefile
Actually bump PORTREVISION.

Reminded by:    David Magda <dmagda@ee.ryerson.ca>
Sun, 17 Oct 2004
[ 19:00 sobomax ] Original commit 
1.16 net/asterisk/Makefile
1.5 net/asterisk/distinfo
1.5 net/asterisk/files/patch-Makefile
1.4 net/asterisk/files/patch-agi::Makefile
1.4 net/asterisk/files/patch-apps::Makefile
1.4 net/asterisk/files/patch-apps::app_intercom.c
1.4 net/asterisk/files/patch-astman::Makefile
1.4 net/asterisk/files/patch-cdr::Makefile
1.6 net/asterisk/files/patch-channels::Makefile
1.4 net/asterisk/files/patch-channels::chan_h323.c

(Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Update to 1.0.1.
Fri, 23 Jul 2004
[ 10:17 krion ] Original commit 
1.12 audio/sdl_sound/Makefile
1.24 audio/sweep/Makefile
1.11 audio/xmms-speex/Makefile
1.58 multimedia/gstreamer-plugins/Makefile
1.64 multimedia/libxine/Makefile
1.54 multimedia/vlc/Makefile
1.15 net/asterisk/Makefile
1.25 net/linphone-base/Makefile
1.2 net/linphone-base/Makefile.common
Chase libraries for new audio/speex version.
Tue, 8 Jun 2004
[ 07:27 sobomax ] Original commit 
1.12 devel/pwlib/Makefile
1.14 net/asterisk/Makefile
1.60 net/openh323/Makefile
1.1 devel/pwlib/files/patch-src::ptclib::asner.cxx
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
[ 06:21 sobomax ] Original commit 
1.13 net/asterisk/Makefile
1.4 net/asterisk/distinfo
1.4 net/asterisk/files/patch-Makefile
1.3 net/asterisk/files/patch-agi::Makefile
1.3 net/asterisk/files/patch-apps::Makefile
1.3 net/asterisk/files/patch-apps::app_intercom.c
1.3 net/asterisk/files/patch-astman::Makefile
1.3 net/asterisk/files/patch-cdr::Makefile
1.5 net/asterisk/files/patch-channels::Makefile
1.3 net/asterisk/files/patch-channels::chan_h323.c

(Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
- Update to 0.9.0;
- add optional support for building with Zaptel module.
Thu, 11 Mar 2004
[ 18:48 eik ] Original commit 
1.56 audio/mpg123/Makefile
1.12 databases/phpmyadmin/Makefile
1.9 devel/pwlib/Makefile
1.29 japanese/mutt/Makefile
1.12 net/asterisk/Makefile
1.57 net/openh323/Makefile
1.156 www/apache21/Makefile
1.7 x11/linux-XFree86-libs/Makefile
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 ] Original commit 
1.11 net/asterisk/Makefile
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 ] Original commit 
1.10 net/asterisk/Makefile
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 ] Original commit 
1.9 net/asterisk/Makefile
1.3 net/asterisk/distinfo
1.4 net/asterisk/files/patch-channels::Makefile
1.2 net/asterisk/files/patch-formats::format_g729.c
- Update to 0.7.2;
- fix problem with h323 channel module loading reported by several users.
Tue, 17 Feb 2004
[ 02:27 kris ] Original commit 
1.8 net/asterisk/Makefile
BROKEN: Does not compile

Number of commits found: 107 (showing only 100 on this page)

1 | 2  »  

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
cups-baseNov 29
hplipNov 29
samba3Nov 29
samba3Nov 29
wordpressNov 29
wordpressNov 29
wordpressNov 29
wordpress-muNov 29
imlib2Nov 24
firefox*Nov 23
firefox-devel*Nov 23
firefox10*Nov 23
firefox15*Nov 23
firefox3*Nov 23
linux-firefox*Nov 23

14 vulnerabilities affecting 30 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19492