diff options
author | clsung <clsung@FreeBSD.org> | 2004-10-23 11:35:17 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2004-10-23 11:35:17 +0800 |
commit | 2165f6608e6eb98bfc6bbfb523043de9f7e02772 (patch) | |
tree | 458a9ffdba453e4bdac8545ec38b172f4c34986f /textproc | |
parent | d19d998a6dd76de1796924efb2317953995f24c0 (diff) | |
download | freebsd-ports-gnome-2165f6608e6eb98bfc6bbfb523043de9f7e02772.tar.gz freebsd-ports-gnome-2165f6608e6eb98bfc6bbfb523043de9f7e02772.tar.zst freebsd-ports-gnome-2165f6608e6eb98bfc6bbfb523043de9f7e02772.zip |
- update to 1.4.2
- since it works well with tcl8.4, set LIB_DEPENDS to tcl84
Approved by: co-mentor (vanilla)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/srilm/Makefile | 4 | ||||
-rw-r--r-- | textproc/srilm/distinfo | 4 | ||||
-rw-r--r-- | textproc/srilm/files/patch-Makefile.machine.freebsd | 13 |
3 files changed, 16 insertions, 5 deletions
diff --git a/textproc/srilm/Makefile b/textproc/srilm/Makefile index cc93ced0b381..151a29118e63 100644 --- a/textproc/srilm/Makefile +++ b/textproc/srilm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= srilm -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= textproc DISTNAME= srilm EXTRACT_SUFX?= .tgz @@ -14,7 +14,7 @@ EXTRACT_SUFX?= .tgz MAINTAINER= clsung@FreeBSD.org COMMENT= Toolkit for building and applying statistical language models -LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 +LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84 DOWNLOAD_URL?= http://www.speech.sri.com/projects/srilm/download.html diff --git a/textproc/srilm/distinfo b/textproc/srilm/distinfo index d3a6a9608470..f7b4d87f2320 100644 --- a/textproc/srilm/distinfo +++ b/textproc/srilm/distinfo @@ -1,2 +1,2 @@ -MD5 (srilm.tgz) = 022a1045f0087e6192d7d654c395289e -SIZE (srilm.tgz) = 30301011 +MD5 (srilm.tgz) = 9b41ff7f8709a444ed5d4afcde6b554d +SIZE (srilm.tgz) = 30159508 diff --git a/textproc/srilm/files/patch-Makefile.machine.freebsd b/textproc/srilm/files/patch-Makefile.machine.freebsd index fcd64075843a..9d97ec13e693 100644 --- a/textproc/srilm/files/patch-Makefile.machine.freebsd +++ b/textproc/srilm/files/patch-Makefile.machine.freebsd @@ -1,5 +1,16 @@ --- common/Makefile.machine.freebsd.orig Mon Oct 20 02:59:58 2003 -+++ common/Makefile.machine.freebsd Sat Apr 3 16:44:00 2004 ++++ common/Makefile.machine.freebsd Sat Oct 23 11:12:06 2004 +@@ -49,8 +49,8 @@ + RLD_FLAG = -R + + # Tcl support (part of cygwin) +- TCL_INCLUDE = -I/usr/local/include/tcl8.3 +- TCL_LIBRARY = -L/usr/local/lib -ltcl83 ++ TCL_INCLUDE = -I/usr/local/include/tcl8.4 ++ TCL_LIBRARY = -L/usr/local/lib -ltcl84 + + # No ranlib + RANLIB = : @@ -65,6 +65,6 @@ LINT_FLAGS = -DDEBUG $(CFLAGS) |