Created attachment 188464 [details] Patch for 3.2.9
Created attachment 188465 [details] Patch for 3.2.9
Can I change your MAINTAINER address to dev@dudu.ro? It's going to be confusing over time if patches are submitted from a different address.
I'm getting a size mismatch. Is the distinfo file accurate? => Attempting to fetch https://codeload.github.com/arangodb/arangodb/tar.gz/v3.2.9?dummy=/arangodb-arangodb-v3.2.9_GH0.tar.gz fetch: https://codeload.github.com/arangodb/arangodb/tar.gz/v3.2.9?dummy=/arangodb-arangodb-v3.2.9_GH0.tar.gz: size unknown fetch: https://codeload.github.com/arangodb/arangodb/tar.gz/v3.2.9?dummy=/arangodb-arangodb-v3.2.9_GH0.tar.gz: size of remote file is not known arangodb-arangodb-v3.2.9_GH0.tar.gz 0 B 0 Bps => Fetched file size mismatch (expected 144179063, actual 144185432) => Trying next site => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/arangodb-arangodb-v3.2.9_GH0.tar.gz fetch: http://distcache.FreeBSD.org/ports-distfiles/arangodb-arangodb-v3.2.9_GH0.tar.gz: Not Found => Couldn't fetch it - please try to retrieve this => port manually into /portdistfiles/ and try again. *** Error code 1
It used to be, they must have moved the tag since. Uploading another diff, which also marks FreeBSD 10.x as broken (libc++ too old).
Created attachment 188630 [details] Update to 3.2.9, fix distinfo, mark FreeBSD 10.x as unsupported
The correct way to mark this broken is with: BROKEN_FreeBSD_10= libc++ is too old The OSVERSION check by itself would need to be combined with an OS check for FreeBSD because these ports can be used on other operating systems.
Created attachment 188631 [details] Update to 3.2.9, fix distinfo, mark FreeBSD 10.x as unsupported
(In reply to Nikolai Lifanov from comment #6) Thanks for the hint, fixed!
I think this check can go away: .if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 40 Supported releases are 10.3, 10.4, and 11.1. FreeBSD 11.1 ships with clang 4.0.0.
Created attachment 188633 [details] Update to 3.2.9, fix distinfo, mark FreeBSD 10.x as unsupported
(In reply to Nikolai Lifanov from comment #9) Indeed, thanks, I'd missed that. New patch uploaded.
A commit references this bug: Author: lifanov Date: Fri Dec 8 19:35:35 UTC 2017 New revision: 455796 URL: https://svnweb.freebsd.org/changeset/ports/455796 Log: update databases/arangodb32 to 3.2.9 PR: 224032 Submitted by: dev@dudu.ro (maintainer, same as galu@packetdam.com) Changes: head/databases/arangodb32/Makefile head/databases/arangodb32/distinfo
Committed, thanks!