Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Jun 2026 08:02:57 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Enji Cooper (yaneurabeya) <yaneurabeya@gmail.com>
Subject:   git: 06684456c9fc - main - math/libdivsufsort: build and install the 64-bit library
Message-ID:  <6a1fdfb1.388e2.672102e2@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=06684456c9fc910383c7f84ff63cd97afc97369a

commit 06684456c9fc910383c7f84ff63cd97afc97369a
Author:     Enji Cooper (yaneurabeya) <yaneurabeya@gmail.com>
AuthorDate: 2026-06-03 06:16:30 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-03 08:02:54 +0000

    math/libdivsufsort: build and install the 64-bit library
    
    Differential Revision:  https://reviews.freebsd.org/D56885
---
 math/libdivsufsort/Makefile | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/math/libdivsufsort/Makefile b/math/libdivsufsort/Makefile
index ef763427cbf4..757e0f29deb4 100644
--- a/math/libdivsufsort/Makefile
+++ b/math/libdivsufsort/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libdivsufsort
 DISTVERSION=	2.0.2-1.20151027 # 2.0.2-1 was only specified in the commit comment
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -17,10 +18,17 @@ GH_ACCOUNT=	y-256
 GH_TAGNAME=	5f60d6f026c30fb4ac296f696b3c8b0eb71bd428
 
 PLIST_FILES=	include/divsufsort.h \
+		include/divsufsort64.h \
 		lib/libdivsufsort.so \
 		lib/libdivsufsort.so.3 \
 		lib/libdivsufsort.so.3.0.1 \
-		libdata/pkgconfig/libdivsufsort.pc
+		lib/libdivsufsort64.so \
+		lib/libdivsufsort64.so.3 \
+		lib/libdivsufsort64.so.3.0.1 \
+		libdata/pkgconfig/libdivsufsort.pc \
+		libdata/pkgconfig/libdivsufsort64.pc
+
+CMAKE_ON=	BUILD_DIVSUFSORT64
 
 do-test:
 	@cd ${TEST_WRKSRC} && \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1fdfb1.388e2.672102e2>