diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-10-23 03:35:17 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-10-23 03:35:17 +0000 |
commit | dce1d60fadc5029b9390a60856bbb7fc3ce8c0d8 (patch) | |
tree | fc2446a6806f97940d22e0028cb75389fb0ba632 /textproc/srilm | |
parent | c3467fdff603cbb1b7282753404d0dcc0a547ae4 (diff) |
- update to 1.4.2
- since it works well with tcl8.4, set LIB_DEPENDS to tcl84
Approved by: co-mentor (vanilla)
Notes
Notes:
svn path=/head/; revision=119987
Diffstat (limited to 'textproc/srilm')
-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) |