Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 Apr 2022 04:19:07 1.1_7
|
Po-Chuan Hsieh (sunpoet)  |
devel/protobuf: Update to 3.20.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
28 Feb 2022 12:46:46 1.1_6
|
Po-Chuan Hsieh (sunpoet)  |
devel/protobuf: Update to 3.19.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases |
21 Jul 2021 18:11:52 1.1_5
|
Po-Chuan Hsieh (sunpoet)  |
devel/protobuf: Update to 3.17.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 257026
Exp-run by: antoine |
07 Apr 2021 08:09:01 1.1_4
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.1_4
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
03 Mar 2021 20:54:59
1.1_4
|
crees  |
Chase devel/re2 shlib bump
Upstream has changed their minds about so.10 and reverted to so.9
The only changes were private.
PR: ports/253255
Reported by: sunpoet |
03 Feb 2021 19:46:36
1.1_3
|
sunpoet  |
Bump PORTREVISION for devel/re2 shlib change |
26 Jan 2021 14:01:09
1.1_2
|
sunpoet  |
Bump PORTREVISION for devel/protobuf shlib change |
30 Aug 2020 20:19:42
1.1_1
|
sunpoet  |
Bump PORTREVISION for devel/protobuf shlib change |
16 Jul 2020 23:32:06
1.1
|
swills  |
devel/bloaty: update to 1.1 |
03 Jun 2020 18:32:06
1.0_7
|
sunpoet  |
Bump PORTREVISION for devel/protobuf shlib change |
04 Apr 2020 07:23:30
1.0_6
|
sunpoet  |
Bump PORTREVISION for devel/re2 shlib change |
22 Jan 2020 05:53:20
1.0_5
|
sunpoet  |
Bump PORTREVISION for devel/protobuf shlib change |
31 Jul 2019 16:38:53
1.0_4
|
sunpoet  |
Bump PORTREVISION for devel/protobuf shlib change |
26 Jul 2019 20:46:57
1.0_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 Jul 2019 08:40:03
1.0_2
|
pkubaj  |
devel/bloaty: fix build with GCC architectures
C++11 compiler is required:
cc1plus: error: unrecognized command line option "-std=c++11"
Approved by: mentors (implicit approval) |
06 Jul 2019 18:42:38
1.0_2
|
swills  |
devel/bloaty: does not need go to build
PR: 238902
Submitted by: Greg V <greg@unrelenting.technology> |
05 Jul 2019 19:08:49
1.0_2
|
sunpoet  |
Update devel/protobuf to 3.8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 238808
Exp-run by: antoine |
29 Jun 2019 03:51:14
1.0_1
|
tobik  |
Convert all Go ports to USES=go
This allows for port testing with lang/go-devel via GO_PORT, setting
up the Go build environment in a single place, and is step one in
simplifying Go ports that often define too complicated do-build
targets themselves.
USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and
'no_targets' for ports with composite builds that call 'go' themselves
and do not need the do-build/do-install targets of USES=go.
PR: 238849
Submitted by: dg@syrec.org (also D20745)
Reviewed by: mat, tobik
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20746 |
02 May 2019 10:18:03
1.0_1
|
mat  |
Remove :DEFAULT where not required. |
31 Mar 2019 13:41:03
1.0_1
|
sunpoet  |
Update devel/protobuf to 3.7.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 236157
Exp-run by: antoine |
05 Jan 2019 01:14:07
1.0
|
swills  |
devel/bloaty: create port
Ever wondered what's making your binary big? Bloaty McBloatface will show you a
size profile of the binary so you can understand what's taking up space inside.
WWW: https://github.com/google/bloaty |