aboutsummaryrefslogtreecommitdiff
path: root/net/freeswitch
Commit message (Collapse)AuthorAgeFilesLines
* net/freeswitch: fix packagingFernando Apesteguía2021-10-141-0/+1
| | | | Add missing pkg-plist entry.
* net/freeswitch: Add CPE informationBernhard Froehlich2021-08-291-1/+1
| | | | Approved by: portmgr (blanket)
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove occurrences of %%LUA_LIBDIR%%.Mathieu Arnold2021-03-091-1/+1
| | | | | | | Differential Revision: https://reviews.freebsd.org/D29138 Notes: svn path=/head/; revision=567933
* net/freeswitch: enable on powerpc64lePiotr Kubaj2021-01-011-1/+1
| | | | Notes: svn path=/head/; revision=559873
* net/freeswitch: drop non-default ALL_MODULES option which uses Python 2.7Rene Ladan2021-01-012-142/+1
| | | | | | | | PR: 249744 Submitted by: swills Notes: svn path=/head/; revision=559852
* net/freeswitch: enable on powerpc64Piotr Kubaj2020-12-211-3/+3
| | | | Notes: svn path=/head/; revision=558824
* Chase libsndfile 1.0.30 update.Thomas Zander2020-10-011-1/+1
| | | | | | | | | Details: - Missing symbol sf_version_string, not auto-resolved by pkg + rebuild. - Bump PORTREVISION for consumers. Notes: svn path=/head/; revision=550824
* net/freeswitch: fix build with ALL_MODULES selectedKurt Jaeger2020-05-246-40/+105
| | | | | | | | | | - files/extrapatch-modules.conf needed adjustments after the move to 1.10.x PR: 246515 Reported by: rnoll.bsd@gmail.com Notes: svn path=/head/; revision=536367
* net/freeswitch: update 1.10.2 -> 1.10.3, fix PGSQL=off caseKurt Jaeger2020-05-213-6/+12
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=536123
* net/freeswitch: update 1.8.7 -> 1.10.2Kurt Jaeger2020-05-033-45/+49
| | | | | | | | | - take maintainer Relnotes: https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.10.x+Release+notes#FreeSWITCH1.10.xReleasenotes-Olderreleases Notes: svn path=/head/; revision=533788
* USES=lua gained flavors.Mathieu Arnold2020-04-141-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=531700
* Sprinkle more USES=xorgNiclas Zeising2019-11-071-1/+1
| | | | Notes: svn path=/head/; revision=517008
* Bump PORTREVISION on ldns consumersSteve Wills2019-09-021-1/+1
| | | | | | | | | Shared lib version changed in update Reported by: sunpoet Notes: svn path=/head/; revision=510851
* Chase multimedia/mp4v2 update; bump PORTREVISIONS of dependent portsThomas Zander2019-08-271-0/+1
| | | | | | | PR: 212785 Notes: svn path=/head/; revision=510006
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-4/+6
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* net/freeswitch: Update to 1.8.7Kai Knoblich2019-08-094-9/+10
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=508427
* multimedia/ffmpeg: update to 4.2Jan Beich2019-08-051-0/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=508216
* net/freeswitch: Update to 1.8.5Kai Knoblich2019-07-286-92/+126
| | | | | | | | | | | | | | | | | | | * 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]) Notes: svn path=/head/; revision=507516
* net/freeswitch: Fix build and disable -Werror to stop collecting -Wno-* flagsTobias Kortkamp2019-05-111-4/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=501243
* Chase update of multimedia/vlc to 3.x and retirement of multimedia/vlc3Thomas Zander2019-01-031-1/+1
| | | | Notes: svn path=/head/; revision=489178
* Update ImageMagick to 6.9.10.14 [1]Koop Mast2018-11-101-2/+2
| | | | | | | | | | | | | | | | | | | | | * 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> Notes: svn path=/head/; revision=484640
* multimedia/ffmpeg: update to 4.1Jan Beich2018-11-061-0/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=484273
* net/freeswitch: update to 1.8.1Steve Wills2018-09-185-21/+39
| | | | | | | | PR: 231292 Submitted by: corsmith@gmail.com (maintainer) Notes: svn path=/head/; revision=480060
* Add EXAMPLES options to ports that should have one.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479407
* net/freeswitch: unbreak with ffmpeg 4.0Jan Beich2018-05-022-1/+63
| | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=468853
* multimedia/ffmpeg: update to 4.0Jan Beich2018-05-021-1/+2
| | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=468844
* Cleanup LIB_DEPENDS on libpngAntoine Brodin2017-12-011-1/+1
| | | | Notes: svn path=/head/; revision=455251
* Update license of ports using MPL (without version)Danilo G. Baio2017-11-041-1/+1
| | | | | | | | | All ports now should use MPL[10|11|20] license. Approved by: portmgr (blanket) Notes: svn path=/head/; revision=453453
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-11-011-3/+3
| | | | Notes: svn path=/head/; revision=453284
* multimedia/ffmpeg: update to 3.4Jan Beich2017-10-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=452570
* * Updated to 1.6.19Richard Gallamore2017-08-055-78/+72
| | | | | | | | | | | | | | | | * 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: Šimun Mikecin <numisemis@yahoo.com> Reviewed by: matthew (mentor) Approved by: matthew (mentor), maintainer timeout (2+ weeks) Differential Revision: https://reviews.freebsd.org/D11736 Notes: svn path=/head/; revision=447411
* Chase ImageMagick shlib bumpKoop Mast2017-05-261-1/+1
| | | | Notes: svn path=/head/; revision=441761
* graphics/opencv: back out r423216 and r423063 (replaying r423316)Jan Beich2017-04-141-3/+3
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=438490
* - Chase ldns shlip bumpMartin Wilke2017-03-031-0/+1
| | | | | | | PR: 217495 Notes: svn path=/head/; revision=435306
* Fix make fetch.Mathieu Arnold2017-01-091-1/+25
| | | | | | | | Pointy hat: wen Sponsored by: Absolight Notes: svn path=/head/; revision=430978
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-011-1/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* Stop setting INSTALL_TARGET to install-strip.Raphael Kubo da Costa2016-12-261-1/+4
| | | | | | | | | | 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 Notes: svn path=/head/; revision=429515
* - Update to 1.6.13Wen Heping2016-12-246-63/+24
| | | | | | | | PR: 215063 Submitted by: corsmith@gmail.com(maintainer) Notes: svn path=/head/; revision=429326
* multimedia/ffmpeg: update to 3.2.2Jan Beich2016-12-111-1/+1
| | | | | | | | | | 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) Notes: svn path=/head/; revision=428352
* Fix the three ports not handling the ImageMagick-nox11 dependencyMathieu Arnold2016-10-211-4/+9
| | | | | | | | | correctly. Sponsored by: Absolight Notes: svn path=/head/; revision=424428
* net/freeswitch: Mark broken for 2 reasonsJohn Marino2016-10-201-0/+2
| | | | | | | | | | | | | | | | 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' Notes: svn path=/head/; revision=424328
* graphics/opencv: add suffix to make room for 3.x seriesJan Beich2016-10-031-1/+2
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=423216
* Change ports that depend of xmlrpc-c-devel to xmlrpc-c since it's now onRenato Botelho2016-06-111-1/+1
| | | | | | | 1.3x series Notes: svn path=/head/; revision=416748
* net/freeswitch: 1.6.7 -> 1.6.8Kurt Jaeger2016-05-198-146/+153
| | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=415524
* net/freeswitch: fix port build errorBartek Rutkowski2016-04-281-1/+2
| | | | | | | | | PR: 209115 Submitted by: Corey Smith <corsmith@gmail.com> (maintainer) MFH: 2016Q2 Notes: svn path=/head/; revision=414243
* Fix build as a user.Mathieu Arnold2016-04-112-37/+38
| | | | | | | | | Before this, it was downloading the sound distfiles in ${DISTDIR}/../sounds. Sponsored by: Absolight Notes: svn path=/head/; revision=413022
* net/freeswitch: update 1.6.6 -> 1.6.7Bartek Rutkowski2016-04-088-50/+30
| | | | | | | | | | - Remove obsolete dependencies and patches PR: 208596 Submitted by: Corey Smith <corsmith@gmail.com> (maintainer) Notes: svn path=/head/; revision=412776
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-27/+27
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348