Date: Mon, 6 May 2019 09:01:30 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500903 - head/textproc/randlm Message-ID: <201905060901.x4691Udk080464@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon May 6 09:01:30 2019 New Revision: 500903 URL: https://svnweb.freebsd.org/changeset/ports/500903 Log: - Switch to USES=localbase - Pet portlint - Update WWW Approved by: portmgr blanket Modified: head/textproc/randlm/Makefile head/textproc/randlm/pkg-descr Modified: head/textproc/randlm/Makefile ============================================================================== --- head/textproc/randlm/Makefile Mon May 6 08:51:35 2019 (r500902) +++ head/textproc/randlm/Makefile Mon May 6 09:01:30 2019 (r500903) @@ -8,8 +8,11 @@ CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME} MAINTAINER= demon@FreeBSD.org -COMMENT= A toolkit for building randomized language models +COMMENT= Toolkit for building randomized language models +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= ${LOCALBASE}/include/google/sparse_hash_map:devel/sparsehash LIB_DEPENDS= libboost_thread.so:devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/include/google/sparse_hash_map:devel/sparsehash @@ -18,14 +21,12 @@ BROKEN_aarch64= fails to compile: invalid output cons BROKEN_armv6= fails to compile: invalid output constraint =a in assembler BROKEN_powerpc64= fails to compile: 'itr' does not name a type +USES= autoreconf libtool localbase:ldflags compiler:c++11-lang USE_CXXSTD= gnu++98 USE_PERL5= run USE_LDCONFIG= yes -USES= autoreconf libtool compiler:c++11-lang GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE=yes -CXXFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip post-patch: Modified: head/textproc/randlm/pkg-descr ============================================================================== --- head/textproc/randlm/pkg-descr Mon May 6 08:51:35 2019 (r500902) +++ head/textproc/randlm/pkg-descr Mon May 6 09:01:30 2019 (r500903) @@ -1,3 +1,3 @@ A toolkit for bulding randomized language models. -WWW: http://randlm.sourceforge.net/ +WWW: https://sourceforge.net/projects/randlm/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905060901.x4691Udk080464>