summaryrefslogtreecommitdiff
path: root/textproc/dict
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2002-11-23 10:12:01 +0000
committerDima Dorfman <dd@FreeBSD.org>2002-11-23 10:12:01 +0000
commita8077d1ecf4e69f63a48c44821e6200e992ba706 (patch)
treee9b408931b608f1f0b0a5f8473349bb34a00abbb /textproc/dict
parentUpgrade to 1.8.0. patch-servparse.y has been submitted to the (diff)
Upgrade to 1.8.0.
Notes
Notes: svn path=/head/; revision=70829
Diffstat (limited to 'textproc/dict')
-rw-r--r--textproc/dict/Makefile5
-rw-r--r--textproc/dict/distinfo2
-rw-r--r--textproc/dict/files/patch-aa10
-rw-r--r--textproc/dict/files/patch-ac11
4 files changed, 4 insertions, 24 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile
index 21a2a8fab76a..fe80eed21568 100644
--- a/textproc/dict/Makefile
+++ b/textproc/dict/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= dict
-PORTVERSION= 1.7.1
+PORTVERSION= 1.8.0
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.dict.org/pub/dict/
DISTNAME= ${PORTNAME}d-${PORTVERSION}
@@ -16,7 +16,8 @@ MAINTAINER= dd@FreeBSD.org
USE_BISON= yes
USE_REINPLACE= yes
-GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+CFLAGS+= -I${PREFIX}/include
CONFIGURE_ARGS= --without-local-zlib --with-cflags="${CFLAGS}" \
--with-etcdir=${PREFIX}/etc
USE_GMAKE= yes
diff --git a/textproc/dict/distinfo b/textproc/dict/distinfo
index b4e98b71e63c..deb66b75ff33 100644
--- a/textproc/dict/distinfo
+++ b/textproc/dict/distinfo
@@ -1 +1 @@
-MD5 (dictd-1.7.1.tar.gz) = 81317b86ea0a5df0163900ad2e6bb12c
+MD5 (dictd-1.8.0.tar.gz) = ce54a5ea05429954e2f743ee0fa661b5
diff --git a/textproc/dict/files/patch-aa b/textproc/dict/files/patch-aa
deleted file mode 100644
index d8324557286a..000000000000
--- a/textproc/dict/files/patch-aa
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Fri Jan 12 01:24:53 2001
-+++ configure Mon Aug 20 17:34:27 2001
-@@ -1416,7 +1416,6 @@
- fi
- fi
-
--local_zlib=1
- if test "$local_zlib" = 0; then
- echo $ac_n "checking for zlibVersion in -lz""... $ac_c" 1>&6
- echo "configure:1423: checking for zlibVersion in -lz" >&5
diff --git a/textproc/dict/files/patch-ac b/textproc/dict/files/patch-ac
deleted file mode 100644
index dc39196a7b0a..000000000000
--- a/textproc/dict/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../dictd-1.7.1/Makefile.in Sun May 5 01:59:56 2002
-+++ Makefile.in Sun Jul 7 23:44:52 2002
-@@ -144,7 +144,7 @@
- if test ! -d $(bindir); then $(INSTALL) -d 755 $(bindir); fi
- if test ! -d $(man1_prefix); then $(INSTALL) -d 755 $(man1_prefix); fi
- $(INSTALL_PROGRAM) dict $(bindir)
-- $(INSTALL_DATA dict.1 $(man1_prefix)/dict.1
-+ $(INSTALL_DATA) dict.1 $(man1_prefix)/dict.1
-
- install.dictzip: dictzip
- if test ! -d $(bindir); then $(INSTALL) -d 755 $(bindir); fi