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

Collapse All | Expand All

(-)b/devel/binutils/Makefile (-2 / +1 lines)
Lines 1-5 Link Here
1
PORTNAME=	binutils
1
PORTNAME=	binutils
2
DISTVERSION=	2.40
2
DISTVERSION=	2.40
3
PORTREVISION=	1
3
PORTEPOCH?=	1
4
PORTEPOCH?=	1
4
CATEGORIES?=	devel
5
CATEGORIES?=	devel
5
MASTER_SITES=	SOURCEWARE/binutils/releases
6
MASTER_SITES=	SOURCEWARE/binutils/releases
Lines 148-155 post-install: Link Here
148
	${INSTALL_DATA} ${WRKSRC}/include/plugin-api.h ${STAGEDIR}${PREFIX}/include/
149
	${INSTALL_DATA} ${WRKSRC}/include/plugin-api.h ${STAGEDIR}${PREFIX}/include/
149
	@${FIND} -ds ${STAGEDIR}${PREFIX}/${CONFIGURE_TARGET} ! -type d | \
150
	@${FIND} -ds ${STAGEDIR}${PREFIX}/${CONFIGURE_TARGET} ! -type d | \
150
		${SED} -e 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST}
151
		${SED} -e 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST}
151
	${RM} ${STAGEDIR}${PREFIX}/include/ansidecl.h
152
	${REINPLACE_CMD} '/#include "ansidecl.h"/d' ${STAGEDIR}${PREFIX}/include/bfd.h
153
.else
152
.else
154
.if ${PKGNAMEPREFIX:S/-$//} != ${BUTARGET}
153
.if ${PKGNAMEPREFIX:S/-$//} != ${BUTARGET}
155
	${RM} -r ${STAGEDIR}${PREFIX}/${PKGNAMEPREFIX:S/-$//}
154
	${RM} -r ${STAGEDIR}${PREFIX}/${PKGNAMEPREFIX:S/-$//}
(-)b/devel/binutils/pkg-plist (+1 lines)
Lines 16-21 bin/readelf Link Here
16
bin/size
16
bin/size
17
bin/strings
17
bin/strings
18
bin/strip
18
bin/strip
19
include/ansidecl.h
19
include/bfd.h
20
include/bfd.h
20
include/bfdlink.h
21
include/bfdlink.h
21
include/ctf-api.h
22
include/ctf-api.h

Return to bug 269878