Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2026 15:19:12 +0000
From:      Lexi Winter <ivy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 20ee6d87ee7a - main - textproc/source-highlight: Add --with-boost
Message-ID:  <6a15b9f0.2544d.70d1cfa4@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ivy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=20ee6d87ee7a74a8a843e393ed03146736506839

commit 20ee6d87ee7a74a8a843e393ed03146736506839
Author:     Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2026-05-26 15:17:05 +0000
Commit:     Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2026-05-26 15:17:05 +0000

    textproc/source-highlight: Add --with-boost
    
    Otherwise, it fails to find Boost.Regex when LOCALBASE is not
    /usr/local.
    
    PR:     288761
    Reviewed by:    arrowd
    Approved by:    arrowd (ports), maintainer (timeout, 9 months)
    Differential Revision:  https://reviews.freebsd.org/D57125
---
 textproc/source-highlight/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile
index d74503f92a78..12e56bf0e085 100644
--- a/textproc/source-highlight/Makefile
+++ b/textproc/source-highlight/Makefile
@@ -18,7 +18,7 @@ USES=		compiler:c++11-lang gmake pathfix libtool localbase
 USE_CXXSTD=	gnu++11
 GNU_CONFIGURE=	yes
 GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-CONFIGURE_ARGS=	--with-bash-completion
+CONFIGURE_ARGS=	--with-bash-completion --with-boost=${LOCALBASE}
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a15b9f0.2544d.70d1cfa4>