summaryrefslogtreecommitdiff
path: root/devel/tradcpp
diff options
context:
space:
mode:
authordholland <dholland>2013-07-13 18:51:03 +0000
committerdholland <dholland>2013-07-13 18:51:03 +0000
commitc3c44a7448c6d995a3d933f6927c61f47dbdf03d (patch)
tree3dd29e2b2aafcd045fa6ffb5152a877d7dec86f3 /devel/tradcpp
parent86051058e748d9a03873d158d25d20a2cb7fa66b (diff)
downloadpkgsrc-c3c44a7448c6d995a3d933f6927c61f47dbdf03d.tar.gz
Update to 0.4.
release 0.4 (20130713) - Fix stupid build problem introduced in 0.3.1. - Accept and ignore -m32, which imake issues willy-nilly on a bunch of platforms. I thought this had already been done, but apparently not. - Don't use the <err.h> functions. There are still people out there using legacy systems missing them. - Sort out some more issues pertaining to handling quoted strings. - Add some more tests.
Diffstat (limited to 'devel/tradcpp')
-rw-r--r--devel/tradcpp/Makefile4
-rw-r--r--devel/tradcpp/distinfo9
-rw-r--r--devel/tradcpp/patches/patch-main.c12
3 files changed, 6 insertions, 19 deletions
diff --git a/devel/tradcpp/Makefile b/devel/tradcpp/Makefile
index 383195b8527..f1b141d5e39 100644
--- a/devel/tradcpp/Makefile
+++ b/devel/tradcpp/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2013/07/09 17:39:52 dholland Exp $
+# $NetBSD: Makefile,v 1.6 2013/07/13 18:51:03 dholland Exp $
#
-DISTNAME= tradcpp-0.3.1
+DISTNAME= tradcpp-0.4
CATEGORIES= devel
MASTER_SITES= http://ftp.NetBSD.org/pub/NetBSD/misc/dholland/
diff --git a/devel/tradcpp/distinfo b/devel/tradcpp/distinfo
index 4dec46ec62d..158bf9a25a9 100644
--- a/devel/tradcpp/distinfo
+++ b/devel/tradcpp/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.5 2013/07/10 05:50:05 dholland Exp $
+$NetBSD: distinfo,v 1.6 2013/07/13 18:51:03 dholland Exp $
-SHA1 (tradcpp-0.3.1.tar.gz) = aa39e9db9b375f48e4f3ba33638b08809eef0b15
-RMD160 (tradcpp-0.3.1.tar.gz) = 731a53684c2f0771a8bf72a8db40955ede9b73b9
-Size (tradcpp-0.3.1.tar.gz) = 33289 bytes
-SHA1 (patch-main.c) = 1525ddc0c42b0ecb5106882148a1850206804fde
+SHA1 (tradcpp-0.4.tar.gz) = 71b9ff14032d2e1acbbe8258a368bf3fa45125a8
+RMD160 (tradcpp-0.4.tar.gz) = c8a7263083d94ff501c386001be7144a2ee50dfe
+Size (tradcpp-0.4.tar.gz) = 34523 bytes
diff --git a/devel/tradcpp/patches/patch-main.c b/devel/tradcpp/patches/patch-main.c
deleted file mode 100644
index 2e8ad845001..00000000000
--- a/devel/tradcpp/patches/patch-main.c
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-main.c,v 1.1 2013/07/10 05:50:05 dholland Exp $
-
---- main.c~ 2013-07-09 17:48:47.000000000 +0000
-+++ main.c
-@@ -29,6 +29,7 @@
-
- #include <stdbool.h>
- #include <stdio.h>
-+#include <stdarg.h>
- #include <stdlib.h>
- #include <string.h>
- #include <errno.h>