svn commit: r479018 - head/textproc/yamcha

Tobias Kortkamp tobik at FreeBSD.org
Wed Sep 5 11:15:02 UTC 2018


Author: tobik
Date: Wed Sep  5 11:15:01 2018
New Revision: 479018
URL: https://svnweb.freebsd.org/changeset/ports/479018

Log:
  textproc/yamcha: Unbreak on 12.0

Modified:
  head/textproc/yamcha/Makefile

Modified: head/textproc/yamcha/Makefile
==============================================================================
--- head/textproc/yamcha/Makefile	Wed Sep  5 10:05:29 2018	(r479017)
+++ head/textproc/yamcha/Makefile	Wed Sep  5 11:15:01 2018	(r479018)
@@ -10,13 +10,12 @@ MASTER_SITES=	http://chasen.org/~taku/software/yamcha/
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Yet Another Multipurpose CHunk Annotator
 
-BROKEN_FreeBSD_12=	declaration of 'exit' has a different language linkage
-
 BUILD_DEPENDS=	svm_learn:science/svmlight
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USES=		libtool perl5
+USE_CXXSTD=	c++98
 USE_PERL5=	build
 INSTALL_TARGET=	install-strip
 PORTDOCS=	feature.png feature2.png feature3.png \


More information about the svn-ports-head mailing list