Created attachment 217571 [details] patch Because of build constrains contained in gvisors packages the build failed when build with a go version higher than 1.14. Bug #247140 already contains a patch that fixes this. For an example build log see: http://beefy17.nyi.freebsd.org/data/head-i386-default/p546132_s364744/logs/honeytrap-g20200415.log
Maintainer informed via mail
(In reply to ezri.mudde from comment #0) No need to bump PORTREVISION if it's a build fix.
Created attachment 217686 [details] removed PORTREVISION from previous patch
This doesn't need an exp-run. I was waiting on your feedback on my changes to the rc script in the patch in Bug #247140 before I committed that one.
(In reply to Steve Wills from comment #4) Ah okay, I'll remove the flag then.
A commit references this bug: Author: swills Date: Thu Oct 1 23:50:38 UTC 2020 New revision: 550881 URL: https://svnweb.freebsd.org/changeset/ports/550881 Log: security/honeytrap: multiple changes * Improve rc script * Clean up * Pass maintainership to submitter * Fix build with newer Go PR: 247140 PR: 248948 Submitted by: ezri.mudde@dutchsec.com Approved by: remco.verhoef@dutchsec.com (maintainer) Changes: head/security/honeytrap/Makefile head/security/honeytrap/distinfo head/security/honeytrap/files/etc/ head/security/honeytrap/files/honeytrap.in head/security/honeytrap/files/honeytrap.toml head/security/honeytrap/files/patch-cmd_constants.go head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_kvm_bluepill__unsafe.go head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_kvm_machine__unsafe.go head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_platform_ptrace_subprocess__unsafe.go head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sentry_vfs_mount__unsafe.go head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sleep_sleep__unsafe.go head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sync_downgradable__rwmutex__unsafe.go head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sync_memmove__unsafe.go head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_sync_tmutex__unsafe.go head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_tcpip_link_rawfile_blockingpoll__yield__unsafe.go head/security/honeytrap/files/patch-vendor_gvisor.dev_gvisor_pkg_tcpip_time__unsafe.go
Committed, thanks!