Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
17 May 2020 05:55:12
1.24_1

|
lbartoletti  |
x11-toolkits/wxgtk30: Update to 3.0.5.1
Changelog:
-
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt
PR: 246218
Approved by: tcberner (mentor)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D24808 |
29 Dec 2019 21:05:36
1.24

|
acm  |
- Update to 1.24 Update3 |
05 Sep 2019 06:19:43
1.23_4

|
acm  |
- Fix malformed conditional in Makefile |
05 Sep 2019 04:40:34


|
acm  |
- Fix build on i386
PR: 234858
Reported by: emaste |
14 Aug 2019 12:16:13
1.23_3

|
mat  |
Convert to UCL & cleanup pkg-message (categories s) |
26 Jul 2019 20:46:57
1.23_3

|
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 |
25 Feb 2019 12:47:20
1.23_2

|
bapt  |
wxGTK3.0: switch to gtk3 and webkit2
Discussed with: portmgr |
15 Feb 2019 23:51:20
1.23_1

|
sunpoet  |
Update WWW
Approved by: portmgr (blanket) |
12 Dec 2018 01:35:36
1.23_1

|
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 |
20 Nov 2018 17:32:02
1.23

|
acm  |
- Update to 1.23 |
18 Sep 2018 09:28:35
1.22

|
linimon  |
Upgrade these ports to USES=compiler:c++11-lang to fix build on gcc-based
archs such as powerpc64.
Tested for no effect on amd64.
While here, pet portlint.
Approved by: portgmr (tier-2 blanket) |
21 Apr 2018 00:27:04
1.22

|
acm  |
- Update to 1.22 |
21 Jan 2018 02:22:42
1.21_1

|
jbeich  |
security/veracrypt: unbreak build with wxWidgets 3.0.3
TextUserInterface.cpp:122:5: error: const_cast from 'const wxScopedWCharBuffer'
(aka 'const wxScopedCharTypeBuffer<wchar_t>') to 'wchar_t *' is not allowed
const_cast <wchar_t *> (passwordStr.wc_str())[i]
= L'X';
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PR: 223758
Submitted by: rozhuk.im@gmail.com
Approved by: maintainer timeout (2 months) |
19 Jul 2017 05:40:13
1.21

|
acm  |
- New port: security/veracrypt
VeraCrypt is a free open source disk encryption software for Windows, Mac OSX,
FreeBSD and Linux. Brought to you by IDRIX (https://www.idrix.fr) and based on
TrueCrypt 7.1a.
VeraCrypt main features:
- Creates a virtual encrypted disk within a file and mounts it as a real disk.
- Encrypts an entire partition or storage device such as USB flash drive or
hard drive.
- Encrypts a partition or drive where Windows is installed (pre-boot
authentication).
- Encryption is automatic, real-time(on-the-fly) and transparent.
- Parallelization and pipelining allow data to be read and written as fast as
if the drive was not encrypted.
- Encryption can be hardware-accelerated on modern processors.
- Provides plausible deniability, in case an adversary forces you to reveal the
password: Hidden volume (steganography) and hidden operating system.
- More information about the features of VeraCrypt may be found in the
documentation
WWW: http://www.veracrypt.fr |