Port details |
- aws-sdk-cpp C++ interface for Amazon Web Services (AWS)
- 1.11.536 devel
=2 1.11.536Version of this port present on the latest quarterly branch. - Maintainer: eduardo@FreeBSD.org
 - Port Added: 2017-01-04 15:44:40
- Last Update: 2025-03-30 20:23:41
- Commit Hash: ff3db31
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://github.com/aws/aws-sdk-cpp
- Description:
- AWS SDK for C++ provides a modern C++ (version C++ 11 or later) interface
for Amazon Web Services (AWS). It is meant to be performant and fully
functioning with low- and high-level SDKs, while minimizing dependencies.
AWS SDK for C++ is in now in General Availability and recommended for
production use.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- aws-sdk-cpp>0:devel/aws-sdk-cpp
- To install the port:
- cd /usr/ports/devel/aws-sdk-cpp/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/aws-sdk-cpp
- pkg install aws-sdk-cpp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: aws-sdk-cpp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1743340933
SHA256 (aws-aws-sdk-cpp-1.11.536_GH0.tar.gz) = f00abba2072d3b168280f59302e25b111c27863496f6f2700b5bc59d5ccd54b6
SIZE (aws-aws-sdk-cpp-1.11.536_GH0.tar.gz) = 72704048
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libaws-c-auth.so : security/aws-c-auth
- libaws-c-cal.so : security/aws-c-cal
- libaws-c-common.so : devel/aws-c-common
- libaws-c-compression.so : devel/aws-c-compression
- libaws-c-event-stream.so : devel/aws-c-event-stream
- libaws-c-http.so : devel/aws-c-http
- libaws-c-io.so : devel/aws-c-io
- libaws-c-mqtt.so : devel/aws-c-mqtt
- libaws-c-s3.so : devel/aws-c-s3
- libaws-c-sdkutils.so : devel/aws-c-sdkutils
- libaws-checksums.so : devel/aws-checksums
- libaws-crt-cpp.so : devel/aws-crt-cpp
- libcurl.so : ftp/curl
- libpulse.so : audio/pulseaudio
- libs2n.so : security/s2n-tls
- This port is required by:
- for Libraries
-
- databases/arrow
- sysutils/nix
Configuration Options:
- ===> The following configuration options are available for aws-sdk-cpp-1.11.536:
TEST=off: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- devel_aws-sdk-cpp
- USES:
- cmake localbase:ldflags pkgconfig ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.53_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 |
1.6.53 18 Nov 2018 23:28:43
  |
danilo  |
- Update to 1.6.53 |
1.6.49 10 Nov 2018 16:19:43
  |
danilo  |
- Update to 1.6.49 |
1.6.35 20 Oct 2018 14:20:02
  |
danilo  |
- Update to 1.6.35
- Fix build on FreeBSD 10 |
1.6.30 13 Oct 2018 19:09:14
  |
danilo  |
- Update to 1.6.30 |
1.6.20 28 Sep 2018 06:58:52
  |
danilo  |
- Update to 1.6.20 |
1.6.19 27 Sep 2018 22:23:23
  |
danilo  |
- Update to 1.6.19 |
1.6.11 15 Sep 2018 19:05:53
  |
danilo  |
- Update to 1.6.11
- Take maintainership
- Unbreak on FreeBSD 12
- Add TEST option |
1.4.14_1 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 |
1.4.14 15 Mar 2018 04:11:19
  |
yuri  |
devel/aws-sdk-cpp: Update to 1.4.14
Both versions 1.4.10 and 1.4.14 fail to build on 12:
https://github.com/aws/aws-sdk-cpp/issues/825 |
1.4.10 07 Mar 2018 15:15:06
  |
vanilla  |
Update to 1.4.10. |
1.3.15 02 Dec 2017 17:23:02
  |
pi  |
devel/aws-sdk-cpp: update 1.3.1 -> 1.3.15
Changes: https://github.com/aws/aws-sdk-cpp/commits/master |
1.3.1 30 Nov 2017 06:13:35
  |
linimon  |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
1.3.1 21 Nov 2017 13:01:16
  |
arved  |
Make compile with cmake 3.9
PR: 221999
Submitted by: groot@kde.org |
1.3.1 12 Nov 2017 12:38:40
  |
vanilla  |
Update to 1.3.1. |
1.2.30 05 Nov 2017 14:56:26
  |
vanilla  |
1: Update to 1.2.30.
2: remove BROKEN. |
1.2.16 05 Nov 2017 09:39:59
  |
antoine  |
Mark BROKEN: checksum and size mismatch
Reported by: pkg-fallout |
1.2.16 18 Oct 2017 08:32:17
  |
vanilla  |
Update to 1.2.16. |
1.2.15 17 Oct 2017 14:42:06
  |
vanilla  |
Update to 1.2.15. |
1.2.5 01 Oct 2017 11:50:15
  |
vanilla  |
Update to 1.2.5. |
1.1.33_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 |
1.1.33 23 Aug 2017 12:38:13
  |
vanilla  |
Update to 1.1.33. |
1.1.31 19 Aug 2017 06:15:13
  |
vanilla  |
Update to 1.1.31. |
1.1.12 15 Jul 2017 17:24:53
  |
sunpoet  |
Update to 1.1.12
- Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
Changes: https://github.com/aws/aws-sdk-cpp/commits/master |
1.1.8 14 Jul 2017 22:26:14
  |
arved  |
Drop maintainership, I don't have access to an AWS account anymore |
1.1.8 11 Jul 2017 09:42:54
  |
arved  |
Update to 1.1.8 |
1.0.158 21 Jun 2017 11:45:43
  |
arved  |
Update to 1.0.158 |
1.0.141 09 Jun 2017 13:35:21
  |
arved  |
Update to 1.0.141 |
1.0.131 26 May 2017 12:33:27
  |
arved  |
Update to 1.0.131 |
1.0.117 15 May 2017 10:22:18
  |
arved  |
Update to 1.0.117 |
1.0.110 03 May 2017 05:52:55
  |
linimon  |
Mark some ports failing on aarch64, and, in a few cases, other tier-2
archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.0.110 28 Apr 2017 14:48:01
  |
arved  |
Update to 1.0.110 |
1.0.82_1 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 |
1.0.82 13 Mar 2017 14:28:51
  |
arved  |
Update to 1.0.82 |
1.0.71 22 Feb 2017 11:34:35
  |
arved  |
Disable Werror to fix build on 10.x |
1.0.71 19 Feb 2017 14:46:53
  |
arved  |
Update to 1.0.71 |
1.0.59 28 Jan 2017 22:33:11
  |
arved  |
Update to 1.0.59 |
1.0.51 07 Jan 2017 15:23:17
  |
arved  |
Update to 1.0.51 |
1.0.49 04 Jan 2017 15:44:26
  |
arved  |
Add aws-sdk-cpp, C++11 interface for Amazon Web Services (AWS) |