packages: hiphop-php/system-xhp.patch (NEW), hiphop-php/system-libafdt.patc...

glen glen at pld-linux.org
Mon Jul 25 18:44:36 CEST 2011


Author: glen                         Date: Mon Jul 25 16:44:36 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- add old files (May 16  2010)

---- Files affected:
packages/hiphop-php:
   system-xhp.patch (NONE -> 1.1)  (NEW), system-libafdt.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/hiphop-php/system-xhp.patch
diff -u /dev/null packages/hiphop-php/system-xhp.patch:1.1
--- /dev/null	Mon Jul 25 18:44:36 2011
+++ packages/hiphop-php/system-xhp.patch	Mon Jul 25 18:44:31 2011
@@ -0,0 +1,21 @@
+--- hiphop-php/src/CMakeLists.txt~	2010-05-16 16:45:46.000000000 +0300
++++ hiphop-php/src/CMakeLists.txt	2010-05-16 16:46:42.343110092 +0300
+@@ -87,7 +87,6 @@
+ auto_sources(TIMELIB_SOURCES "*.c" "RECURSE" "${CMAKE_CURRENT_SOURCE_DIR}/third_party/timelib")
+ add_library(timelib STATIC ${TIMELIB_SOURCES})
+ 
+-add_subdirectory(third_party/xhp/xhp)
+ add_subdirectory(third_party/libafdt)
+ 
+ foreach (CXX_FILE ${CXX_SOURCES})
+--- hiphop-php/CMake/HPHPFindLibs.cmake~	2010-05-16 16:48:02.000000000 +0300
++++ hiphop-php/CMake/HPHPFindLibs.cmake	2010-05-16 16:58:28.939498852 +0300
+@@ -94,7 +94,7 @@
+ # SQLite3 + timelib are bundled in HPHP sources
+ include_directories("${HPHP_HOME}/src/third_party/libsqlite3")
+ include_directories("${HPHP_HOME}/src/third_party/timelib")
+-include_directories("${HPHP_HOME}/src/third_party/xhp/xhp")
++include_directories("~/tmp/php-xhp-1.3.8-root-glen/usr/include/php/xhp")
+ include_directories("${HPHP_HOME}/src/third_party/libafdt/src")
+ include_directories("${HPHP_HOME}/src/third_party/libmbfl")
+ include_directories("${HPHP_HOME}/src/third_party/libmbfl/mbfl")

================================================================
Index: packages/hiphop-php/system-libafdt.patch
diff -u /dev/null packages/hiphop-php/system-libafdt.patch:1.1
--- /dev/null	Mon Jul 25 18:44:36 2011
+++ packages/hiphop-php/system-libafdt.patch	Mon Jul 25 18:44:31 2011
@@ -0,0 +1,11 @@
+--- hiphop-php/src/CMakeLists.txt~	2010-05-16 16:46:42.000000000 +0300
++++ hiphop-php/src/CMakeLists.txt	2010-05-16 16:47:02.396715257 +0300
+@@ -87,8 +87,6 @@
+ auto_sources(TIMELIB_SOURCES "*.c" "RECURSE" "${CMAKE_CURRENT_SOURCE_DIR}/third_party/timelib")
+ add_library(timelib STATIC ${TIMELIB_SOURCES})
+ 
+-add_subdirectory(third_party/libafdt)
+-
+ foreach (CXX_FILE ${CXX_SOURCES})
+ 	if(${CXX_FILE} MATCHES ".no.cpp$")
+ 		SET_SOURCE_FILES_PROPERTIES(
================================================================


More information about the pld-cvs-commit mailing list