diff options
author | dd <dd@FreeBSD.org> | 2005-06-14 20:20:18 +0800 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2005-06-14 20:20:18 +0800 |
commit | fb914844d96101fcd51dfec851370d8aec3784e6 (patch) | |
tree | da673d46ab5a14509b230b1dfaf1fb4e1ff8ea47 /textproc/dict | |
parent | c4acaa9e2c01a65fedcbbf9f2a8f0ccd95c6d7fc (diff) | |
download | freebsd-ports-gnome-fb914844d96101fcd51dfec851370d8aec3784e6.tar.gz freebsd-ports-gnome-fb914844d96101fcd51dfec851370d8aec3784e6.tar.zst freebsd-ports-gnome-fb914844d96101fcd51dfec851370d8aec3784e6.zip |
Upgrade to 1.10.1. Drop the dependency on ltdl; the client never used
it, and the server seems to work okay with the native implementation.
The patch to libmaa/decl.h is no longer necessary because the
distribution already includes that test (the other libmaa patches still
apply--I'm not sure that they're really necessary any more, but they
don't hurt).
Diffstat (limited to 'textproc/dict')
-rw-r--r-- | textproc/dict/Makefile | 3 | ||||
-rw-r--r-- | textproc/dict/distinfo | 4 | ||||
-rw-r--r-- | textproc/dict/files/patch-libmaa::decl.h | 11 |
3 files changed, 3 insertions, 15 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index 30196c35724d..6dff6861e271 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -7,7 +7,7 @@ # PORTNAME= dict -PORTVERSION= 1.9.15 +PORTVERSION= 1.10.1 PORTREVISION= 0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -17,7 +17,6 @@ DISTNAME= ${PORTNAME}d-${PORTVERSION} MAINTAINER= dd@FreeBSD.org COMMENT= Dictionary Server Protocol (RFC2229) client -USE_LIBLTDL= yes USE_BISON= yes USE_REINPLACE= yes USE_LIBTOOL_VER=15 diff --git a/textproc/dict/distinfo b/textproc/dict/distinfo index 3d8d1edc65fe..d17d0e2190c2 100644 --- a/textproc/dict/distinfo +++ b/textproc/dict/distinfo @@ -1,2 +1,2 @@ -MD5 (dictd-1.9.15.tar.gz) = 68c1cffa952012ba85a7271311de55e9 -SIZE (dictd-1.9.15.tar.gz) = 741597 +MD5 (dictd-1.10.1.tar.gz) = 08280dcfc2eed73acf0a4be4872a72d5 +SIZE (dictd-1.10.1.tar.gz) = 749233 diff --git a/textproc/dict/files/patch-libmaa::decl.h b/textproc/dict/files/patch-libmaa::decl.h deleted file mode 100644 index af6518a57173..000000000000 --- a/textproc/dict/files/patch-libmaa::decl.h +++ /dev/null @@ -1,11 +0,0 @@ ---- libmaa/decl.h.orig Fri Aug 2 12:43:15 2002 -+++ libmaa/decl.h Sat Jan 11 18:39:01 2003 -@@ -28,7 +28,7 @@ - declarations for standard library calls. We provide them here for - situations that we know about. */ - --#if defined(__sparc__) && !defined(linux) -+#if defined(__sparc__) && !(defined(linux) || defined(__FreeBSD__)) - #include <sys/resource.h> - /* Both SunOS and Solaris */ - extern int getrusage( int who, struct rusage * ); |