Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Aug 2023 02:53:00 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0852244c3f38 - main - textproc/yamcha: Mark BROKEN on 14
Message-ID:  <202308190253.37J2r06w083120@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0852244c3f387b2cf099eb5d648eb1be22212499

commit 0852244c3f387b2cf099eb5d648eb1be22212499
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-19 00:52:56 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-19 02:52:47 +0000

    textproc/yamcha: Mark BROKEN on 14
    
    - Fails to compile with:
      no matching function for call to 'make_pair'
    - Mark DEPRECATED as last upstream release wasn in 2005
    - Set EXPIRATION_DATE 2023-09-30
    
    Sponsored by:   The FreeBSD Foundation
---
 textproc/yamcha/Makefile | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/textproc/yamcha/Makefile b/textproc/yamcha/Makefile
index 70dce9dbf551..f850168ffb30 100644
--- a/textproc/yamcha/Makefile
+++ b/textproc/yamcha/Makefile
@@ -8,14 +8,21 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Yet Another Multipurpose CHunk Annotator
 WWW=		http://chasen.org/~taku/software/yamcha/
 
+DEPRECATED=	Last upstream release was in 2005
+EXPIRATION_DATE=	2023-09-30
+BROKEN_FreeBSD_14=	fails to compile: no matching function for call to 'make_pair'
+
 BUILD_DEPENDS=	svm_learn:science/svmlight
 
-GNU_CONFIGURE=	yes
-USE_LDCONFIG=	yes
 USES=		libtool perl5
 USE_CXXSTD=	c++98
+USE_LDCONFIG=	yes
 USE_PERL5=	build
+
+GNU_CONFIGURE=	yes
+
 INSTALL_TARGET=	install-strip
+
 PORTDOCS=	feature.png feature2.png feature3.png \
 		feature4.png feature5.png index.html \
 		yamcha.html yamcha.css



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308190253.37J2r06w083120>