svn commit: r500903 - head/textproc/randlm
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon May 6 09:01:32 UTC 2019
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 at 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/
More information about the svn-ports-head
mailing list