View | Details | Raw Unified | Return to bug 257982
Collapse All | Expand All

(-)b/devel/binutils/Makefile (+3 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	binutils
3
PORTNAME=	binutils
4
PORTVERSION=	2.37
4
PORTVERSION=	2.37
5
PORTREVISION=	1
5
PORTEPOCH?=	1
6
PORTEPOCH?=	1
6
CATEGORIES?=	devel
7
CATEGORIES?=	devel
7
MASTER_SITES=	SOURCEWARE/binutils/releases
8
MASTER_SITES=	SOURCEWARE/binutils/releases
Lines 124-129 CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} Link Here
124
125
125
post-patch:
126
post-patch:
126
	${REINPLACE_CMD} -e "s/-ldl//g" ${WRKSRC}/gold/testsuite/Makefile.in
127
	${REINPLACE_CMD} -e "s/-ldl//g" ${WRKSRC}/gold/testsuite/Makefile.in
128
# Force the generation of man pages
129
	${RM} ${WRKSRC}/binutils/doc/*.1
127
130
128
post-install:
131
post-install:
129
.if ${FLAVOR} == native
132
.if ${FLAVOR} == native
(-)b/devel/binutils/files/patch-etc_texi2pod.pl (+11 lines)
Added Link Here
1
--- etc/texi2pod.pl.orig	2021-08-30 17:17:09 UTC
2
+++ etc/texi2pod.pl
3
@@ -59,6 +59,8 @@ while ($_ = shift) {
4
 	    $flag = shift;
5
 	}
6
         push (@ipath, $flag);
7
+    } elsif (/^--no-split$/) {
8
+	# ignore option for makeinfo compatibility
9
     } elsif (/^-/) {
10
 	usage();
11
     } else {

Return to bug 257982