Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2026 12:48:20 +0000
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8bfd6013023b - main - biology/*: Add CPE info
Message-ID:  <6a1c2e14.1bb0c.23318b1f@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by brnrd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8bfd6013023b59b29301dd4c00e4362fcce28054

commit 8bfd6013023b59b29301dd4c00e4362fcce28054
Author:     Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2026-05-31 11:56:40 +0000
Commit:     Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2026-05-31 11:56:40 +0000

    biology/*: Add CPE info
---
 biology/libsbml/Makefile  | 4 +++-
 biology/samtools/Makefile | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/biology/libsbml/Makefile b/biology/libsbml/Makefile
index 5cd99f2c632b..75af10326376 100644
--- a/biology/libsbml/Makefile
+++ b/biology/libsbml/Makefile
@@ -12,7 +12,7 @@ WWW=		https://sbml.org/software/libsbml/ \
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
-USES=		cmake:testing iconv:build
+USES=		cmake:testing cpe iconv:build
 
 CMAKE_OFF=	EXIT_ON_ERROR \
 		LIBSBML_SKIP_SHARED_LIBRARY \
@@ -69,6 +69,8 @@ RUBY_USES=		ruby
 XERCES_CMAKE_BOOL=	WITH_XERCES
 XERCES_LIB_DEPENDS=	libxerces-c.so:textproc/xerces-c3
 
+CPE_VENDOR=		${PORTNAME}_project
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/CMakeLists.txt
 
diff --git a/biology/samtools/Makefile b/biology/samtools/Makefile
index 8b38c60021ae..53389082d07d 100644
--- a/biology/samtools/Makefile
+++ b/biology/samtools/Makefile
@@ -13,7 +13,7 @@ BUILD_DEPENDS=	htslib>=1.22:biology/htslib
 LIB_DEPENDS=	libhts.so:biology/htslib
 TEST_DEPENDS=	bash:shells/bash
 
-USES=		autoreconf gmake localbase ncurses perl5 python:env shebangfix
+USES=		autoreconf cpe gmake localbase ncurses perl5 python:env shebangfix
 
 USE_GITHUB=	yes
 
@@ -26,4 +26,6 @@ CONFIGURE_ARGS=	--with-htslib=system
 
 TEST_TARGET=	test
 
+CPE_VENDOR=	htslib
+
 .include <bsd.port.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1c2e14.1bb0c.23318b1f>