Upgrade to 1.9.7.

PR:		57810
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
This commit is contained in:
Dima Dorfman 2003-10-16 07:11:25 +00:00
parent f53477fcd4
commit c87c87d74f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91403
4 changed files with 10 additions and 33 deletions

View file

@ -7,8 +7,8 @@
#
PORTNAME= dict
PORTVERSION= 1.8.0
PORTREVISION= 1
PORTVERSION= 1.9.7
PORTREVISION= 0
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.dict.org/pub/dict/
DISTNAME= ${PORTNAME}d-${PORTVERSION}

View file

@ -1 +1 @@
MD5 (dictd-1.8.0.tar.gz) = ce54a5ea05429954e2f743ee0fa661b5
MD5 (dictd-1.9.7.tar.gz) = baa8f18dd0373e7053658be99d40d5db

View file

@ -1,23 +0,0 @@
--- Makefile.in.orig Fri Jan 12 01:24:29 2001
+++ Makefile.in Mon Aug 20 17:22:10 2001
@@ -33,7 +33,7 @@
srcdir= @srcdir@
VPATH= @srcdir@
prefix= @prefix@
-subdirs= @allsubdirs@ regex # doc -- use rfc2229 instead
+subdirs= @allsubdirs@ # regex # doc -- use rfc2229 instead
exec_prefix= @exec_prefix@
man1_prefix= @mandir@/man1
man8_prefix= @mandir@/man8
@@ -57,9 +57,9 @@
-DDICT_CONFIG_PATH=\"$(conf)\"
SCFLAGS= @SCFLAGS@
LDFLAGS= @LDFLAGS@
-XTRACFLAGS= @WCFLAGS@ @XTRACFLAGS@ @DEFS@ @CPPFLAGS@ -I. -Iregex
+XTRACFLAGS= @WCFLAGS@ @XTRACFLAGS@ @DEFS@ @CPPFLAGS@ -I. # -Iregex
XTRALDFLAGS= @WLDFLAGS@ @XTRALDFLAGS@
-LDLIBS= @LIBS@ -Lregex -lregex
+LDLIBS= @LIBS@ -lgnuregex
EXES= dict dictd dictzip

View file

@ -1,13 +1,13 @@
--- libmaa/configure~ Mon Jan 29 01:00:16 2001
+++ libmaa/configure Mon Jan 29 01:00:29 2001
@@ -875,11 +875,8 @@
--- libmaa/configure.orig Mon Mar 10 01:22:39 2003
+++ libmaa/configure Thu Oct 9 22:16:29 2003
@@ -1859,10 +1859,7 @@
# Check whether --with-cflags or --without-cflags was given.
if test "${with_cflags+set}" = set; then
withval="$with_cflags"
-
-
-if test "x${withval}" = xyes; then
CFLAGS="$withval"
-fi
-
+
fi
fi;