Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Dec 2023 07:16:52 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9ee2e860d43b - main - biology/ucsc-userapps: Replace dependencies
Message-ID:  <202312300716.3BU7GqYO097097@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=9ee2e860d43ba37a60bb66a3b7189e9403a393b9

commit 9ee2e860d43ba37a60bb66a3b7189e9403a393b9
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-29 20:45:02 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-30 07:16:41 +0000

    biology/ucsc-userapps: Replace dependencies
    
    Currently their is a hardcoded dependency on mysql57-client which is
    about to be removed. Ports depending on mysql should always use
    USES=mysql rather than hardcoded *_DEPENDS. As I do not have a licensed
    version of this application for now switch to USES=mysql. This should
    not affect the cluster build at all as this is a RESTRICTED ports.
    
    Approved by:    portmgr (blanket)
---
 biology/ucsc-userapps/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/biology/ucsc-userapps/Makefile b/biology/ucsc-userapps/Makefile
index 4a93f7ba0eee..3621160d0594 100644
--- a/biology/ucsc-userapps/Makefile
+++ b/biology/ucsc-userapps/Makefile
@@ -22,11 +22,10 @@ ONLY_FOR_ARCHS_REASON=	uses _mm_popcnt_u64() function
 
 BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libiconv.so:converters/libiconv \
-		libmysqlclient.so:databases/mysql57-client \
 		libpng.so:graphics/png
 RUN_DEPENDS=	bash:shells/bash
 
-USES=		gmake localbase:ldflags shebangfix perl5 python ssl tar:tgz
+USES=		gmake localbase:ldflags mysql shebangfix perl5 python ssl tar:tgz
 
 RESTRICTED=	Redistribution is limited, see license
 



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