FreeBSD Bugzilla – Attachment 202671 Details for
Bug 236346
fix build of some haskell ports with base GNU ld
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
haskell.patch (text/plain), 6.49 KB, created by
Piotr Kubaj
on 2019-03-07 06:52:54 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-03-07 06:52:54 UTC
Size:
6.49 KB
patch
obsolete
>Index: devel/hs-QuickCheck/Makefile >=================================================================== >--- devel/hs-QuickCheck/Makefile (revision 494804) >+++ devel/hs-QuickCheck/Makefile (working copy) >@@ -13,5 +13,9 @@ > > USE_CABAL= extensible-exceptions random tf-random>=0.4 > >+.if !exists(/usr/bin/ld.lld) >+USE_BINUTILS= yes >+.endif >+ > .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" > .include <bsd.port.mk> >Index: devel/hs-basement/Makefile >=================================================================== >--- devel/hs-basement/Makefile (revision 494804) >+++ devel/hs-basement/Makefile (working copy) >@@ -10,5 +10,9 @@ > > LICENSE= BSD3CLAUSE > >+.if !exists(/usr/bin/ld.lld) >+USE_BINUTILS= yes >+.endif >+ > .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" > .include <bsd.port.mk> >Index: devel/hs-cmdargs/Makefile >=================================================================== >--- devel/hs-cmdargs/Makefile (revision 494804) >+++ devel/hs-cmdargs/Makefile (working copy) >@@ -18,5 +18,9 @@ > > FLAGS_DISABLE= testprog > >+.if !exists(/usr/bin/ld.lld) >+USE_BINUTILS= yes >+.endif >+ > .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" > .include <bsd.port.mk> >Index: textproc/hs-polyparse/Makefile >=================================================================== >--- textproc/hs-polyparse/Makefile (revision 494804) >+++ textproc/hs-polyparse/Makefile (working copy) >@@ -10,5 +10,9 @@ > > LICENSE= LGPL21 > >+.if !exists(/usr/bin/ld.lld) >+USE_BINUTILS= yes >+.endif >+ > .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" > .include <bsd.port.mk> >Index: textproc/hs-blaze-html/Makefile >=================================================================== >--- textproc/hs-blaze-html/Makefile (revision 494804) >+++ textproc/hs-blaze-html/Makefile (working copy) >@@ -12,5 +12,9 @@ > > USE_CABAL= blaze-builder>=0.3 blaze-markup>=0.7 > >+.if !exists(/usr/bin/ld.lld) >+USE_BINUTILS= yes >+.endif >+ > .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" > .include <bsd.port.mk> >Index: devel/hs-vector/Makefile >=================================================================== >--- devel/hs-vector/Makefile (revision 494804) >+++ devel/hs-vector/Makefile (working copy) >@@ -12,5 +12,9 @@ > > USE_CABAL= primitive>=0.5.0.1 > >+.if !exists(/usr/bin/ld.lld) >+USE_BINUTILS= yes >+.endif >+ > .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" > .include <bsd.port.mk> >Index: textproc/hs-HsYAML/Makefile >=================================================================== >--- textproc/hs-HsYAML/Makefile (revision 494804) >+++ textproc/hs-HsYAML/Makefile (working copy) >@@ -12,5 +12,9 @@ > > USE_CABAL= dlist > >+.if !exists(/usr/bin/ld.lld) >+USE_BINUTILS= yes >+.endif >+ > .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" > .include <bsd.port.mk> >Index: net/hs-resolv/Makefile >=================================================================== >--- net/hs-resolv/Makefile (revision 494804) >+++ net/hs-resolv/Makefile (working copy) >@@ -12,5 +12,9 @@ > > USE_CABAL= base16-bytestring > >+.if !exists(/usr/bin/ld.lld) >+USE_BINUTILS= yes >+.endif >+ > .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" > .include <bsd.port.mk> >Index: devel/hs-generic-deriving/Makefile >=================================================================== >--- devel/hs-generic-deriving/Makefile (revision 494804) >+++ devel/hs-generic-deriving/Makefile (working copy) >@@ -10,5 +10,9 @@ > > LICENSE= BSD3CLAUSE > >+.if !exists(/usr/bin/ld.lld) >+USE_BINUTILS= yes >+.endif >+ > .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" > .include <bsd.port.mk> >Index: security/hs-hackage-security/Makefile >=================================================================== >--- security/hs-hackage-security/Makefile (revision 494804) >+++ security/hs-hackage-security/Makefile (working copy) >@@ -13,5 +13,9 @@ > USE_CABAL= base16-bytestring base64-bytestring cryptohash-sha256 ed25519 \ > mtl network network-uri old-locale old-time tar zlib > >+.if !exists(/usr/bin/ld.lld) >+USE_BINUTILS= yes >+.endif >+ > .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" > .include <bsd.port.mk> >Index: textproc/hs-hxt/Makefile >=================================================================== >--- textproc/hs-hxt/Makefile (revision 494804) >+++ textproc/hs-hxt/Makefile (working copy) >@@ -13,5 +13,9 @@ > USE_CABAL= HUnit>=1.2 hxt-charproperties>=9.1 hxt-regex-xmlschema>=9.2 \ > hxt-unicode>=9.0.1 mtl>=2.0.1 network>=2.6 network-uri>=2.6 > >+.if !exists(/usr/bin/ld.lld) >+USE_BINUTILS= yes >+.endif >+ > .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" > .include <bsd.port.mk> >Index: www/hs-HTTP/Makefile >=================================================================== >--- www/hs-HTTP/Makefile (revision 494804) >+++ www/hs-HTTP/Makefile (working copy) >@@ -16,5 +16,9 @@ > FLAGS_ENABLE= network-uri > FLAGS_DISABLE= mtl1 warn-as-error network23 conduit10 warp-tests > >+.if !exists(/usr/bin/ld.lld) >+USE_BINUTILS= yes >+.endif >+ > .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" > .include <bsd.port.mk> >Index: x11-toolkits/hs-OpenGLRaw/Makefile >=================================================================== >--- x11-toolkits/hs-OpenGLRaw/Makefile (revision 494804) >+++ x11-toolkits/hs-OpenGLRaw/Makefile (working copy) >@@ -10,8 +10,13 @@ > > LICENSE= BSD3CLAUSE > >+USES= gl > USE_CABAL= fixed half > USE_GL= gl glut > >+.if !exists(/usr/bin/ld.lld) >+USE_BINUTILS= yes >+.endif >+ > .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" > .include <bsd.port.mk> >Index: x11/hs-X11/Makefile >=================================================================== >--- x11/hs-X11/Makefile (revision 494804) >+++ x11/hs-X11/Makefile (working copy) >@@ -22,5 +22,9 @@ > XINERAMA_FLAG_CONFIGURE_ON= --configure-option="--with-xinerama" > XINERAMA_FLAG_CONFIGURE_OFF= --configure-option="--without-xinerama" > >+.if !exists(/usr/bin/ld.lld) >+USE_BINUTILS= yes >+.endif >+ > .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" > .include <bsd.port.mk> >Index: textproc/hs-unicode-transforms/Makefile >=================================================================== >--- textproc/hs-unicode-transforms/Makefile (revision 494804) >+++ textproc/hs-unicode-transforms/Makefile (working copy) >@@ -12,5 +12,9 @@ > > USE_CABAL= bitarray > >+.if !exists(/usr/bin/ld.lld) >+USE_BINUTILS= yes >+.endif >+ > .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" > .include <bsd.port.mk> >Index: textproc/hs-regex-tdfa/Makefile >=================================================================== >--- textproc/hs-regex-tdfa/Makefile (revision 494804) >+++ textproc/hs-regex-tdfa/Makefile (working copy) >@@ -12,5 +12,9 @@ > > USE_CABAL= mtl regex-base>=0.93.1 > >+.if !exists(/usr/bin/ld.lld) >+USE_BINUTILS= yes >+.endif >+ > .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" > .include <bsd.port.mk>
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 236346
:
202671
|
202674
|
203021