Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Aug 2022 16:04:31 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 39e7d09ef857 - main - devel/binutils: Fix as, gprof, ld man pages
Message-ID:  <202208161604.27GG4VYD031614@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=39e7d09ef857d1046d82278bb04b92f7804614ed

commit 39e7d09ef857d1046d82278bb04b92f7804614ed
Author:     Ting-Wei Lan <lantw44@gmail.com>
AuthorDate: 2022-08-15 20:38:30 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2022-08-16 16:00:48 +0000

    devel/binutils: Fix as, gprof, ld man pages
    
    Fix several man pages by deleting them and forcing the software to regenerate
    them.
    
    PR:     265816
    Reported by:    lantw44@gmail.com
    Approved by:    jflopezfernandez@gmail.com (maintainer, implicit timeout)
---
 devel/binutils/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile
index eef1d1bf038d..683ee9c8b9bf 100644
--- a/devel/binutils/Makefile
+++ b/devel/binutils/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	binutils
 PORTVERSION=	2.37
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH?=	1
 CATEGORIES?=	devel
 MASTER_SITES=	SOURCEWARE/binutils/releases
@@ -130,6 +130,9 @@ post-patch:
 	${REINPLACE_CMD} -e "s/-ldl//g" ${WRKSRC}/gold/testsuite/Makefile.in
 # Force the generation of man pages
 	${RM} ${WRKSRC}/binutils/doc/*.1
+	${RM} ${WRKSRC}/gas/doc/*.1
+	${RM} ${WRKSRC}/gprof/*.1
+	${RM} ${WRKSRC}/ld/*.1
 
 post-install:
 .if ${FLAVOR} == native



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208161604.27GG4VYD031614>