Date: Wed, 22 Sep 2021 17:08:59 GMT From: Kevin Bowling <kbowling@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0c37d65105e9 - main - emulators/winetricks: Mark only for archs amd64/i386 Message-ID: <202109221708.18MH8xa3033304@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c37d65105e9a490d7231304a1bce1536ff1a5fd commit 0c37d65105e9a490d7231304a1bce1536ff1a5fd Author: Alexander Vereeken <Alexander88207@protonmail.com> AuthorDate: 2021-09-22 17:07:10 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2021-09-22 17:08:42 +0000 emulators/winetricks: Mark only for archs amd64/i386 PR: 258582 Reported by: Graham Perrin <grahamperrin@gmail.com> --- emulators/winetricks/Makefile | 3 +++ emulators/winetricks/pkg-message | 11 ----------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/emulators/winetricks/Makefile b/emulators/winetricks/Makefile index a35f01b7afbd..b27b6a14646b 100644 --- a/emulators/winetricks/Makefile +++ b/emulators/winetricks/Makefile @@ -8,6 +8,9 @@ COMMENT= Easy way to work around problems in Wine LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= Wine only runs on x86 architecture + RUN_DEPENDS= cabextract:archivers/cabextract USES= perl5 diff --git a/emulators/winetricks/pkg-message b/emulators/winetricks/pkg-message deleted file mode 100644 index 62fa09cc611b..000000000000 --- a/emulators/winetricks/pkg-message +++ /dev/null @@ -1,11 +0,0 @@ -[ -{ type: install - message: <<EOM -The winetricks port requires a 32 bit version of Wine - -Please install one of the following packages: - wine or wine-devel on i386 - i386-wine or i386-wine-devel on amd64 -EOM -} -]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109221708.18MH8xa3033304>