Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.9.0 24 Dec 2022 15:48:09
    |
Nuno Teixeira (eduardo)  Author: VVD |
net/freerdp: Update to 2.9.0 (security fixes)
Notewhorth changes:
* Backported #8252: Support sending server redirection PDU
* Backported #8406: Ensure X11 client cursor is never smaller 1x1
* Backported #8403: Fixed multiple client side input validation issues
(CVE-2022-39316, CVE-2022-39317, CVE-2022-39318, CVE-2022-39319,
CVE-2022-39320, CVE-2022-41877, CVE-2022-39347)
* Backported #7282: Proxy server now discards input events sent before
activation was received
* Backported #8324: Internal replacements for md4, md5 and hmac-md5
For the time being the RDP protocol requires these outdated hash
algorithms. So any distribution that wants to ship a working
FreeRDP should check the options WITH_INTERNAL_MD4 (and depending
on OpenSSL deprecation status WITH_INTERNAL_MD5) (Only the first 15 lines of the commit message are shown above ) |
2.8.1_1 21 Dec 2022 17:57:16
    |
Jan Beich (jbeich)  |
net/freerdp: limit wayland category to WAYLAND option |
2.8.1_1 19 Oct 2022 08:10:29
    |
Jan Beich (jbeich)  |
devel/icu: update to 72.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by: GitHub (watch releases)
PR: 266582
Exp-run by: antoine |
2.8.1 14 Oct 2022 15:44:21
    |
Dima Panov (fluffy)  |
net/freerdp: update to 2.8.1 release (+)
Notewhorth changes:
* Fixed CVE-2022-39282
* Fixed CVE-2022-39283
* Added missing commit for backported #8041: Remove ALAW/ULAW codecs from linux
backends (unreliable)
* Added hash checks for android build script dependencies
Fixed issues:
* Backported #8190: Fix build break with newer FFMPEG versions
* Backported #8234: Updated flatpak with build script
* Backported #8210: Better execinfo support check for android
* Backported #7708: Header now defines DumpThreadHandles
* Backported #8176: Check fullscreen state and not setting
* Backported #8236: Send resize on window state change
* Backported #7611: Audin macOS monterey fix
* Backported #8291: Android build script update
Changelog: https://github.com/FreeRDP/FreeRDP/blob/2.8.1/ChangeLog
Release notes: https://github.com/FreeRDP/FreeRDP/releases/tag/2.8.1
PR: 267034
Submitted by: maintainer
MFH: 2022Q4 |
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) |
2.8.0 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 ) |
2.8.0 29 Jul 2022 19:10:25
    |
Nuno Teixeira (eduardo)  Author: VVD |
net/freerdp: Update to 2.8.0
ChangeLog: https://github.com/FreeRDP/FreeRDP/releases/tag/2.8.0
PR: 265498 |
2.7.0 20 Jul 2022 14:22:37
    |
Tobias C. Berner (tcberner)  |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
2.7.0 20 Jul 2022 12:48:14
    |
Jan Beich (jbeich)  |
wayland: add more mostly leaf ports to virtual category
Caveats:
- emulators/rpcs3: install qt5-wayland and ensure Renderer is Vulkan (default)
- mail/thunderbird: add MOZ_ENABLE_WAYLAND=1 via environ(7)
- www/chromium: add --ozone-platform=wayland on command line
- www/firefox-esr: add MOZ_ENABLE_WAYLAND=1 via environ(7)
- www/firefox: add MOZ_ENABLE_WAYLAND=1 via environ(7) |
2.7.0 30 Apr 2022 08:03:20
    |
Tobias C. Berner (tcberner)  |
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree
Differential Revision: https://reviews.freebsd.org/D35097 |
2.7.0 26 Apr 2022 18:59:07
    |
Matthias Andree (mandree)  Author: VVD |
net/freerdp: update to 2.7.0 [maintainer]
https://github.com/FreeRDP/FreeRDP/blob/2.7.0/ChangeLog
Noteworthy changes:
Backported OpenSSL3 gateway support (#7822)
Backported various NTLM fixes
Backported WINPR_ASSERT to ease future backports
Fixed issues:
Backported #6786: Use /network:auto by default
Backported #7714: Workaround for broken surface frame marker
Backported #7733: Support 10bit X11 color (BGRX32 only)
Backported #7745: GFX progressive double free
Backported #7808: Disable websockets with /gt:rpc
Backported #7815: RAIL expect LOGON_MSG_SESSION_CONTINUE
PR: 263490
MFH: 2022Q2 |
2.6.1 24 Apr 2022 22:48:32
    |
Matthias Andree (mandree)  |
net/freerdp: remove obsolete patch
removal was missed in nc's commit a08e76c0d.
Approved by: vvd@unislabs.com (maintainer)
Pointy hat to: nc@
PR: 263490
PR: 263500 |
2.6.1 24 Apr 2022 04:53:00
    |
Neel Chauhan (nc)  |
net/freerdp: Fix pkg-plist |
2.6.1 23 Apr 2022 19:28:21
    |
Neel Chauhan (nc)  Author: VVD |
net/freerdp: Update to 2.6.1
Changes: https://github.com/FreeRDP/FreeRDP/blob/2.6.1/ChangeLog
PR: 263490 |
2.6.0_2 07 Apr 2022 00:39:10
    |
Jan Beich (jbeich)  |
devel/icu: update to 71.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by: GitHub (watch releases)
PR: 262654
Exp-run by: antoine
Approved by: fluffy |
2.6.0_1 28 Feb 2022 10:17:55
    |
Jan Beich (jbeich)  |
multimedia/openh264: update to 2.2.0
Changes: https://github.com/cisco/openh264/releases/tag/v2.2.0
Reported by: GitHub (watch releases) |
2.6.0 24 Feb 2022 07:00:11
    |
Tobias C. Berner (tcberner)  Author: VVD |
net/freerdp: Update to 2.6.0
Update to 2.6.0 and remove patch for old versions of libusb. All
supported versions of the FreeBSD have newer version of the libusb and
patch is obsoleted.
Changelog (https://github.com/FreeRDP/FreeRDP/releases/tag/2.6.0):
- Noteworthy changes:
* Backported android FFMPEG build scripts
* Updated android build dependencies
- Fixed issues:
* Backported #7303: Fix PDU length for RDPINPUT_PROTOCOL_V300
* Backported #7658: Sanitize optional physical monitor size values
* Backported #7426: Wayland memory corruption
* Backported #7293: Remove unused codec x264
* Backported #7541: Allow resolutions larger 2048x2048
* Backported #7574: FFMPEG 5.0 support
* Backported #7578: FFMPEG 5.0 support
* Backported #7580: Fixed device hotplugging
* Backported #7583: GetUserNameExA: Prefer getpwuid_r over getlogin_r over
getlogin
* Backported #7585: Android Mediacodec support
PR: 262163 |
2.5.0 13 Jan 2022 15:35:31
    |
Tobias C. Berner (tcberner)  Author: VVD |
net/freerdp: update to 2.5.0
2.5.0 is a maintenance release that also addresses the following
security related problems:
* improve locale detection - invalid locales set in LANG could lead to
a crash
* fix and improve the registry parser - missing closing quotes could
crash the registry parser
* fix for addin file loader (library only function) - invalid file names
could cause the invoking application to crash
Important notes:
This version contains minor security related fixes and improvements for
locale detection, registry parsing code and addin loader Thanks to
George Zaytsev from Positive Technologies for reporting these problems. (Only the first 15 lines of the commit message are shown above ) |
2.4.1_1 26 Dec 2021 18:40:52
    |
Fernando Apesteguía (fernape)  |
net/freerdp: recalculate checksum for patch.
For some reason, the patch in GH changed its size:
=> Attempting to fetch
https://github.com/FreeRDP/FreeRDP/commit/bfbef39759b9641a4fab8b75b9243c48cb0789ac.patch
fetch:
https://github.com/FreeRDP/FreeRDP/commit/bfbef39759b9641a4fab8b75b9243c48cb0789ac.patch:
size mismatch: expected 2184, actual 2186
PR: 259740
Reported by: vvd@unislabs.com (maintainer) |
2.4.1_1 23 Dec 2021 09:51:08
    |
Fernando Apesteguía (fernape)  |
net/freerdp: Fix build with libressl 3.4.1
Apply patch from:
https://github.com/FreeRDP/FreeRDP/commit/bfbef39759b9641a4fab8b75b9243c48cb0789ac
While here, pet linters.
PR: 259740
Reported by: rozhuk.im@gmail.com
Approved by: vvd@unislabs.com (maintainer) |
2.4.1 30 Oct 2021 13:47:14
    |
Tobias C. Berner (tcberner)  Author: VVD |
net/freerdp: update to 2.4.1
Noteworthy changes:
* Refactored RPC gateway parsing code
* OpenSSL 3.0 compatibility fixes
* USB redirection: fixed transfer lengths
Fixed issues:
* #7363: Length checks in ConvertUTF8toUTF16
* #7349: Added checks for bitmap width and heigth values
Important notes:
* CVE-2021-41159: Improper client input validation for gateway
connections allows to overwrite memory
* CVE-2021-41160: Improper region checks in all clients allow out of
bound write to memory
PR: 259386 |
2.4.0_1 28 Oct 2021 16:37:30
    |
Jan Beich (jbeich)  |
devel/icu: update to 70.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by: GitHub (watch releases)
PR: 258794
Exp-run by: antoine |
2.4.0 16 Oct 2021 09:51:39
    |
Jimmy Olgeni (olgeni)  |
*: fix tab vs. space issues, and comments according to the guide. |
2.4.0 14 Sep 2021 10:55:25
    |
Bernhard Froehlich (decke)  |
net/freerdp: Fix CPE information because current one is deprecated
Approved by: portmgr (blanket) |
2.4.0 04 Sep 2021 11:16:14
    |
Tobias C. Berner (tcberner)  Author: Felix Palmen |
net/freerdp: add workaround for focus bug of WM
Some WMs (for example fvwm and fluxbox) intermittently steal focus
during attempts to drag something with the mouse on the remote machine,
effectively making it impossible to drag. This behavior seems to also
depend on the configuration of the WM.
Add an optional patch to work around this problem, activated by the new
option BROKENFOCUS. Note that this workaround may lead to a wrong state
of keyboard modifiers after focus changes, so only enable if if you
really need to.
PR: 254908
Approved by: VVD <vvd@unislabs.com> (maintainer) |
2.4.0 21 Aug 2021 20:36:29
    |
Craig Leres (leres)  |
net/freerdp: Update to 2.4.0
Also: add options CAIRO, SWSCALE and turn on WITH_DSP_FFMPEG if
FFMPEG is on
PR: 254914
Approved by: Aleksandr Konkov (maintainer) |
2.3.2_1 08 Apr 2021 23:33:31
    |
Jan Beich (jbeich)  |
devel/icu: update to 69.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1
Reported by: GitHub (watch releases) |
2.3.2 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
2.3.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.3.2 29 Mar 2021 09:51:05
  |
tcberner  |
net/freerdp: Update to 2.3.2
- add JPEG support
- give maintainership to VVD <vvd@unislabs.com>
Changelog:
https://github.com/FreeRDP/FreeRDP/releases/tag/2.3.2
PR: 253880
Submitted by: VVD <vvd@unislabs.com>
Approved by: kevans (previous maintainer) |
2.2.0_3 26 Nov 2020 00:54:45
  |
jbeich  |
net/freerdp: drop unused dependencies after r538228
https://github.com/FreeRDP/FreeRDP/commit/0927d7aa50c7
PR: 251233
Approved by: kevans (maintainer)
MFH: 2020Q4 |
2.2.0_2 03 Nov 2020 00:56:27
  |
jbeich  |
devel/icu: update to 68.1
Changes: http://site.icu-project.org/download/68
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases) |
2.2.0_1 28 Sep 2020 19:59:57
  |
zeising  |
Bump portrevision for devel/evdev-proto
Bump portrevision on everything with a build dependency on
devel/evdev-proto, to chace the update of evdev-proto in r550442. |
2.2.0 28 Jul 2020 04:40:48
  |
kevans  |
net/freerdp: update to security/bugfix release 2.2.0
This update primarily fixes CVE-2020-15103. See the full changelog for
other bugfixes that were included:
https://github.com/FreeRDP/FreeRDP/releases/tag/2.2.0
PR: 248198
Submitted by: VVD <vvd unislabs com>
MFH: 2020Q3
Security: a955cdb7-d089-11ea-8c6f-080027eedc6a |
2.1.1 09 Jun 2020 17:09:40
  |
kevans  |
net/freerdp: fix build on FreeBSD 11.x
Apparently this hadn't been caught in my test matrix -- it seems that later
versions of FreeBSD have a getmntent() definition that masked this error.
mntent_compat.c has been adopted from devel/fam, though a better solution
should be sought out going into the future.
Approved by: koobs (mentor, implicit, just-fix-it)
MFH: 2020Q2 (blanket: build fix) |
2.1.1 08 Jun 2020 15:51:55
  |
kevans  |
net/freerdp: update to 2.1.0
This update incorporates many features and improvements since 2.0.0-rc4,
as well as a large mass of security fixes.
Full changelog available:
https://github.com/FreeRDP/FreeRDP/blob/2.1.0/ChangeLog
PR: 245517
Approved by: koobs (mentor)
MFH: 2020Q2
Security: 669f3fe8-a07a-11ea-b83e-f0def1f5c5a2 |
2.0.0.r4_9 22 May 2020 01:19:33
  |
jbeich  |
multimedia/openh264: update to 2.1.1
Changes: https://github.com/cisco/openh264/releases/tag/v2.1.1
ABI: https://abi-laboratory.pro/tracker/timeline/openh264/
Reported by: GitHub (watch releases) |
2.0.0.r4_8 23 Apr 2020 20:14:49
  |
jbeich  |
devel/icu: update to 67.1
Changes: http://site.icu-project.org/download/67
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases) |
2.0.0.r4_7 13 Mar 2020 09:47:17
  |
jbeich  |
devel/icu: update to 66.1
Changes: http://site.icu-project.org/download/66
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ |
2.0.0.r4_6 07 Nov 2019 18:41:56
  |
zeising  |
Add USES=xorg and USES=gl
Add USES=xorg and USES=gl to a few remaining ports. |
2.0.0.r4_6 09 Oct 2019 12:17:15
  |
bapt  |
Drop the ipv6 virtual category for n* category as it is not relevant anymore |
2.0.0.r4_6 03 Oct 2019 20:35:30
  |
jbeich  |
devel/icu: update to 65.1
Changes: http://site.icu-project.org/download/65
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ |
2.0.0.r4_5 05 Aug 2019 23:06:50
  |
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/ |
2.0.0.r4_4 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 |
2.0.0.r4_3 17 Jun 2019 07:56:06
  |
jbeich  |
multimedia/openh264: update to 2.0.0
- Add symlinks for cliqz and thunderbird
Changes: https://github.com/cisco/openh264/releases/tag/v2.0.0
ABI: https://abi-laboratory.pro/tracker/timeline/openh264/
Reported by: GitHub (watch releases) |
2.0.0.r4_2 16 Apr 2019 20:53:29
  |
eugen  |
net/freerdp: add some options
Additionally, pet portlint a bit while I'm here.
PR: 230963
Submitted by: Ivan Rozhuk <rozhuk.im@gmail.com>
Approved by: kevans (maintainer) |
2.0.0.r4_1 27 Mar 2019 21:11:09
  |
jbeich  |
devel/icu: update to 64.1
Changes: http://site.icu-project.org/download/64
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 236325
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19479 |
2.0.0.r4 28 Jan 2019 08:42:12
  |
meta  |
net/freerdp: Fix build with LibreSSL 2.9.0 (libressl-devel)
PR: 234731
Obtained from: https://github.com/FreeRDP/FreeRDP/pull/5183
MFH: 2019Q1
Sponsored by: HAW International, Inc. |
2.0.0.r4 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 |
2.0.0.r4 25 Dec 2018 02:16:18
  |
meta  |
net/freerdp: fix build with security/libressl after updating to 2.0.0-rc4
Still broken with libressl-devel but it is another issue. Marking as BROKEN.
PR: 234198
Submitted by: myself
Approved by: kevans (maintainer), mentors (implicit)
Obtained from: https://github.com/FreeRDP/FreeRDP/issues/5049 |
2.0.0.r4 20 Dec 2018 05:04:34
  |
meta  |
net/freerdp: Update to 2.0.0-rc4
PR: 234189
Submitted by: myself
Approved by: kevans (maintainer), mentors (implicit) |
2.0.0.r3_6 19 Dec 2018 09:09:11
  |
zeising  |
Split out evdev headers from multimedia/v4l_compat
Split out evdev headers (input.h, input-event-codes.h, uinput.h) into their
own port, devel/evdev-proto, and update those to be current with the Linux
4.19 kernel. This is done in order to be able to update the rest of the
FreeBSD input stack, which is forthcoming.
By splititng out the evdev headers we can update them independent of other
updates in v4l_compat, which makes it easier for the graphics team to keep
track of them and keep them updated as needed.
Update devel/libevdev from 1.4.4 to 1.5.9 instead of trying to make it work
with the updated headers. This will be further updated.
Update devel/py-evdev from 0.5.0 to 0.8.1 instead of trying to make it work (Only the first 15 lines of the commit message are shown above ) |
2.0.0.r3_5 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 |
2.0.0.r3_4 06 Nov 2018 15:01:06
  |
amdmi3  |
- Remove obsolete OSVERSION condition
Approved by: portmgr blanket |
2.0.0.r3_4 06 Nov 2018 01:50:27
  |
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/ |
2.0.0.r3_3 02 Nov 2018 13:32:35
  |
rene  |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
2.0.0.r3_3 23 Oct 2018 11:35:04
  |
jbeich  |
devel/icu: update to 63.1
Changes: http://site.icu-project.org/download/63
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 232300
Exp-run by: antoine |
2.0.0.r3_2 29 Sep 2018 08:04:27
  |
riggs  |
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l |
2.0.0.r3_1 11 Sep 2018 18:34:28
  |
zeising  |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
2.0.0.r3 27 Aug 2018 18:12:36
  |
swills  |
net/freerdp: Fix build failure
PR: 230954
Submitted by: kevans (maintainer)
Reported by: rozhuk.im@gmail.com |
2.0.0.r3 27 Aug 2018 13:01:48
  |
woodsb02  |
net/freerdp: Update to 2.0.0-rc3
- Remove patches committed upstream
Changes this release:
https://github.com/FreeRDP/FreeRDP/blob/2.0.0-rc3/ChangeLog
Approved by: kevans (maintainer)
Differential Revision: https://reviews.freebsd.org/D16918 |
2.0.0.r1_8 31 Jul 2018 18:41:30
  |
zeising  |
Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine |
2.0.0.r1_7 29 Jul 2018 22:18:46
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
2.0.0.r1_6 29 Jun 2018 14:22:11
  |
jbeich  |
devel/icu: update to 62.1
Changes: http://site.icu-project.org/download/62
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 229359
Exp-run by: antoine (only 10.4) |
2.0.0.r1_5 02 May 2018 15:07:27
  |
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 |
2.0.0.r1_4 30 Apr 2018 19:28:30
  |
jbeich  |
net/freerdp: drop bogus ffmpeg fix
av_frame_free() replaced avcodec_free_frame() according to
ffmpeg-3.0/doc/APIchanges.
Obtained from: upstream |
2.0.0.r1_3 30 Apr 2018 19:04:19
  |
jbeich  |
net/freerdp: unbreak with ffmpeg 4.0
channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c:210:38: error: use of undeclared
identifier 'CODEC_CAP_TRUNCATED'
if (mdecoder->codec->capabilities & CODEC_CAP_TRUNCATED)
^
channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c:211:37: error: use of undeclared
identifier 'CODEC_FLAG_TRUNCATED'
mdecoder->codec_context->flags |= CODEC_FLAG_TRUNCATED;
^
PR: 227726
Reported by: antoine (via exp-run)
Obtained from: upstream (FreeRDP 2.0.0-rc2) |
2.0.0.r1_3 06 Apr 2018 15:53:17
  |
jbeich  |
devel/icu: update to 61.1
Changes: http://site.icu-project.org/download/61
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 227042
Exp-run by: antoine
MFH: 2018Q2 (required by Firefox 61) |
2.0.0.r1_2 21 Mar 2018 14:05:34
  |
kevans  |
Fix duplicated patch
Approved by: brd (implicit) |
2.0.0.r1_2 21 Mar 2018 14:04:05
  |
kevans  |
net/freerdp: Fix following recent Windows update, bump dependents
Patch backported from upstream @ fbe01c7; breakage seems to be that FreeRDP
will emit an error "ERRCONNECT_PASSWORD_CERTAINLY_EXPIRED" in a context
where one is certain that that is not the case.
PR: 226651
Approved by: brd (ports), me (maintainer) |
2.0.0.r1_1 05 Jan 2018 03:39:56
  |
cpm  |
Fix broken build related to missing xmlto dependency used to generate
xfreerdp(1) man page.
===> Building package for freerdp-2.0.0.r1
pkg-static: Unable to access file
/wrkdirs/usr/ports/net/freerdp/work/stage/usr/local/man/man1/xfreerdp.1.gz:No
such file or directory
Reported by: Andrzej Tobola <ato@iem.pw.edu.pl> via email
Approved by: kevans (maintainer) |
2.0.0.r1 04 Jan 2018 20:40:52
  |
cpm  |
Remove leftover patch
PR: 224658
Reported by: xxjack12xx@gmail.com
Approved by: kevans (maintainer) |
2.0.0.r1 04 Jan 2018 19:37:58
  |
cpm  |
net/freerdp: Update to 2.0.0-rc1
- Enable 64 bit file support in winpr
- Remove unneeded patches (added upstream)
- Add support for ICU for unicode conversion
- Add support for KERBEROS
- Add MANPAGES option and fix man pages installation in /usr/local/man
- Fix WWW in pkg-descr
- Pet portlint
Changelog: https://github.com/FreeRDP/FreeRDP/blob/2.0.0-rc1/ChangeLog
PR: 224658
Submitted by: cpm
Reviewed by: kevans
Approved by: kevans (maintainer) |
2.0.0.r0_3 01 Jan 2018 19:57:37
  |
cpm  |
net/freerdp: enable Wayland client, wlfreerdp
- Add WAYLAND support option and enabled it by default
- Sort options helpers
- Bump PORTREVISION
PR: 223913
Submitted by: Greg V <greg@unrelenting.technology>
Reviewed by: cpm, kevans
Approved by: kevans (maintainer) |
2.0.0.r0_2 30 Nov 2017 07:02:50
  |
linimon  |
For ports that set particular flags/options for armv6, also set them
for armv7.
This is part three of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
2.0.0.r0_2 21 Oct 2017 06:50:50
  |
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 |
2.0.0.r0_1 22 Sep 2017 10:48:29
  |
mat  |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
2.0.0.r0_1 10 Sep 2017 20:55:39
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
2.0.0.r0 06 Aug 2017 00:31:24
  |
woodsb02  |
net/freerdp: Update to 2.0.0 RC0
- Fix patches and post-patch to apply against new release
- Bump PORTREVISION of dependent ports
PR: 221240
Approved by: kevans (maintainer) |
2.0.0.g2016.11.24_4 06 Jul 2017 01:39:08
  |
ultima  |
* Updated maintainer email address
PR: 220395
Submitted by: kevans
Reviewed by: lifanov (mentor)
Approved by: lifanov (mentor)
Differential Revision: https://reviews.freebsd.org/D11497 |
2.0.0.g2016.11.24_4 23 May 2017 05:03:16
  |
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
2.0.0.g2016.11.24_3 01 Apr 2017 15:23:32
  |
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
2.0.0.g2016.11.24_2 21 Feb 2017 14:33:55
  |
rezny  |
Fix build with libressl-devel. Restrict SSE option to x86, default on amd64.
PR: 216980
Approved by: bsdports@kyle-evans.net (maintainer), swills (mentor)
Obtained from: OpenBSD
Differential Revision: https://reviews.freebsd.org/D9671 |
2.0.0.g2016.11.24_2 11 Dec 2016 15:22:47
  |
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) |
2.0.0.g2016.11.24_1 11 Dec 2016 06:18:28
  |
woodsb02  |
net/freerdp: Fix X11_CMAKE_ON typo and logic error introduced in r428330
Approved by: adamw (mentor, implicit) |
2.0.0.g2016.11.24 11 Dec 2016 04:36:57
  |
woodsb02  |
net/freerdp: Update to 2.0.0 pre-release (GitHub as of 2016.11.24)
- This update brings in the latest 2 years of FreeRDP project work,
which has had a long time between tagging releases.
- Remove DIRECTFB option, as it no longer compiles, and gets little
upstream maintenance
- Use NEON on aarch64, and optionally on armv6
- Mark as broken on armv6 on FreeBSD 11.0-RELEASE and early versions
of 12.0-CURRENT
- Fix issue with X11_USE=xorg= being truncated due to whitespace as it
wrapped over multiple lines
- Move installed *.cmake files to correct location for modules
net/freerdp1:
- create new port based on previous net/freerdp 1.2.0, as it is required (Only the first 15 lines of the commit message are shown above ) |
1.2.0_7 09 Aug 2016 07:51:50
  |
wen  |
- Pass maintainership to submitter
- Change USE_OPENSSL => USES= SSL
- Include xorg=xrender
PR: 211685
Submitted by: bsdports@kyle-evans.net |
1.2.0_6 11 Jun 2016 20:54:31
  |
woodsb02  |
net/freerdp: Fix build with ffmpeg 3.0.x
Add patch-ffmpeg29, obtained from Debian [1], to allow freerdp to
build successfully once multimedia/ffmpeg is updated to 3.0.x.
Note that multimedia/ffmpeg is currently still on the 2.8.x branch,
however this patch is backwards compatible with ffmpeg 2.8.x.
[1]
http://sources.debian.net/patches/freerdp/1.1.0%7Egit20140921.1.440916e%2Bdfsg1-10/1011_ffmpeg-2.9.patch/
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D6813 |
1.2.0_6 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.2.0_6 11 Mar 2016 11:53:42
  |
tijl  |
Combine print/cups-base, print/cups-client and print/cups-image into
print/cups and update it to 2.1.3. Also remove print/cups-pstoraster,
improve print/cups-filters, print/foomatic-* and update print/hplip to
3.16.2.
Long description:
First some background. When you hand a file to cups it sets up a chain of
filter programs that converts the file to something a printer understands.
Each filter has a cost associated with it and cups tries to find the
cheapest chain. Costs used to be configured in such a way that files were
first converted to PostScript. This could then be manipulated further (e.g.
putting multiple pages on one sheet) before finally being sent to a
PostScript printer or another filter like pstoraster which produces a raster
format understood by non-PostScript printer drivers. Nowadays most filters (Only the first 15 lines of the commit message are shown above ) |
1.2.0_5 30 Dec 2015 09:42:41
  |
antoine  |
Fix fetch, GH_PROJECT for those ports is case sensitive |
1.2.0_5 29 Dec 2015 14:30:47
  |
mat  |
Cleanup GH_* and variables order.
Sponsored by: Absolight |
1.2.0_5 29 Nov 2015 20:06:29
  |
mmoll  |
net/freerdp: fix build on sparc64
PR: 186395
Obtained from: FreeRDP commit 68619b6 |
1.2.0_5 27 Sep 2015 09:04:25
  |
kwm  |
Fix the build with GStreamer 1.6.0.
The GStreamer core how has multiple include dirs, and freerdp rolls
it own detection code and figuring our which include dirs to use.
Instead use pkg-config to get the correct include dirs.
Submitted by: antoine@ |
1.2.0_5 28 Jun 2015 08:24:14
  |
antoine  |
Revert r390700 and r390719, some pkgconfig fixes were reverted and the
update breaks net/vinagre (and gnome3)
Pointy hat: pi@
With hat: portmgr |
1.2.0_4 27 Jun 2015 15:15:18
  |
pi  |
net/freerdp: fix pkg-plist conditionals
PR: 198618
Pointy hat to: pi |
1.2.0_3 27 Jun 2015 13:23:24
  |
pi  |
net/freerdp: update to a newer GIT version which builds without patches
https://github.com/FreeRDP/FreeRDP/pull/2719
OSS: audin fixes, tsmf added
cmdline: syntax samples added
improve BSD support: devd detection and support, urbdrc
usb: fixes
PR: 198618
Submitted by: Rozhuk Ivan <rozhuk.im@gmail.com> |
1.2.0_2 06 Jun 2015 13:47:27
  |
marino  |
net/freerdp: Restore build on DragonFly
The definition of "BSD" is not broad enought to include DragonFly.
Also, since we are using "alias", DragonFly needs to continue to
masquerade as FreeBSD. |
1.2.0_2 28 May 2015 04:46:16
  |
truckman  |
Similar to r387391, zlib is also in base and there is no zlib.pc, so
remove zlib from freerdp.pc and winpr.pc. Without this, net/vinagre
still fails to configure.
Approved by: mat (mentor, implicit) |
1.2.0_1 25 May 2015 17:22:38
  |
ume  |
Exclude libssl from .pc. We don't provide libssl.pc for openssl in
base. Without this, net/vinagre fails to configure. |