Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andraž " ruskie " Levstik" <ruskie AT mages.ath.cx>, "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT gmail.com>, "Arwed von Merkatz" <v.merkatz AT gmx.net>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "David Kowis" <dkowis+smgl-p4 AT shlrm.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Eric Sandall" <eric AT sandall.us>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "George J. Sherwood" <george AT beernabeer.com>, "Jason Flatt" <jflatt AT sourcemage.org>, "Jeremy Blosser" <jblosser AT sourcemage.org>, "Juuso Alasuutari" <iuso AT sourcemage.org>, "Ladislav Hagara" <ladislav.hagara AT unob.cz>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Pol Vinogradov" <vin.public AT gmail.com>, "Robin Cook" <rcook AT wyrms.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 76676 by Matthew Clark for review
  • Date: Fri, 24 Mar 2006 01:45:01 +0000 (GMT)

Change 76676 by matthew_clark@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




  • [SM-Commit] PERFORCE change 76676 by Matthew Clark for review, Perforce Review Daemon, 03/23/2006

Archive powered by MHonArc 2.6.24.

Top of Page