diff options
author | krion <krion@FreeBSD.org> | 2004-08-03 05:06:48 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-08-03 05:06:48 +0800 |
commit | 526fcc31fa15b0fb4b5317db864b2b9f2360a9c3 (patch) | |
tree | f8c5b6c4817515dc407f49711c73cf2dbf47a830 /textproc/dictfmt | |
parent | fd4ca359a6bea5b47ee2c91c790dd0e0a6fd38fa (diff) | |
download | freebsd-ports-gnome-526fcc31fa15b0fb4b5317db864b2b9f2360a9c3.tar.gz freebsd-ports-gnome-526fcc31fa15b0fb4b5317db864b2b9f2360a9c3.tar.zst freebsd-ports-gnome-526fcc31fa15b0fb4b5317db864b2b9f2360a9c3.zip |
Update to version 1.9.14
PR: ports/69927
Submitted by: Ports Fury
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 */ |