Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.0.18,1 04 Aug 2023 06:20:55 |
Felix Palmen (zirias) |
net/linphone: Update to 5.0.18
Differential Revision: https://reviews.freebsd.org/D41227 |
5.0.14_1,1 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
5.0.14_1,1 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
5.0.14,1 12 Apr 2023 22:27:10 |
Adriaan de Groot (adridg) |
net/linphone: fix in advance of CMake 3.26
Need a project() before looking for packages
See e.g. https://gitlab.kitware.com/cmake/cmake/-/issues/24333 |
5.0.14,1 23 Mar 2023 16:01:36 |
Muhammad Moinur Rahman (bofh) |
net/linphone: Update version 4.4.8=>5.0.14
Changelog:
https://gitlab.linphone.org/BC/public/linphone-desktop/-/tags/5.0.14
Approved by: zirias (irc) |
4.4.8_2,1 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.4.8_2,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
4.4.8_2,1 05 Sep 2022 16:36:20 |
Felix Palmen (zirias) Author: Ruslan Zalata |
net/linphone: Fix mediastreamer plugins dir
PR: 266008
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36458 |
4.4.8_1,1 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
4.4.8,1 03 Aug 2022 09:01:26 |
Felix Palmen (zirias) |
maintainer: Update to FreeBSD address
Change all MAINTAINER entries with <felix@palmen-it.de> to
<zirias@FreeBSD.org>.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36029 |
4.4.8,1 26 Jul 2022 14:31:44 |
Muhammad Moinur Rahman (bofh) Author: Felix Palmen |
net/linphone: Fix build when git is installed
* The upstream build includes a subdirectory that attempts to call git,
expecting the source to be a git clone, so the build failed on a
system that has git installed. Just exclude this subdirectory, as it's
not used to build linphone itself (and therefore doesn't affect the
outcome), patch suggested by hselasky in D35805.
* Take maintainership.
PR: 264734 |
4.4.8,1 19 Jul 2022 09:23:51 |
Muhammad Moinur Rahman (bofh) Author: Felix Palmen |
net/linphone: Update version 4.1.1=>4.4.8
- Add LICENSE GPLv3
Differential Revision: https://reviews.freebsd.org/D35805 |
4.1.1_6,1 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
4.1.1_6,1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.1.1_6,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.1.1_6,1 26 Jul 2019 20:46:57 |
gerald |
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 |
4.1.1_5,1 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
4.1.1_4,1 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
4.1.1_4,1 12 Dec 2018 01:35:36 |
gerald |
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 |
4.1.1_3,1 21 Nov 2018 11:20:17 |
tijl |
Add patches to unbundle Noto fonts.
PR: 232392 |
4.1.1_2,1 10 Nov 2018 18:59:11 |
tijl |
Add missing run dependencies and add an upstream patch to fix some UI
problems.
PR: 232392 |
4.1.1_1,1 04 Nov 2018 19:00:54 |
tcberner |
Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes
porting simpler; the set of ports using either mostly coincided.
Exp-run by: antoine
PR: 223687
PR: 232751 |
4.1.1,1 22 Oct 2018 19:23:52 |
tijl |
Add USES=compiler:c++11-lib to Linphone ports.
PR: 232526
Submitted by: pkubaj@anongoth.pl |
4.1.1,1 18 Oct 2018 20:23:18 |
tijl |
- Add missing Qt build dependencies.
- Patch CMakeLists.txt so bash isn't needed during build.
Submitted by: swills |
4.1.1,1 18 Oct 2018 13:31:01 |
tijl |
Update the Linphone stack and drop maintainership.
Linphone uses Qt5 now instead of GTK2.
audio/bcg729:
- switch to cmake, required by net/mediastreamer
- download distfile instead of using gitlab
- fix license: source code allows later GPL version
audio/msbcg729: deleted, net/mediastreamer contains a G.729 codec now
audio/msilbc: deleted, superseded by multimedia/mswebrtc
deskutils/belcard: version 1.0.2
multimedia/bcmatroska2: version 0.23
multimedia/msopenh264: version 1.2.1
multimedia/mswebrtc: version 1.1.1
multimedia/msx264: deleted, superseded by msopenh264
net/bctoolbox: version 0.6.0
net/belle-sip: version 1.6.3
net/liblinphone: version 3.12.0
net/linphone: version 4.1.1 + upstream Qt 5.11 patches
net/mediastreamer: version 2.16.1 + upstream libsrtp2 patch
net/ortp: version 1.0.2 + bump dependent port devel/libosmo-abis
security/bzrtp: version 1.0.6
textproc/belr: version 0.1.3 |
3.10.2_2,1 15 Oct 2017 14:05:04 |
madpilot |
Retire WITHOUT_DEBUG flag.
The flag has partial support across the tree, and the same effect
can be obtained by using ".undef WITH_DEBUG".
Reviewed by: mat, rene
Approved by: portmgr (rene)
Differential Revision: https://reviews.freebsd.org/D12548 |
3.10.2_2,1 27 Jun 2017 13:46:53 |
sunpoet |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
3.10.2_1,1 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
3.10.2,1 02 Dec 2016 11:58:22 |
mat |
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
3.10.2,1 17 Oct 2016 14:28:02 |
tijl |
Update the Linphone stack:
Linphone 3.10.2
bctoolbox 0.2.0
oRTP 0.27.0 + bump PORTREVISION on dependent ports (devel/libosmo-abis)
bzrtp 1.0.4
Belle-SIP 1.5.0
Mediastreamer 2.14.0
MS plugins (msbcg729 1.0.2, msopenh264 1.1.2) |
3.9.1,1 09 Sep 2016 19:42:46 |
amdmi3 |
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above ) |
3.9.1,1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
3.9.1,1 18 Nov 2015 08:46:03 |
tijl |
Update to 3.9.1 |
3.9.0,1 06 Nov 2015 16:24:14 |
tijl |
Update the Linphone stack.
Linphone 3.9.0
Ortp 0.25.0 + bump PORTREVISION on dependent ports (devel/libosmo-abis)
Libbzrtp 1.0.3
Belle-sip (fix files/patch-src-belle_sip_headers_impl.c)
Mediastreamer 2.12.0
MS plugins (msbcg729 1.0.1, msilbc 2.1.2, msopenh264 1.1.1, msx264 1.5.2) |
3.8.5,1 03 Jul 2015 15:06:46 |
tijl |
Update to 3.8.5 |
3.8.4,1 13 Jun 2015 13:28:22 |
tijl |
Update to 3.8.4 |
3.8.3,1 12 Jun 2015 16:18:54 |
tijl |
Update to 3.8.3 |
3.8.2,1 16 May 2015 20:31:05 |
tijl |
Update the Linphone stack: belle-sip 1.4.1, libbzrtp 1.0.2, ortp 0.24.2,
mediastreamer 2.11.2, linphone 3.8.2 |
3.8.1,1 25 Apr 2015 09:54:16 |
tijl |
Add USES=gettext-tools to fix build when NLS option is off
Reported by: Raif S. Berent <zaphod@berentweb.com> |
3.8.1,1 17 Apr 2015 12:25:48 |
tijl |
Add LDAP option |
3.8.1,1 16 Apr 2015 20:00:34 |
tijl |
Update WWW links |
3.8.1,1 16 Apr 2015 19:00:52 |
tijl |
- Updates to the Linphone stack: Belle-sip 1.4.0, oRTP 0.24.1,
Mediastreamer 2.11.1, Linphone 3.8.1
- Switch to PolarSSL 1.3.x to enable instant messaging encryption
- SRTP/ZRTP support has been moved from oRTP to Mediastreamer
Notable enhancements in this release:
- Fullscreen mode
- Hang up button in the video window
- Wizard for audio/video settings
- Arabic translation
- Support RTP/AVPF (RFC4585) with VP8 codec: this feature allows
transmission error recovery for video, which greatly enhances the
video quality over unreliable links |
3.7.0_3,1 09 Jan 2015 15:30:10 |
tijl |
- Fix build when audio/speex isn't installed by adding --disable-speex to
CONFIGURE_ARGS. This does not actually disable Speex support because
the port doesn't use the bundled mediastreamer.
- Remove --enable-zrtp because the port doesn't use the bundled ortp.
- Take maintainership |
3.7.0_3,1 24 Dec 2014 04:18:13 |
mi |
Enable the ZRTP (encryption) option -- and bump PORTREVISION.
While here, arrange for the bundled mediastreamer2/ and oRTP/
subdirectories to not be extracted from the tarball -- we build
them separately from ports of their own anyway. |
3.7.0_2,1 22 Dec 2014 23:19:20 |
bapt |
Get rid of gnomehier |
3.7.0_1,1 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
3.7.0_1,1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
3.7.0,1 20 Jul 2014 10:51:33 |
tijl |
Fix pkg-plist when NLS has been disabled
Reported by: "chris j. mutter" <cjm@s3.enemy.org> |
3.7.0,1 14 Jul 2014 10:29:38 |
tijl |
- Move net/linphone-base to replace net/linphone and update to version 3.7.0
- Adjust ports that depended on linphone-base to depend on net/ortp or
net/mediastreamer instead
- Mark net-im/libjingle deprecated (part of Google Talk)
Approved by: portmgr (implicit, PORTREVISION bump of unstaged port) |
3.2.1_4,1 14 Jul 2014 10:11:31 |
tijl |
Temporarily remove net/linphone slave port. It will be replaced by
net/linphone-base master port but cannot happen in one commit due to a
pre-commit hook that disallows file replacements. |
3.2.1_4,1 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
3.2.1_4,1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
3.2.1_3,1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
3.2.1_2,1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
3.1.2_1,1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
3.0.0,1 23 Jan 2009 14:49:07 |
amdmi3 |
- Update to 3.1.0
PR: 130442
Submitted by: KATO Tsuguru <tkato432 at yahoo dot com> |
2.1.1_1,1 06 Jun 2008 13:50:32 |
edwin |
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) |
1.6.0,1 22 Mar 2007 11:46:18 |
miwi |
- Update to 1.6.0
- Remove broken and deprecated
PR: 109805
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.2.0,1 18 Mar 2006 20:53:17 |
pav |
- Update to 1.3.0
PR: ports/94500
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.2.0,1 27 Dec 2005 02:41:45 |
pav |
- Update to 1.2.0
PR: ports/90931
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.1.0,1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
1.1.0,1 04 Sep 2005 00:06:17 |
sem |
- Update to 1.1.0
PR: ports/85534
Submitted by: Ports Fury |
1.0.1,1 04 Apr 2005 21:42:06 |
pav |
- Update to 1.0.1
PR: ports/79481, ports/79482
Submitted by: Ports Fury |
0.12.2_1,1 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.12.2_1 07 Nov 2004 22:37:47 |
marcus |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
0.12.2 12 May 2004 14:06:31 |
krion |
- Update to version 0.12.2
- Divide net/linphone into 2 ports: net/linphone and
net/linphone-base
PR: ports/66396
Submitted by: Ports Fury |
0.12.1_2,1 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
0.12.1_1,1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.12.1,1 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
0.12.1,1 16 Jan 2004 14:36:21 |
krion |
- Reaarange USE_GNOME
- Suppprt CONFIGURE_ARGS properly
- Replace WITHOUT_GNOME with WITHOUT_X11
PR: 61427
Submitted by: Ports Fury |
0.12.1,1 13 Jan 2004 01:32:55 |
glewis |
. Add a WITHOUT_GNOME knob. |
0.12.1,1 22 Nov 2003 21:24:41 |
krion |
- Update to version 0.12.1
PR: 59583
Submitted by: Ports Fury |
0.12.0,1 23 Oct 2003 03:29:23 |
edwin |
Upgrade to version 0.12.0. This is a follow up of the upgrade and
backout of the commit last tuesday.
I have disabled IPv6 support since it causes linphone not to work
properly. Informed author about it. |
0.11.0_2,1 20 Oct 2003 07:38:38 |
edwin |
add missing files from previous commit with the backout. |
0.11.0_2,1 20 Oct 2003 07:35:37 |
edwin |
Undo update of net/linphone. The port uses some kind of programming
trick to find out the IP address of the outgoing interface. This
trick works fine on Linux, but fails on *BSD. For more information,
see udpcliserv/udpcli09.c in the book of Richard Stevens.
Touched port-epoch |
0.12.0 20 Oct 2003 03:09:20 |
edwin |
Update port: net/linphone to 0.12.0 (fix ports/55665)
- Update to version 0.12.0
PR: ports/55872
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
0.11.0_2 18 Sep 2003 15:33:54 |
marcus |
Switch to USE_GNOME to chase the libgnome* shared lib versions. |
0.11.0_2 08 Aug 2003 17:00:33 |
glewis |
. Add missing dependence on libogg and unbreak.
Submitted by: Simon Barner <barner@in.tum.de> |
0.11.0_2 08 Aug 2003 04:40:47 |
kris |
This port is scheduled for removal on Nov 7 2003 if it is still broken at
that time and no PRs have been submitted to fix it. If you are interested
in saving this port, please send your patches to the maintainer. If the
maintainer is unresponsive or the port has no maintainer, then please
submit them via send-pr. |
0.11.0_2 07 Aug 2003 09:54:10 |
kris |
BROKEN: Broken pkg-plist |
0.11.0_2 29 Jul 2003 09:12:37 |
sobomax |
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them. |
0.11.0_2 14 Jul 2003 18:01:46 |
sobomax |
Fix auto-kill option.
PR: 49733
Submitted by: Yoshiyuki NAKAMICHI <nakamiti-sendpr@emergence.jp> |
0.11.0_1 01 Jul 2003 11:56:19 |
sobomax |
Disable IPv6 - at least it makes the phone able to send/receive UDP messages. |
0.11.0 14 Jun 2003 09:38:44 |
sobomax |
Update to 0.11.0. |
0.10.0 13 May 2003 17:33:44 |
sobomax |
Unbroke. |
0.10.0 06 May 2003 21:09:52 |
kris |
BROKEN: Does not install |
0.10.0 20 Apr 2003 19:38:02 |
marcus |
Remove USE_GNOMENG. |
0.10.0 07 Mar 2003 06:08:06 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.10.0 03 Mar 2003 07:39:19 |
sobomax |
Add missed dependency on libgnomeui.
Submitted by: Joachim Str?mbergson <watchman@ludd.luth.se> |
0.10.0 28 Feb 2003 17:16:10 |
sobomax |
Add missed patch. |
0.10.0 28 Feb 2003 17:15:15 |
sobomax |
Correct location where sound files are looked for. |
0.10.0 28 Feb 2003 16:27:13 |
sobomax |
Update to 0.10.0. |
0.9.1 19 Jan 2003 21:01:51 |
sobomax |
Add linphone 0.9.1, a web phone that supports SIP protocol. |