[Lunar-commits] r17668 - moonbase/trunk/security/fwbuilder2

Chad Kittel v3rt1g0 at lunar-linux.org
Thu Dec 15 03:51:21 UTC 2005


Author: v3rt1g0
Date: 2005-12-15 03:51:20 +0000 (Thu, 15 Dec 2005)
New Revision: 17668

Modified:
   moonbase/trunk/security/fwbuilder2/BUILD
   moonbase/trunk/security/fwbuilder2/DEPENDS
Log:
  Misc Tweaks: fwbuilder2 (2.0.10)

  * Added new optional depends.  If RCS is installed you can locally track
    versions of the firewalls you make from within the app.
  * Modified the BUILD to make use of default_cvs_build to ensure the code
    in ./autogen.sh is run.
  * Installing some documentation that comes along with the package.


Modified: moonbase/trunk/security/fwbuilder2/BUILD
===================================================================
--- moonbase/trunk/security/fwbuilder2/BUILD	2005-12-15 03:27:11 UTC (rev 17667)
+++ moonbase/trunk/security/fwbuilder2/BUILD	2005-12-15 03:51:20 UTC (rev 17668)
@@ -1,9 +1,8 @@
 (
 
-  libtoolize --force --copy  &&
-  aclocal                    &&
-  autoconf                   &&
+  # uses cvs build because ./autogen.sh is suggested to be run
+  default_cvs_build  &&
 
-  default_build
+  gather_docs doc/C* doc/fw* doc/README* doc/ReleaseNotes_${VERSION}.*
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/security/fwbuilder2/DEPENDS
===================================================================
--- moonbase/trunk/security/fwbuilder2/DEPENDS	2005-12-15 03:27:11 UTC (rev 17667)
+++ moonbase/trunk/security/fwbuilder2/DEPENDS	2005-12-15 03:51:20 UTC (rev 17668)
@@ -1 +1,3 @@
-depends libfwbuilder2
+depends  libfwbuilder2  &&
+
+optional_depends  "rcs"  ""  ""  "to be able save firewall revisions from within the application"



More information about the Lunar-commits mailing list