[Bug 237803] www/seamonkey 2.49.4_26 fails to build

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 9 23:43:49 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237803

Tatsuki Makino <tatsuki_makino at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tatsuki_makino at hotmail.com

--- Comment #2 from Tatsuki Makino <tatsuki_makino at hotmail.com> ---
(In reply to Jack from comment #1)

That's the same reason as make -C /usr/ports/www/seamonkey -V
BROKEN_FreeBSD_13_amd64

My 12.0-STABLE r347071 has llvm60 installed by something.
I cleaned up this by writing the following to /etc/make.conf

.if !empty(.CURDIR:tA:M/usr/ports/www/seamonkey)
DEFAULT_VERSIONS+= llvm=60
LLVM_CONFIG= llvm-config${LLVM_DEFAULT}
.export-env LLVM_CONFIG
CPP= ${LOCALBASE}/bin/clang-cpp${LLVM_DEFAULT}
CC= ${LOCALBASE}/bin/clang${LLVM_DEFAULT}
CXX= ${LOCALBASE}/bin/clang++${LLVM_DEFAULT}
.endif

Perhaps we also need
BUILD_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT}
to solve it.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gecko mailing list