Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 May 2010 16:12:50 +0200
From:      "Stefan Ehmann" <shoesoft@gmx.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/146633: update devel/ice to 3.4
Message-ID:  <1274019170.13996@walrus.pepperland>
Resent-Message-ID: <201005161430.o4GEU3YQ015486@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         146633
>Category:       ports
>Synopsis:       update devel/ice to 3.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 16 14:30:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Ehmann
>Release:        FreeBSD 8.0-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 8.0-RELEASE #0: Thu Nov 26 15:42:25 CET 2009
    stefan@walrus.pepperland:/usr/obj/usr/src/sys/WALRUS



>Description:


updates devel/ice 3.3.1 -> 3.4

IMPORTANT:
Do not commit yet. The update would break devel/php5-ice and devel/py-ice. Once PRs for the dependent ports exist, all updates should be commited together.


>How-To-Repeat:





>Fix:


--- ice-3.4-patch begins here ---
diff -ruN ice.bak/Makefile ice/Makefile
--- ice.bak/Makefile	2009-08-18 15:58:31.000000000 +0200
+++ ice/Makefile	2010-05-16 15:59:20.000000000 +0200
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	Ice
-PORTVERSION=	3.3.1
-PORTREVISION=	1
+PORTVERSION=	3.4.0
 CATEGORIES=	devel
-MASTER_SITES=	http://www.zeroc.com/download/Ice/3.3/
+MASTER_SITES=	http://www.zeroc.com/download/Ice/3.4/
 
 MAINTAINER=	shoesoft@gmx.net
 COMMENT=	A modern alternative to object middleware such as CORBA/COM/DCOM/COM+
diff -ruN ice.bak/distinfo ice/distinfo
--- ice.bak/distinfo	2009-04-05 09:49:28.000000000 +0200
+++ ice/distinfo	2010-05-16 15:50:19.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (Ice-3.3.1.tar.gz) = 1f37dfcec4662fcde030553fb447d064
-SHA256 (Ice-3.3.1.tar.gz) = 7b90477303ea2668e8f2cc7bb4506e3a596699e092c4e622746ea42d8286abd0
-SIZE (Ice-3.3.1.tar.gz) = 4455154
+MD5 (Ice-3.4.0.tar.gz) = 998b10627ade020cb00f5beb73efc0e0
+SHA256 (Ice-3.4.0.tar.gz) = 8af7f278722998d2c9e7a2a60b56e230c3a47434d645d6de258aa1f18080b708
+SIZE (Ice-3.4.0.tar.gz) = 5233156
diff -ruN ice.bak/files/patch-Exception.cpp ice/files/patch-Exception.cpp
--- ice.bak/files/patch-Exception.cpp	1970-01-01 01:00:00.000000000 +0100
+++ ice/files/patch-Exception.cpp	2010-05-16 14:33:07.000000000 +0200
@@ -0,0 +1,38 @@
+--- cpp/src/IceUtil/Exception.cpp.orig	2010-02-25 16:55:42.000000000 +0100
++++ cpp/src/IceUtil/Exception.cpp	2010-05-16 14:32:45.000000000 +0200
+@@ -14,7 +14,7 @@
+ #include <ostream>
+ #include <cstdlib>
+ 
+-#if defined(__GNUC__) && !defined(__sun)
++#if defined(__GNUC__) && !defined(__sun) && !defined(__FreeBSD__)
+ #  include <execinfo.h>
+ #  include <cxxabi.h>
+ #endif
+@@ -52,7 +52,7 @@
+ 
+ Init init;
+ 
+-#if defined(__GNUC__) && !defined(__sun)
++#if defined(__GNUC__) && !defined(__sun) && !defined(__FreeBSD__)
+ string
+ getStackTrace()
+ {
+@@ -183,7 +183,7 @@
+ IceUtil::Exception::Exception() :
+     _file(0),
+     _line(0)
+-#if defined(__GNUC__) && !defined(__sun)
++#if defined(__GNUC__) && !defined(__sun) && !defined(__FreeBSD__)
+     , _stackTrace(getStackTrace())
+ #endif
+ {
+@@ -192,7 +192,7 @@
+ IceUtil::Exception::Exception(const char* file, int line) :
+     _file(file),
+     _line(line)
+-#if defined(__GNUC__) && !defined(__sun)
++#if defined(__GNUC__) && !defined(__sun) && !defined(__FreeBSD__)
+     , _stackTrace(getStackTrace())
+ #endif
+ {
diff -ruN ice.bak/files/patch-Instance.cpp ice/files/patch-Instance.cpp
--- ice.bak/files/patch-Instance.cpp	1970-01-01 01:00:00.000000000 +0100
+++ ice/files/patch-Instance.cpp	2010-05-16 14:38:33.000000000 +0200
@@ -0,0 +1,11 @@
+--- cpp/src/IceSSL/Instance.cpp.orig	2010-02-25 16:55:42.000000000 +0100
++++ cpp/src/IceSSL/Instance.cpp	2010-05-16 14:38:11.000000000 +0200
+@@ -1058,7 +1058,7 @@
+ {
+     Trace out(_logger, _securityTraceCategory);
+     out << "SSL summary for " << (incoming ? "incoming" : "outgoing") << " connection\n";
+-    SSL_CIPHER* cipher = SSL_get_current_cipher(ssl);
++    const SSL_CIPHER* cipher = SSL_get_current_cipher(ssl);
+     if(!cipher)
+     {
+         out << "unknown cipher\n";
diff -ruN ice.bak/pkg-plist ice/pkg-plist
--- ice.bak/pkg-plist	2009-04-05 09:49:28.000000000 +0200
+++ ice/pkg-plist	2010-05-16 15:57:16.000000000 +0200
@@ -13,11 +13,11 @@
 bin/icestormmigrate
 bin/slice2cpp
 bin/slice2cs
-bin/slice2docbook
 bin/slice2freeze
 bin/slice2freezej
 bin/slice2html
 bin/slice2java
+bin/slice2php
 bin/slice2py
 bin/slice2rb
 bin/transformdb
@@ -39,10 +39,12 @@
 include/Freeze/Transaction.h
 include/Freeze/TransactionHolder.h
 include/Freeze/TransactionalEvictor.h
+include/Glacier2/Application.h
 include/Glacier2/Glacier2.h
 include/Glacier2/PermissionsVerifier.h
 include/Glacier2/PermissionsVerifierF.h
 include/Glacier2/Router.h
+include/Glacier2/RouterF.h
 include/Glacier2/SSLInfo.h
 include/Glacier2/Session.h
 include/Ice/Application.h
@@ -50,9 +52,11 @@
 include/Ice/Buffer.h
 include/Ice/BuiltinSequences.h
 include/Ice/Communicator.h
+include/Ice/CommunicatorAsync.h
 include/Ice/CommunicatorF.h
 include/Ice/Config.h
 include/Ice/Connection.h
+include/Ice/ConnectionAsync.h
 include/Ice/ConnectionF.h
 include/Ice/ConnectionFactoryF.h
 include/Ice/ConnectionIF.h
@@ -60,16 +64,19 @@
 include/Ice/Current.h
 include/Ice/Direct.h
 include/Ice/DispatchInterceptor.h
+include/Ice/Dispatcher.h
 include/Ice/DynamicLibrary.h
 include/Ice/DynamicLibraryF.h
 include/Ice/Endpoint.h
+include/Ice/EndpointF.h
 include/Ice/EndpointFactory.h
 include/Ice/EndpointFactoryF.h
 include/Ice/EndpointIF.h
+include/Ice/EndpointTypes.h
 include/Ice/Exception.h
 include/Ice/FacetMap.h
 include/Ice/FactoryTable.h
-include/Ice/FactoryTableDef.h
+include/Ice/FactoryTableInit.h
 include/Ice/Functional.h
 include/Ice/GCCountMap.h
 include/Ice/GCShared.h
@@ -132,7 +139,6 @@
 include/Ice/StringConverter.h
 include/Ice/UndefSysMacros.h
 include/Ice/UserExceptionFactory.h
-include/Ice/UserExceptionFactoryF.h
 include/IceBox/IceBox.h
 include/IceGrid/Admin.h
 include/IceGrid/Descriptor.h
@@ -149,6 +155,10 @@
 include/IcePatch2/ClientUtil.h
 include/IcePatch2/FileInfo.h
 include/IcePatch2/FileServer.h
+include/IcePatch2/Util.h
+include/IceSSL/ConnectionInfo.h
+include/IceSSL/EndpointInfo.h
+include/IceSSL/IceSSL.h
 include/IceSSL/Plugin.h
 include/IceStorm/IceStorm.h
 include/IceUtil/AbstractMutex.h
@@ -160,8 +170,8 @@
 include/IceUtil/CtrlCHandler.h
 include/IceUtil/DisableWarnings.h
 include/IceUtil/Exception.h
-include/IceUtil/Functional.h
 include/IceUtil/FileUtil.h
+include/IceUtil/Functional.h
 include/IceUtil/Handle.h
 include/IceUtil/IceUtil.h
 include/IceUtil/InputUtil.h
@@ -169,6 +179,9 @@
 include/IceUtil/Lock.h
 include/IceUtil/Monitor.h
 include/IceUtil/Mutex.h
+include/IceUtil/MutexProtocol.h
+include/IceUtil/MutexPtrLock.h
+include/IceUtil/MutexPtrTryLock.h
 include/IceUtil/Options.h
 include/IceUtil/OutputUtil.h
 include/IceUtil/RWRecMutex.h
@@ -191,6 +204,7 @@
 include/Slice/DotNetNames.h
 include/Slice/FileTracker.h
 include/Slice/JavaUtil.h
+include/Slice/PHPUtil.h
 include/Slice/Parser.h
 include/Slice/Preprocessor.h
 include/Slice/PythonUtil.h
@@ -198,49 +212,50 @@
 include/Slice/Util.h
 lib/ImportKey.class
 lib/libFreeze.so
-lib/libFreeze.so.3.3.1
-lib/libFreeze.so.33
+lib/libFreeze.so.3.4.0
+lib/libFreeze.so.34
 lib/libGlacier2.so
-lib/libGlacier2.so.3.3.1
-lib/libGlacier2.so.33
+lib/libGlacier2.so.3.4.0
+lib/libGlacier2.so.34
 lib/libIce.so
-lib/libIce.so.3.3.1
-lib/libIce.so.33
+lib/libIce.so.3.4.0
+lib/libIce.so.34
 lib/libIceBox.so
-lib/libIceBox.so.3.3.1
-lib/libIceBox.so.33
+lib/libIceBox.so.3.4.0
+lib/libIceBox.so.34
+lib/libIceDB.so
+lib/libIceDB.so.3.4.0
+lib/libIceDB.so.34
 lib/libIceGrid.so
-lib/libIceGrid.so.3.3.1
-lib/libIceGrid.so.33
+lib/libIceGrid.so.3.4.0
+lib/libIceGrid.so.34
+lib/libIceGridFreezeDB.so
+lib/libIceGridFreezeDB.so.3.4.0
+lib/libIceGridFreezeDB.so.34
 lib/libIcePatch2.so
-lib/libIcePatch2.so.3.3.1
-lib/libIcePatch2.so.33
+lib/libIcePatch2.so.3.4.0
+lib/libIcePatch2.so.34
 lib/libIceSSL.so
-lib/libIceSSL.so.3.3.1
-lib/libIceSSL.so.33
+lib/libIceSSL.so.3.4.0
+lib/libIceSSL.so.34
 lib/libIceStorm.so
-lib/libIceStorm.so.3.3.1
-lib/libIceStorm.so.33
+lib/libIceStorm.so.3.4.0
+lib/libIceStorm.so.34
+lib/libIceStormFreezeDB.so
+lib/libIceStormFreezeDB.so.3.4.0
+lib/libIceStormFreezeDB.so.34
 lib/libIceStormService.so
-lib/libIceStormService.so.3.3.1
-lib/libIceStormService.so.33
+lib/libIceStormService.so.3.4.0
+lib/libIceStormService.so.34
 lib/libIceUtil.so
-lib/libIceUtil.so.3.3.1
-lib/libIceUtil.so.33
+lib/libIceUtil.so.3.4.0
+lib/libIceUtil.so.34
 lib/libIceXML.so
-lib/libIceXML.so.3.3.1
-lib/libIceXML.so.33
+lib/libIceXML.so.3.4.0
+lib/libIceXML.so.34
 lib/libSlice.so
-lib/libSlice.so.3.3.1
-lib/libSlice.so.33
-%%DATADIR%%/ICE_LICENSE
-%%DATADIR%%/LICENSE
-%%DATADIR%%/config/convertssl.py
-%%DATADIR%%/config/icegrid-slice.3.1.ice.gz
-%%DATADIR%%/config/icegrid-slice.3.2.ice.gz
-%%DATADIR%%/config/icegrid-slice.3.3.ice.gz
-%%DATADIR%%/config/templates.xml
-%%DATADIR%%/config/upgradeicegrid.py
+lib/libSlice.so.3.4.0
+lib/libSlice.so.34
 %%DATADIR%%/Freeze/BackgroundSaveEvictor.ice
 %%DATADIR%%/Freeze/CatalogData.ice
 %%DATADIR%%/Freeze/Connection.ice
@@ -258,7 +273,7 @@
 %%DATADIR%%/Glacier2/RouterF.ice
 %%DATADIR%%/Glacier2/SSLInfo.ice
 %%DATADIR%%/Glacier2/Session.ice
-%%DATADIR%%/Glacier2/SessionF.ice
+%%DATADIR%%/ICE_LICENSE
 %%DATADIR%%/Ice/BuiltinSequences.ice
 %%DATADIR%%/Ice/Communicator.ice
 %%DATADIR%%/Ice/CommunicatorF.ice
@@ -266,6 +281,8 @@
 %%DATADIR%%/Ice/ConnectionF.ice
 %%DATADIR%%/Ice/Current.ice
 %%DATADIR%%/Ice/Endpoint.ice
+%%DATADIR%%/Ice/EndpointF.ice
+%%DATADIR%%/Ice/EndpointTypes.ice
 %%DATADIR%%/Ice/FacetMap.ice
 %%DATADIR%%/Ice/Identity.ice
 %%DATADIR%%/Ice/ImplicitContext.ice
@@ -305,17 +322,17 @@
 %%DATADIR%%/IceGrid/UserAccountMapper.ice
 %%DATADIR%%/IcePatch2/FileInfo.ice
 %%DATADIR%%/IcePatch2/FileServer.ice
+%%DATADIR%%/IceSSL/ConnectionInfo.ice
+%%DATADIR%%/IceSSL/EndpointInfo.ice
 %%DATADIR%%/IceStorm/IceStorm.ice
+%%DATADIR%%/LICENSE
+%%DATADIR%%/config/convertssl.py
+%%DATADIR%%/config/icegrid-slice.3.1.ice.gz
+%%DATADIR%%/config/icegrid-slice.3.2.ice.gz
+%%DATADIR%%/config/icegrid-slice.3.3.ice.gz
+%%DATADIR%%/config/templates.xml
+%%DATADIR%%/config/upgradeicegrid.py
 %%PORTDOCS%%%%DOCSDIR%%/reference/Freeze.html
-%%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2.html
-%%PORTDOCS%%%%DOCSDIR%%/reference/Ice.html
-%%PORTDOCS%%%%DOCSDIR%%/reference/IceBox.html
-%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid.html
-%%PORTDOCS%%%%DOCSDIR%%/reference/IcePatch2.html
-%%PORTDOCS%%%%DOCSDIR%%/reference/IceStorm.html
-%%PORTDOCS%%%%DOCSDIR%%/reference/_sindex.html
-%%PORTDOCS%%%%DOCSDIR%%/reference/index.html
-%%PORTDOCS%%%%DOCSDIR%%/reference/symboltree.js
 %%PORTDOCS%%%%DOCSDIR%%/reference/Freeze/BackgroundSaveEvictor.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Freeze/CatalogData.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Freeze/Connection.html
@@ -334,6 +351,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/reference/Freeze/Transaction.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Freeze/TransactionAlreadyInProgressException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Freeze/TransactionalEvictor.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2/Admin.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2/CannotCreateSessionException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2/IdentitySet.html
@@ -348,6 +366,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2/SessionManager.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2/SessionNotExistException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2/StringSet.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Ice.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/AdapterAlreadyActiveException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/AdapterNotFoundException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/AlreadyRegisteredException.html
@@ -360,9 +379,9 @@
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/CommunicatorDestroyedException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/CompressionException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ConnectFailedException.html
-%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/Logger.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ConnectTimeoutException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/Connection.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ConnectionInfo.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ConnectionLostException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ConnectionNotValidatedException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ConnectionRefusedException.html
@@ -372,6 +391,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/DatagramLimitException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/EncapsulationException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/Endpoint.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/EndpointInfo.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/EndpointParseException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/EndpointSelectionType.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/EndpointSelectionTypeParseException.html
@@ -380,20 +400,20 @@
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/FileException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/FixedProxyException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ForcedCloseConnectionException.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/IPConnectionInfo.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/IPEndpointInfo.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/Identity.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/IdentityParseException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/IllegalIdentityException.html
-%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/IllegalIndirectionException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/IllegalMessageSizeException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ImplicitContext.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/InitializationException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/InvalidReplicaGroupIdException.html
-%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/Plugin.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/Locator.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/LocatorRegistry.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/Logger.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/MarshalException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/MemoryLimitException.html
-%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/NegativeSizeException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/NoEndpointException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/NoObjectFactoryException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/NotRegisteredException.html
@@ -403,8 +423,10 @@
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ObjectFactory.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ObjectNotExistException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ObjectNotFoundException.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/OpaqueEndpointInfo.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/OperationMode.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/OperationNotExistException.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/Plugin.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/PluginInitializationException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/PluginManager.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/Process.html
@@ -418,13 +440,17 @@
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/Router.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/SecurityException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ServantLocator.html
-%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/SocketException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/ServerNotFoundException.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/SocketException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/Stats.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/StringConversionException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/SyscallException.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/TCPConnectionInfo.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/TCPEndpointInfo.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/TimeoutException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/TwowayOnlyException.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/UDPConnectionInfo.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/Ice/UDPEndpointInfo.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/UnexpectedObjectException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/UnknownException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/UnknownLocalException.html
@@ -436,6 +462,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/UnsupportedEncodingException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/UnsupportedProtocolException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/Ice/VersionMismatchException.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/IceBox.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceBox/AlreadyStartedException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceBox/AlreadyStoppedException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceBox/FailureException.html
@@ -443,6 +470,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceBox/Service.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceBox/ServiceManager.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceBox/ServiceObserver.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/AccessDeniedException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/AdapterDescriptor.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/AdapterDynamicInfo.html
@@ -471,8 +499,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/FileNotAvailableException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/FileParser.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/IceBoxDescriptor.html
-%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/LoadInfo.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/LoadBalancingPolicy.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/LoadInfo.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/LoadSample.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/Locator.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/NodeDescriptor.html
@@ -487,8 +515,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ObjectInfo.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ObjectNotRegisteredException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ObjectObserver.html
-%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/OrderedLoadBalancingPolicy.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ObserverAlreadyRegisteredException.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/OrderedLoadBalancingPolicy.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ParseException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/PatchException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/PermissionDeniedException.html
@@ -502,8 +530,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/RegistryObserver.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/RegistryUnreachableException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ReplicaGroupDescriptor.html
-%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ServerDescriptor.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/RoundRobinLoadBalancingPolicy.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ServerDescriptor.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ServerDynamicInfo.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ServerInfo.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/ServerInstanceDescriptor.html
@@ -518,11 +546,16 @@
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/TemplateDescriptor.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/UserAccountMapper.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid/UserAccountNotFoundException.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/IcePatch2.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IcePatch2/Admin.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IcePatch2/FileAccessException.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IcePatch2/FileInfo.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IcePatch2/FileServer.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IcePatch2/PartitionOutOfRangeException.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/IceSSL.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/IceSSL/ConnectionInfo.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/IceSSL/EndpointInfo.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/IceStorm.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceStorm/AlreadySubscribed.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceStorm/BadQoS.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceStorm/LinkExists.html
@@ -532,6 +565,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceStorm/Topic.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceStorm/TopicExists.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/IceStorm/TopicManager.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/_sindex.html
 %%PORTDOCS%%%%DOCSDIR%%/reference/images/caution.gif
 %%PORTDOCS%%%%DOCSDIR%%/reference/images/closed.gif
 %%PORTDOCS%%%%DOCSDIR%%/reference/images/collapseAll.gif
@@ -550,8 +584,22 @@
 %%PORTDOCS%%%%DOCSDIR%%/reference/images/up.gif
 %%PORTDOCS%%%%DOCSDIR%%/reference/images/upx.gif
 %%PORTDOCS%%%%DOCSDIR%%/reference/images/warning.gif
+%%PORTDOCS%%%%DOCSDIR%%/reference/index.html
+%%PORTDOCS%%%%DOCSDIR%%/reference/symboltree.js
+@dirrm %%PORTDOCS%%%%DOCSDIR%%/reference/images
+@dirrm %%PORTDOCS%%%%DOCSDIR%%/reference/IceStorm
+@dirrm %%PORTDOCS%%%%DOCSDIR%%/reference/IceSSL
+@dirrm %%PORTDOCS%%%%DOCSDIR%%/reference/IcePatch2
+@dirrm %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid
+@dirrm %%PORTDOCS%%%%DOCSDIR%%/reference/IceBox
+@dirrm %%PORTDOCS%%%%DOCSDIR%%/reference/Ice
+@dirrm %%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2
+@dirrm %%PORTDOCS%%%%DOCSDIR%%/reference/Freeze
+@dirrm %%PORTDOCS%%%%DOCSDIR%%/reference
+@dirrm %%PORTDOCS%%%%DOCSDIR%%
 @dirrm %%DATADIR%%/config
 @dirrm %%DATADIR%%/IceStorm
+@dirrm %%DATADIR%%/IceSSL
 @dirrm %%DATADIR%%/IcePatch2
 @dirrm %%DATADIR%%/IceGrid
 @dirrm %%DATADIR%%/IceBox
@@ -559,16 +607,6 @@
 @dirrm %%DATADIR%%/Glacier2
 @dirrm %%DATADIR%%/Freeze
 @dirrm %%DATADIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/Freeze
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/Glacier2
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/Ice
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/IceBox
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/IceGrid
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/IcePatch2
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/IceStorm
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm include/Slice
 @dirrm include/IceXML
 @dirrm include/IceUtil
--- ice-3.4-patch ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1274019170.13996>