[SM-Commit] PERFORCE change 76676 by Matthew Clark for review

Perforce Review Daemon p4review at smee.org
Thu Mar 23 20:45:01 EST 2006


Change 76676 by matthew_clark at mclark-darebin on 2006/03/24 01:43:48

	Integrate from devel

Affected files ...

... //sgl/grimoires/test/net/quagga/BUILD#2 integrate
... //sgl/grimoires/test/net/quagga/CONFIGURE#1 branch
... //sgl/grimoires/test/net/quagga/DEPENDS#2 integrate
... //sgl/grimoires/test/net/quagga/DETAILS#3 integrate
... //sgl/grimoires/test/net/quagga/HISTORY#4 integrate
... //sgl/grimoires/test/net/quagga/PRE_BUILD#2 delete
... //sgl/grimoires/test/net/quagga/ht-20040525-0.96.5-bgp-md5.patch#2 delete
... //sgl/grimoires/test/net/quagga/quagga.gpg#1 branch

Differences ...

==== //sgl/grimoires/test/net/quagga/BUILD#2 (xtext) ====

@@ -1,3 +1,3 @@
+autoconf &&
 create_account quagga &&
-autoconf &&
 default_build

==== //sgl/grimoires/test/net/quagga/DEPENDS#2 (xtext) ====

@@ -1,1 +1,4 @@
-depends autoconf
+depends autoconf &&
+if [[ "QUAGGA_VTYSH" == "--enable-vtysh" ]] ; then
+  optional_depends  linux-pam  '--with-libpam'  '--without-libpam'  'For PAM support in vtysh'
+fi

==== //sgl/grimoires/test/net/quagga/DETAILS#3 (xtext) ====

@@ -1,14 +1,18 @@
            SPELL=quagga
-         VERSION=0.96.5
+         VERSION=0.99.3
           SOURCE=$SPELL-$VERSION.tar.gz
+         SOURCE2=${SOURCE}.asc
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-   SOURCE_URL[0]=http://www.quagga.net/download/$SOURCE
-     SOURCE_HASH=sha512:3f442a461e6855e7231c21aadb99276cb4f451290e97c2f0415714a79bd5d51b602aa2ebccfa1dc959dbc48e04a265a0ed0a82948bb3e09d287dc9c1c6f9ae74
+      SOURCE_URL=http://www.quagga.net/download/$SOURCE
+     SOURCE2_URL=${SOURCE_URL}.asc
+      SOURCE_GPG="quagga.gpg:${SOURCE}.asc:UPSTREAM_KEY"
+  SOURCE2_IGNORE=signature
         WEB_SITE=http://www.quagga.net/
       LICENSE[0]=GPL
          ENTERED=20030905
          UPDATED=20030905
        BUILD_API=2
+        KEYWORDS="net"
            SHORT="A routing software suite."
 cat << EOF
 Quagga is a routing software suite, providing implementations of OSPFv2,

==== //sgl/grimoires/test/net/quagga/HISTORY#4 (text) ====

@@ -1,3 +1,16 @@
+2006-03-12 Karsten Behrmann <BearPerson at sourcemage.org>
+	* DETAILS: (automated) Add KEYWORDS
+
+2006-01-30 David Kowis <dkowis at sourcemage.org>
+	* DETAILS: scooted up to 99.3 as that fixed the ospf glitch
+	* WIP: removed as the bug I filed was fixed
+
+2006-01-05 David Kowis <dkowis at sourcemage.org>
+	* DETAILS, CONFIGURE, DEPENDS, BUILD: Modified the spell to incorporate
+	  all the new options available in ./configure
+	* PRE_BUILD: removed the patch and the patche's application as it doesn't
+	  work anymore
+
 2005-11-29 Seth Woolley <seth at tautology.org>
 	* DETAILS: MD5 -> SHA512
 



More information about the SM-Commit mailing list