diff options
author | leeym <leeym@FreeBSD.org> | 2004-11-01 00:52:49 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-11-01 00:52:49 +0800 |
commit | 762c9a4da60f92fdcf3b2e453da32f347881882e (patch) | |
tree | e89742fec9162aa565cc52b5167811fd9651bffd /devel | |
parent | b859f2ea7bc51bda72422963455124d511064325 (diff) | |
download | freebsd-ports-gnome-762c9a4da60f92fdcf3b2e453da32f347881882e.tar.gz freebsd-ports-gnome-762c9a4da60f92fdcf3b2e453da32f347881882e.tar.zst freebsd-ports-gnome-762c9a4da60f92fdcf3b2e453da32f347881882e.zip |
- add USE_GCC=3.3 when default gcc is 3.4
- utilize DATADIR
- add WWW in pkg-descr
Diffstat (limited to 'devel')
-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 |