Revision: 6415
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6415&view=rev
Author:   gespinasse
Date:     2012-02-25 15:54:30 +0000 (Sat, 25 Feb 2012)
Log Message:
-----------
Sitch URL to xorg.freedesktop.org because a tar.bz2 is available there

Remove the OPENMP hack as upstream fixed
--Cette ligne, et les suivantes ci-dessous, seront is avai ignor?\195?\169es--

M    pixman

Modified Paths:
--------------
    ipcop/trunk/lfs/pixman

Modified: ipcop/trunk/lfs/pixman
===================================================================
--- ipcop/trunk/lfs/pixman      2012-02-25 14:13:22 UTC (rev 6414)
+++ ipcop/trunk/lfs/pixman      2012-02-25 15:54:30 UTC (rev 6415)
@@ -41,8 +41,10 @@
 OTHER_SRC  = yes
 
 THISAPP    = $(PKG_NAME)-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = http://cairographics.org/releases
+DL_FILE    = $(THISAPP).tar.bz2
+# tar.bz2 is only available on freedesktop.org, contrary to tar.gz available 
in both URL
+#DL_FROM    = http://cairographics.org/releases
+DL_FROM    = http://xorg.freedesktop.org/archive/individual/lib
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
@@ -54,7 +56,7 @@
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = fee074965c310c46d9c0ab3e5fd656bf
+$(DL_FILE)_MD5 = 89eb7db8853681bbcea626b161de0488
 
 install : $(TARGET)
 
@@ -83,9 +85,7 @@
 
 $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
-       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       # hide a configure bug with openmp :' #define USE_OPENMP 1' is always 
pushed to config.h
-       cd $(DIR_APP) && sed -i 's/define USE_OPENMP 1/undef USE_OPENMP/' 
configure
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
 
        cd $(DIR_APP) && ./configure    --prefix=/usr \
                                        --disable-static \

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to