FreeBSD Bugzilla – Attachment 204305 Details for
Bug 237803
www/seamonkey 2.49.4_26 fails to build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Depend on llvm70
seamonkey.txt (text/plain), 1.06 KB, created by
Jack
on 2019-05-10 10:31:28 UTC
(
hide
)
Description:
Depend on llvm70
Filename:
MIME Type:
Creator:
Jack
Created:
2019-05-10 10:31:28 UTC
Size:
1.06 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 501159) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= seamonkey > DISTVERSION= 2.49.4 >-PORTREVISION= 26 >+PORTREVISION= 27 > MOZILLA_VER= 52 # above + 3 > CATEGORIES?= www mail news editors irc ipv6 > MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ >@@ -13,11 +13,11 @@ > MAINTAINER= gecko@FreeBSD.org > COMMENT= The open source, standards compliant web browser > >-BROKEN_FreeBSD_13_amd64= xpcshell crashes after base Clang updated to 8.0.0 >- > BUILD_DEPENDS= nspr>=4.13.1:devel/nspr \ > nss>=3.28.6:security/nss \ > libevent>=2.0.21_2:devel/libevent \ >+ llvm70>=0:devel/llvm70 \ >+ ${LOCALBASE}/bin/clang70:devel/llvm70 \ > harfbuzz>=1.4.1:print/harfbuzz \ > graphite2>=1.3.8:graphics/graphite2 \ > png>=1.6.25:graphics/png \ >@@ -30,6 +30,10 @@ > yasm:devel/yasm \ > zip:archivers/zip > >+CPP= ${LOCALBASE}/bin/clang-cpp70 >+CC= ${LOCALBASE}/bin/clang70 >+CXX= ${LOCALBASE}/bin/clang++70 >+ > LIB_DEPENDS= libv4l2.so:multimedia/libv4l > > SSP_UNSAFE= yes
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 237803
:
204280
| 204305
Working