Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 May 2019 23:43:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 237803] www/seamonkey 2.49.4_26 fails to build
Message-ID:  <bug-237803-21738-Kck1SLc5Ck@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-237803-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-237803-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237803

Tatsuki Makino <tatsuki_makino@hotmail.com> changed:

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

--- Comment #2 from Tatsuki Makino <tatsuki_makino@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+=3D llvm=3D60
LLVM_CONFIG=3D llvm-config${LLVM_DEFAULT}
.export-env LLVM_CONFIG
CPP=3D ${LOCALBASE}/bin/clang-cpp${LLVM_DEFAULT}
CC=3D ${LOCALBASE}/bin/clang${LLVM_DEFAULT}
CXX=3D ${LOCALBASE}/bin/clang++${LLVM_DEFAULT}
.endif

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237803-21738-Kck1SLc5Ck>