FreeBSD Bugzilla – Attachment 42780 Details for
Bug 66645
devel/rudiments: upgrade to 0.26.3.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
rudiments.diff
rudiments.diff (text/plain), 19.88 KB, created by
Thierry Thomas
on 2004-05-14 20:50:24 UTC
(
hide
)
Description:
rudiments.diff
Filename:
MIME Type:
Creator:
Thierry Thomas
Created:
2004-05-14 20:50:24 UTC
Size:
19.88 KB
patch
obsolete
>diff -urN devel/rudiments.orig/Makefile devel/rudiments/Makefile >--- devel/rudiments.orig/Makefile Tue Mar 2 19:16:17 2004 >+++ devel/rudiments/Makefile Mon May 10 23:41:44 2004 >@@ -6,8 +6,7 @@ > # > > PORTNAME= rudiments >-PORTVERSION= 0.24 >-PORTREVISION= 2 >+PORTVERSION= 0.26.3 > CATEGORIES= devel > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} >@@ -15,26 +14,22 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= A utility C++ class library for daemons, clients, servers and more > >-USE_GMAKE= yes >-USE_AUTOCONF_VER=213 >-CONFIGURE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" >-MAKE_ARGS= VERSION="${PORTVERSION:R}" >- >-INSTALLS_SHLIB= yes >- >-.include <bsd.port.pre.mk> >- >-.if ${OSVERSION} >= 500000 >-EXTRA_PATCHES= ${PATCHDIR}/extra-patch-* >- >-PLIST_SUB+= PROFILE="@comment " >-.else >-PLIST_SUB+= PROFILE="" >-.endif >- >-post-install: >-.if !defined(NOPORTDOCS) >- cd ${WRKSRC} && ${MAKE} doc-install >+USE_GMAKE= yes >+USE_LIBTOOL_VER= 13 >+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} >+CONFIGURE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ >+ PTHREADINCLUDES="${PTHREAD_CFLAGS}" \ >+ PTHREADLIB="${PTHREAD_LIBS}" >+PLIST_SUB= VER="${PORTVERSION}" >+ >+INSTALLS_SHLIB= yes >+ >+USE_REINPLACE= yes >+ >+pre-configure: >+.if defined(NOPORTDOCS) >+ @${REINPLACE_CMD} -e "s|install-bin install-doc|install-bin|" \ >+ ${WRKSRC}/Makefile > .endif > >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >diff -urN devel/rudiments.orig/distinfo devel/rudiments/distinfo >--- devel/rudiments.orig/distinfo Fri Jan 30 21:41:54 2004 >+++ devel/rudiments/distinfo Mon May 10 23:21:17 2004 >@@ -1,2 +1,2 @@ >-MD5 (rudiments-0.24.tar.gz) = 9ff19e9ddf2ce79b8f217043bc4259b7 >-SIZE (rudiments-0.24.tar.gz) = 81999 >+MD5 (rudiments-0.26.3.tar.gz) = c0244258820bd1df788f0a522daca46e >+SIZE (rudiments-0.26.3.tar.gz) = 453224 >diff -urN devel/rudiments.orig/files/extra-patch-src+Makefile.in devel/rudiments/files/extra-patch-src+Makefile.in >--- devel/rudiments.orig/files/extra-patch-src+Makefile.in Sat Dec 7 11:28:15 2002 >+++ devel/rudiments/files/extra-patch-src+Makefile.in Thu Jan 1 01:00:00 1970 >@@ -1,25 +0,0 @@ >---- src/Makefile.in.orig Mon Apr 15 13:21:24 2002 >-+++ src/Makefile.in Sat Dec 7 19:27:01 2002 >-@@ -17,7 +17,6 @@ >- >- all: >- $(MAKE) ../lib/librudiments.a; \ >-- $(MAKE) ../lib/librudiments_p.a; \ >- if ( test ! -n "@MINGW32@" -a ! -n "@CYGWIN@" -a ! -n "@UWIN@" ); then \ >- $(MAKE) ../lib/librudiments.so.$(VERSION); \ >- else \ >-@@ -48,7 +47,6 @@ >- install: >- $(top_srcdir)/mkinstalldirs $(libdir) >- $(INSTALL) -m 644 ../lib/librudiments.a $(libdir); \ >-- $(INSTALL) -m 644 ../lib/librudiments_p.a $(libdir); \ >- if ( test ! -n "@MINGW32@" -a ! -n "@CYGWIN@" -a ! -n "@UWIN@" ); then \ >- $(RM) $(libdir)/librudiments.so*; \ >- $(INSTALL) ../lib/librudiments.so.$(VERSION) $(libdir); \ >-@@ -62,6 +60,5 @@ >- uninstall: >- $(RM) $(libdir)/librudiments.so* >- $(RM) $(libdir)/librudiments.a >-- $(RM) $(libdir)/librudiments_p.a >- $(RM) $(libdir)/librudiments.dll >- $(RM) $(libdir)/librudiments.lib >diff -urN devel/rudiments.orig/files/patch-Makefile.in devel/rudiments/files/patch-Makefile.in >--- devel/rudiments.orig/files/patch-Makefile.in Mon Jul 2 10:14:10 2001 >+++ devel/rudiments/files/patch-Makefile.in Thu Jan 1 01:00:00 1970 >@@ -1,10 +0,0 @@ >---- Makefile.in.orig Wed Jun 20 13:57:31 2001 >-+++ Makefile.in Mon Jul 2 16:52:51 2001 >-@@ -16,6 +16,7 @@ >- install: >- cd src; $(MAKE) install >- cd include; $(MAKE) install >-+doc-install: >- cd doc; $(MAKE) install >- >- uninstall: >diff -urN devel/rudiments.orig/files/patch-config.mk.in devel/rudiments/files/patch-config.mk.in >--- devel/rudiments.orig/files/patch-config.mk.in Sun Nov 2 19:22:52 2003 >+++ devel/rudiments/files/patch-config.mk.in Mon May 10 23:21:17 2004 >@@ -1,18 +1,11 @@ >---- config.mk.in.orig Mon Apr 15 11:21:21 2002 >-+++ config.mk.in Tue Oct 28 07:39:01 2003 >-@@ -7,13 +7,13 @@ >- exec_prefix = @exec_prefix@ >- incdir = @includedir@ >+--- config.mk.in.orig Tue Dec 30 18:16:20 2003 >++++ config.mk.in Mon May 10 22:16:53 2004 >+@@ -10,7 +10,7 @@ >+ includedir = @includedir@ > libdir = @libdir@ >--docdir = $(prefix)/doc/rudiments >+ datadir = @datadir@ >+-docdir = ${datadir}/doc/rudiments > +docdir = $(prefix)/share/doc/rudiments > > # compiler to use > CXX = @CXX@ >- >- # debug and optimization flags (-g, -O2, etc.) >--CXXFLAGS = -pedantic -w -O2 -fPIC @CXXFLAGS@ >-+CXXFLAGS = -w -fPIC @CXXFLAGS@ >- >- # command to build a shared object library >- DYNAMICAR = @DYNAMICAR@ >diff -urN devel/rudiments.orig/files/patch-configure devel/rudiments/files/patch-configure >--- devel/rudiments.orig/files/patch-configure Thu Jan 1 01:00:00 1970 >+++ devel/rudiments/files/patch-configure Tue May 11 23:40:26 2004 >@@ -0,0 +1,30 @@ >+--- configure.orig Tue Dec 30 18:12:47 2003 >++++ configure Tue May 11 23:39:41 2004 >+@@ -1505,7 +1505,7 @@ >+ enableval="$enable_debug" >+ CXXFLAGS="-g -pg -fno-exceptions -Wall"; INSTALLSTRIP="" >+ else >+- CXXFLAGS="-fomit-frame-pointer -fno-exceptions -Wall"; INSTALLSTRIP="-s" >++ CXXFLAGS="${CXXFLAGS} -fomit-frame-pointer -fno-exceptions -Wall"; INSTALLSTRIP="-s" >+ fi; >+ >+ # Check whether --with-system-libtool or --without-system-libtool was given. >+@@ -18523,6 +18523,7 @@ >+ >+ # This can be used to rebuild libtool when needed >+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" >++$ac_aux_dir/ltconfig $LIBTOOL_DEPS >+ >+ # Always use our own libtool. >+ LIBTOOL='$(SHELL) $(top_builddir)/libtool' >+@@ -19444,8 +19445,8 @@ >+ >+ >+ HAVE_PTHREAD="" >+-PTHREADINCLUDES="" >+-PTHREADLIB="" >++#PTHREADINCLUDES="" >++#PTHREADLIB="" >+ >+ if ( test "$cross_compiling" = "yes" ) >+ then >diff -urN devel/rudiments.orig/files/patch-configure.in devel/rudiments/files/patch-configure.in >--- devel/rudiments.orig/files/patch-configure.in Mon Jul 2 10:14:10 2001 >+++ devel/rudiments/files/patch-configure.in Thu Jan 1 01:00:00 1970 >@@ -1,13 +0,0 @@ >---- configure.in.orig Fri Jun 29 14:14:19 2001 >-+++ configure.in Mon Jul 2 16:32:29 2001 >-@@ -112,8 +112,8 @@ >- VERSION="0.20" >- AC_SUBST(VERSION) >- AC_DEFINE_UNQUOTED(VERSION,"$VERSION",Version) >--CXXFLAGS="" >--CFLAGS="" >-+#CXXFLAGS="" >-+#CFLAGS="" >- AC_PREFIX_DEFAULT(/usr/local/firstworks) >- >- dnl Output files. >diff -urN devel/rudiments.orig/files/patch-genericsocket.h devel/rudiments/files/patch-genericsocket.h >--- devel/rudiments.orig/files/patch-genericsocket.h Sun Feb 29 01:58:45 2004 >+++ devel/rudiments/files/patch-genericsocket.h Thu Jan 1 01:00:00 1970 >@@ -1,18 +0,0 @@ >---- include/rudiments/genericsocket.h.bak Mon Apr 15 06:21:25 2002 >-+++ include/rudiments/genericsocket.h Sun Feb 29 01:55:13 2004 >-@@ -4,12 +4,14 @@ >- #ifndef GENERICSOCKET_H >- #define GENERICSOCKET_H >- >--#include <strstream.h> >-+#include <strstream> >- >- #include <sys/types.h> >- #include <sys/un.h> >- #include <netinet/in.h> >- #include <netdb.h> >-+ >-+using namespace std; >- >- // The client class allows you to write programs that can talk to other >- // programs over TCP connections. >diff -urN devel/rudiments.orig/files/patch-src-daemonprocess.C devel/rudiments/files/patch-src-daemonprocess.C >--- devel/rudiments.orig/files/patch-src-daemonprocess.C Tue Mar 2 19:16:17 2004 >+++ devel/rudiments/files/patch-src-daemonprocess.C Thu Jan 1 01:00:00 1970 >@@ -1,29 +0,0 @@ >---- src/daemonprocess.C.orig Mon Apr 15 06:21:24 2002 >-+++ src/daemonprocess.C Sun Feb 29 01:53:19 2004 >-@@ -5,7 +5,7 @@ >- >- #include <iostream.h> >- #include <fstream.h> >--#include <strstream.h> >-+#include <strstream> >- >- #include <sys/types.h> >- #ifdef HAVE_UNISTD_H >-@@ -22,11 +22,13 @@ >- #include <rudiments/daemonprocess.h> >- >- #ifdef __GNUC__ >--static signalhandler *daemonprocess::termhandler; >--static signalhandler *daemonprocess::inthandler; >--static void (*daemonprocess::shutdownfunc)(int); >--static signalhandler *daemonprocess::deadchildhandler; >-+signalhandler *daemonprocess::termhandler; >-+signalhandler *daemonprocess::inthandler; >-+void (*daemonprocess::shutdownfunc)(int); >-+signalhandler *daemonprocess::deadchildhandler; >- #endif >-+ >-+using namespace std; >- >- daemonprocess::daemonprocess() { >- >diff -urN devel/rudiments.orig/files/patch-src-genericsocket.C devel/rudiments/files/patch-src-genericsocket.C >--- devel/rudiments.orig/files/patch-src-genericsocket.C Tue Oct 28 03:15:11 2003 >+++ devel/rudiments/files/patch-src-genericsocket.C Thu Jan 1 01:00:00 1970 >@@ -1,29 +0,0 @@ >---- src/genericsocket.C.orig Mon Apr 15 11:21:24 2002 >-+++ src/genericsocket.C Tue Oct 28 08:10:37 2003 >-@@ -211,7 +211,7 @@ >- // If we got no error, just didn't get >- // all of the data, we need to get the >- // rest. >-- return retval+safeRead(fd,buf+retval, >-+ return retval+safeRead(fd,(char *)buf+retval, >- realcount-retval); >- } else if (errno && showerrors) { >- cerr << "error: read failed: "; >-@@ -223,7 +223,7 @@ >- >- // handle cases where count>SSIZE_MAX by continuing to read >- if (realcount<count) { >-- return retval+safeRead(fd,buf+retval,count-retval); >-+ return retval+safeRead(fd,(char *)buf+retval,count-retval); >- } >- >- return retval; >-@@ -260,7 +260,7 @@ >- >- // must send at least 1 iovector with 1 byte of real data >- struct iovec iovector[1]; >-- iovector[0].iov_base=(void *)" "; >-+ iovector[0].iov_base=const_cast<char *>(" "); >- iovector[0].iov_len=sizeof(char); >- messageheader.msg_iov=iovector; >- messageheader.msg_iovlen=1; >diff -urN devel/rudiments.orig/pkg-plist devel/rudiments/pkg-plist >--- devel/rudiments.orig/pkg-plist Mon Dec 9 22:07:36 2002 >+++ devel/rudiments/pkg-plist Tue May 11 22:34:55 2004 >@@ -1,59 +1,203 @@ >-include/rudiments/clientsocket.h >+bin/rudiments-config >+include/rudiments/charstring.h >+include/rudiments/client.h > include/rudiments/commandline.h > include/rudiments/daemonprocess.h >+include/rudiments/datatransport.h >+include/rudiments/datatransportfactory.h > include/rudiments/datetime.h >-include/rudiments/genericsocket.h >+include/rudiments/dictionary.h >+include/rudiments/dtd.h >+include/rudiments/environment.h >+include/rudiments/errorhandler.h >+include/rudiments/file.h >+include/rudiments/filedescriptor.h >+include/rudiments/filesystem.h >+include/rudiments/groupentry.h >+include/rudiments/hostentry.h >+include/rudiments/inetclientsocket.h >+include/rudiments/inetserversocket.h >+include/rudiments/linkedlist.h >+include/rudiments/listener.h >+include/rudiments/logger.h >+include/rudiments/memorypool.h >+include/rudiments/parameterstring.h >+include/rudiments/passwdentry.h > include/rudiments/permissions.h >-include/rudiments/randomnumber.h >-include/rudiments/regularexpression.h >-include/rudiments/semaphoreset.h >-include/rudiments/serversocket.h >-include/rudiments/serversocketpool.h >-include/rudiments/sharedmemory.h >-include/rudiments/signalclasses.h >-include/rudiments/text.h >-include/rudiments/private/clientsocket.h >+include/rudiments/private/charstring.h >+include/rudiments/private/charstringincludes.h >+include/rudiments/private/client.h >+include/rudiments/private/clientincludes.h > include/rudiments/private/commandline.h >+include/rudiments/private/commandlineincludes.h >+include/rudiments/private/config.h > include/rudiments/private/daemonprocess.h >+include/rudiments/private/daemonprocessincludes.h >+include/rudiments/private/datatransport.h >+include/rudiments/private/datatransportfactoryincludes.h >+include/rudiments/private/datatransportincludes.h > include/rudiments/private/datetime.h >-include/rudiments/private/genericsocket.h >+include/rudiments/private/datetimeincludes.h >+include/rudiments/private/dictionary.h >+include/rudiments/private/dictionaryincludes.h >+include/rudiments/private/dictionaryinlines.h >+include/rudiments/private/dictionarynode.h >+include/rudiments/private/dictionarynodeinlines.h >+include/rudiments/private/dtd.h >+include/rudiments/private/dtdincludes.h >+include/rudiments/private/environment.h >+include/rudiments/private/environmentincludes.h >+include/rudiments/private/errorhandler.h >+include/rudiments/private/errorhandlerincludes.h >+include/rudiments/private/file.h >+include/rudiments/private/filedescriptor.h >+include/rudiments/private/filedescriptorincludes.h >+include/rudiments/private/filedestination.h >+include/rudiments/private/fileincludes.h >+include/rudiments/private/filesystem.h >+include/rudiments/private/filesystemincludes.h >+include/rudiments/private/groupentry.h >+include/rudiments/private/groupentryincludes.h >+include/rudiments/private/hostentry.h >+include/rudiments/private/hostentryincludes.h >+include/rudiments/private/inetclientsocketincludes.h >+include/rudiments/private/inetserversocketincludes.h >+include/rudiments/private/inetsocket.h >+include/rudiments/private/linkedlist.h >+include/rudiments/private/linkedlistincludes.h >+include/rudiments/private/linkedlistinlines.h >+include/rudiments/private/linkedlistnode.h >+include/rudiments/private/linkedlistnodeinlines.h >+include/rudiments/private/linkedlistutil.h >+include/rudiments/private/linkedlistutilinlines.h >+include/rudiments/private/listener.h >+include/rudiments/private/listenerincludes.h >+include/rudiments/private/logdestination.h >+include/rudiments/private/logger.h >+include/rudiments/private/loggerincludes.h >+include/rudiments/private/memorypool.h >+include/rudiments/private/memorypoolincludes.h >+include/rudiments/private/memorypoolnode.h >+include/rudiments/private/parameterstring.h >+include/rudiments/private/parameterstringincludes.h >+include/rudiments/private/passwdentry.h >+include/rudiments/private/passwdentryincludes.h >+include/rudiments/private/permissionsincludes.h >+include/rudiments/private/protocolentry.h >+include/rudiments/private/protocolentryincludes.h >+include/rudiments/private/randomnumberincludes.h > include/rudiments/private/regularexpression.h >+include/rudiments/private/regularexpressionincludes.h >+include/rudiments/private/rpcentry.h >+include/rudiments/private/rpcentryincludes.h >+include/rudiments/private/rudimentsinlines.h > include/rudiments/private/semaphoreset.h >+include/rudiments/private/semaphoresetincludes.h >+include/rudiments/private/serverincludes.h > include/rudiments/private/serversocket.h >-include/rudiments/private/serversocketpool.h >+include/rudiments/private/serversocketincludes.h >+include/rudiments/private/serviceentry.h >+include/rudiments/private/serviceentryincludes.h > include/rudiments/private/sharedmemory.h >+include/rudiments/private/sharedmemoryincludes.h >+include/rudiments/private/signalclassesincludes.h > include/rudiments/private/signalhandler.h > include/rudiments/private/signalset.h >-include/rudiments/private/socketnode.h >-@dirrm include/rudiments/private >-@dirrm include/rudiments >+include/rudiments/private/stderrdestination.h >+include/rudiments/private/stdoutdestination.h >+include/rudiments/private/stringbuffer.h >+include/rudiments/private/stringbufferincludes.h >+include/rudiments/private/syslogdestination.h >+include/rudiments/private/timezonefile.h >+include/rudiments/private/unixclientsocketincludes.h >+include/rudiments/private/unixserversocket.h >+include/rudiments/private/unixserversocketincludes.h >+include/rudiments/private/unixsocket.h >+include/rudiments/private/variablebuffer.h >+include/rudiments/private/variablebufferincludes.h >+include/rudiments/private/xmldom.h >+include/rudiments/private/xmldomincludes.h >+include/rudiments/private/xmldomnode.h >+include/rudiments/private/xmldomnodeincludes.h >+include/rudiments/private/xmlsax.h >+include/rudiments/private/xmlsaxincludes.h >+include/rudiments/protocolentry.h >+include/rudiments/randomnumber.h >+include/rudiments/regularexpression.h >+include/rudiments/resultcodes.h >+include/rudiments/rpcentry.h >+include/rudiments/semaphoreset.h >+include/rudiments/server.h >+include/rudiments/serversocket.h >+include/rudiments/serviceentry.h >+include/rudiments/sharedmemory.h >+include/rudiments/signalclasses.h >+include/rudiments/stringbuffer.h >+include/rudiments/timezonefile.h >+include/rudiments/unixclientsocket.h >+include/rudiments/unixserversocket.h >+include/rudiments/variablebuffer.h >+include/rudiments/xmldom.h >+include/rudiments/xmldomnode.h >+include/rudiments/xmlsax.h >+lib/librudiments-%%VER%%.so.1 > lib/librudiments.a > lib/librudiments.so >-lib/librudiments.so.0 >-%%PROFILE%%lib/librudiments_p.a >-%%PORTDOCS%%share/doc/rudiments/classes/clientsocket.h.html >-%%PORTDOCS%%share/doc/rudiments/classes/commandline.h.html >-%%PORTDOCS%%share/doc/rudiments/classes/daemonprocess.h.html >-%%PORTDOCS%%share/doc/rudiments/classes/datetime.h.html >-%%PORTDOCS%%share/doc/rudiments/classes/genericsocket.h.html >-%%PORTDOCS%%share/doc/rudiments/classes/permissions.h.html >-%%PORTDOCS%%share/doc/rudiments/classes/randomnumber.h.html >-%%PORTDOCS%%share/doc/rudiments/classes/regularexpression.h.html >-%%PORTDOCS%%share/doc/rudiments/classes/semaphoreset.h.html >-%%PORTDOCS%%share/doc/rudiments/classes/serversocket.h.html >-%%PORTDOCS%%share/doc/rudiments/classes/serversocketpool.h.html >-%%PORTDOCS%%share/doc/rudiments/classes/sharedmemory.h.html >-%%PORTDOCS%%share/doc/rudiments/classes/signalclasses.h.html >-%%PORTDOCS%%share/doc/rudiments/classes/text.h.html >-%%PORTDOCS%%share/doc/rudiments/css/styles.css >-%%PORTDOCS%%share/doc/rudiments/guide.html >-%%PORTDOCS%%share/doc/rudiments/index.html >-%%PORTDOCS%%share/doc/rudiments/introduction.html >-%%PORTDOCS%%share/doc/rudiments/invisible.gif >-%%PORTDOCS%%share/doc/rudiments/programming/baseclasses.html >-%%PORTDOCS%%share/doc/rudiments/programming/utilclasses.html >-%%PORTDOCS%%share/doc/rudiments/reference.html >-%%PORTDOCS%%@dirrm share/doc/rudiments/programming >-%%PORTDOCS%%@dirrm share/doc/rudiments/css >-%%PORTDOCS%%@dirrm share/doc/rudiments/classes >-%%PORTDOCS%%@dirrm share/doc/rudiments >+%%PORTDOCS%%%%DOCSDIR%%/classes/client.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/commandline.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/daemonprocess.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/datatransport.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/datatransportfactory.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/datetime.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/dictionary.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/dtd.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/environment.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/errorhandler.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/file.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/filedescriptor.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/filesystem.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/groupentry.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/hostentry.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/inetclientsocket.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/inetserversocket.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/list.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/listener.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/logger.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/memorypool.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/parameterstring.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/passwdentry.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/permissions.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/protocolentry.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/randomnumber.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/regularexpression.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/rpcentry.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/semaphoreset.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/server.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/serversocket.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/serviceentry.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/shadowentry.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/sharedmemory.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/signalclasses.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/string.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/stringbuffer.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/timezonefile.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/unixclientsocket.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/unixserversocket.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/variablebuffer.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/xmldom.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/xmldomnode.h.html >+%%PORTDOCS%%%%DOCSDIR%%/classes/xmlsax.h.html >+%%PORTDOCS%%%%DOCSDIR%%/css/styles.css >+%%PORTDOCS%%%%DOCSDIR%%/guide.html >+%%PORTDOCS%%%%DOCSDIR%%/index.html >+%%PORTDOCS%%%%DOCSDIR%%/introduction.html >+%%PORTDOCS%%%%DOCSDIR%%/invisible.gif >+%%PORTDOCS%%%%DOCSDIR%%/programming/baseclasses.html >+%%PORTDOCS%%%%DOCSDIR%%/programming/utilclasses.html >+%%PORTDOCS%%%%DOCSDIR%%/reference.html >+%%PORTDOCS%%@dirrm %%DOCSDIR%%/programming >+%%PORTDOCS%%@dirrm %%DOCSDIR%%/css >+%%PORTDOCS%%@dirrm %%DOCSDIR%%/classes >+%%PORTDOCS%%@dirrm %%DOCSDIR%% >+@dirrm include/rudiments/private >+@dirrm include/rudiments
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 66645
: 42780