summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorasau <asau>2012-10-25 08:03:14 +0000
committerasau <asau>2012-10-25 08:03:14 +0000
commite406528b71536e778d10be19587495e3402c064f (patch)
treeedda6ef470fb227df8bbb7c67c4ba718d46f0705 /devel
parent3a4bc2d68a2cb5afdc3e76504522df045bd8032d (diff)
downloadpkgsrc-e406528b71536e778d10be19587495e3402c064f.tar.gz
Update to cflow 1.4
Introduce test target. Changes in version 1.4 * Symbol aliases The `--symbol' option has been extended to allow for defining symbol aliases. Aliases are useful for declaring reserved words such as `__restrict' or `__inline'. For example, the option `--symbol __restrict:=restrict' instructs cflow to treat `__restrict' exactly as `restrict'. * New syntactic class: qualifiers Tokens in this class can legitimately appear in place of C qualifiers, such as `static' or `inline'. This class is useful for some compiler-depending keywords, such as `__extension__' in gcc. The usual declaration of this symbol is `--symbol __extension__:qualifier'. * Speed up recursive call detection. * Fix parsing of typedefs after `struct'. * Fix the output of branch marks in tree mode. * Fix processing of static inline functions (RH bug 650716).
Diffstat (limited to 'devel')
-rw-r--r--devel/cflow/Makefile7
-rw-r--r--devel/cflow/PLIST3
-rw-r--r--devel/cflow/distinfo8
3 files changed, 10 insertions, 8 deletions
diff --git a/devel/cflow/Makefile b/devel/cflow/Makefile
index ff5f9d9e93a..37bb3b9de62 100644
--- a/devel/cflow/Makefile
+++ b/devel/cflow/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2011/04/22 13:43:16 obache Exp $
+# $NetBSD: Makefile,v 1.10 2012/10/25 08:03:14 asau Exp $
-DISTNAME= cflow-1.3
-PKGREVISION= 2
+DISTNAME= cflow-1.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=cflow/}
@@ -22,5 +21,7 @@ SUBST_STAGE.emacs= pre-configure
SUBST_FILES.emacs= Makefile.in
SUBST_SED.emacs= -e 's| elisp||g'
+TEST_TARGET= check
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/cflow/PLIST b/devel/cflow/PLIST
index 3f2fa4d1f06..7655ee84ba9 100644
--- a/devel/cflow/PLIST
+++ b/devel/cflow/PLIST
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.7 2009/08/25 20:09:18 hasso Exp $
+@comment $NetBSD: PLIST,v 1.8 2012/10/25 08:03:14 asau Exp $
bin/cflow
info/cflow.info
share/locale/da/LC_MESSAGES/cflow.mo
+share/locale/fi/LC_MESSAGES/cflow.mo
share/locale/ga/LC_MESSAGES/cflow.mo
share/locale/id/LC_MESSAGES/cflow.mo
share/locale/pl/LC_MESSAGES/cflow.mo
diff --git a/devel/cflow/distinfo b/devel/cflow/distinfo
index ef82874eead..30b7e23271a 100644
--- a/devel/cflow/distinfo
+++ b/devel/cflow/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2009/10/31 21:42:27 joerg Exp $
+$NetBSD: distinfo,v 1.6 2012/10/25 08:03:14 asau Exp $
-SHA1 (cflow-1.3.tar.gz) = 8cc32e7e75f6b1ecbd90d7699cdd859d9419c28c
-RMD160 (cflow-1.3.tar.gz) = 90c7652590a85b762034151b5f9ed94c6f4b4cb6
-Size (cflow-1.3.tar.gz) = 759691 bytes
+SHA1 (cflow-1.4.tar.gz) = 43d969b9898103ad125cd2e65f1f652550cb9434
+RMD160 (cflow-1.4.tar.gz) = 8c7b3f7b242f46b340d758c02d011f7efca66694
+Size (cflow-1.4.tar.gz) = 795545 bytes
SHA1 (patch-aa) = e05ef8092bdc5d0df8b380f7063e46baea4f49c3