diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-02 21:06:48 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-02 21:06:48 +0000 |
commit | a178058a0f55156a22cafe961ab3e76ebd2649e7 (patch) | |
tree | a812a1b9b55c6805cbe8d6dadf32f7496bf33500 /textproc/dictfmt | |
parent | 13fd01ce7fa69d1a907c2eb3ef60eec6bf643921 (diff) |
Notes
Diffstat (limited to 'textproc/dictfmt')
-rw-r--r-- | textproc/dictfmt/Makefile | 3 | ||||
-rw-r--r-- | textproc/dictfmt/distinfo | 4 | ||||
-rw-r--r-- | textproc/dictfmt/files/patch-dictP.h | 20 | ||||
-rw-r--r-- | textproc/dictfmt/files/patch-libmaa::maaP.h | 20 |
4 files changed, 43 insertions, 4 deletions
diff --git a/textproc/dictfmt/Makefile b/textproc/dictfmt/Makefile index 1184bd339a6b..0c299a783414 100644 --- a/textproc/dictfmt/Makefile +++ b/textproc/dictfmt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dictfmt -PORTVERSION= 1.9.13 +PORTVERSION= 1.9.14 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dict @@ -15,7 +15,6 @@ DISTNAME= dictd-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Formats a DICT protocol dictionary database -USE_LIBLTDL= yes USE_GETOPT_LONG= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/textproc/dictfmt/distinfo b/textproc/dictfmt/distinfo index 938453e7a14e..6804e3652237 100644 --- a/textproc/dictfmt/distinfo +++ b/textproc/dictfmt/distinfo @@ -1,2 +1,2 @@ -MD5 (dictd-1.9.13.tar.gz) = 817b703c925557c6426af5d0b6f351bf -SIZE (dictd-1.9.13.tar.gz) = 736395 +MD5 (dictd-1.9.14.tar.gz) = 5db913e545ee483b1385696ff8a6bd24 +SIZE (dictd-1.9.14.tar.gz) = 749577 diff --git a/textproc/dictfmt/files/patch-dictP.h b/textproc/dictfmt/files/patch-dictP.h new file mode 100644 index 000000000000..cfec3a021db4 --- /dev/null +++ b/textproc/dictfmt/files/patch-dictP.h @@ -0,0 +1,20 @@ +--- dictP.h.orig Wed Feb 25 02:55:51 2004 ++++ dictP.h Mon Aug 2 18:23:15 2004 +@@ -50,6 +50,9 @@ + #if HAVE_ALLOCA_H + # include <alloca.h> + #else ++#ifdef __FreeBSD__ ++# include <stdlib.h> ++#else + # ifdef _AIX + # pragma alloca + # else +@@ -59,6 +62,7 @@ + # endif + # endif + # endif ++#endif + #endif + + /* Get string functions */ diff --git a/textproc/dictfmt/files/patch-libmaa::maaP.h b/textproc/dictfmt/files/patch-libmaa::maaP.h new file mode 100644 index 000000000000..7709e5f01220 --- /dev/null +++ b/textproc/dictfmt/files/patch-libmaa::maaP.h @@ -0,0 +1,20 @@ +--- libmaa/maaP.h.orig Sun Oct 26 22:03:24 2003 ++++ libmaa/maaP.h Mon Aug 2 18:28:34 2004 +@@ -37,6 +37,9 @@ + #if HAVE_ALLOCA_H + # include <alloca.h> + #else ++#ifdef __FreeBSD__ ++# include <stdlib.h> ++#else + # ifdef _AIX + # pragma alloca + # else +@@ -44,6 +47,7 @@ + char *alloca (); + # endif + # endif ++#endif + #endif + + /* Get string functions */ |