diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2003-12-24 12:49:52 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2003-12-24 12:49:52 +0000 |
commit | 44e936d92361326ef2c312faa789211348ff8c1f (patch) | |
tree | a133f49d08f349e66391a45b51c93d1d7ea6af0f /textproc/dict | |
parent | bc80c7465380a6950d974121e2bdcd165192ae30 (diff) |
Upgrade to 1.9.10
Submitted by: Andy Miller <andym@trit.org>
Notes
Notes:
svn path=/head/; revision=96526
Diffstat (limited to 'textproc/dict')
-rw-r--r-- | textproc/dict/Makefile | 5 | ||||
-rw-r--r-- | textproc/dict/distinfo | 2 | ||||
-rw-r--r-- | textproc/dict/files/patch-configure | 14 | ||||
-rw-r--r-- | textproc/dict/files/patch-dictP.h | 14 |
4 files changed, 25 insertions, 10 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index 0e1306f89e7b..2f4d921c4c98 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -7,10 +7,11 @@ # PORTNAME= dict -PORTVERSION= 1.9.7 +PORTVERSION= 1.9.10 PORTREVISION= 0 CATEGORIES= textproc -MASTER_SITES= ftp://ftp.dict.org/pub/dict/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= dict DISTNAME= ${PORTNAME}d-${PORTVERSION} MAINTAINER= dd@FreeBSD.org diff --git a/textproc/dict/distinfo b/textproc/dict/distinfo index 9099a23611dc..4ebec3e04cd7 100644 --- a/textproc/dict/distinfo +++ b/textproc/dict/distinfo @@ -1 +1 @@ -MD5 (dictd-1.9.7.tar.gz) = baa8f18dd0373e7053658be99d40d5db +MD5 (dictd-1.9.10.tar.gz) = b758357235b1205e34ef74b809bd25b3 diff --git a/textproc/dict/files/patch-configure b/textproc/dict/files/patch-configure index 4056d59ee50f..845c9cd0c9c3 100644 --- a/textproc/dict/files/patch-configure +++ b/textproc/dict/files/patch-configure @@ -1,11 +1,11 @@ ---- configure~ Fri Oct 17 17:54:05 2003 -+++ configure Fri Oct 17 17:54:12 2003 -@@ -5023,7 +5023,7 @@ - EOF +--- configure.orig Wed Nov 26 06:55:22 2003 ++++ configure Wed Nov 26 06:57:21 2003 +@@ -7446,7 +7446,7 @@ + _ACEOF - if test $ac_cv_func_lstat_dereferences_slashed_symlink = no; then -- LIBOBJS="$LIBOBJS lstat.$ac_objext" + else +- LIBOBJS="$LIBOBJS $ac_func.$ac_objext" + LIBOBJS="$LIBOBJS" fi + done - echo "$as_me:5029: checking whether stat accepts an empty string" >&5 diff --git a/textproc/dict/files/patch-dictP.h b/textproc/dict/files/patch-dictP.h new file mode 100644 index 000000000000..358eb6059f91 --- /dev/null +++ b/textproc/dict/files/patch-dictP.h @@ -0,0 +1,14 @@ +--- dictP.h.orig Wed Nov 26 08:11:05 2003 ++++ dictP.h Wed Nov 26 08:11:29 2003 +@@ -108,11 +108,7 @@ + typedef unsigned int wchar_t; + #endif + +-#if HAVE_MBSTATE_T +-#include <wchar.h> +-#else + typedef char mbstate_t; +-#endif + + #if !HAVE_WCRTOMB + extern size_t wcrtomb (char *s, wchar_t wc, mbstate_t *ps); |