git: ffddff9f933d - main - security/softether{,-devel}: Drop ONLY_FOR_ARCHS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Sep 2023 06:39:07 UTC
The branch main has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=ffddff9f933d9c914d04b29b5e9318fa5108e5d9 commit ffddff9f933d9c914d04b29b5e9318fa5108e5d9 Author: Koichiro Iwao <meta@FreeBSD.org> AuthorDate: 2023-09-12 06:34:50 +0000 Commit: Koichiro Iwao <meta@FreeBSD.org> CommitDate: 2023-09-12 06:36:48 +0000 security/softether{,-devel}: Drop ONLY_FOR_ARCHS as now it builds every supported architectures. Reported by: danfe --- security/softether-devel/Makefile | 1 - security/softether/Makefile | 2 -- 2 files changed, 3 deletions(-) diff --git a/security/softether-devel/Makefile b/security/softether-devel/Makefile index cea5a0d1a5dd..e5d50a0e1056 100644 --- a/security/softether-devel/Makefile +++ b/security/softether-devel/Makefile @@ -13,7 +13,6 @@ WWW= https://www.softether.org LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= amd64 armv7 i386 powerpc powerpc64 powerpc64le riscv64 #IGNORE= no beta version available right now, use security/softether instead USES= dos2unix gmake iconv:wchar_t localbase:ldflags ncurses \ diff --git a/security/softether/Makefile b/security/softether/Makefile index 36c01f3f3f6f..aaf193f6fc59 100644 --- a/security/softether/Makefile +++ b/security/softether/Makefile @@ -12,8 +12,6 @@ WWW= https://www.softether.org LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 powerpc powerpc64 powerpc64le riscv64 - USES= dos2unix gmake iconv:wchar_t localbase:ldflags ncurses \ readline ssl USE_RC_SUBR= softether_bridge softether_client \