Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
18 Jan 2022 06:23:48 1.10.3_2
|
Kurt Jaeger (pi)  Author: Ronald Klop |
net/freeswitch: builds fine on aarch64
- enable on aarch64
- builds on RPI4/14-CURRENT
- make stage-qa ok
PR: 261288 |
25 Nov 2021 21:40:11 1.10.3_2
|
Stefan Eßer (se)  |
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
14 Oct 2021 14:48:06 1.10.3_2
|
Fernando ApesteguÃa (fernape)  |
net/freeswitch: fix packaging
Add missing pkg-plist entry. |
29 Aug 2021 19:46:54 1.10.3_2
|
Bernhard Froehlich (decke)  |
net/freeswitch: Add CPE information
Approved by: portmgr (blanket) |
06 Apr 2021 14:31:13 1.10.3_2
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 1.10.3_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
09 Mar 2021 14:13:41
1.10.3_2
|
mat  |
Remove occurrences of %%LUA_LIBDIR%%.
Differential Revision: https://reviews.freebsd.org/D29138 |
01 Jan 2021 21:01:04
1.10.3_2
|
pkubaj  |
net/freeswitch: enable on powerpc64le |
01 Jan 2021 16:43:40
1.10.3_2
|
rene  |
net/freeswitch: drop non-default ALL_MODULES option which uses Python 2.7
PR: 249744
Submitted by: swills |
21 Dec 2020 14:07:21
1.10.3_2
|
pkubaj  |
net/freeswitch: enable on powerpc64 |
24 May 2020 08:13:06
1.10.3_1
|
pi  |
net/freeswitch: fix build with ALL_MODULES selected
- files/extrapatch-modules.conf needed adjustments after the move to 1.10.x
PR: 246515
Reported by: rnoll.bsd@gmail.com |
21 May 2020 12:12:47
1.10.3
|
pi  |
net/freeswitch: update 1.10.2 -> 1.10.3, fix PGSQL=off case
- This is a major bugfix release, see Relnotes
PR: 246202
Submitted by: vvd@unislabs.com, andrew@tao11.riddles.org.uk
Reported by: Mark J Crane <markjcrane@fusionpbx.com>
Relnotes: https://github.com/signalwire/freeswitch/releases/tag/v1.10.3 |
03 May 2020 15:52:19
1.10.2
|
pi  |
net/freeswitch: update 1.8.7 -> 1.10.2
- take maintainer
Relnotes: https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.10.x+Release+notes#FreeSWITCH1.10.xReleasenotes-Olderreleases |
14 Apr 2020 15:49:37
1.8.7_2
|
mat  |
USES=lua gained flavors.
Ports using USES=lua:module or lua:flavors will be flavored. A range of
supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ)
for ports not supporting all lua versions.
USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of
flavored lua ports, in a similar way as PHP or Python flavors.
PR: 245038
Submitted by: andrew tao11 riddles org uk
Reviewed by: mat, kevans, russ haley gmail com
Approved by: mat (portmgr)
Differential Revision: https://reviews.freebsd.org/D16494 |
07 Nov 2019 20:20:00
1.8.7_2 
|
zeising  |
Sprinkle more USES=xorg |
02 Sep 2019 21:23:28
1.8.7_2
|
swills  |
Bump PORTREVISION on ldns consumers
Shared lib version changed in update
Reported by: sunpoet |
27 Aug 2019 12:12:02
1.8.7_1
|
riggs  |
Chase multimedia/mp4v2 update; bump PORTREVISIONS of dependent ports
PR: 212785 |
14 Aug 2019 08:48:51
1.8.7
|
mat  |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
09 Aug 2019 08:04:33
1.8.7
|
kai  |
net/freeswitch: Update to 1.8.7
Changelog since the 1.8.5 release:
* Fixes around +100 bugs
* The link to the release notes was omitted as it's not very URL friendly.
It can be obtained via the URL field within the PR listed below.
PR: 239676
Submitted by: emss@free.fre (based on) |
05 Aug 2019 23:06:50
1.8.5_1
|
jbeich  |
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
28 Jul 2019 17:11:35
1.8.5
|
kai  |
net/freeswitch: Update to 1.8.5
* Introduce new option PGSQL and make it as default one to enable support
for PostgreSQL database backends
* Also add options for further languages (Brazilian, Chinese and Swedish)
* Correct the description and variables for the Franco-Canadian language
* Remove the now obsolete patch for ffmpeg4 that was added in r468853
* Add a patch to fix the automatic IP address detection with FreeBSD [2]
which prevents the start of SIP profiles.
* Reset the maintainer due three months of inactivity [2] and missing
feedback for the actual bug report [1].
PR: 238231 [1], 237268 [2]
Submitted by: Richard Allen <richard2891@gmail.com> [1] [2]
Approved by: maintainer timeout (1.5+ months [1], +3 months [2]) |
11 May 2019 09:55:40
1.8.1_2
|
tobik  |
net/freeswitch: Fix build and disable -Werror to stop collecting -Wno-* flags
sip_pref_util.c:328:12: error: adding 'int' to a string does not append to the
string [-Werror,-Wstring-plus-int]
base = MATCH("audio") || MATCH("automata") || MATCH("application") ||
^~~~~~~~~~~~~~
sip_pref_util.c:315:31: note: expanded from macro 'MATCH'
(su_casenmatch(param + 1, s + 1, strlen(s) - 1) && \
~~^~~
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p501065_s347375/logs/errors/freeswitch-1.8.1_2.log |
03 Jan 2019 14:14:50
1.8.1_2
|
riggs  |
Chase update of multimedia/vlc to 3.x and retirement of multimedia/vlc3 |
10 Nov 2018 19:57:08
1.8.1_1
|
kwm  |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
06 Nov 2018 01:50:27
1.8.1_1
|
jbeich  |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
18 Sep 2018 18:35:36
1.8.1
|
swills  |
net/freeswitch: update to 1.8.1
PR: 231292
Submitted by: corsmith@gmail.com (maintainer) |
10 Sep 2018 13:15:48
1.6.19_2
|
mat  |
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
02 May 2018 16:33:59
1.6.19_2
|
jbeich  |
net/freeswitch: unbreak with ffmpeg 4.0
avcodec.c:194:40: error: use of undeclared identifier
'FF_INPUT_BUFFER_PADDING_SIZE'
static uint8_t ff_input_buffer_padding[FF_INPUT_BUFFER_PADDING_SIZE] = { 0 };
^
avformat.c:471:14: error: use of undeclared identifier 'CODEC_FLAG_LOOP_FILTER'
c->flags|=CODEC_FLAG_LOOP_FILTER; // flags=+loop
^
avformat.c:477:47: error: use of undeclared identifier 'ME_HEX'
av_opt_set_int(c->priv_data, "motion_est", ME_HEX, 0);
^
avformat.c:553:15: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
c->flags |= CODEC_FLAG_GLOBAL_HEADER;
^
avformat.c:638:31: error: use of undeclared identifier
'CODEC_CAP_VARIABLE_FRAME_SIZE'
if (c->codec->capabilities & CODEC_CAP_VARIABLE_FRAME_SIZE) {
^
PR: 227726
Reported by: antoine (via exp-run) |
02 May 2018 15:07:27
1.6.19_2
|
jbeich  |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
01 Dec 2017 07:19:54
1.6.19_1
|
antoine  |
Cleanup LIB_DEPENDS on libpng |
04 Nov 2017 11:43:35
1.6.19_1
|
dbaio  |
Update license of ports using MPL (without version)
All ports now should use MPL[10|11|20] license.
Approved by: portmgr (blanket) |
01 Nov 2017 13:10:35
1.6.19_1
|
olgeni  |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
21 Oct 2017 06:50:50
1.6.19_1
|
jbeich  |
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine |
05 Aug 2017 19:08:35
1.6.19
|
ultima  |
* Updated to 1.6.19
* Modernized port
* Moved ONLY_FOR_ARCHS, Comes before *_DEPENDS and after LICENSE section
* Moved and sorted USES, and USE_x section
* Sorted Options section
PR: 220149
Submitted by: Simun Mikecin <numisemis@yahoo.com>
Reviewed by: matthew (mentor)
Approved by: matthew (mentor), maintainer timeout (2+ weeks)
Differential Revision: https://reviews.freebsd.org/D11736 |
26 May 2017 08:20:19
1.6.13_3
|
kwm  |
Chase ImageMagick shlib bump |
14 Apr 2017 05:30:25
1.6.13_2
|
jbeich  |
graphics/opencv: back out r423216 and r423063 (replaying r423316)
Renaming didn't help to unblock 3.x progress as co-existence with 2.x
was no less complex than simply fixing consumers. This commit also
restores directory-level history accidentally lost via git-svn.
PR: 210505
Pointy hat to: jbeich (should've discussed first) |
03 Mar 2017 04:12:21
1.6.13_1
|
miwi  |
- Chase ldns shlip bump
PR: 217495 |
09 Jan 2017 16:41:05
1.6.13
|
mat  |
Fix make fetch.
Pointy hat: wen
Sponsored by: Absolight |
01 Jan 2017 03:45:13
1.6.13
|
sunpoet  |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
26 Dec 2016 13:35:38
1.6.13
|
rakuco  |
Stop setting INSTALL_TARGET to install-strip.
This causes `make stage' to fail, as noticed by pkg-fallout:
libtool: install: strip --strip-debug
/wrkdirs/usr/ports/net/freeswitch/work/stage/usr/local/lib/libfreeswitch.a
strip: file format not recognized |
24 Dec 2016 11:43:57
1.6.13
|
wen  |
- Update to 1.6.13
PR: 215063
Submitted by: corsmith@gmail.com(maintainer) |
11 Dec 2016 15:22:47
1.6.8_3
|
jbeich  |
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries) |
21 Oct 2016 15:33:54
1.6.8_2
|
mat  |
Fix the three ports not handling the ImageMagick-nox11 dependency
correctly.
Sponsored by: Absolight |
20 Oct 2016 14:31:46
1.6.8_1
|
marino  |
net/freeswitch: Mark broken for 2 reasons
reason 1: Unfetchable (checksum mismatch)
reason 2: attempts to strip libfreeswitch.a
libtool: install: /usr/bin/install -c .libs/libfreeswitch.a \
/wrkdirs/usr/ports/net/freeswitch/work/stage/usr/local/lib/libfreeswitch.a
libtool: install: strip --strip-debug \
/wrkdirs/usr/ports/net/freeswitch/work/stage/usr/local/lib/libfreeswitch.a
strip: file format not recognized
gmake[3]: *** [Makefile:1205: install-libLTLIBRARIES] Error 1
gmake[3]: Leaving directory
'/wrkdirs/usr/ports/net/freeswitch/work/freeswitch-1.6.8' |
03 Oct 2016 17:47:08
1.6.8_1
|
jbeich  |
graphics/opencv: add suffix to make room for 3.x series
To avoid confusion, the main port is to track the latest release.
Whether to rename includes/libraries as well making it possible to
install 2.x and 3.x side-by-side remains to be investigated.
PR: 210505 (for tracking)
Inspired by: PkgSrc |
11 Jun 2016 19:48:27
1.6.8
|
garga  |
Change ports that depend of xmlrpc-c-devel to xmlrpc-c since it's now on
1.3x series |
19 May 2016 18:54:03
1.6.8
|
pi  |
net/freeswitch: 1.6.7 -> 1.6.8
- Removed unnecessary patches
- explicitly depend on perl5 with USES
- Added ALL_MODULES knob to apply the extrapatch to modules.conf
to enable all modules that successfully build on FreeBSD and their
associated dependencies
- modules are now installed stripped
- cleaned-up the MASTER_SITES:N functionality for sounds
- mod_avmd no longer builds on FreeBSD - Will work with upstream to
fix for next release
PR: 209353
Submitted by: corsmith@gmail.com (maintainer)
Reviewed by: numisemis@yahoo.com |
28 Apr 2016 22:30:14
1.6.7_1
|
robak  |
net/freeswitch: fix port build error
PR: 209115
Submitted by: Corey Smith <corsmith@gmail.com> (maintainer)
MFH: 2016Q2 |
11 Apr 2016 12:33:24
1.6.7
|
mat  |
Fix build as a user.
Before this, it was downloading the sound distfiles in ${DISTDIR}/../sounds.
Sponsored by: Absolight |
08 Apr 2016 17:23:17
1.6.7
|
robak  |
net/freeswitch: update 1.6.6 -> 1.6.7
- Remove obsolete dependencies and patches
PR: 208596
Submitted by: Corey Smith <corsmith@gmail.com> (maintainer) |
01 Apr 2016 14:16:20
1.6.6
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
12 Mar 2016 15:30:24
1.6.6
|
pi  |
Resurrect port: net/freeswitch
FreeSWITCH is a scalable open source cross-platform telephony
platform designed to route and interconnect popular communication
protocols using audio, video, text or any other form of media. It
was created in 2006 to fill the void left by proprietary commercial
solutions. FreeSWITCH also provides a stable telephony platform
on which many applications can be developed using a wide range of
free tools.
WWW: https://freeswitch.org
PR: 205681
Submitted by: corsmith@gmail.com, numisemis@yahoo.com |
20 Dec 2013 20:19:10
1.0.6_1
|
rene  |
Remove expired port and fix INDEX:
2013-12-19 net/freeswitch: Depends on expired net/freeswitch-core |
19 Nov 2013 10:01:03
1.0.6_1
|
rene  |
These ports (optionally) depend on expired port, mark them for removal
on 2013-12-19. |
20 Sep 2013 22:10:25
1.0.6_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
13 Dec 2012 10:32:51
1.0.6_1
|
bapt  |
Convert to new option framework |
07 Dec 2012 22:26:41
1.0.6_1
|
linimon  |
Current maintainer is away from FreeBSD work ATM, so return these to the
pool for now.
Feature safe: yes |
22 May 2012 19:39:00
1.0.6_1
|
crees  |
FreeSWITCH meta port.
FreeSWITCH is an open source telephony platform designed to facilitate the
creation of voice and chat driven products scaling from a soft-phone up to a
soft-switch. It can be used as a simple switching engine, a PBX, a media
gateway or a media server to host IVR applications using simple scripts or XML
to control the callflow.
WWW: http://www.freeswitch.org
PR: ports/167880
Submitted by: Richard Neese <r.neese@gmail.com> |
15 Mar 2012 18:18:06
1.0.6_1
|
jgh  |
- over to new maintainer, r.neese@gmail.com
PR: ports/166139
Submitted by: r.neese@gmail.com
Approved by: maintainer, ecrist@secure-computing.net
Feature safe: yes |
20 Aug 2010 19:35:36
1.0.6_1
|
jpaetzel  |
Update meta port to add subports
PR: ports/149767
Submitted by: Eric F Crist <ecrist@secure-computing.net> |
16 Jun 2010 15:03:57
1.0.6
|
jpaetzel  |
Fix up metainfo in Makefiles that was lost in freeswitch port revamping
Approved by: itetcu@ (mentor) implicit |
11 Jun 2010 23:51:11
1.0.6
|
jpaetzel  |
Remove files zerod by patches but not deleted
Approved by: itetcu@ (mentor) implicit |
11 Jun 2010 23:48:32
1.0.6
|
jpaetzel  |
Delete files that got zerod but not removed in previous commit
Approved by: itetcu@ (mentor) implicit |
11 Jun 2010 22:36:53
1.0.6
|
jpaetzel  |
Update freeswitch port infrastructure
PR: ports/145369
Submitted by: Eric F Crist <ecrist@secure-computing.net>
Approved by: itetcu@ (mentor) |
06 Jun 2010 20:44:03
1.0.4.3_5
|
naddy  |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
03 Apr 2010 10:44:36
1.0.4.3_4
|
roam  |
Chase the ftp/curl shlib version bump. |
28 Mar 2010 06:47:48
1.0.4.3_3
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
27 Mar 2010 00:15:24
1.0.4.3_4
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
05 Feb 2010 11:46:55
1.0.4.3_2
|
dinoex  |
- update to jpeg-8 |
10 Jan 2010 23:40:09
1.0.4.3_1
|
pgollucci  |
- Update to 0.5.11 [1]
- sort pkg-plist
- bump PORTREVISION for SHLIB bump
Submitted by: mi (via e-mail) [1] with minor changes |
04 Sep 2009 19:39:10
1.0.4.3
|
miwi  |
- Update to 1.0.4.3
PR: 138412
Submitted by: Richard <r.neese@gmail.com> (mainainer) |
27 Aug 2009 20:31:46
1.0.4.2
|
miwi  |
- Update to 1.0.4.2
PR: 138180
Submitted by: Richard E Neese <r.neese@gmail.com> (maintainer) |
21 Aug 2009 22:41:04
1.0.4.1
|
miwi  |
FreeSwitch Voip SoftSwitch & OpenSource PBX
WWW: http://www.freeswitch.org/
PR: ports/137891
Submitted by: Richard Neese <r.neese at gmail.com> |