FreeBSD Bugzilla – Attachment 28442 Details for
Bug 47847
[PATCH] devel/commoncpp: fix building
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-commoncpp
patch-commoncpp (text/plain; charset=us-ascii), 22.53 KB, created by
osa
on 2003-02-03 15:40:18 UTC
(
hide
)
Description:
patch-commoncpp
Filename:
MIME Type:
Creator:
osa
Created:
2003-02-03 15:40:18 UTC
Size:
22.53 KB
patch
obsolete
>Index: ports/devel/commoncpp/Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/commoncpp/Makefile,v >retrieving revision 1.10 >diff -u -r1.10 Makefile >--- ports/devel/commoncpp/Makefile 2001/04/06 01:37:56 1.10 >+++ ports/devel/commoncpp/Makefile 2003/02/03 15:35:19 >@@ -4,19 +4,17 @@ > # > # $FreeBSD: ports/devel/commoncpp/Makefile,v 1.10 2001/04/06 01:37:56 mharo Exp $ > # >-# Copyright (c) 1999-2001 by Open Source Telecom Corporation. >-# Verbatim copying and distribution of this entire file is permitted >-# in any medium, provided this notice is preserved. > >-PORTNAME= CommonC++ >-PORTVERSION= 1.4.1 >+PORTNAME= commoncpp2 >+PORTVERSION= 1.0.8 >+PORTEPOCH= 1 > CATEGORIES= devel >-MASTER_SITES= ftp://www.voxilla.org/pub/freebsd/tarball/ \ >- ${MASTER_SITE_SOURCEFORGE} >-MASTER_SITE_SUBDIR= cplusplus >+MASTER_SITES= ${MASTER_SITE_GNU} >+MASTER_SITE_SUBDIR= commonc++ > >-MAINTAINER= dyfet@gnu.org >+MAINTAINER= ports@FreeBSD.org > >+BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen > LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ > xml2.5:${PORTSDIR}/textproc/libxml2 > >@@ -27,16 +25,96 @@ > > CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib > >-#post-extract: >-# cd ${WRKSRC} ; ./configure >-# @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ >-# 's|-release \$$\(LT_RELEASE\)||g' >+MAN3= AtomicCounter.3cc BaseObject.3cc BroadcastAddress.3cc \ >+ Buffer.3cc CRC16Digest.3cc CRC32Digest.3cc \ >+ ChecksumDigest.3cc CommandOption.3cc CommandOptionArg.3cc \ >+ CommandOptionCollect.3cc CommandOptionNoArg.3cc \ >+ CommandOptionParse.3cc CommandOptionRest.3cc \ >+ CommandOptionWithArg.3cc Conditional.3cc \ >+ DSO.3cc Date.3cc DateNumber.3cc Datetime.3cc \ >+ Digest.3cc DigestException.3cc Dir.3cc Engine.3cc \ >+ Engine_Exception.3cc Event.3cc FIFOSession.3cc \ >+ FTPSocket.3cc FTPSocket_DirEntry.3cc \ >+ FTPSocket_DirEntry_Compare.3cc File.3cc \ >+ File__fcb.3cc FixedBuffer.3cc InetAddrValidator.3cc \ >+ InetAddress.3cc InetHostAddress.3cc InetMaskAddress.3cc \ >+ InetMcastAddrValidator.3cc InetMcastAddress.3cc \ >+ Keydata.3cc Keydata_Define.3cc Keydata_Keysym.3cc \ >+ Keydata_Keyval.3cc MD5Digest.3cc MappedFile.3cc \ >+ MemPager.3cc Mutex.3cc MutexCounter.3cc MutexLock.3cc \ >+ NetworkDeviceInfo.3cc Number.3cc PersistException.3cc \ >+ Pipe.3cc PluginGroup.3cc Process.3cc RandomFile.3cc \ >+ SHA1Digest.3cc SHA256Digest.3cc SHA64DigestHelper.3cc \ >+ SHAConstant.3cc SHADigest.3cc SHATumbler.3cc Semaphore.3cc \ >+ Serial.3cc SerialPort.3cc SerialService.3cc SharedFile.3cc \ >+ SharedMemPager.3cc Slog.3cc Socket.3cc SocketPort.3cc \ >+ SocketService.3cc StringTokenizer.3cc \ >+ StringTokenizer_NoSuchElementException.3cc \ >+ StringTokenizer_iterator.3cc TCPSession.3cc \ >+ TCPSocket.3cc TCPStream.3cc TTYSession.3cc TTYStream.3cc \ >+ Thread.3cc ThreadFile.3cc ThreadGroup.3cc ThreadKey.3cc \ >+ ThreadLock.3cc Time.3cc TimedGroup.3cc TimerPort.3cc \ >+ TypeManager.3cc TypeManager_Registration.3cc UDPBroadcast.3cc \ >+ UDPDuplex.3cc UDPReceive.3cc UDPSocket.3cc UDPTransmit.3cc \ >+ URLStream.3cc UnixSession.3cc UnixSocket.3cc UnixStream.3cc \ >+ ZNumber.3cc cmdoptns.h.3cc common.h.3cc config.h.3cc \ >+ counter.h.3cc digest.h.3cc exception.h.3cc export.h.3cc \ >+ fifostream.3cc file.h.3cc ftp.h.3cc functions.h.3cc \ >+ groups.h.3cc iftpstream.3cc keystring.3cc misc.h.3cc \ >+ network.h.3cc numbers.h.3cc objcount.h.3cc objlink.h.3cc \ >+ objmap.h.3cc objsync.h.3cc oftpstream.3cc ost.3cc \ >+ ost_AtomicCounter.3cc ost_BaseObject.3cc \ >+ ost_BroadcastAddress.3cc ost_Buffer.3cc \ >+ ost_CRC16Digest.3cc ost_CRC32Digest.3cc \ >+ ost_ChecksumDigest.3cc ost_CommandOption.3cc \ >+ ost_CommandOptionArg.3cc ost_CommandOptionCollect.3cc \ >+ ost_CommandOptionNoArg.3cc ost_CommandOptionParse.3cc \ >+ ost_CommandOptionRest.3cc ost_CommandOptionWithArg.3cc \ >+ ost_Conditional.3cc ost_Counter.3cc ost_DSO.3cc ost_Date.3cc \ >+ ost_DateNumber.3cc ost_Datetime.3cc ost_Digest.3cc \ >+ ost_DigestException.3cc ost_Dir.3cc ost_Engine.3cc \ >+ ost_Engine_Exception.3cc ost_Event.3cc ost_FIFOSession.3cc \ >+ ost_File.3cc ost_File__fcb.3cc ost_FixedBuffer.3cc \ >+ ost_InetAddrValidator.3cc ost_InetAddress.3cc \ >+ ost_InetHostAddress.3cc ost_InetMaskAddress.3cc \ >+ ost_InetMcastAddrValidator.3cc ost_InetMcastAddress.3cc \ >+ ost_Keydata.3cc ost_Keydata_Define.3cc ost_Keydata_Keysym.3cc \ >+ ost_Keydata_Keyval.3cc ost_MD5Digest.3cc ost_MappedFile.3cc \ >+ ost_MemPager.3cc ost_Mutex.3cc ost_MutexCounter.3cc \ >+ ost_MutexLock.3cc ost_NetworkDeviceInfo.3cc \ >+ ost_Number.3cc ost_PersistException.3cc ost_Pipe.3cc \ >+ ost_PluginGroup.3cc ost_Pointer.3cc ost_Poller.3cc \ >+ ost_PosixThread.3cc ost_Process.3cc ost_RandomFile.3cc \ >+ ost_SHA1Digest.3cc ost_SHA256Digest.3cc \ >+ ost_SHA64DigestHelper.3cc ost_SHAConstant.3cc \ >+ ost_SHADigest.3cc ost_SHATumbler.3cc ost_Semaphore.3cc \ >+ ost_Serial.3cc ost_SerialPort.3cc ost_SerialService.3cc \ >+ ost_SharedFile.3cc ost_SharedMemPager.3cc ost_Slog.3cc \ >+ ost_Socket.3cc ost_SocketPort.3cc ost_SocketService.3cc \ >+ ost_StringTokenizer.3cc \ >+ ost_StringTokenizer_NoSuchElementException.3cc \ >+ ost_StringTokenizer_iterator.3cc ost_TCPSession.3cc \ >+ ost_TCPSocket.3cc ost_TCPStream.3cc ost_TTYSession.3cc \ >+ ost_TTYStream.3cc ost_Thread.3cc ost_ThreadFile.3cc \ >+ ost_ThreadGroup.3cc \ >+ ost_ThreadKey.3cc ost_ThreadLock.3cc ost_Time.3cc \ >+ ost_TimedGroup.3cc ost_TimerPort.3cc ost_TypeManager.3cc \ >+ ost_TypeManager_Registration.3cc ost_UDPBroadcast.3cc \ >+ ost_UDPDuplex.3cc ost_UDPReceive.3cc ost_UDPSocket.3cc \ >+ ost_UDPTransmit.3cc ost_URLStream.3cc ost_UnixSession.3cc \ >+ ost_UnixSocket.3cc ost_UnixStream.3cc ost_XMLRPC.3cc \ >+ ost_XMLStream.3cc ost_ZNumber.3cc \ >+ ost_cistring_char_traits.3cc ost_fifostream.3cc \ >+ ost_keyMap.3cc ost_keystring.3cc ost_objCounter.3cc \ >+ ost_objList.3cc ost_objMap.3cc ost_objSync.3cc \ >+ ost_tcpstream.3cc ost_ttystream.3cc ost_unixstream.3cc \ >+ oststring.h.3cc persist.h.3cc pointer.h.3cc process.h.3cc \ >+ serial.h.3cc slog.h.3cc socket.h.3cc strchar.h.3cc \ >+ tcpstream.3cc template.h.3cc thread.h.3cc ttystream.3cc \ >+ unix.h.3cc unixstream.3cc url.h.3cc urlstring.h.3cc \ >+ xml.h.3cc > > post-install: > (cd ${WRKSRC} ; make man) >-.if !defined(NOPORTDOCS) >- ${MKDIR} ${PREFIX}/share/doc/commoncpp >- ${INSTALL_MAN} ${WRKSRC}/doc/html/* ${PREFIX}/share/doc/commoncpp >-.endif > > .include <bsd.port.mk> >Index: ports/devel/commoncpp/distinfo >=================================================================== >RCS file: /home/ncvs/ports/devel/commoncpp/distinfo,v >retrieving revision 1.6 >diff -u -r1.6 distinfo >--- ports/devel/commoncpp/distinfo 2001/04/06 01:37:56 1.6 >+++ ports/devel/commoncpp/distinfo 2003/02/03 15:35:19 >@@ -1 +1 @@ >-MD5 (CommonC++-1.4.1.tar.gz) = 0896ecda3a3f027b917c04644f30973c >+MD5 (commoncpp2-1.0.8.tar.gz) = b1cb1057eff3814a681ac13496cb8fe0 >Index: ports/devel/commoncpp/pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/devel/commoncpp/pkg-plist,v >retrieving revision 1.7 >diff -u -r1.7 pkg-plist >--- ports/devel/commoncpp/pkg-plist 2001/04/06 01:37:57 1.7 >+++ ports/devel/commoncpp/pkg-plist 2003/02/03 15:35:19 >@@ -1,356 +1,51 @@ >-include/cc++/cmdoptns.h >-include/cc++/config.def >-include/cc++/config.h >-include/cc++/digest.h >-include/cc++/file.h >-include/cc++/html.h >-include/cc++/macros.h >-include/cc++/misc.h >-include/cc++/namespace.h >-include/cc++/persist.h >-include/cc++/serial.h >-include/cc++/slog.h >-include/cc++/socket.h >-include/cc++/thread.h >-include/cc++/url.h >-include/cc++/xml.h >-lib/libccio.a >-lib/libccio.so >-lib/libccio-1.4.so.0 >-lib/libccstd.a >-lib/libccstd.so >-lib/libccstd-1.4.so.0 >-lib/libccxx.a >-lib/libccxx.so >-lib/libccxx-1.4.so.0 >-bin/ccgnu-config >-man/man3/AtomicCounter.3cc >-man/man3/BaseObject.3cc >-man/man3/Body.3cc >-man/man3/BroadcastAddress.3cc >-man/man3/Buffer.3cc >-man/man3/CRC16Digest.3cc >-man/man3/ChecksumDigest.3cc >-man/man3/CommandOption.3cc >-man/man3/CommandOptionArg.3cc >-man/man3/CommandOptionCollect.3cc >-man/man3/CommandOptionNoArg.3cc >-man/man3/CommandOptionParse.3cc >-man/man3/CommandOptionRest.3cc >-man/man3/CommandOptionWithArg.3cc >-man/man3/DSO.3cc >-man/man3/Digest.3cc >-man/man3/Dir.3cc >-man/man3/Engine.3cc >-man/man3/Engine__Exception.3cc >-man/man3/Entity.3cc >-man/man3/Event.3cc >-man/man3/FIFOSession.3cc >-man/man3/FixedBuffer.3cc >-man/man3/Frameset.3cc >-man/man3/HTMLDocument.3cc >-man/man3/Head.3cc >-man/man3/InetAddress.3cc >-man/man3/InetHostAddress.3cc >-man/man3/InetMaskAddress.3cc >-man/man3/Keydata.3cc >-man/man3/MappedFile.3cc >-man/man3/MemPager.3cc >-man/man3/Mutex.3cc >-man/man3/MutexCounter.3cc >-man/man3/Pipe.3cc >-man/man3/Poller.3cc >-man/man3/RandomFile.3cc >-man/man3/Semaphore.3cc >-man/man3/Serial.3cc >-man/man3/SerialPort.3cc >-man/man3/SerialService.3cc >-man/man3/SharedFile.3cc >-man/man3/SharedMemPager.3cc >-man/man3/Slog.3cc >-man/man3/Socket.3cc >-man/man3/SocketPort.3cc >-man/man3/SocketService.3cc >-man/man3/StringTokenizer.3cc >-man/man3/StringTokenizer__NoSuchElementException.3cc >-man/man3/StringTokenizer__iterator.3cc >-man/man3/TCPSession.3cc >-man/man3/TCPSocket.3cc >-man/man3/TCPStream.3cc >-man/man3/TTYSession.3cc >-man/man3/TTYStream.3cc >-man/man3/Thread.3cc >-man/man3/ThreadFile.3cc >-man/man3/ThreadKey.3cc >-man/man3/ThreadLock.3cc >-man/man3/TimerPort.3cc >-man/man3/TypeManager.3cc >-man/man3/TypeManager__Registration.3cc >-man/man3/UDPBroadcast.3cc >-man/man3/UDPDuplex.3cc >-man/man3/UDPReceive.3cc >-man/man3/UDPSocket.3cc >-man/man3/UDPTransmit.3cc >-man/man3/URLStream.3cc >-man/man3/Writer.3cc >-man/man3/XMLStream.3cc >-man/man3/fifostream.3cc >-man/man3/init_WSA.3cc >-man/man3/tcpstream.3cc >-man/man3/ttystream.3cc >-share/doc/commoncpp/annotated.html >-share/doc/commoncpp/class__fcb-members.html >-share/doc/commoncpp/class__fcb.html >-share/doc/commoncpp/class__keysym-members.html >-share/doc/commoncpp/class__keysym.html >-share/doc/commoncpp/class__keyval-members.html >-share/doc/commoncpp/class__keyval.html >-share/doc/commoncpp/class_atomiccounter-members.html >-share/doc/commoncpp/class_atomiccounter.html >-share/doc/commoncpp/class_baseobject-members.html >-share/doc/commoncpp/class_baseobject.gif >-share/doc/commoncpp/class_baseobject.html >-share/doc/commoncpp/class_body-members.html >-share/doc/commoncpp/class_body.gif >-share/doc/commoncpp/class_body.html >-share/doc/commoncpp/class_broadcastaddress-members.html >-share/doc/commoncpp/class_broadcastaddress.gif >-share/doc/commoncpp/class_broadcastaddress.html >-share/doc/commoncpp/class_buffer-members.html >-share/doc/commoncpp/class_buffer.gif >-share/doc/commoncpp/class_buffer.html >-share/doc/commoncpp/class_checksumdigest-members.html >-share/doc/commoncpp/class_checksumdigest.gif >-share/doc/commoncpp/class_checksumdigest.html >-share/doc/commoncpp/class_commandoption-members.html >-share/doc/commoncpp/class_commandoption.gif >-share/doc/commoncpp/class_commandoption.html >-share/doc/commoncpp/class_commandoptionarg-members.html >-share/doc/commoncpp/class_commandoptionarg.gif >-share/doc/commoncpp/class_commandoptionarg.html >-share/doc/commoncpp/class_commandoptioncollect-members.html >-share/doc/commoncpp/class_commandoptioncollect.gif >-share/doc/commoncpp/class_commandoptioncollect.html >-share/doc/commoncpp/class_commandoptionnoarg-members.html >-share/doc/commoncpp/class_commandoptionnoarg.gif >-share/doc/commoncpp/class_commandoptionnoarg.html >-share/doc/commoncpp/class_commandoptionparse-members.html >-share/doc/commoncpp/class_commandoptionparse.html >-share/doc/commoncpp/class_commandoptionrest-members.html >-share/doc/commoncpp/class_commandoptionrest.gif >-share/doc/commoncpp/class_commandoptionrest.html >-share/doc/commoncpp/class_commandoptionwitharg-members.html >-share/doc/commoncpp/class_commandoptionwitharg.gif >-share/doc/commoncpp/class_commandoptionwitharg.html >-share/doc/commoncpp/class_crc16digest-members.html >-share/doc/commoncpp/class_crc16digest.gif >-share/doc/commoncpp/class_crc16digest.html >-share/doc/commoncpp/class_digest-members.html >-share/doc/commoncpp/class_digest.gif >-share/doc/commoncpp/class_digest.html >-share/doc/commoncpp/class_dir-members.html >-share/doc/commoncpp/class_dir.html >-share/doc/commoncpp/class_dso-members.html >-share/doc/commoncpp/class_dso.html >-share/doc/commoncpp/class_engine-members.html >-share/doc/commoncpp/class_engine.html >-share/doc/commoncpp/class_engine__exception-members.html >-share/doc/commoncpp/class_engine__exception.gif >-share/doc/commoncpp/class_engine__exception.html >-share/doc/commoncpp/class_entity-members.html >-share/doc/commoncpp/class_entity.gif >-share/doc/commoncpp/class_entity.html >-share/doc/commoncpp/class_event-members.html >-share/doc/commoncpp/class_event.gif >-share/doc/commoncpp/class_event.html >-share/doc/commoncpp/class_fifosession-members.html >-share/doc/commoncpp/class_fifosession.gif >-share/doc/commoncpp/class_fifosession.html >-share/doc/commoncpp/class_fifostream-members.html >-share/doc/commoncpp/class_fifostream.gif >-share/doc/commoncpp/class_fifostream.html >-share/doc/commoncpp/class_fixedbuffer-members.html >-share/doc/commoncpp/class_fixedbuffer.gif >-share/doc/commoncpp/class_fixedbuffer.html >-share/doc/commoncpp/class_frameset-members.html >-share/doc/commoncpp/class_frameset.gif >-share/doc/commoncpp/class_frameset.html >-share/doc/commoncpp/class_fstream.gif >-share/doc/commoncpp/class_fstream.html >-share/doc/commoncpp/class_head-members.html >-share/doc/commoncpp/class_head.gif >-share/doc/commoncpp/class_head.html >-share/doc/commoncpp/class_htmldocument-members.html >-share/doc/commoncpp/class_htmldocument.gif >-share/doc/commoncpp/class_htmldocument.html >-share/doc/commoncpp/class_inetaddress-members.html >-share/doc/commoncpp/class_inetaddress.gif >-share/doc/commoncpp/class_inetaddress.html >-share/doc/commoncpp/class_inethostaddress-members.html >-share/doc/commoncpp/class_inethostaddress.gif >-share/doc/commoncpp/class_inethostaddress.html >-share/doc/commoncpp/class_inetmaskaddress-members.html >-share/doc/commoncpp/class_inetmaskaddress.gif >-share/doc/commoncpp/class_inetmaskaddress.html >-share/doc/commoncpp/class_init_wsa-members.html >-share/doc/commoncpp/class_init_wsa.html >-share/doc/commoncpp/class_iostream.gif >-share/doc/commoncpp/class_iostream.html >-share/doc/commoncpp/class_keydata-members.html >-share/doc/commoncpp/class_keydata.gif >-share/doc/commoncpp/class_keydata.html >-share/doc/commoncpp/class_keydef-members.html >-share/doc/commoncpp/class_keydef.html >-share/doc/commoncpp/class_mappedfile-members.html >-share/doc/commoncpp/class_mappedfile.gif >-share/doc/commoncpp/class_mappedfile.html >-share/doc/commoncpp/class_mempager-members.html >-share/doc/commoncpp/class_mempager.gif >-share/doc/commoncpp/class_mempager.html >-share/doc/commoncpp/class_mutex-members.html >-share/doc/commoncpp/class_mutex.gif >-share/doc/commoncpp/class_mutex.html >-share/doc/commoncpp/class_mutexcounter-members.html >-share/doc/commoncpp/class_mutexcounter.gif >-share/doc/commoncpp/class_mutexcounter.html >-share/doc/commoncpp/class_ostream.gif >-share/doc/commoncpp/class_ostream.html >-share/doc/commoncpp/class_persistexception-members.html >-share/doc/commoncpp/class_persistexception.gif >-share/doc/commoncpp/class_persistexception.html >-share/doc/commoncpp/class_pipe-members.html >-share/doc/commoncpp/class_pipe.html >-share/doc/commoncpp/class_poller-members.html >-share/doc/commoncpp/class_poller.html >-share/doc/commoncpp/class_randomfile-members.html >-share/doc/commoncpp/class_randomfile.gif >-share/doc/commoncpp/class_randomfile.html >-share/doc/commoncpp/class_semaphore-members.html >-share/doc/commoncpp/class_semaphore.html >-share/doc/commoncpp/class_serial-members.html >-share/doc/commoncpp/class_serial.gif >-share/doc/commoncpp/class_serial.html >-share/doc/commoncpp/class_serialport-members.html >-share/doc/commoncpp/class_serialport.gif >-share/doc/commoncpp/class_serialport.html >-share/doc/commoncpp/class_serialservice-members.html >-share/doc/commoncpp/class_serialservice.gif >-share/doc/commoncpp/class_serialservice.html >-share/doc/commoncpp/class_sharedfile-members.html >-share/doc/commoncpp/class_sharedfile.gif >-share/doc/commoncpp/class_sharedfile.html >-share/doc/commoncpp/class_sharedmempager-members.html >-share/doc/commoncpp/class_sharedmempager.gif >-share/doc/commoncpp/class_sharedmempager.html >-share/doc/commoncpp/class_slog-members.html >-share/doc/commoncpp/class_slog.gif >-share/doc/commoncpp/class_slog.html >-share/doc/commoncpp/class_socket-members.html >-share/doc/commoncpp/class_socket.gif >-share/doc/commoncpp/class_socket.html >-share/doc/commoncpp/class_socketport-members.html >-share/doc/commoncpp/class_socketport.gif >-share/doc/commoncpp/class_socketport.html >-share/doc/commoncpp/class_socketservice-members.html >-share/doc/commoncpp/class_socketservice.gif >-share/doc/commoncpp/class_socketservice.html >-share/doc/commoncpp/class_streambuf.gif >-share/doc/commoncpp/class_streambuf.html >-share/doc/commoncpp/class_stringtokenizer-members.html >-share/doc/commoncpp/class_stringtokenizer.html >-share/doc/commoncpp/class_stringtokenizer__iterator-members.html >-share/doc/commoncpp/class_stringtokenizer__iterator.html >-share/doc/commoncpp/class_stringtokenizer__nosuchelementexception.html >-share/doc/commoncpp/class_tcpsession-members.html >-share/doc/commoncpp/class_tcpsession.gif >-share/doc/commoncpp/class_tcpsession.html >-share/doc/commoncpp/class_tcpsocket-members.html >-share/doc/commoncpp/class_tcpsocket.gif >-share/doc/commoncpp/class_tcpsocket.html >-share/doc/commoncpp/class_tcpstream-members.html >-share/doc/commoncpp/class_tcpstream.gif >-share/doc/commoncpp/class_tcpstream.html >-share/doc/commoncpp/class_thread-members.html >-share/doc/commoncpp/class_thread.gif >-share/doc/commoncpp/class_thread.html >-share/doc/commoncpp/class_threadfile-members.html >-share/doc/commoncpp/class_threadfile.gif >-share/doc/commoncpp/class_threadfile.html >-share/doc/commoncpp/class_threadkey-members.html >-share/doc/commoncpp/class_threadkey.html >-share/doc/commoncpp/class_threadlock-members.html >-share/doc/commoncpp/class_threadlock.html >-share/doc/commoncpp/class_timerport-members.html >-share/doc/commoncpp/class_timerport.gif >-share/doc/commoncpp/class_timerport.html >-share/doc/commoncpp/class_ttysession-members.html >-share/doc/commoncpp/class_ttysession.gif >-share/doc/commoncpp/class_ttysession.html >-share/doc/commoncpp/class_ttystream-members.html >-share/doc/commoncpp/class_ttystream.gif >-share/doc/commoncpp/class_ttystream.html >-share/doc/commoncpp/class_typemanager-members.html >-share/doc/commoncpp/class_typemanager.html >-share/doc/commoncpp/class_typemanager__registration-members.html >-share/doc/commoncpp/class_typemanager__registration.html >-share/doc/commoncpp/class_udpbroadcast-members.html >-share/doc/commoncpp/class_udpbroadcast.gif >-share/doc/commoncpp/class_udpbroadcast.html >-share/doc/commoncpp/class_udpduplex-members.html >-share/doc/commoncpp/class_udpduplex.gif >-share/doc/commoncpp/class_udpduplex.html >-share/doc/commoncpp/class_udpreceive-members.html >-share/doc/commoncpp/class_udpreceive.gif >-share/doc/commoncpp/class_udpreceive.html >-share/doc/commoncpp/class_udpsocket-members.html >-share/doc/commoncpp/class_udpsocket.gif >-share/doc/commoncpp/class_udpsocket.html >-share/doc/commoncpp/class_udptransmit-members.html >-share/doc/commoncpp/class_udptransmit.gif >-share/doc/commoncpp/class_udptransmit.html >-share/doc/commoncpp/class_urlstream-members.html >-share/doc/commoncpp/class_urlstream.gif >-share/doc/commoncpp/class_urlstream.html >-share/doc/commoncpp/class_writer-members.html >-share/doc/commoncpp/class_writer.html >-share/doc/commoncpp/class_xmlstream-members.html >-share/doc/commoncpp/class_xmlstream.html >-share/doc/commoncpp/classes.html >-share/doc/commoncpp/cmdoptns_h-source.html >-share/doc/commoncpp/cmdoptns_h.html >-share/doc/commoncpp/config_h.html >-share/doc/commoncpp/digest_h-source.html >-share/doc/commoncpp/digest_h.html >-share/doc/commoncpp/doxygen.css >-share/doc/commoncpp/doxygen.gif >-share/doc/commoncpp/export_h.html >-share/doc/commoncpp/file_h-source.html >-share/doc/commoncpp/file_h.html >-share/doc/commoncpp/files.html >-share/doc/commoncpp/functions.html >-share/doc/commoncpp/globals.html >-share/doc/commoncpp/hierarchy.html >-share/doc/commoncpp/html_h-source.html >-share/doc/commoncpp/html_h.html >-share/doc/commoncpp/index.html >-share/doc/commoncpp/macros_h.html >-share/doc/commoncpp/misc_h-source.html >-share/doc/commoncpp/misc_h.html >-share/doc/commoncpp/namespace_h.html >-share/doc/commoncpp/null.gif >-share/doc/commoncpp/persist_h-source.html >-share/doc/commoncpp/persist_h.html >-share/doc/commoncpp/serial_h-source.html >-share/doc/commoncpp/serial_h.html >-share/doc/commoncpp/slog_h-source.html >-share/doc/commoncpp/slog_h.html >-share/doc/commoncpp/socket_h-source.html >-share/doc/commoncpp/socket_h.html >-share/doc/commoncpp/thread_h-source.html >-share/doc/commoncpp/thread_h.html >-share/doc/commoncpp/url_h-source.html >-share/doc/commoncpp/url_h.html >-share/doc/commoncpp/xml_h-source.html >-share/doc/commoncpp/xml_h.html >-@dirrm include/cc++ >-@dirrm share/doc/commoncpp >+bin/ccgnu2-config >+include/cc++2/cc++/cmdoptns.h >+include/cc++2/cc++/config.h >+include/cc++2/cc++/common.h >+include/cc++2/cc++/exception.h >+include/cc++2/cc++/digest.h >+include/cc++2/cc++/file.h >+include/cc++2/cc++/groups.h >+include/cc++2/cc++/numbers.h >+include/cc++2/cc++/misc.h >+include/cc++2/cc++/network.h >+include/cc++2/cc++/persist.h >+include/cc++2/cc++/serial.h >+include/cc++2/cc++/slog.h >+include/cc++2/cc++/socket.h >+include/cc++2/cc++/strchar.h >+include/cc++2/cc++/thread.h >+include/cc++2/cc++/unix.h >+include/cc++2/cc++/url.h >+include/cc++2/cc++/urlstring.h >+include/cc++2/cc++/xml.h >+include/cc++2/cc++/ftp.h >+include/cc++2/cc++/process.h >+include/cc++2/cc++/export.h >+include/cc++2/cc++/template.h >+include/cc++2/cc++/objcount.h >+include/cc++2/cc++/objlink.h >+include/cc++2/cc++/objmap.h >+include/cc++2/cc++/objsync.h >+include/cc++2/cc++/oststring.h >+include/cc++2/cc++/functions.h >+include/cc++2/cc++/pointer.h >+include/cc++2/cc++/counter.h >+share/aclocal/ost_check2.m4 >+lib/libccgnu2.la >+lib/libccgnu2.a >+lib/libccgnu2.so >+lib/libccgnu2-1.0.so >+lib/libccgnu2-1.0.so.0 >+lib/libccext2.la >+lib/libccext2.a >+lib/libccext2.so >+lib/libccext2-1.0.so >+lib/libccext2-1.0.so.0 >+@unexec install-info --delete %D/info/commoncpp2.info %D/info/dir >+info/commoncpp2.info >+info/commoncpp2.info-1 >+info/commoncpp2.info-2 >+info/commoncpp2.info-3 >+@exec install-info %D/info/commoncpp2.info %D/info/dir >+@dirrm include/cc++2/cc++
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 47847
:
28441
| 28442 |
28443