diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-10-31 16:52:49 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-10-31 16:52:49 +0000 |
commit | d71c181fa86710439bb1bc0b22f0622ee6d1fe14 (patch) | |
tree | 3335ad90c4eaa0998954ebbb835b423286e8cdd3 /devel/clint | |
parent | e4758bf61f61410bbf9c0b89f28e7670cdde8904 (diff) | |
download | ports-d71c181fa86710439bb1bc0b22f0622ee6d1fe14.tar.gz ports-d71c181fa86710439bb1bc0b22f0622ee6d1fe14.zip |
Notes
Diffstat (limited to 'devel/clint')
-rw-r--r-- | devel/clint/Makefile | 2 | ||||
-rw-r--r-- | devel/clint/pkg-descr | 2 | ||||
-rw-r--r-- | devel/clint/pkg-plist | 20 |
3 files changed, 13 insertions, 11 deletions
diff --git a/devel/clint/Makefile b/devel/clint/Makefile index 527dd29ab112..5170122a0dc2 100644 --- a/devel/clint/Makefile +++ b/devel/clint/Makefile @@ -28,7 +28,7 @@ INFO= clint .include <bsd.port.pre.mk> .if ${OSVERSION} >= 502126 -BROKEN= "Does not compile with gcc 3.4.2" +USE_GCC= 3.3 .endif post-patch: diff --git a/devel/clint/pkg-descr b/devel/clint/pkg-descr index 0119af6576c6..1574ad5556cd 100644 --- a/devel/clint/pkg-descr +++ b/devel/clint/pkg-descr @@ -1,3 +1,5 @@ Clint is a testbed for static source-code checking techniques. It is currently designed to check C++ for common programmer errors and suggest improvements. + +WWW: http://sourceforge.net/projects/clint/ diff --git a/devel/clint/pkg-plist b/devel/clint/pkg-plist index fdc9ce98a467..f1cecf27df67 100644 --- a/devel/clint/pkg-plist +++ b/devel/clint/pkg-plist @@ -7,15 +7,15 @@ lib/clint/python.so.0 lib/libpython++.a lib/libpython++.so lib/libpython++.so.0 -share/clint/clint.py -share/clint/python_rules/c_comments.py -share/clint/python_rules/catch_exception.py -share/clint/python_rules/header_guard.py -share/clint/python_rules/headers.py -share/clint/python_rules/long_constant.py -share/clint/python_rules/macros.py -share/clint/python_rules/shortcut_if.py -@dirrm share/clint/python_rules -@dirrm share/clint +%%DATADIR%%/clint.py +%%DATADIR%%/python_rules/c_comments.py +%%DATADIR%%/python_rules/catch_exception.py +%%DATADIR%%/python_rules/header_guard.py +%%DATADIR%%/python_rules/headers.py +%%DATADIR%%/python_rules/long_constant.py +%%DATADIR%%/python_rules/macros.py +%%DATADIR%%/python_rules/shortcut_if.py +@dirrm %%DATADIR%%/python_rules +@dirrm %%DATADIR%% @dirrm lib/clint @dirrm include/clint |