git: 112eed04e08a - main - devel/ticcutils: Remove boost dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 Jun 2023 15:58:44 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=112eed04e08ad8832a2d7a87200842a322f68708
commit 112eed04e08ad8832a2d7a87200842a322f68708
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-06-29 15:11:47 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-06-29 15:58:39 +0000
devel/ticcutils: Remove boost dependency
ticcutils doesn't depend on boost any more.
---
devel/ticcutils/Makefile | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/devel/ticcutils/Makefile b/devel/ticcutils/Makefile
index ee564c278b9e..ee60b9ed4e31 100644
--- a/devel/ticcutils/Makefile
+++ b/devel/ticcutils/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ticcutils
DISTVERSION= 0.32
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel textproc
MASTER_SITES= https://github.com/LanguageMachines/${PORTNAME}/releases/download/v${DISTVERSION}/
@@ -11,8 +11,7 @@ WWW= https://github.com/LanguageMachines/ticcutils
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libboost_regex.so:devel/boost-libs \
- libicui18n.so:devel/icu
+LIB_DEPENDS= libicui18n.so:devel/icu
USES= compiler:c++11-lib gmake gnome libtool localbase:ldflags \
pathfix pkgconfig
@@ -26,10 +25,6 @@ INSTALL_TARGET= install-strip
TEST_TARGET= check # 1 test fails, see https://github.com/LanguageMachines/ticcutils/issues/26
TEST_ENV= LD_LIBRARY_PATH=${STAGEDIR}${PREFIX}/lib
-# Workaround for https://github.com/LanguageMachines/ticcutils/issues/18 (also see the patch files/patch-configure.ac)
-CXXFLAGS+= -DHAVE_BOOST_REGEX
-LDFLAGS+= -lboost_regex
-
post-patch:
@${REINPLACE_CMD} -e 's|-O3||g' \
${PATCH_WRKSRC}/src/Makefile.in