Ice: update to 3.5.0.
This commit is contained in:
parent
71a8e34ca1
commit
1e0fa209d1
@ -902,6 +902,19 @@ libSlice.so.34 libIce-3.4.2_1_1
|
||||
libIceSSL.so.34 libIce-3.4.2_1_1
|
||||
libIcePatch2.so.34 libIce-3.4.2_1_1
|
||||
libIceXML.so.34 libIce-3.4.2_1_1
|
||||
libGlacier2.so.35 libIce-3.5.0_1
|
||||
libIce.so.35 libIce-3.5.0_1
|
||||
libIceSSL.so.35 libIce-3.5.0_1
|
||||
libIceUtil.so.35 libIce-3.5.0_1
|
||||
libIceStormService.so.35 libIce-3.5.0_1
|
||||
libIceStorm.so.35 libIce-3.5.0_1
|
||||
libFreeze.so.35 libIce-3.5.0_1
|
||||
libSlice.so.35 libIce-3.5.0_1
|
||||
libIceBox.so.35 libIce-3.5.0_1
|
||||
libIceGrid.so.35 libIce-3.5.0_1
|
||||
libIcePatch2.so.35 libIce-3.5.0_1
|
||||
libIceDB.so.35 libIce-3.5.0_1
|
||||
libIceXML.so.35 libIce-3.5.0_1
|
||||
libvdpau.so.1 libvdpau-0.4.1_1
|
||||
libgtkhtml-4.0.so.0 libgtkhtml-4.2.1_1
|
||||
libgtkhtml-editor-4.0.so.0 libgtkhtml-4.2.1_1
|
||||
|
@ -1,23 +0,0 @@
|
||||
--- cpp/src/IceUtil/FileUtil.cpp.orig 2012-05-24 11:42:01.584952006 +0200
|
||||
+++ cpp/src/IceUtil/FileUtil.cpp 2012-05-24 11:42:13.839655835 +0200
|
||||
@@ -13,6 +13,7 @@
|
||||
#include <IceUtil/Exception.h>
|
||||
#include <climits>
|
||||
#include <string.h>
|
||||
+#include <unistd.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
# include <process.h>
|
||||
--- cpp/src/Slice/FileTracker.cpp.orig 2012-05-24 11:43:53.797240067 +0200
|
||||
+++ cpp/src/Slice/FileTracker.cpp 2012-05-24 11:44:09.908850687 +0200
|
||||
@@ -9,9 +9,7 @@
|
||||
|
||||
#include <Slice/FileTracker.h>
|
||||
|
||||
-#ifdef __sun
|
||||
-# include <unistd.h>
|
||||
-#endif
|
||||
+#include <unistd.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
# include <direct.h>
|
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
# Template file for 'Ice'
|
||||
pkgname=Ice
|
||||
version=3.4.2
|
||||
revision=9
|
||||
version=3.5.0
|
||||
revision=1
|
||||
build_wrksrc=cpp
|
||||
homepage="http://www.zeroc.com"
|
||||
# XXX: other language bindings
|
||||
@ -9,8 +9,8 @@ makedepends="mcpp-devel db-devel>=5.3 expat-devel openssl-devel"
|
||||
short_desc="The Internet Communications Engine (Ice)"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="GPL-2, ICE"
|
||||
distfiles="${homepage}/download/Ice/3.4/${pkgname}-${version}.tar.gz"
|
||||
checksum=dcf0484495b6df0849ec90a00e8204fe5fe1c0d3882bb438bf2c1d062f15c979
|
||||
distfiles="${homepage}/download/Ice/3.5/${pkgname}-${version}.tar.gz"
|
||||
checksum=583d4a819d50ad8b79b1e9ad45abfa3078f981486271ca8cd9ede8fa420ff575
|
||||
long_desc="
|
||||
The Internet Communications Engine (Ice) is a modern object-oriented toolkit
|
||||
that enables you to build distributed applications with minimal effort. Ice
|
||||
|
Loading…
Reference in New Issue
Block a user