svn commit: r366754 - head/textproc/irstlm
Dmitry Sivachenko
demon at FreeBSD.org
Sun Aug 31 13:18:46 UTC 2014
Author: demon
Date: Sun Aug 31 13:18:45 2014
New Revision: 366754
URL: http://svnweb.freebsd.org/changeset/ports/366754
QAT: https://qat.redports.org/buildarchive/r366754/
Log:
Do build shared libraries.
Modified:
head/textproc/irstlm/Makefile
head/textproc/irstlm/pkg-plist
Modified: head/textproc/irstlm/Makefile
==============================================================================
--- head/textproc/irstlm/Makefile Sun Aug 31 13:14:07 2014 (r366753)
+++ head/textproc/irstlm/Makefile Sun Aug 31 13:18:45 2014 (r366754)
@@ -3,7 +3,7 @@
PORTNAME= irstlm
PORTVERSION= 5.80.03
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME}/${PORTNAME}-5.80
@@ -14,6 +14,7 @@ COMMENT= The IRST Language Modeling Tool
RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-shared
USE_PERL5= run
USE_GCC= yes
USE_AUTOTOOLS= libtoolize aclocal autoconf automake
Modified: head/textproc/irstlm/pkg-plist
==============================================================================
--- head/textproc/irstlm/pkg-plist Sun Aug 31 13:14:07 2014 (r366753)
+++ head/textproc/irstlm/pkg-plist Sun Aug 31 13:18:45 2014 (r366754)
@@ -48,3 +48,6 @@ include/shiftlm.h
include/timer.h
include/util.h
lib/libirstlm.a
+lib/libirstlm.so
+lib/libirstlm.so.0
+lib/libirstlm.so.0.0.0
More information about the svn-ports-all
mailing list