User Details
- User Since
- Apr 17 2019, 4:19 AM (231 w, 1 d)
Aug 11 2023
Jun 22 2023
May 15 2023
Apr 14 2023
The port has been simplified, and most of the original patched have been removed
simplify pkg-descr
move WWW from pkg-descr to Makefile
fix error during configure because of bash specific code
Apr 11 2023
Apr 3 2023
recreate port based on 2.11.6 which is a no deps pyinstaller type of package
Mar 29 2023
The docs building was remove because the latest source on PyPi does not include dock source.
I see that most Python ports do not include docs and did not wat to switch this port to fetch from GitHub
Mar 28 2023
I have looked at more recent versions up to 2.11.6 and the build system is completely different, basically ./configure + make
and it uses pyinstaller to 5.8 to do the build.
Mar 8 2023
Mar 1 2023
Feb 27 2023
Feb 15 2023
not sure why but https://reviews.freebsd.org/D38554 did not include the delete of the patch file
Feb 13 2023
I think I have addressed the current Issues, but there more recent versions the most recent is 2.9.22
my port is still on 2.7 branch and I wonder if I should try 2.9 branch to see if that workable first
Feb 10 2023
remove som extraneous files
just update dependencies
Feb 6 2023
Jan 9 2023
Jan 2 2023
commented out line removed
remove unnecessary master sites line
Dec 30 2022
Dec 29 2022
@dmgk thanks for the GO_MODULE suggestion, I had problems with dependent bitmark-* ports.
The only way I found for the present was to override the distinfo in each of their Makefiles.
switch to go module and amend dependent bitmark-* ports
Dec 26 2022
some of these symlink commands come from the modules2tuple port used to determine the dependencies from the last go build command. However I found that it does not handle the /Vn version specific items where V0, V1 and V2 were all referenced, these add added by trial and error un til the port built successfully and would run correctly for my testing.
restore WWW line
Oct 31 2022
Sep 22 2022
just update to keep track of latest versions
Aug 8 2022
for make test I tried patching the tox.ini with a setenv= to set CFLAGS and LDFLAGS to build values suitable for the py-awscrt "wheel" but it fails because of the bug in its setup.py.
Aug 2 2022
update with latest version, devel/py-awscrt has been ported by someone else, so remove those files from this revision,
except for the missing LDFLAGS in the devel/py-awscrt/Makefile
remove py-awscrt patch file
bring up todate and comment out test target since this cannot work until
devel/py-awscrt internal s2n submodule is updated to incle FreeBSD patches
Jul 28 2022
Jul 1 2022
I have updated the Makefiles and patches to latest versions.
- devel/awscli2: New port: AWS CLI version 2.x + dependencies
- Fix Makefiles
- remove category from CONFLICTS, set minimum Python version
- [WIP] update versions, align patches, do-test target
Jun 21 2022
- remove category from CONFLICTS, set minimum Python version
Jun 19 2022
my understanding is:
- Fix Makefiles
- Fix building of awscli2 autocompletion index
Jun 16 2022
May 19 2022
rebase on main
May 18 2022
simplify patch and Makefiles
May 16 2022
thanks, I will try that
It was a way to get the right strerror_r when I compiled the #else was selected contains:
May 15 2022
Mar 29 2022
Mar 20 2022
Jan 6 2022
Nov 10 2021
Sep 8 2021
Jul 23 2021
please update here, I appreciate any assistance you can give.
Jul 22 2021
One question @jrm I still have conditional blocks for PLIST_FILES should I move to ops_VARS ?
here is the portlint output:
modernise options and sort variables using portclippy
Jul 14 2021
Jan 29 2021
Nov 30 2020
Nov 25 2020
Oct 17 2020
Oct 16 2020
Sep 14 2020
Aug 17 2020
rebase on latest svn update
Aug 12 2020
Took 6:40 to build overnight but was successful for poudriere testport on 12.1_i386
(for my reference: llvm 5:16, gcc9 3:30, ghc: 2:52)
Aug 11 2020
- The build on 12.1-AMD64 was OK. pkg installs and runs.
- Building for 12.1-i386 started, but will take may hours (ghc/llvm deps take a long time to compile)
Jul 13 2020
Jul 6 2020
Jun 30 2020
change int64 to use format macros from inttypes.h for 32 bit architecture compatability
Jun 29 2020
Jun 24 2020
add missing port revision
Jun 17 2020
My present understanding is that SIMD exists on certain CPUs and that the way the Rust compiler works in that it does a native build
if SIMD feature is enabled which would mean that the build machine would have to support SIMD. Originally I had it as a flavour so
both kinds would have been built. I was recommended to convert to an option defaulted off so that build machines without SIMD
would not fail the SIMD version
- remove obsolete patches
- update to 0.30.0
- check using poudriere testport amd64 12.1
- run on 12.1-RELEASE-p6 amd64 system to confirm program runs
Jun 16 2020
Jun 15 2020
Jun 3 2020
Update net-p2p/bitmark to version 0.13.2
Apr 28 2020
Apr 27 2020
The changes to the patch time stamps occurred when I ran make makepatch
after getting portlint warning that some of the patched were incorrectly generated
and suggested rebuilding the patches
Apr 24 2020
Mar 10 2020
Mar 9 2020
update to address the problems in review by @tobik
Mar 5 2020
fix email address
Mar 4 2020
update the category Makefile
Mar 3 2020
upload port files