Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2024 08:43:53 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4bbe42aa51c5 - main - biology/ucsc-userapps: remove ONLY_FOR_ARCHS
Message-ID:  <202411140843.4AE8hrf8019647@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=4bbe42aa51c5c715520dc21d871a452235079999

commit 4bbe42aa51c5c715520dc21d871a452235079999
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2024-11-07 15:29:05 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-11-14 08:41:02 +0000

    biology/ucsc-userapps: remove ONLY_FOR_ARCHS
    
    Builds fine on arm64, armv7, and i386.  Seems like the x86-only
    function is no longer required.
    
    Approved by:    portmgr (build fix blanket)
---
 biology/ucsc-userapps/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/biology/ucsc-userapps/Makefile b/biology/ucsc-userapps/Makefile
index 029a1f08f246..5d4fa1eb9df6 100644
--- a/biology/ucsc-userapps/Makefile
+++ b/biology/ucsc-userapps/Makefile
@@ -12,9 +12,6 @@ WWW=		https://hgdownload.cse.ucsc.edu/admin/exe/
 # If they are added, the license below must be changed and packaging forbidden.
 LICENSE=	MIT
 
-ONLY_FOR_ARCHS=		amd64
-ONLY_FOR_ARCHS_REASON=	uses _mm_popcnt_u64() function
-
 BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libmysqlclient.so:databases/mysql80-client \
 		libunwind.so:devel/libunwind \



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