FreeBSD Bugzilla – Attachment 185684 Details for
Bug 214864
[exp-run] test build with lld as /usr/bin/ld
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
set LLD_UNSAFE and other lld fixes
ports-lld.diff (text/plain), 3.20 KB, created by
Ed Maste
on 2017-08-22 21:14:40 UTC
(
hide
)
Description:
set LLD_UNSAFE and other lld fixes
Filename:
MIME Type:
Creator:
Ed Maste
Created:
2017-08-22 21:14:40 UTC
Size:
3.20 KB
patch
obsolete
>diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile >index 0a7d21634fdb..9ab6ccfaf6f7 100644 >--- a/archivers/arj/Makefile >+++ b/archivers/arj/Makefile >@@ -21,6 +21,7 @@ MAKEFILE= GNUmakefile > MAKE_ARGS= LOCALE="${LANGUAGE}" > ALL_TARGET= prepare all > STRIP= # empty >+LLD_UNSAFE= yes > MAKE_JOBS_UNSAFE= yes > > CFLAGS+= -fPIC >diff --git a/audio/freealut/Makefile b/audio/freealut/Makefile >index 4721537751f8..5ffc52874160 100644 >--- a/audio/freealut/Makefile >+++ b/audio/freealut/Makefile >@@ -16,6 +16,7 @@ CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > USES= gmake libtool openal:al pathfix pkgconfig > USE_LDCONFIG= yes >+LLD_UNSAFE= yes > INSTALL_TARGET= install-strip > WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > >diff --git a/audio/openal-soft/Makefile b/audio/openal-soft/Makefile >index 5c175b5e7ffe..997488400341 100644 >--- a/audio/openal-soft/Makefile >+++ b/audio/openal-soft/Makefile >@@ -16,6 +16,7 @@ CONFLICTS= openal-200[0-9]* > > USES= tar:bzip2 cmake compiler:c11 > USE_LDCONFIG= yes >+LLD_UNSAFE= yes > CMAKE_ARGS= -DSHARE_INSTALL_DIR:STRING=${ETCDIR} \ > -DALSOFT_REQUIRE_OSS:BOOL=OFF \ > -DALSOFT_REQUIRE_JACK:BOOL=OFF \ >diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile >index 6c4b74d03e70..ef790fcc4567 100644 >--- a/databases/postgresql92-server/Makefile >+++ b/databases/postgresql92-server/Makefile >@@ -30,6 +30,7 @@ USES+= tar:bzip2 cpe > .if !defined(NO_BUILD) > USES+= gmake > GNU_CONFIGURE= yes >+LLD_UNSAFE= yes > .endif > > PG_USER?= pgsql >diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile >index f86be437e258..c7e4e134160d 100644 >--- a/devel/libffi/Makefile >+++ b/devel/libffi/Makefile >@@ -18,6 +18,11 @@ USES= libtool pathfix > USE_LDCONFIG= yes > GNU_CONFIGURE= yes > >+.include <bsd.port.pre.mk> >+.if ${ARCH} == "i386" >+LLD_UNSAFE= yes >+.endif >+ > OPTIONS_DEFINE= TESTS > > TESTS_DESC= Include tools for test suite >@@ -40,4 +45,4 @@ post-install: > regression-test: build > @(cd ${WRKSRC} && ${MAKE_CMD} check) > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk> >diff --git a/devel/libunwind/Makefile b/devel/libunwind/Makefile >index 2158e40de6e6..df1621949dfd 100644 >--- a/devel/libunwind/Makefile >+++ b/devel/libunwind/Makefile >@@ -25,6 +25,7 @@ GNU_CONFIGURE= yes > INSTALL_TARGET= install-strip > USE_LDCONFIG= yes > USES= libtool pathfix pkgconfig >+LLD_UNSAFE= yes > > PLIST_SUB= ARCH=${ARCH:S|i386|x86|:S|amd64|x86_64|} > >diff --git a/lang/mono/Makefile b/lang/mono/Makefile >index 8554f1074eca..cdee390c72ac 100644 >--- a/lang/mono/Makefile >+++ b/lang/mono/Makefile >@@ -51,6 +51,7 @@ USES= autoreconf bison compiler:c11 cpe gettext gmake iconv libtool pathfix \ > perl5 python shebangfix tar:bzip2 > USE_GNOME= glib20 > USE_PERL5= build >+LLD_UNSAFE= yes > GNU_CONFIGURE= yes > USE_LDCONFIG= yes > SHEBANG_FILES= scripts/mono-heapviz >diff --git a/print/gl2ps/files/Makefile.lib b/print/gl2ps/files/Makefile.lib >index 2d806cb17de4..546b4a2666f0 100644 >--- a/print/gl2ps/files/Makefile.lib >+++ b/print/gl2ps/files/Makefile.lib >@@ -1,5 +1,5 @@ > CFLAGS+= -DHAVE_ZLIB -O3 -fPIC -I${LOCALBASE}/include >-LDFLAGS= -shared -E -lGL -L${LOCALBASE}/lib -lX11 -lXi -lXmu -lm -lz >+LDFLAGS= -shared -E -lGL -L${LOCALBASE}/lib -L/usr/lib -lX11 -lXi -lXmu -lm -lz > > all: libgl2ps.so libgl2ps.a >
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 214864
:
177426
|
181427
|
185533
|
185682
|
185684
|
185976
|
186042
|
186060
|
193869
|
195636
|
195726
|
197173
|
199581
|
200892