FreeBSD Bugzilla – Attachment 26357 Details for
Bug 44981
Update port: www/cgicc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 16.99 KB, created by
tkato
on 2002-11-05 23:20:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato
Created:
2002-11-05 23:20:07 UTC
Size:
16.99 KB
patch
obsolete
>diff -urN /usr/ports/www/cgicc/Makefile www/cgicc/Makefile >--- /usr/ports/www/cgicc/Makefile Tue Sep 10 20:29:46 2002 >+++ www/cgicc/Makefile Sat Nov 2 14:33:00 2002 >@@ -8,7 +8,7 @@ > > PORTNAME= cgicc > PORTVERSION= 3.2.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= www devel > MASTER_SITES= ${MASTER_SITE_GNU} > MASTER_SITE_SUBDIR= ${PORTNAME} >@@ -16,8 +16,9 @@ > MAINTAINER= ports@FreeBSD.org > > USE_GMAKE= yes >-GNU_CONFIGURE= yes >-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} >+USE_LIBTOOL= yes >+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} >+MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS} > INSTALLS_SHLIB= yes > > .include <bsd.port.mk> >diff -urN /usr/ports/www/cgicc/files/patch-Makefile.in www/cgicc/files/patch-Makefile.in >--- /usr/ports/www/cgicc/files/patch-Makefile.in Thu Jan 1 09:00:00 1970 >+++ www/cgicc/files/patch-Makefile.in Sat Nov 2 14:32:16 2002 >@@ -0,0 +1,15 @@ >+--- Makefile.in.orig Mon Mar 18 06:46:26 2002 >++++ Makefile.in Sat Nov 2 14:32:07 2002 >+@@ -95,7 +95,11 @@ >+ @DEMOS_TRUE@DEMO = demo contrib >+ @DEMOS_FALSE@DEMO = >+ >+-SUBDIRS = cgicc doc support $(DEMO) >++ifndef NOPORTDOCS >++DOC = doc >++endif >++ >++SUBDIRS = cgicc support $(DEMO) $(DOC) >+ >+ CLEANFILES = *~ >+ >diff -urN /usr/ports/www/cgicc/files/patch-configure www/cgicc/files/patch-configure >--- /usr/ports/www/cgicc/files/patch-configure Thu Jan 1 09:00:00 1970 >+++ www/cgicc/files/patch-configure Sat Nov 2 14:30:30 2002 >@@ -0,0 +1,10 @@ >+--- configure.orig Mon Mar 18 06:39:53 2002 >++++ configure Sat Nov 2 14:30:17 2002 >+@@ -7835,6 +7835,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' >diff -urN /usr/ports/www/cgicc/pkg-plist www/cgicc/pkg-plist >--- /usr/ports/www/cgicc/pkg-plist Tue Sep 10 20:29:50 2002 >+++ www/cgicc/pkg-plist Sat Nov 2 14:34:51 2002 >@@ -23,159 +23,158 @@ > include/cgicc/HTTPResponseHeader.h > include/cgicc/HTTPStatusHeader.h > include/cgicc/MStreamable.h >-@dirrm include/cgicc > lib/libcgicc.a >-lib/libcgicc.la > lib/libcgicc.so > lib/libcgicc.so.4 >-share/doc/cgicc/COPYING-source.html >-share/doc/cgicc/COPYING_8DOC-source.html >-share/doc/cgicc/COPYING_8LIB-source.html >-share/doc/cgicc/CgiDefs_8h-source.html >-share/doc/cgicc/CgiDefs_8h.html >-share/doc/cgicc/CgiEnvironment_8h-source.html >-share/doc/cgicc/CgiEnvironment_8h.html >-share/doc/cgicc/CgiInput_8h-source.html >-share/doc/cgicc/CgiInput_8h.html >-share/doc/cgicc/CgiUtils_8h-source.html >-share/doc/cgicc/CgiUtils_8h.html >-share/doc/cgicc/Cgicc_8h-source.html >-share/doc/cgicc/Cgicc_8h.html >-share/doc/cgicc/FormEntry_8h-source.html >-share/doc/cgicc/FormEntry_8h.html >-share/doc/cgicc/FormFile_8h-source.html >-share/doc/cgicc/FormFile_8h.html >-share/doc/cgicc/HTMLAtomicElement_8h-source.html >-share/doc/cgicc/HTMLAtomicElement_8h.html >-share/doc/cgicc/HTMLAttributeList_8h-source.html >-share/doc/cgicc/HTMLAttributeList_8h.html >-share/doc/cgicc/HTMLAttribute_8h-source.html >-share/doc/cgicc/HTMLAttribute_8h.html >-share/doc/cgicc/HTMLBooleanElement_8h-source.html >-share/doc/cgicc/HTMLBooleanElement_8h.html >-share/doc/cgicc/HTMLClasses_8h-source.html >-share/doc/cgicc/HTMLClasses_8h.html >-share/doc/cgicc/HTMLDoctype_8h-source.html >-share/doc/cgicc/HTMLDoctype_8h.html >-share/doc/cgicc/HTMLElementList_8h-source.html >-share/doc/cgicc/HTMLElementList_8h.html >-share/doc/cgicc/HTMLElement_8h-source.html >-share/doc/cgicc/HTMLElement_8h.html >-share/doc/cgicc/HTTPContentHeader_8h-source.html >-share/doc/cgicc/HTTPContentHeader_8h.html >-share/doc/cgicc/HTTPCookie_8h-source.html >-share/doc/cgicc/HTTPCookie_8h.html >-share/doc/cgicc/HTTPHTMLHeader_8h-source.html >-share/doc/cgicc/HTTPHTMLHeader_8h.html >-share/doc/cgicc/HTTPHeader_8h-source.html >-share/doc/cgicc/HTTPHeader_8h.html >-share/doc/cgicc/HTTPPlainHeader_8h-source.html >-share/doc/cgicc/HTTPPlainHeader_8h.html >-share/doc/cgicc/HTTPRedirectHeader_8h-source.html >-share/doc/cgicc/HTTPRedirectHeader_8h.html >-share/doc/cgicc/HTTPResponseHeader_8h-source.html >-share/doc/cgicc/HTTPResponseHeader_8h.html >-share/doc/cgicc/HTTPStatusHeader_8h-source.html >-share/doc/cgicc/HTTPStatusHeader_8h.html >-share/doc/cgicc/MStreamable_8h-source.html >-share/doc/cgicc/MStreamable_8h.html >-share/doc/cgicc/annotated.html >-share/doc/cgicc/bugs_8tmpl-source.html >-share/doc/cgicc/cgi-overview_8tmpl-source.html >-share/doc/cgicc/cgi_overview.html >-share/doc/cgicc/cgicc-doc.css >-share/doc/cgicc/cgicc.png >-share/doc/cgicc/cgicc_bugs.html >-share/doc/cgicc/cgicc_demos.html >-share/doc/cgicc/cgicc_license.html >-share/doc/cgicc/cgicc_lists.html >-share/doc/cgicc/cgicc_tutorial.html >-share/doc/cgicc/classcgicc_1_1CgiEnvironment-members.html >-share/doc/cgicc/classcgicc_1_1CgiEnvironment.html >-share/doc/cgicc/classcgicc_1_1CgiInput-members.html >-share/doc/cgicc/classcgicc_1_1CgiInput.html >-share/doc/cgicc/classcgicc_1_1Cgicc-members.html >-share/doc/cgicc/classcgicc_1_1Cgicc.html >-share/doc/cgicc/classcgicc_1_1FormEntry-members.html >-share/doc/cgicc/classcgicc_1_1FormEntry.html >-share/doc/cgicc/classcgicc_1_1FormFile-members.html >-share/doc/cgicc/classcgicc_1_1FormFile.html >-share/doc/cgicc/classcgicc_1_1HTMLAtomicElement-members.html >-share/doc/cgicc/classcgicc_1_1HTMLAtomicElement.gif >-share/doc/cgicc/classcgicc_1_1HTMLAtomicElement.html >-share/doc/cgicc/classcgicc_1_1HTMLAttribute-members.html >-share/doc/cgicc/classcgicc_1_1HTMLAttribute.gif >-share/doc/cgicc/classcgicc_1_1HTMLAttribute.html >-share/doc/cgicc/classcgicc_1_1HTMLAttributeList-members.html >-share/doc/cgicc/classcgicc_1_1HTMLAttributeList.html >-share/doc/cgicc/classcgicc_1_1HTMLBooleanElement-members.html >-share/doc/cgicc/classcgicc_1_1HTMLBooleanElement.gif >-share/doc/cgicc/classcgicc_1_1HTMLBooleanElement.html >-share/doc/cgicc/classcgicc_1_1HTMLDoctype-members.html >-share/doc/cgicc/classcgicc_1_1HTMLDoctype.gif >-share/doc/cgicc/classcgicc_1_1HTMLDoctype.html >-share/doc/cgicc/classcgicc_1_1HTMLElement-members.html >-share/doc/cgicc/classcgicc_1_1HTMLElement.gif >-share/doc/cgicc/classcgicc_1_1HTMLElement.html >-share/doc/cgicc/classcgicc_1_1HTMLElementList-members.html >-share/doc/cgicc/classcgicc_1_1HTMLElementList.html >-share/doc/cgicc/classcgicc_1_1HTTPContentHeader-members.html >-share/doc/cgicc/classcgicc_1_1HTTPContentHeader.gif >-share/doc/cgicc/classcgicc_1_1HTTPContentHeader.html >-share/doc/cgicc/classcgicc_1_1HTTPCookie-members.html >-share/doc/cgicc/classcgicc_1_1HTTPCookie.gif >-share/doc/cgicc/classcgicc_1_1HTTPCookie.html >-share/doc/cgicc/classcgicc_1_1HTTPHTMLHeader-members.html >-share/doc/cgicc/classcgicc_1_1HTTPHTMLHeader.gif >-share/doc/cgicc/classcgicc_1_1HTTPHTMLHeader.html >-share/doc/cgicc/classcgicc_1_1HTTPHeader-members.html >-share/doc/cgicc/classcgicc_1_1HTTPHeader.gif >-share/doc/cgicc/classcgicc_1_1HTTPHeader.html >-share/doc/cgicc/classcgicc_1_1HTTPPlainHeader-members.html >-share/doc/cgicc/classcgicc_1_1HTTPPlainHeader.gif >-share/doc/cgicc/classcgicc_1_1HTTPPlainHeader.html >-share/doc/cgicc/classcgicc_1_1HTTPRedirectHeader-members.html >-share/doc/cgicc/classcgicc_1_1HTTPRedirectHeader.gif >-share/doc/cgicc/classcgicc_1_1HTTPRedirectHeader.html >-share/doc/cgicc/classcgicc_1_1HTTPResponseHeader-members.html >-share/doc/cgicc/classcgicc_1_1HTTPResponseHeader.gif >-share/doc/cgicc/classcgicc_1_1HTTPResponseHeader.html >-share/doc/cgicc/classcgicc_1_1HTTPStatusHeader-members.html >-share/doc/cgicc/classcgicc_1_1HTTPStatusHeader.gif >-share/doc/cgicc/classcgicc_1_1HTTPStatusHeader.html >-share/doc/cgicc/classcgicc_1_1MStreamable-members.html >-share/doc/cgicc/classcgicc_1_1MStreamable.gif >-share/doc/cgicc/classcgicc_1_1MStreamable.html >-share/doc/cgicc/classcgicc_1_1comment-members.html >-share/doc/cgicc/classcgicc_1_1comment.gif >-share/doc/cgicc/classcgicc_1_1comment.html >-share/doc/cgicc/config_8h-source.html >-share/doc/cgicc/cookie_8cpp-source.html >-share/doc/cgicc/cookie_8cpp.html >-share/doc/cgicc/demos_8tmpl-source.html >-share/doc/cgicc/dns_8cpp-source.html >-share/doc/cgicc/dns_8cpp.html >-share/doc/cgicc/doxygen.gif >-share/doc/cgicc/files.html >-share/doc/cgicc/functions.html >-share/doc/cgicc/globals.html >-share/doc/cgicc/hierarchy.html >-share/doc/cgicc/index.html >-share/doc/cgicc/index_8tmpl-source.html >-share/doc/cgicc/lib-overview_8tmpl-source.html >-share/doc/cgicc/lib_overview.html >-share/doc/cgicc/license_8tmpl-source.html >-share/doc/cgicc/license_fdl.html >-share/doc/cgicc/license_gpl.html >-share/doc/cgicc/license_lgpl.html >-share/doc/cgicc/lists_8tmpl-source.html >-share/doc/cgicc/namespacecgicc.html >-share/doc/cgicc/namespacemembers.html >-share/doc/cgicc/namespaces.html >-share/doc/cgicc/pages.html >-share/doc/cgicc/test_8cpp-source.html >-share/doc/cgicc/test_8cpp.html >-share/doc/cgicc/tutorial_8tmpl-source.html >-share/doc/cgicc/upload_8cpp-source.html >-share/doc/cgicc/upload_8cpp.html >-@dirrm share/doc/cgicc >+%%PORTDOCS%%share/doc/cgicc/COPYING-source.html >+%%PORTDOCS%%share/doc/cgicc/COPYING_8DOC-source.html >+%%PORTDOCS%%share/doc/cgicc/COPYING_8LIB-source.html >+%%PORTDOCS%%share/doc/cgicc/CgiDefs_8h-source.html >+%%PORTDOCS%%share/doc/cgicc/CgiDefs_8h.html >+%%PORTDOCS%%share/doc/cgicc/CgiEnvironment_8h-source.html >+%%PORTDOCS%%share/doc/cgicc/CgiEnvironment_8h.html >+%%PORTDOCS%%share/doc/cgicc/CgiInput_8h-source.html >+%%PORTDOCS%%share/doc/cgicc/CgiInput_8h.html >+%%PORTDOCS%%share/doc/cgicc/CgiUtils_8h-source.html >+%%PORTDOCS%%share/doc/cgicc/CgiUtils_8h.html >+%%PORTDOCS%%share/doc/cgicc/Cgicc_8h-source.html >+%%PORTDOCS%%share/doc/cgicc/Cgicc_8h.html >+%%PORTDOCS%%share/doc/cgicc/FormEntry_8h-source.html >+%%PORTDOCS%%share/doc/cgicc/FormEntry_8h.html >+%%PORTDOCS%%share/doc/cgicc/FormFile_8h-source.html >+%%PORTDOCS%%share/doc/cgicc/FormFile_8h.html >+%%PORTDOCS%%share/doc/cgicc/HTMLAtomicElement_8h-source.html >+%%PORTDOCS%%share/doc/cgicc/HTMLAtomicElement_8h.html >+%%PORTDOCS%%share/doc/cgicc/HTMLAttributeList_8h-source.html >+%%PORTDOCS%%share/doc/cgicc/HTMLAttributeList_8h.html >+%%PORTDOCS%%share/doc/cgicc/HTMLAttribute_8h-source.html >+%%PORTDOCS%%share/doc/cgicc/HTMLAttribute_8h.html >+%%PORTDOCS%%share/doc/cgicc/HTMLBooleanElement_8h-source.html >+%%PORTDOCS%%share/doc/cgicc/HTMLBooleanElement_8h.html >+%%PORTDOCS%%share/doc/cgicc/HTMLClasses_8h-source.html >+%%PORTDOCS%%share/doc/cgicc/HTMLClasses_8h.html >+%%PORTDOCS%%share/doc/cgicc/HTMLDoctype_8h-source.html >+%%PORTDOCS%%share/doc/cgicc/HTMLDoctype_8h.html >+%%PORTDOCS%%share/doc/cgicc/HTMLElementList_8h-source.html >+%%PORTDOCS%%share/doc/cgicc/HTMLElementList_8h.html >+%%PORTDOCS%%share/doc/cgicc/HTMLElement_8h-source.html >+%%PORTDOCS%%share/doc/cgicc/HTMLElement_8h.html >+%%PORTDOCS%%share/doc/cgicc/HTTPContentHeader_8h-source.html >+%%PORTDOCS%%share/doc/cgicc/HTTPContentHeader_8h.html >+%%PORTDOCS%%share/doc/cgicc/HTTPCookie_8h-source.html >+%%PORTDOCS%%share/doc/cgicc/HTTPCookie_8h.html >+%%PORTDOCS%%share/doc/cgicc/HTTPHTMLHeader_8h-source.html >+%%PORTDOCS%%share/doc/cgicc/HTTPHTMLHeader_8h.html >+%%PORTDOCS%%share/doc/cgicc/HTTPHeader_8h-source.html >+%%PORTDOCS%%share/doc/cgicc/HTTPHeader_8h.html >+%%PORTDOCS%%share/doc/cgicc/HTTPPlainHeader_8h-source.html >+%%PORTDOCS%%share/doc/cgicc/HTTPPlainHeader_8h.html >+%%PORTDOCS%%share/doc/cgicc/HTTPRedirectHeader_8h-source.html >+%%PORTDOCS%%share/doc/cgicc/HTTPRedirectHeader_8h.html >+%%PORTDOCS%%share/doc/cgicc/HTTPResponseHeader_8h-source.html >+%%PORTDOCS%%share/doc/cgicc/HTTPResponseHeader_8h.html >+%%PORTDOCS%%share/doc/cgicc/HTTPStatusHeader_8h-source.html >+%%PORTDOCS%%share/doc/cgicc/HTTPStatusHeader_8h.html >+%%PORTDOCS%%share/doc/cgicc/MStreamable_8h-source.html >+%%PORTDOCS%%share/doc/cgicc/MStreamable_8h.html >+%%PORTDOCS%%share/doc/cgicc/annotated.html >+%%PORTDOCS%%share/doc/cgicc/bugs_8tmpl-source.html >+%%PORTDOCS%%share/doc/cgicc/cgi-overview_8tmpl-source.html >+%%PORTDOCS%%share/doc/cgicc/cgi_overview.html >+%%PORTDOCS%%share/doc/cgicc/cgicc-doc.css >+%%PORTDOCS%%share/doc/cgicc/cgicc.png >+%%PORTDOCS%%share/doc/cgicc/cgicc_bugs.html >+%%PORTDOCS%%share/doc/cgicc/cgicc_demos.html >+%%PORTDOCS%%share/doc/cgicc/cgicc_license.html >+%%PORTDOCS%%share/doc/cgicc/cgicc_lists.html >+%%PORTDOCS%%share/doc/cgicc/cgicc_tutorial.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1CgiEnvironment-members.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1CgiEnvironment.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1CgiInput-members.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1CgiInput.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1Cgicc-members.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1Cgicc.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1FormEntry-members.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1FormEntry.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1FormFile-members.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1FormFile.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTMLAtomicElement-members.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTMLAtomicElement.gif >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTMLAtomicElement.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTMLAttribute-members.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTMLAttribute.gif >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTMLAttribute.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTMLAttributeList-members.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTMLAttributeList.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTMLBooleanElement-members.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTMLBooleanElement.gif >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTMLBooleanElement.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTMLDoctype-members.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTMLDoctype.gif >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTMLDoctype.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTMLElement-members.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTMLElement.gif >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTMLElement.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTMLElementList-members.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTMLElementList.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTTPContentHeader-members.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTTPContentHeader.gif >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTTPContentHeader.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTTPCookie-members.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTTPCookie.gif >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTTPCookie.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTTPHTMLHeader-members.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTTPHTMLHeader.gif >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTTPHTMLHeader.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTTPHeader-members.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTTPHeader.gif >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTTPHeader.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTTPPlainHeader-members.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTTPPlainHeader.gif >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTTPPlainHeader.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTTPRedirectHeader-members.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTTPRedirectHeader.gif >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTTPRedirectHeader.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTTPResponseHeader-members.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTTPResponseHeader.gif >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTTPResponseHeader.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTTPStatusHeader-members.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTTPStatusHeader.gif >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1HTTPStatusHeader.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1MStreamable-members.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1MStreamable.gif >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1MStreamable.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1comment-members.html >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1comment.gif >+%%PORTDOCS%%share/doc/cgicc/classcgicc_1_1comment.html >+%%PORTDOCS%%share/doc/cgicc/config_8h-source.html >+%%PORTDOCS%%share/doc/cgicc/cookie_8cpp-source.html >+%%PORTDOCS%%share/doc/cgicc/cookie_8cpp.html >+%%PORTDOCS%%share/doc/cgicc/demos_8tmpl-source.html >+%%PORTDOCS%%share/doc/cgicc/dns_8cpp-source.html >+%%PORTDOCS%%share/doc/cgicc/dns_8cpp.html >+%%PORTDOCS%%share/doc/cgicc/doxygen.gif >+%%PORTDOCS%%share/doc/cgicc/files.html >+%%PORTDOCS%%share/doc/cgicc/functions.html >+%%PORTDOCS%%share/doc/cgicc/globals.html >+%%PORTDOCS%%share/doc/cgicc/hierarchy.html >+%%PORTDOCS%%share/doc/cgicc/index.html >+%%PORTDOCS%%share/doc/cgicc/index_8tmpl-source.html >+%%PORTDOCS%%share/doc/cgicc/lib-overview_8tmpl-source.html >+%%PORTDOCS%%share/doc/cgicc/lib_overview.html >+%%PORTDOCS%%share/doc/cgicc/license_8tmpl-source.html >+%%PORTDOCS%%share/doc/cgicc/license_fdl.html >+%%PORTDOCS%%share/doc/cgicc/license_gpl.html >+%%PORTDOCS%%share/doc/cgicc/license_lgpl.html >+%%PORTDOCS%%share/doc/cgicc/lists_8tmpl-source.html >+%%PORTDOCS%%share/doc/cgicc/namespacecgicc.html >+%%PORTDOCS%%share/doc/cgicc/namespacemembers.html >+%%PORTDOCS%%share/doc/cgicc/namespaces.html >+%%PORTDOCS%%share/doc/cgicc/pages.html >+%%PORTDOCS%%share/doc/cgicc/test_8cpp-source.html >+%%PORTDOCS%%share/doc/cgicc/test_8cpp.html >+%%PORTDOCS%%share/doc/cgicc/tutorial_8tmpl-source.html >+%%PORTDOCS%%share/doc/cgicc/upload_8cpp-source.html >+%%PORTDOCS%%share/doc/cgicc/upload_8cpp.html >+%%PORTDOCS%%@dirrm share/doc/cgicc >+@dirrm include/cgicc
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 44981
: 26357