[paketler-commits] r41765 - devel/system/devel/gcc
paketler-commits at pardus.org.tr
paketler-commits at pardus.org.tr
22 Şub 2008 Cum 17:34:23 EET
Author: cartman
Date: Fri Feb 22 17:34:23 2008
New Revision: 41765
Modified:
devel/system/devel/gcc/actions.py
devel/system/devel/gcc/pspec.xml
Log:
Update to gcc 4.3.0 rc1
Modified: devel/system/devel/gcc/actions.py
=================================================================
--- devel/system/devel/gcc/actions.py (original)
+++ devel/system/devel/gcc/actions.py Fri Feb 22 17:34:23 2008
@@ -10,7 +10,8 @@
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
-WorkDir="gcc-%s" % get.srcVERSION().replace('pre','').replace('_','-')
+#WorkDir="gcc-%s" % get.srcVERSION().replace('pre','').replace('_','-')
+WorkDir="gcc-4.3.0-RC-20080222"
def setup():
shelltools.export("CFLAGS", "-march=i686 -O2 -pipe -fomit-frame-pointer")
@@ -58,6 +59,9 @@
shelltools.cd("build")
autotools.make('BOOT_CFLAGS="%s" profiledbootstrap' % get.CFLAGS())
+def check():
+ autotools.make("check")
+
def install():
shelltools.cd("build")
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
Modified: devel/system/devel/gcc/pspec.xml
=================================================================
--- devel/system/devel/gcc/pspec.xml (original)
+++ devel/system/devel/gcc/pspec.xml Fri Feb 22 17:34:23 2008
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>The GNU Compiler Collection, includes C, C++, Objective-C and Fortran compilers</Summary>
<Description>The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, as well as libraries for these languages</Description>
- <Archive sha1sum="f9021b6e2d9cb54db84393a024c15dac97050c7e" type="tarbz2">ftp://gcc.gnu.org/pub/gcc/snapshots/4.3-20080221/gcc-4.3-20080221.tar.bz2</Archive>
+ <Archive sha1sum="3f54f3c6aee7aa0bce93078fc1d89e86a2ac2bed" type="tarbz2">ftp://gcc.gnu.org/pub/gcc/snapshots/4.3.0-RC-20080222/gcc-4.3.0-RC-20080222.tar.bz2</Archive>
<BuildDependencies>
<Dependency versionFrom="1.1.4">zlib</Dependency>
<Dependency versionFrom="2.18">binutils</Dependency>
@@ -78,13 +78,20 @@
</Package>
<History>
+ <Update release="38">
+ <Date>2008-02-22</Date>
+ <Version>4.3.0_rc1</Version>
+ <Comment>Update to first release candidate</Comment>
+ <Name>İsmail Dönmez</Name>
+ <Email>ismail at pardus.org.tr</Email>
+ </Update>
<Update release="37">
<Date>2008-02-21</Date>
<Version>4.3_pre20080221</Version>
<Comment>Update to latest snapshot</Comment>
<Name>İsmail Dönmez</Name>
<Email>ismail at pardus.org.tr</Email>
- </Update>
+ </Update>
<Update release="36">
<Date>2008-02-15</Date>
<Version>4.3_pre20080215</Version>
Paketler-commits mesaj listesiyle ilgili
daha fazla bilgi