diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-12-17 16:54:28 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-12-17 16:54:28 +0000 |
commit | 5da24756361f48b3d7e327ad27328e902db8356b (patch) | |
tree | 3d2f9422c4138f8df95dc666b5f30b6a1e5b99fd /textproc/dictfmt | |
parent | ae79b9eaf1eb5747f55c2ef4ad6f9bc59cc74505 (diff) | |
download | ports-5da24756361f48b3d7e327ad27328e902db8356b.tar.gz ports-5da24756361f48b3d7e327ad27328e902db8356b.zip |
Notes
Diffstat (limited to 'textproc/dictfmt')
-rw-r--r-- | textproc/dictfmt/Makefile | 8 | ||||
-rw-r--r-- | textproc/dictfmt/distinfo | 6 | ||||
-rw-r--r-- | textproc/dictfmt/files/patch-dictP.h | 20 | ||||
-rw-r--r-- | textproc/dictfmt/files/patch-libmaa::maaP.h | 20 |
4 files changed, 7 insertions, 47 deletions
diff --git a/textproc/dictfmt/Makefile b/textproc/dictfmt/Makefile index c49652ad5897..0743aa580172 100644 --- a/textproc/dictfmt/Makefile +++ b/textproc/dictfmt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dictfmt -PORTVERSION= 1.10.2 +PORTVERSION= 1.10.3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dict @@ -27,9 +27,9 @@ INSTALL_TARGET= install.dictfmt MAN1= dictfmt.1 dictfmt_index2suffix.1 dictfmt_index2word.1 \ dictunformat.1 PLIST_FILES= bin/dictfmt bin/dictfmt_index2suffix bin/dictfmt_index2word \ - bin/dictfmt_plugin bin/dictfmt_virtual bin/dictunformat + bin/dictunformat -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.mk> diff --git a/textproc/dictfmt/distinfo b/textproc/dictfmt/distinfo index d842675e68d7..6095b90318db 100644 --- a/textproc/dictfmt/distinfo +++ b/textproc/dictfmt/distinfo @@ -1,3 +1,3 @@ -MD5 (dictd-1.10.2.tar.gz) = 5bafbdb3adfcfcc3d82fb219a8f50595 -SHA256 (dictd-1.10.2.tar.gz) = 7cb8bc5b4e55f6dafc227076475c7d4d39e2535c63363a4af8b4630490d81dc9 -SIZE (dictd-1.10.2.tar.gz) = 762922 +MD5 (dictd-1.10.3.tar.gz) = 4298553e8d8d34fe9dc34a3ec9a57714 +SHA256 (dictd-1.10.3.tar.gz) = 508214b79f7d38438bc33db72bee2a028e74e68a24277694cca1950018bb9f2f +SIZE (dictd-1.10.3.tar.gz) = 647769 diff --git a/textproc/dictfmt/files/patch-dictP.h b/textproc/dictfmt/files/patch-dictP.h deleted file mode 100644 index cfec3a021db4..000000000000 --- a/textproc/dictfmt/files/patch-dictP.h +++ /dev/null @@ -1,20 +0,0 @@ ---- 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 deleted file mode 100644 index 7709e5f01220..000000000000 --- a/textproc/dictfmt/files/patch-libmaa::maaP.h +++ /dev/null @@ -1,20 +0,0 @@ ---- 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 */ |