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

Collapse All | Expand All

(-)Makefile (-2 / +8 lines)
Lines 14-20 Link Here
14
14
15
BROKEN_aarch64=		fails to package: ansidecl.h: No such file or directory
15
BROKEN_aarch64=		fails to package: ansidecl.h: No such file or directory
16
BROKEN_mips64=		fails to package: ansidecl.h: No such file or directory
16
BROKEN_mips64=		fails to package: ansidecl.h: No such file or directory
17
BROKEN_powerpc64=	fails to package: ansidecl.h: No such file or directory
18
17
19
USES=		gmake tar:bzip2 libtool
18
USES=		gmake tar:bzip2 libtool
20
19
Lines 28-33 Link Here
28
		--mandir=${PREFIX}/man
27
		--mandir=${PREFIX}/man
29
PLIST_SUB=	CONFIGURE_TARGET="${CONFIGURE_TARGET}"
28
PLIST_SUB=	CONFIGURE_TARGET="${CONFIGURE_TARGET}"
30
29
30
.include <bsd.port.pre.mk>
31
31
# Disable installation of .info files and libiberty.
32
# Disable installation of .info files and libiberty.
32
post-patch:
33
post-patch:
33
	@${REINPLACE_CMD} -E 's/^(install-data-am:)(.*)install-info-am(.*)/\1 \2 \3/' \
34
	@${REINPLACE_CMD} -E 's/^(install-data-am:)(.*)install-info-am(.*)/\1 \2 \3/' \
Lines 39-42 Link Here
39
	@${REINPLACE_CMD} -E 's/^(install:)(.*)/\1#\2/' ${WRKSRC}/libiberty/Makefile.in
40
	@${REINPLACE_CMD} -E 's/^(install:)(.*)/\1#\2/' ${WRKSRC}/libiberty/Makefile.in
40
	@${REINPLACE_CMD} -E 's,^(install.*:)(.*)install-info(.*),\1 \2 \3,' ${WRKSRC}/etc/Makefile.in
41
	@${REINPLACE_CMD} -E 's,^(install.*:)(.*)install-info(.*),\1 \2 \3,' ${WRKSRC}/etc/Makefile.in
41
42
42
.include <bsd.port.mk>
43
post-install:
44
.if ${ARCH} == powerpc64
45
	${MV} ${STAGEDIR}${PREFIX}/powerpc-unknown-freebsd12.0 ${STAGEDIR}${PREFIX}/powerpc64-unknown-freebsd12.0
46
.endif
47
48
.include <bsd.port.post.mk>

Return to bug 232513