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

Collapse All | Expand All

(-)b/archivers/arj/Makefile (+1 lines)
Lines 21-26 MAKEFILE= GNUmakefile 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
(-)b/audio/freealut/Makefile (+1 lines)
Lines 16-21 CPPFLAGS+= -I${LOCALBASE}/include 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
(-)b/audio/openal-soft/Makefile (+1 lines)
Lines 16-21 CONFLICTS= openal-200[0-9]* Link Here
16
16
17
USES=		tar:bzip2 cmake compiler:c11
17
USES=		tar:bzip2 cmake compiler:c11
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
LLD_UNSAFE=	yes
19
CMAKE_ARGS=	-DSHARE_INSTALL_DIR:STRING=${ETCDIR} \
20
CMAKE_ARGS=	-DSHARE_INSTALL_DIR:STRING=${ETCDIR} \
20
		-DALSOFT_REQUIRE_OSS:BOOL=OFF \
21
		-DALSOFT_REQUIRE_OSS:BOOL=OFF \
21
		-DALSOFT_REQUIRE_JACK:BOOL=OFF \
22
		-DALSOFT_REQUIRE_JACK:BOOL=OFF \
(-)b/databases/postgresql92-server/Makefile (+1 lines)
Lines 30-35 USES+= tar:bzip2 cpe 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
(-)b/devel/libffi/Makefile (-1 / +6 lines)
Lines 18-23 USES= libtool pathfix Link Here
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
20
21
.include <bsd.port.pre.mk>
22
.if ${ARCH} == "i386"
23
LLD_UNSAFE=	yes
24
.endif
25
21
OPTIONS_DEFINE=	TESTS
26
OPTIONS_DEFINE=	TESTS
22
27
23
TESTS_DESC=		Include tools for test suite
28
TESTS_DESC=		Include tools for test suite
Lines 40-43 post-install: Link Here
40
regression-test: build
45
regression-test: build
41
	@(cd ${WRKSRC} && ${MAKE_CMD} check)
46
	@(cd ${WRKSRC} && ${MAKE_CMD} check)
42
47
43
.include <bsd.port.mk>
48
.include <bsd.port.post.mk>
(-)b/devel/libunwind/Makefile (+1 lines)
Lines 25-30 GNU_CONFIGURE= yes Link Here
25
INSTALL_TARGET=	install-strip
25
INSTALL_TARGET=	install-strip
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
27
USES=		libtool pathfix pkgconfig
27
USES=		libtool pathfix pkgconfig
28
LLD_UNSAFE=	yes
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|}
30
31
(-)b/lang/mono/Makefile (+1 lines)
Lines 51-56 USES= autoreconf bison compiler:c11 cpe gettext gmake iconv libtool pathfix \ Link Here
51
		perl5 python shebangfix tar:bzip2
51
		perl5 python shebangfix tar:bzip2
52
USE_GNOME=	glib20
52
USE_GNOME=	glib20
53
USE_PERL5=	build
53
USE_PERL5=	build
54
LLD_UNSAFE=	yes
54
GNU_CONFIGURE=	yes
55
GNU_CONFIGURE=	yes
55
USE_LDCONFIG=	yes
56
USE_LDCONFIG=	yes
56
SHEBANG_FILES=	scripts/mono-heapviz
57
SHEBANG_FILES=	scripts/mono-heapviz
(-)b/print/gl2ps/files/Makefile.lib (-1 / +1 lines)
Lines 1-5 Link Here
1
CFLAGS+=	-DHAVE_ZLIB -O3 -fPIC -I${LOCALBASE}/include
1
CFLAGS+=	-DHAVE_ZLIB -O3 -fPIC -I${LOCALBASE}/include
2
LDFLAGS=	-shared -E -lGL -L${LOCALBASE}/lib -lX11 -lXi -lXmu -lm -lz
2
LDFLAGS=	-shared -E -lGL -L${LOCALBASE}/lib -L/usr/lib -lX11 -lXi -lXmu -lm -lz
3
3
4
all: libgl2ps.so libgl2ps.a
4
all: libgl2ps.so libgl2ps.a
5
5

Return to bug 214864