[Lunar-commits] CVS: moonbase/devel/flawfinder BUILD, 1.1, 1.2 DEPENDS, 1.1, 1.2 DETAILS, 1.2, 1.3

Chad Kittel v3rt1g0 at lunar-linux.org
Tue Jan 4 03:50:09 UTC 2005


Update of /var/cvs/lunar/moonbase/devel/flawfinder
In directory espresso.foo-projects.org:/tmp/cvs-serv21430/flawfinder

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:
Didn't call prepare_install.  Also other minor tweaks.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/flawfinder/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	12 Sep 2004 00:45:45 -0000	1.1
+++ BUILD	4 Jan 2005 03:50:05 -0000	1.2
@@ -1,4 +1,8 @@
 (
-   make INSTALL_DIR=$DEFAULT_PREFIX INSTALL_DIR_MAN=$DEFAULT_PREFIX/share/man/man1 install
+  
+  prepare_install &&
+  make INSTALL_DIR=$DEFAULT_PREFIX                    \
+       INSTALL_DIR_MAN=$DEFAULT_PREFIX/share/man/man1 \
+       install
 
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/flawfinder/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS	12 Sep 2004 00:45:45 -0000	1.1
+++ DEPENDS	4 Jan 2005 03:50:06 -0000	1.2
@@ -1,5 +1 @@
 depends Python
-
-
-
-

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/flawfinder/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS	5 Oct 2004 09:29:55 -0000	1.2
+++ DETAILS	4 Jan 2005 03:50:06 -0000	1.3
@@ -6,7 +6,7 @@
         WEB_SITE=http://www.dwheeler.com/$MODULE/
          ENTERED=20040911
          UPDATED=20040911
-           SHORT="flawfinder exampines C and C++ code for security flaws."
+           SHORT="examines C and C++ code for security flaws"
 
 cat << EOF
 flawfinder is a python program that examines C/C++ source code and 



More information about the Lunar-commits mailing list