FreeBSD Bugzilla – Attachment 196374 Details for
Bug 230765
devel/upnp: Update to 1.6.25
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update
upnp (text/plain), 14.44 KB, created by
Nathan
on 2018-08-20 05:06:01 UTC
(
hide
)
Description:
Update
Filename:
MIME Type:
Creator:
Nathan
Created:
2018-08-20 05:06:01 UTC
Size:
14.44 KB
patch
obsolete
>devel/upnp: Update to 1.6.25 > >* Added test target >* Disabled doc build > -- Build would actually try to run make on docs(fails) >* Removed examples from DOCSDIR > -- Doesn't belong there > >Index: devel/upnp/Makefile >=================================================================== >--- devel/upnp/Makefile (revision 477624) >+++ devel/upnp/Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= upnp >-PORTVERSION= 1.6.22 >-PORTEPOCH= 1 >+PORTVERSION= 1.6.25 > CATEGORIES= devel > MASTER_SITES= SF/p${PORTNAME}/p${PORTNAME}/libUPnP%20${PORTVERSION} > DISTNAME= lib${PORTNAME}-${PORTVERSION} >@@ -16,17 +15,28 @@ > > GNU_CONFIGURE= yes > INSTALL_TARGET= install-strip >+TEST_TARGET= check > USES= cpe libtool pathfix tar:bzip2 > CPE_VENDOR= libupnp_project > CPE_PRODUCT= libupnp > USE_LDCONFIG= yes > >-PORTDOCS= * >+PORTDOCS= ixml/*.html upnp/*.html > >-OPTIONS_DEFINE= DEBUG DOCS >+OPTIONS_DEFINE= DEBUG DOCS IPV6 >+OPTIONS_SUB= yes > > DEBUG_CONFIGURE_ON= --enable-debug > DOCS_CONFIGURE_ON= --with-documentation=${DOCSDIR} > DOCS_CONFIGURE_OFF= --without-documentation >+IPV6_CONFIGURE_ON= --enable-ipv6 > >+pre-configure: >+ ${REINPLACE_CMD} -e '386s,docs/dist,,' ${WRKSRC}/Makefile.in >+ >+do-install-DOCS-on: >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ (cd ${WRKSRC}/docs/dist/html && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) >+ ${RM} -r ${STAGEDIR}${DOCSDIR}/examples >+ > .include <bsd.port.mk> >Index: devel/upnp/distinfo >=================================================================== >--- devel/upnp/distinfo (revision 477624) >+++ devel/upnp/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1509643741 >-SHA256 (libupnp-1.6.22.tar.bz2) = 0bdfacb7fa8d99b78343b550800ff193264f92c66ef67852f87f042fd1a1ebbc >-SIZE (libupnp-1.6.22.tar.bz2) = 1242211 >+TIMESTAMP = 1534737656 >+SHA256 (libupnp-1.6.25.tar.bz2) = c5a300b86775435c076d58a79cc0d5a977d76027d2a7d721590729b7f369fa43 >+SIZE (libupnp-1.6.25.tar.bz2) = 722731 >Index: devel/upnp/pkg-plist >=================================================================== >--- devel/upnp/pkg-plist (revision 477624) >+++ devel/upnp/pkg-plist (working copy) >@@ -26,5 +26,246 @@ > lib/libupnp.a > lib/libupnp.so > lib/libupnp.so.6 >-lib/libupnp.so.6.3.6 >+lib/libupnp.so.6.4.1 > libdata/pkgconfig/libupnp.pc >+%%PORTDOCS%%%%DOCSDIR%%/AboutCallbacks.html >+%%PORTDOCS%%%%DOCSDIR%%/ConstantsStructuresandTypes.html >+%%PORTDOCS%%%%DOCSDIR%%/Control.html >+%%PORTDOCS%%%%DOCSDIR%%/ControlPointHTTPAPI.html >+%%PORTDOCS%%%%DOCSDIR%%/DOMInterfaces.html >+%%PORTDOCS%%%%DOCSDIR%%/Discovery.html >+%%PORTDOCS%%%%DOCSDIR%%/Errorcodes.html >+%%PORTDOCS%%%%DOCSDIR%%/Eventing.html >+%%PORTDOCS%%%%DOCSDIR%%/General.html >+%%PORTDOCS%%%%DOCSDIR%%/IXMLAPI.html >+%%PORTDOCS%%%%DOCSDIR%%/InitializationandRegistration.html >+%%PORTDOCS%%%%DOCSDIR%%/InterfaceitAttr.html >+%%PORTDOCS%%%%DOCSDIR%%/InterfaceitCDATASection.html >+%%PORTDOCS%%%%DOCSDIR%%/InterfaceitDocument.html >+%%PORTDOCS%%%%DOCSDIR%%/InterfaceitElement.html >+%%PORTDOCS%%%%DOCSDIR%%/InterfaceitNamedNodeMap.html >+%%PORTDOCS%%%%DOCSDIR%%/InterfaceitNode.html >+%%PORTDOCS%%%%DOCSDIR%%/InterfaceitNodeList.html >+%%PORTDOCS%%%%DOCSDIR%%/Introduction.html >+%%PORTDOCS%%%%DOCSDIR%%/License.html >+%%PORTDOCS%%%%DOCSDIR%%/OptionalToolAPIs.html >+%%PORTDOCS%%%%DOCSDIR%%/TheAPI.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNPREG_BUF_DESC.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNPREG_FILENAME_DESC.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNPREG_URL_DESC.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_CONTROL_ACTION_COMPLETE.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_CONTROL_ACTION_REQUEST.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_CONTROL_GET_VAR_COMPLETE.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_CONTROL_GET_VAR_REQUEST.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_DISCOVERY_ADVERTISEMENT_ALIVE.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_DISCOVERY_ADVERTISEMENT_BYEBYE.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_DISCOVERY_SEARCH_RESULT.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_DISCOVERY_SEARCH_TIMEOUT.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_EVENT_AUTORENEWAL_FAILED.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_EVENT_RECEIVED.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_EVENT_RENEWAL_COMPLETE.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_EVENT_SUBSCRIBE_COMPLETE.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_EVENT_SUBSCRIPTION_EXPIRED.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_EVENT_SUBSCRIPTION_REQUEST.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_EVENT_UNSUBSCRIBE_COMPLETE.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_ALREADY_REGISTERED-120.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_BAD_HTTPMSG-119.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_BAD_RESPONSE-113.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_CANCELED-210.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_EXT_NOT_XML-504.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_FILE_NOT_FOUND-502.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_FILE_READ_ERROR-503.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_FINISH-116.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_INIT-105.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_INIT_FAILED-117.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_INTERNAL_ERROR-911.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_INVALID_ACTION-115.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_INVALID_ARGUMENT-501.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_INVALID_DESC-107.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_INVALID_HANDLE-100.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_INVALID_PARAM-101.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_INVALID_SERVICE-111.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_INVALID_URL-108.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_LISTEN-206.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_NETWORK_ERROR-200.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_NOTIFY_UNACCEPTED-303.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_NOT_FOUND-507.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_OUTOF_HANDLE-102.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_OUTOF_MEMORY-104.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_OUTOF_SOCKET-205.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_SOCKET_BIND-203.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_SOCKET_CONNECT-204.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_SOCKET_ERROR-208.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_SOCKET_READ-202.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_SOCKET_WRITE-201.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_SUBSCRIBE_UNACCEPTED-301.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_SUCCESS0.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_TIMEDOUT-207.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_E_UNSUBSCRIBE_UNACCEPTED-302.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_S_ALL.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_S_DEVICE.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_S_ROOT.html >+%%PORTDOCS%%%%DOCSDIR%%/UPNP_S_SERVICE.html >+%%PORTDOCS%%%%DOCSDIR%%/UPnP_EventType.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpAcceptSubscription.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpAcceptSubscriptionExt.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpAddToAction.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpAddToActionResponse.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpAddToPropertySet.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpAddVirtualDir.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpCancelHttpGet.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpClient_Handle.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpCloseHttpGet.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpCloseHttpPost.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpCreatePropertySet.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpDevice_Handle.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpDownloadUrlItem.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpDownloadXmlDoc.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpEnableWebserver.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpFinish.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpGetErrorMessage.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpGetServerIpAddress.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpGetServerPort.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpGetServiceVarStatus.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpGetServiceVarStatusAsync.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpHttpGetProgress.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpInit.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpIsWebserverEnabled.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpMakeAction.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpMakeActionResponse.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpNotify.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpNotifyExt.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpOpenHttpGet.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpOpenHttpGetEx.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpOpenHttpGetProxy.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpOpenHttpPost.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpReadHttpGet.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpRegisterClient.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpRegisterRootDevice.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpRegisterRootDevice2.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpRemoveAllVirtualDirs.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpRemoveVirtualDir.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpRenewSubscription.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpRenewSubscriptionAsync.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpResolveURL.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpSearchAsync.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpSendAction.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpSendActionAsync.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpSendActionEx.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpSendActionExAsync.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpSendAdvertisement.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpSetContentLength.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpSetMaxContentLength.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpSetMaxSubscriptionTimeOut.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpSetMaxSubscriptions.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpSetVirtualDirCallbacks.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpSetWebServerRootDir.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpSubscribe.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpSubscribeAsync.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpUnRegisterClient.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpUnRegisterRootDevice.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpUnSubscribe.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpUnSubscribeAsync.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpVirtualDirCallbacks.html >+%%PORTDOCS%%%%DOCSDIR%%/UpnpWriteHttpPost.html >+%%PORTDOCS%%%%DOCSDIR%%/Upnp_Action_Request.html >+%%PORTDOCS%%%%DOCSDIR%%/Upnp_DescType.html >+%%PORTDOCS%%%%DOCSDIR%%/Upnp_Discovery.html >+%%PORTDOCS%%%%DOCSDIR%%/Upnp_Event.html >+%%PORTDOCS%%%%DOCSDIR%%/Upnp_Event_Subscribe.html >+%%PORTDOCS%%%%DOCSDIR%%/Upnp_FunPtr.html >+%%PORTDOCS%%%%DOCSDIR%%/Upnp_SID44.html >+%%PORTDOCS%%%%DOCSDIR%%/Upnp_SType.html >+%%PORTDOCS%%%%DOCSDIR%%/Upnp_State_Var_Complete.html >+%%PORTDOCS%%%%DOCSDIR%%/Upnp_State_Var_Request.html >+%%PORTDOCS%%%%DOCSDIR%%/Upnp_Subscription_Request.html >+%%PORTDOCS%%%%DOCSDIR%%/WebServerAPI.html >+%%PORTDOCS%%%%DOCSDIR%%/index.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlAttr_free.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlCDATASection_free.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlCDATASection_init.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlCloneDOMString.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlDocument_createAttribute.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlDocument_createAttributeEx.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlDocument_createAttributeNS.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlDocument_createAttributeNSEx.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlDocument_createCDATASection.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlDocument_createCDATASectionEx.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlDocument_createDocument.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlDocument_createDocumentEx.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlDocument_createElement.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlDocument_createElementEx.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlDocument_createElementNS.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlDocument_createElementNSEx.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlDocument_createTextNode.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlDocument_createTextNodeEx.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlDocument_free.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlDocument_getElementById.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlDocument_getElementsByTagName.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlDocument_getElementsByTagNameNS.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlDocument_importNode.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlDocument_init.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlDocumenttoString.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlElement_free.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlElement_getAttribute.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlElement_getAttributeNS.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlElement_getAttributeNode.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlElement_getAttributeNodeNS.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlElement_getElementsByTagName.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlElement_getElementsByTagNameNS.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlElement_getTagName.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlElement_hasAttribute.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlElement_hasAttributeNS.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlElement_init.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlElement_removeAttribute.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlElement_removeAttributeNS.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlElement_removeAttributeNode.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlElement_setAttribute.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlElement_setAttributeNS.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlElement_setAttributeNode.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlElement_setAttributeNodeNS.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlFreeDOMString.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlLoadDocument.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlLoadDocumentEx.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNamedNodeMap_free.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNamedNodeMap_getLength.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNamedNodeMap_getNamedItem.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNamedNodeMap_getNamedItemNS.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNamedNodeMap_item.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNamedNodeMap_removeNamedItem.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNamedNodeMap_removeNamedItemNS.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNamedNodeMap_setNamedItem.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNamedNodeMap_setNamedItemNS.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNodeList_free.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNodeList_item.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNodeList_length.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNode_appendChild.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNode_cloneNode.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNode_free.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNode_getAttributes.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNode_getChildNodes.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNode_getFirstChild.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNode_getLastChild.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNode_getLocalName.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNode_getNamespaceURI.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNode_getNextSibling.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNode_getNodeName.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNode_getNodeType.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNode_getNodeValue.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNode_getOwnerDocument.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNode_getParentNode.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNode_getPrefix.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNode_getPreviousSibling.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNode_hasAttributes.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNode_hasChildNodes.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNode_insertBefore.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNode_removeChild.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNode_replaceChild.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNode_setNodeValue.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlNodetoString.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlParseBuffer.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlParseBufferEx.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlPrintDocument.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlPrintNode.html >+%%PORTDOCS%%%%DOCSDIR%%/ixmlRelaxParser.html >+%%PORTDOCS%%%%DOCSDIR%%/toc.html
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
Flags:
ndowens04
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 230765
: 196374