Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Apr 2022 14:28:19 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 202012d147e4 - main - net-mgmt/ipv6calc: remove workaround for powerpc*
Message-ID:  <202204251428.23PESJlm033505@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=202012d147e45fa419049044c89e30a81f839fa8

commit 202012d147e45fa419049044c89e30a81f839fa8
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-25 14:12:35 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-25 14:12:35 +0000

    net-mgmt/ipv6calc: remove workaround for powerpc*
    
    The port now builds fine.
---
 net-mgmt/ipv6calc/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile
index f8f2ac1277ab..59efb3d2b35f 100644
--- a/net-mgmt/ipv6calc/Makefile
+++ b/net-mgmt/ipv6calc/Makefile
@@ -19,15 +19,9 @@ GNU_CONFIGURE=	yes
 
 SHEBANG_FILES=	tools/*.pl tools/*.sh.in
 
-.include <bsd.port.pre.mk>
-
-.if !(${ARCH:Mmips*} || ${ARCH:Mpowerpc*} || ${ARCH} == sparc64)
 CFLAGS+=	-Wno-unknown-warning-option
-.else
-CFLAGS+=	-Wno-uninitialized
-.endif
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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