View | Details | Raw Unified | Return to bug 214864 | Differences between
and this patch

Collapse All | Expand All

(-)arabic/libitl/Makefile (+1 lines)
Lines 15-20 Link Here
15
15
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
USE_LDCONFIG=	${PREFIX}/lib/itl
17
USE_LDCONFIG=	${PREFIX}/lib/itl
18
LLD_UNSAFE=	yes
18
MAKE_JOBS_UNSAFE=	yes
19
MAKE_JOBS_UNSAFE=	yes
19
20
20
post-install:
21
post-install:
(-)archivers/arj/Makefile (+1 lines)
Lines 21-26 Link Here
21
MAKE_ARGS=	LOCALE="${LANGUAGE}"
21
MAKE_ARGS=	LOCALE="${LANGUAGE}"
22
ALL_TARGET=	prepare all
22
ALL_TARGET=	prepare all
23
STRIP=		# empty
23
STRIP=		# empty
24
LLD_UNSAFE=	yes
24
MAKE_JOBS_UNSAFE=	yes
25
MAKE_JOBS_UNSAFE=	yes
25
26
26
CFLAGS+=	-fPIC
27
CFLAGS+=	-fPIC
(-)archivers/lua51-zlib/Makefile (+1 lines)
Lines 23-28 Link Here
23
MAKE_ENV+=	LUACPATH="${STAGEDIR}${LUA_MODLIBDIR}"
23
MAKE_ENV+=	LUACPATH="${STAGEDIR}${LUA_MODLIBDIR}"
24
MAKE_ENV+=	INCDIR="-I${LUA_INCDIR}"
24
MAKE_ENV+=	INCDIR="-I${LUA_INCDIR}"
25
MAKE_ENV+=	LUALIBDIR="-L${LUA_MODLIBDIR}"
25
MAKE_ENV+=	LUALIBDIR="-L${LUA_MODLIBDIR}"
26
LLD_UNSAFE=	yes
26
27
27
PLIST_FILES=	${LUA_MODLIBDIR}/zlib.so
28
PLIST_FILES=	${LUA_MODLIBDIR}/zlib.so
28
29
(-)audio/freealut/Makefile (+1 lines)
Lines 16-21 Link Here
16
LDFLAGS+=	-L${LOCALBASE}/lib
16
LDFLAGS+=	-L${LOCALBASE}/lib
17
USES=		gmake libtool openal:al pathfix pkgconfig
17
USES=		gmake libtool openal:al pathfix pkgconfig
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
LLD_UNSAFE=	yes
19
INSTALL_TARGET=	install-strip
20
INSTALL_TARGET=	install-strip
20
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
21
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
21
22
(-)databases/postgresql92-server/Makefile (+1 lines)
Lines 30-35 Link Here
30
.if !defined(NO_BUILD)
30
.if !defined(NO_BUILD)
31
USES+=	gmake
31
USES+=	gmake
32
GNU_CONFIGURE=	yes
32
GNU_CONFIGURE=	yes
33
LLD_UNSAFE=	yes
33
.endif
34
.endif
34
35
35
PG_USER?=	pgsql
36
PG_USER?=	pgsql
(-)devel/jsl/Makefile (+1 lines)
Lines 19-24 Link Here
19
MAKE_ARGS=	OS_CFLAGS="-DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy"
19
MAKE_ARGS=	OS_CFLAGS="-DXP_UNIX -DHAVE_VA_COPY -DVA_COPY=va_copy"
20
CFLAGS+=	-fPIC
20
CFLAGS+=	-fPIC
21
MAKE_JOBS_UNSAFE=	yes
21
MAKE_JOBS_UNSAFE=	yes
22
LLD_UNSAFE=	yes
22
23
23
.include <bsd.port.pre.mk>
24
.include <bsd.port.pre.mk>
24
25
(-)devel/libds/Makefile (+1 lines)
Lines 14-19 Link Here
14
LICENSE=	BSD4CLAUSE
14
LICENSE=	BSD4CLAUSE
15
15
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
LLD_UNSAFE=	yes
17
ALL_TARGET=	gcc
18
ALL_TARGET=	gcc
18
19
19
HTML=		avltree.html heap.html parray.html set.html \
20
HTML=		avltree.html heap.html parray.html set.html \
(-)devel/libffi/Makefile (-1 / +6 lines)
Lines 19-24 Link Here
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
21
22
.include <bsd.port.pre.mk>
23
.if ${ARCH} == "i386"
24
LLD_UNSAFE=	yes
25
.endif
26
22
INSTALL_TARGET=	install-strip
27
INSTALL_TARGET=	install-strip
23
INFO=		libffi
28
INFO=		libffi
24
PLIST_SUB=	PORTVERSION=${PORTVERSION}
29
PLIST_SUB=	PORTVERSION=${PORTVERSION}
Lines 34-37 Link Here
34
	@${LN} -sf ../lib/libffi-${PORTVERSION}/include/ffitarget.h \
39
	@${LN} -sf ../lib/libffi-${PORTVERSION}/include/ffitarget.h \
35
	    ${STAGEDIR}${PREFIX}/include/
40
	    ${STAGEDIR}${PREFIX}/include/
36
41
37
.include <bsd.port.mk>
42
.include <bsd.port.post.mk>
(-)devel/libtecla/Makefile (+1 lines)
Lines 16-21 Link Here
16
USE_SUBMAKE=	yes
16
USE_SUBMAKE=	yes
17
ALL_TARGET=	default
17
ALL_TARGET=	default
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
LLD_UNSAFE=	yes
19
MAKE_JOBS_UNSAFE=	yes
20
MAKE_JOBS_UNSAFE=	yes
20
SSP_UNSAFE=	yes
21
SSP_UNSAFE=	yes
21
22
(-)devel/libunwind/Makefile (+1 lines)
Lines 24-29 Link Here
24
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
25
INSTALL_TARGET=	install-strip
25
INSTALL_TARGET=	install-strip
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
27
LLD_UNSAFE=	yes
27
USES=		libtool pathfix pkgconfig
28
USES=		libtool pathfix pkgconfig
28
29
29
PLIST_SUB=	ARCH=${ARCH:S|i386|x86|:S|amd64|x86_64|}
30
PLIST_SUB=	ARCH=${ARCH:S|i386|x86|:S|amd64|x86_64|}
(-)devel/pdcurses/Makefile (+1 lines)
Lines 13-18 Link Here
13
CONFLICTS=	pdcurses-the-[0-9]*
13
CONFLICTS=	pdcurses-the-[0-9]*
14
14
15
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
16
LLD_UNSAFE=	yes
16
USE_XORG=	x11 xext sm ice xt xaw
17
USE_XORG=	x11 xext sm ice xt xaw
17
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
18
MAKE_JOBS_UNSAFE=yes
19
MAKE_JOBS_UNSAFE=yes
(-)devel/ztcl/Makefile (+1 lines)
Lines 19-24 Link Here
19
19
20
USES=		gmake tcl:tea
20
USES=		gmake tcl:tea
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
22
LLD_UNSAFE=	yes
22
WRKSRC=		${WRKDIR}/${DISTNAME:S/_src$//}
23
WRKSRC=		${WRKDIR}/${DISTNAME:S/_src$//}
23
24
24
INFO=		${PORTNAME} ${PORTNAME}-zlib
25
INFO=		${PORTNAME} ${PORTNAME}-zlib
(-)ftp/rexx-curl/Makefile (+1 lines)
Lines 25-30 Link Here
25
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
26
CONFIGURE_ARGS=	--with-rexx=regina
26
CONFIGURE_ARGS=	--with-rexx=regina
27
USE_LDCONFIG=	yes
27
USE_LDCONFIG=	yes
28
LLD_UNSAFE=	yes
28
29
29
DOCSDIR=	${PREFIX}/share/doc/rexx${PORTNAME}
30
DOCSDIR=	${PREFIX}/share/doc/rexx${PORTNAME}
30
DATADIR=	${PREFIX}/share/rexx${PORTNAME}
31
DATADIR=	${PREFIX}/share/rexx${PORTNAME}
(-)irc/eggdrop/Makefile (+1 lines)
Lines 18-23 Link Here
18
18
19
USES=		tcl:85+
19
USES=		tcl:85+
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
LLD_UNSAFE=	yes
21
CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \
22
CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \
22
		--with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h
23
		--with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h
23
MAKE_JOBS_UNSAFE=	yes
24
MAKE_JOBS_UNSAFE=	yes
(-)irc/eggdrop-devel/Makefile (+1 lines)
Lines 16-21 Link Here
16
16
17
USES=		tcl:85+ ssl
17
USES=		tcl:85+ ssl
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
LLD_UNSAFE=	yes
19
CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \
20
CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \
20
		--with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h
21
		--with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h
21
22
(-)irc/evangeline/Makefile (+1 lines)
Lines 16-21 Link Here
16
16
17
USES=		gmake tcl
17
USES=		gmake tcl
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
LLD_UNSAFE=	yes
19
CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \
20
CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \
20
		--with-tclinc=${TCL_INCLUDEDIR}/tcl.h
21
		--with-tclinc=${TCL_INCLUDEDIR}/tcl.h
21
22
(-)java/java3d/Makefile (+1 lines)
Lines 16-21 Link Here
16
BROKEN_armv6=		fails to compile: build.xml: Compile failed; see the compiler error output for details
16
BROKEN_armv6=		fails to compile: build.xml: Compile failed; see the compiler error output for details
17
17
18
USES=		tar:bzip2
18
USES=		tar:bzip2
19
LLD_UNSAFE=	yes
19
USE_JAVA=	yes
20
USE_JAVA=	yes
20
USE_GL=		gl
21
USE_GL=		gl
21
USE_XORG=	xt
22
USE_XORG=	xt
(-)lang/mono/Makefile (+1 lines)
Lines 53-58 Link Here
53
USE_PERL5=	build
53
USE_PERL5=	build
54
GNU_CONFIGURE=	yes
54
GNU_CONFIGURE=	yes
55
USE_LDCONFIG=	yes
55
USE_LDCONFIG=	yes
56
LLD_UNSAFE=	yes
56
SHEBANG_FILES=	scripts/mono-heapviz
57
SHEBANG_FILES=	scripts/mono-heapviz
57
58
58
CONFIGURE_ARGS=	--disable-dtrace
59
CONFIGURE_ARGS=	--disable-dtrace
(-)lang/rexx-imc/Makefile (+1 lines)
Lines 23-28 Link Here
23
# configures and builds in one step
23
# configures and builds in one step
24
NO_BUILD=		yes
24
NO_BUILD=		yes
25
USE_LDCONFIG=		yes
25
USE_LDCONFIG=		yes
26
LLD_UNSAFE=	yes
26
27
27
DOCFILES=	rexx.info rexx.ref rexx.summary rexx.tech
28
DOCFILES=	rexx.info rexx.ref rexx.summary rexx.tech
28
RMEFILES=	README README.Y2K README.bugreport README.docs \
29
RMEFILES=	README README.Y2K README.bugreport README.docs \
(-)lang/rexx-regutil/Makefile (+1 lines)
Lines 21-26 Link Here
21
21
22
WRKSRC=		${WRKDIR}/${PORTNAME}
22
WRKSRC=		${WRKDIR}/${PORTNAME}
23
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
24
LLD_UNSAFE=	yes
24
MAKEFILE=	Makefile.bsd
25
MAKEFILE=	Makefile.bsd
25
MAKE_ARGS+=	PLIBS="${LDFLAGS:M-L*} -lncurses"
26
MAKE_ARGS+=	PLIBS="${LDFLAGS:M-L*} -lncurses"
26
27
(-)lang/siod/Makefile (+1 lines)
Lines 15-20 Link Here
15
BROKEN_mips64=		fails to link: final link failed: Nonrepresentable section on output
15
BROKEN_mips64=		fails to link: final link failed: Nonrepresentable section on output
16
16
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
LLD_UNSAFE=	yes
18
19
19
NO_WRKSUBDIR=	yes
20
NO_WRKSUBDIR=	yes
20
MAKEFILE=	makefile
21
MAKEFILE=	makefile
(-)lang/tclX/Makefile (+1 lines)
Lines 19-24 Link Here
19
19
20
USES=		autoreconf alias tcl:tea tar:bzip2
20
USES=		autoreconf alias tcl:tea tar:bzip2
21
USE_LDCONFIG=	${PREFIX}/lib/tclx${PORTVERSION:R}
21
USE_LDCONFIG=	${PREFIX}/lib/tclx${PORTVERSION:R}
22
LLD_UNSAFE=	yes
22
CONFIGURE_ARGS+=--enable-shared \
23
CONFIGURE_ARGS+=--enable-shared \
23
		--with-help=Help
24
		--with-help=Help
24
PLIST_SUB=	TCLX_VER=${PORTVERSION:R}
25
PLIST_SUB=	TCLX_VER=${PORTVERSION:R}
(-)print/gl2ps/Makefile (+1 lines)
Lines 14-19 Link Here
14
USE_GL=		yes
14
USE_GL=		yes
15
USE_XORG=	x11 xmu xi
15
USE_XORG=	x11 xmu xi
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
LLD_UNSAFE=	yes
17
WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}-source
18
WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}-source
18
19
19
OPTIONS_DEFINE=	DOCS
20
OPTIONS_DEFINE=	DOCS
(-)security/otpw/Makefile (+1 lines)
Lines 16-21 Link Here
16
16
17
MAKE_ARGS=	CC="${CC}"
17
MAKE_ARGS=	CC="${CC}"
18
USES=		gmake
18
USES=		gmake
19
LLD_UNSAFE=	yes
19
20
20
do-install:
21
do-install:
21
	${INSTALL_PROGRAM} ${WRKSRC}/otpw-gen ${STAGEDIR}${PREFIX}/bin
22
	${INSTALL_PROGRAM} ${WRKSRC}/otpw-gen ${STAGEDIR}${PREFIX}/bin
(-)sysutils/installwatch/Makefile (+1 lines)
Lines 14-19 Link Here
14
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
15
16
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
17
LLD_UNSAFE=	yes
17
18
18
PLIST_FILES=	bin/installwatch lib/installwatch.so
19
PLIST_FILES=	bin/installwatch lib/installwatch.so
19
PORTDOCS=	BUGS CHANGELOG README TODO
20
PORTDOCS=	BUGS CHANGELOG README TODO

Return to bug 214864