[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ipcop-svn
Subject:    [Ipcop-svn] SF.net SVN: ipcop:[5503] ipcop/trunk
From:       gespinasse () users ! sourceforge ! net
Date:       2011-02-26 22:26:34
Message-ID: E1PtSaw-0003mG-0E () sfp-svn-1 ! v30 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 5503
          http://ipcop.svn.sourceforge.net/ipcop/?rev=5503&view=rev
Author:   gespinasse
Date:     2011-02-26 22:26:33 +0000 (Sat, 26 Feb 2011)

Log Message:
-----------
Downgrade pixman to last stable release

Remove obsolete configure options --without-binconfigs --without-libpng-compat
Add --disable-mmx --disable-sse2

Workaround a configure bug with #undef USE_OPENMP
Even when openmp is seen unsupportUSE_OPENMP is pushed in config.h
The issue is present in 0.20 and 0.21 branches.
This cause only warning and does not change tests results

Modified Paths:
--------------
    ipcop/trunk/config/rootfiles/common/pixman
    ipcop/trunk/lfs/pixman

Modified: ipcop/trunk/config/rootfiles/common/pixman
===================================================================
--- ipcop/trunk/config/rootfiles/common/pixman	2011-02-26 19:33:03 UTC (rev 5502)
+++ ipcop/trunk/config/rootfiles/common/pixman	2011-02-26 22:26:33 UTC (rev 5503)
@@ -1,4 +1,4 @@
-## pixman-0.21.2
+## pixman-0.20.2
 ##
 #usr/include/pixman-1
 #usr/include/pixman-1/pixman-version.h
@@ -6,5 +6,5 @@
 #usr/lib/libpixman-1.la
 usr/lib/libpixman-1.so
 usr/lib/libpixman-1.so.0
-usr/lib/libpixman-1.so.0.21.2
+usr/lib/libpixman-1.so.0.20.2
 #usr/lib/pkgconfig/pixman-1.pc

Modified: ipcop/trunk/lfs/pixman
===================================================================
--- ipcop/trunk/lfs/pixman	2011-02-26 19:33:03 UTC (rev 5502)
+++ ipcop/trunk/lfs/pixman	2011-02-26 22:26:33 UTC (rev 5503)
@@ -33,7 +33,10 @@
 include Config
 
 PKG_NAME   = pixman
-VER        = 0.21.2
+# beware : pixman package is in releases directory, not snapshots but
+# odd subversion (0.21) is development, even (0.20) is stable
+# look at configure.ac for the numbering scheme explanation
+VER        = 0.20.2
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
@@ -51,7 +54,7 @@
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 9e09fd6e58cbf9717140891e0b7d4a7a
+$(DL_FILE)_MD5 = a923c20af88e469ac29ba42cfedb88c2
 
 install : $(TARGET)
 
@@ -81,12 +84,18 @@
 $(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  
 	cd $(DIR_APP) && ./configure	--prefix=/usr \
 					--disable-static \
-					--without-binconfigs \
-					--without-libpng-compat
+					--disable-mmx \
+					--disable-sse2
+
 	cd $(DIR_APP) && make -j $(PARALLELISM)
+ifeq "$(RUNNING_TEST)" "yes"
+	cd $(DIR_APP) && make check &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
+endif
 	cd $(DIR_APP) && make install
 
 	@rm -rf $(DIR_APP)


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

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic