non port: net/asterisk-g72x/Makefile |
SVNWeb
|
Number of commits found: 25 |
Tue, 25 Apr 2023
|
[ 15:17 Christian Weisgerber (naddy) ] feb1fa3 (Only the first 10 of 1613 ports in this commit are shown above. )
audio/opus: bump consumers after update to 1.4
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Tue, 30 Aug 2022
|
[ 08:12 Guido Falsi (madpilot) ] c689b74
net/asterisk: drop maintainership
Drop maintainership for asterisk and related ports.
I've not been using asterisk for a while now, and am unable to
properly test updates and patches now.
Releasing it to the heap, hoping someone actually using it can take
maintanership.
|
Sun, 24 Oct 2021
|
[ 18:31 Rene Ladan (rene) ] bbbd40c
*/asterisk-*: Remove support for expired net/asterisk13
|
Thu, 24 Jun 2021
|
[ 21:05 Guido Falsi (madpilot) ] 8b3595e
*/*asterisk*: Make asterisk18 the default version
Ports depending on asterisk use flavors to generate packages for
each version.
Make sure the default flavor points to the latest version.
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 23 Oct 2020
|
[ 08:13 madpilot ] (Only the first 10 of 12 ports in this commit are shown above. )
- Repocopy asterisk16 to asterisk18 and update to new version 18.0.0
- Add conflicts and flavors for version 18 to asterisk modules I maintain.
|
Sat, 4 Jan 2020
|
[ 22:52 pkubaj ]
net/asterisk-g72x: fix build of GCC architectures
C11 compiler is necessary:
In file included from codec_g72x.c:26:
/usr/local/include/asterisk/lock.h: In function 'ast_atomic_fetchadd_int':
/usr/local/include/asterisk/lock.h:752: error: '__ATOMIC_RELAXED' undeclared
(first use in this function)
/usr/local/include/asterisk/lock.h:752: error: (Each undeclared identifier is
reported only once
/usr/local/include/asterisk/lock.h:752: error: for each function it appears in.)
/usr/local/include/asterisk/lock.h: In function 'ast_atomic_dec_and_test':
/usr/local/include/asterisk/lock.h:762: error: '__ATOMIC_RELAXED' undeclared
(first use in this function)
MFH: 2020Q1 (fix build blanket)
|
Wed, 27 Nov 2019
|
[ 11:42 madpilot ]
Make asterisk16 the default flavor.
Approved by: portmgr (flavors already approved for these ports)
|
Fri, 4 Oct 2019
|
[ 18:55 rene ]
Remove non-default support for expired net/asterisk15
Approved by: portmgr (implicit, FLAVORS change)
|
Mon, 2 Sep 2019
|
[ 07:08 madpilot ]
- Correctly pass CONFIGURE_ARGS depending on flavor
- Fix default FLAVOR definition
PR: 240238
Submitted by: tobik
MFH: 2019Q3
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Wed, 31 Oct 2018
|
[ 23:42 madpilot ] (Only the first 10 of 18 ports in this commit are shown above. )
- Add asterisk 16.0.0 to ports
- Update g72x module to 1.4.3, which add support for asterisk 16
- Add asterisk16 flavor and conflicts to asterisk modules ports
which support it
- Add conflicts to other asterisk versions ports
- Add deprecation notice to asterisk15 which will reach EOL on
2019-10-03
- Fix wording on SOUNDS option description
- Remove old MOVED line for asterisk16 which was for the long removed
asterisk 1.6 version
Approved by: portmgr (flavors already approved in the past)
|
Thu, 12 Apr 2018
|
[ 11:07 madpilot ]
Add flavors to asterisk modules to produce packages for all asterisk
versions present in the ports tree.
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D15007
|
Sun, 25 Mar 2018
|
[ 20:49 madpilot ]
Update asterisk-g72x to 1.4.2
|
Tue, 24 Oct 2017
|
[ 15:05 madpilot ]
Remove options to compile these ports against net/asterisk11 in
preparation for port expiration.
asterisk 11.x will EOL on 2017-10-25 and is scheduled for removal.
Please use the net/asterisk13 port.
|
Fri, 30 Jun 2017
|
[ 15:10 madpilot ]
- Update audio/bcg729 to 1.0.2
- Apply upstream patch to net/asterisk-g72x diue to API changes in
bcg729
|
Sun, 9 Oct 2016
|
[ 11:34 madpilot ]
Update asterisk-g72x to 1.4
|
Mon, 12 Sep 2016
|
[ 19:18 madpilot ]
Remove dependencies on net/asterisk.
Approved by: portmgr (mat)
|
Sat, 10 Sep 2016
|
[ 18:30 madpilot ]
- Move default dependency on asterisk13 port
- Convert to USES=localbase
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 2 Apr 2015
|
[ 00:12 madpilot ]
- Update net/asterisk11 to 11.17.0
- Update net/asterisk13 to 13.3.0
- Fix mgcp module installation
- Add needed USE_LDCONFIG to asterisk13
- Adapt asterisk-g72x port and bump PORTREVISION
NOTE: While these versions of asterisk can be compiled with clang,
I have seen it crash at startup if so compiled. For this reason at
present I'm leaving the gcc requirement.
|
Thu, 26 Feb 2015
|
[ 13:19 madpilot ]
G.729 codec for Asterisk PBX based on audio/bcg729.
WWW: http://asterisk.hosting.lv/
|
Number of commits found: 25 |