From cd28784c67bfe64bd95afc8136732dba6750bf27 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Fri, 30 Sep 2022 09:59:40 -0700 Subject: textproc/raptor2: Improve sort_r(3) API detection. In a future version of FreeBSD, we would adopt POSIX qsort_r(3) API which is different from traditional FreeBSD qsort_r(3). PR: ports/231256 Exp-run by: antoine Approved by: portmgr --- textproc/raptor2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/raptor2/Makefile') diff --git a/textproc/raptor2/Makefile b/textproc/raptor2/Makefile index 8f5297f37eb0..5b39c66d0c21 100644 --- a/textproc/raptor2/Makefile +++ b/textproc/raptor2/Makefile @@ -1,6 +1,6 @@ PORTNAME= raptor2 PORTVERSION= 2.0.15 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ \ SF/librdf/${PORTNAME}/${PORTVERSION} -- cgit v1.2.3