diff options
-rw-r--r-- | textproc/dict/Makefile | 5 | ||||
-rw-r--r-- | textproc/dict/distinfo | 2 | ||||
-rw-r--r-- | textproc/dict/files/patch-aa | 10 | ||||
-rw-r--r-- | textproc/dict/files/patch-ac | 11 |
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 |