Skip to content

Commit

Permalink
textproc/yamcha: Mark BROKEN on 14
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
5u623l20 committed Aug 19, 2023
1 parent ace69bc commit 0852244
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions textproc/yamcha/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 0852244

Please sign in to comment.