[paketler-commits] r27471 - in 2007/programming/libs/boehm-gc: . files

paketler-commits at pardus.org.tr paketler-commits at pardus.org.tr
16 Haz 2007 Cmt 05:58:57 EEST


Author: cartman
Date: Sat Jun 16 05:58:57 2007
New Revision: 27471

Removed:
   2007/programming/libs/boehm-gc/files/
Modified:
   2007/programming/libs/boehm-gc/actions.py
   2007/programming/libs/boehm-gc/pspec.xml
Log:
stable up, merge



Modified: 2007/programming/libs/boehm-gc/actions.py
=================================================================
--- 2007/programming/libs/boehm-gc/actions.py	(original)
+++ 2007/programming/libs/boehm-gc/actions.py	Sat Jun 16 05:58:57 2007
@@ -1,7 +1,7 @@
 #!/usr/bin/python
-# -*- coding: utf-8 -*- 
+# -*- coding: utf-8 -*-
 #
-# Copyright 2005 TUBITAK/UEKAE
+# Copyright 2005-2007 TUBITAK/UEKAE
 # Licensed under the GNU General Public License, version 2.
 # See the file http://www.gnu.org/copyleft/gpl.txt.
 
@@ -9,10 +9,11 @@
 from pisi.actionsapi import pisitools
 from pisi.actionsapi import get
 
-WorkDir = "gc6.6"
+WorkDir = "gc%s" % get.srcVERSION()
 
 def setup():
-    autotools.configure("--enable-cplusplus")
+    autotools.configure("--enable-cplusplus \
+                         --disable-static")
 
 def build():
     autotools.make()
@@ -23,7 +24,6 @@
     pisitools.insinto("/usr/include/gc", "include/cord.h")
     pisitools.insinto("/usr/include/gc", "include/ec.h")
     pisitools.insinto("/usr/include/gc", "include/javaxfc.h")
-        
     pisitools.insinto("/usr/include/gc/private", "include/private/*.h")
 
     pisitools.dodoc("README.QUICK", "doc/README*", "doc/barrett_diagram")

Modified: 2007/programming/libs/boehm-gc/pspec.xml
=================================================================
--- 2007/programming/libs/boehm-gc/pspec.xml	(original)
+++ 2007/programming/libs/boehm-gc/pspec.xml	Sat Jun 16 05:58:57 2007
@@ -14,10 +14,7 @@
         <Summary xml:lang="tr">Boehm-Demers-Weiser çöp toplayıcısı</Summary>
         <Description>The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage collecting replacement for C malloc or C++ new.The collector automatically recycles memory when it determines that it can no longer be otherwise accessed.</Description>
         <Description xml:lang="tr">Boehm-Demers-Weiser çöp toplayıcısı C malloc veya C++ new fonksiyonları için çöp toplamaya yönelik bir alternatif olarak kullanılabilir. Toplayıcı başka bir erişimi olmayan bellekleri tanımlayarak otomatik olarak geri iade eder.</Description>
-        <Archive sha1sum="524ffba866c54234d1fdb98927039262cc14877e" type="targz">http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc6.6.tar.gz</Archive>
-        <Patches>
-            <Patch level="1">boehm-gc-6.5.patch</Patch>
-        </Patches>
+        <Archive sha1sum="6d5def5ba5d29292ba9c76f04df3ec06d3ab3278" type="targz">http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc6.8.tar.gz</Archive>
     </Source>
 
     <Package>
@@ -32,6 +29,13 @@
     </Package>
 
     <History>
+        <Update release="2">
+            <Date>2007-02-22</Date>
+            <Version>6.8</Version>
+            <Comment>Version bump</Comment>
+            <Name>İsmail Dönmez</Name>
+            <Email>ismail at pardus.org.tr</Email>
+        </Update>
         <Update release="1">
             <Date>2005-10-15</Date>
             <Version>6.6</Version>


Paketler-commits mesaj listesiyle ilgili daha fazla bilgi