pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net openwbem: Remove, broken with OpenSSL 1.1, appears...
details: https://anonhg.NetBSD.org/pkgsrc/rev/88ffa121acff
branches: trunk
changeset: 412735:88ffa121acff
user: nia <nia%pkgsrc.org@localhost>
date: Wed Mar 11 19:49:38 2020 +0000
description:
openwbem: Remove, broken with OpenSSL 1.1, appears dead since 2006
diffstat:
net/Makefile | 3 +-
net/openwbem/DESCR | 8 -
net/openwbem/Makefile | 89 -
net/openwbem/PLIST | 481 ----------
net/openwbem/distinfo | 34 -
net/openwbem/patches/patch-aa | 84 -
net/openwbem/patches/patch-ab | 14 -
net/openwbem/patches/patch-ac | 22 -
net/openwbem/patches/patch-ad | 13 -
net/openwbem/patches/patch-ae | 30 -
net/openwbem/patches/patch-src_authenticators_pam_OW__PAMAuthentication.cpp | 14 -
net/openwbem/patches/patch-src_cim_OW__CIMDateTime.cpp | 13 -
net/openwbem/patches/patch-src_cimom_server_OW__Platform.cpp | 12 -
net/openwbem/patches/patch-src_cimom_server_OW__PlatformSignal.cpp | 12 -
net/openwbem/patches/patch-src_common_OW__COWReference.hpp | 12 -
net/openwbem/patches/patch-src_common_OW__CommonFwd.hpp | 26 -
net/openwbem/patches/patch-src_common_OW__HashMap.hpp | 24 -
net/openwbem/patches/patch-src_common_OW__HashMultiMap.hpp | 24 -
net/openwbem/patches/patch-src_common_OW__List.hpp | 48 -
net/openwbem/patches/patch-src_common_OW__LogMessagePatternFormatter.cpp | 12 -
net/openwbem/patches/patch-src_common_OW__PosixFile.cpp | 12 -
net/openwbem/patches/patch-src_common_OW__SharedLibraryReference.hpp | 13 -
net/openwbem/patches/patch-src_common_OW__Stack.hpp | 13 -
net/openwbem/patches/patch-src_common_OW__StackTrace.cpp | 12 -
net/openwbem/patches/patch-src_common_socket_OW__SocketAddress.cpp | 12 -
net/openwbem/patches/patch-src_mof_OW__MOFCompiler.cpp | 12 -
net/openwbem/patches/patch-src_mof_OW__MOFCompiler.hpp | 12 -
net/openwbem/patches/patch-src_providerifcs_cmpi_common_cmpiBrokerEnc.cpp | 12 -
net/openwbem/patches/patch-src_providerifcs_cmpi_common_cmpiInstance.cpp | 12 -
net/openwbem/patches/patch-src_providerifcs_npi_OW__FTABLERef.hpp | 13 -
net/openwbem/patches/patch-src_providerifcs_npi_common_NPIExternal.hpp | 12 -
net/openwbem/patches/patch-src_providerifcs_remote_OW__RemoteProviderInterface.cpp | 12 -
net/openwbem/patches/patch-src_repositories_hdb_OW__AssocDb.hpp | 13 -
33 files changed, 1 insertions(+), 1134 deletions(-)
diffs (truncated from 1277 to 300 lines):
diff -r 7e8af9ae03fd -r 88ffa121acff net/Makefile
--- a/net/Makefile Wed Mar 11 19:45:57 2020 +0000
+++ b/net/Makefile Wed Mar 11 19:49:38 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1310 2020/03/09 21:48:20 fcambus Exp $
+# $NetBSD: Makefile,v 1.1311 2020/03/11 19:49:38 nia Exp $
#
COMMENT= Networking tools
@@ -463,7 +463,6 @@
SUBDIR+= openvpn
SUBDIR+= openvpn-acct-wtmpx
SUBDIR+= openvpn-nagios
-SUBDIR+= openwbem
SUBDIR+= ortp
SUBDIR+= overnet
SUBDIR+= owncloudclient
diff -r 7e8af9ae03fd -r 88ffa121acff net/openwbem/DESCR
--- a/net/openwbem/DESCR Wed Mar 11 19:45:57 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-OpenWBEM is an enterprise-grade open-source implementation of WBEM,
-written in C++, suitable for commercial and non-commercial
-applications. It provides a foundation for development of management
-frameworks that overcome cross-platform barriers and empower true
-interoperability. Developers can use OpenWBEM as a management agent
-and WBEM framework to provide applications for configuration and
-change management, system health monitoring, and enterprise-wide
-management functionality.
diff -r 7e8af9ae03fd -r 88ffa121acff net/openwbem/Makefile
--- a/net/openwbem/Makefile Wed Mar 11 19:45:57 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,89 +0,0 @@
-# $NetBSD: Makefile,v 1.14 2019/11/03 11:45:46 rillig Exp $
-
-DISTNAME= openwbem-3.2.2
-PKGREVISION= 7
-CATEGORIES= net devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openwbem/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.openwbem.org/
-COMMENT= Web-based Enterprise Management software
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= ac_cv_path_TRUE_PATHNAME=true ac_cv_path_FALSE_PATHNAME=false
-USE_TOOLS+= gmake
-USE_LIBTOOL= yes
-USE_LANGUAGES+= c c++
-
-INSTALLATION_DIRS+= etc/openwbem include/openwbem var/openwbem
-INSTALLATION_DIRS+= share/openwbem lib/openwbem share/examples/openwbem
-INSTALLATION_DIRS+= lib/openwbem/services lib/openwbem/requesthandlers
-INSTALLATION_DIRS+= lib/openwbem/provifcs lib/openwbem/c++providers
-INSTALLATION_DIRS+= lib/authentication
-
-PKG_SYSCONFSUBDIR= openwbem
-EGDIR= ${PREFIX}/share/examples/openwbem
-CONF_FILES+= ${EGDIR}/openwbem.conf \
- ${PKG_SYSCONFDIR}/openwbem.conf
-CONF_FILES+= ${EGDIR}/owgencert \
- ${PKG_SYSCONFDIR}/owgencert
-CONF_FILES+= ${EGDIR}/ssleay.cnf \
- ${PKG_SYSCONFDIR}/ssleay.cnf
-
-
-SUBST_CLASSES+= mkdir
-SUBST_STAGE.mkdir= pre-configure
-SUBST_FILES.mkdir= ${WRKSRC}/db/db/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/mof/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/wql/common/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/wql/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/xml/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/http/client/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/http/common/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/provideragent/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/providerifcs/cpp/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/providerifcs/npi/common/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/providerifcs/npi/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/providerifcs/cmpi/common/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/providerifcs/cmpi/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/providerifcs/perl/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/providerifcs/remote/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/repositories/hdb/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/repositories/tdbcr/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/cimom/embedded/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/cimom/common/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/cimom/server/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/cimom/indication/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/client/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/common/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/authorizers/simple2/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/authorizers/simple/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/authenticators/aix/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/authenticators/pam/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/authenticators/pamcl/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/authenticators/nonauthenticating/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/authenticators/simple/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/services/http/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/provider/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/requesthandlers/binary/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/requesthandlers/cimxml/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/cimxmllistener/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/providers/cpp/polled/slp/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/providers/cpp/polled/unloader/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/providers/cpp/indicationexport/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/providers/cpp/indication/IndicationRepLayer/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/providers/cpp/instance/CIM_Namespace/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/providers/cpp/instance/OpenWBEM_UnitaryComputerSystem/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/providers/cpp/instance/CIM_IndicationSubscription/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/providers/cpp/instance/OpenWBEM_ObjectManager/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/providers/cpp/instance/OW_NameSpace/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/providers/cpp/instance/CIM_IndicationFilter/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/providers/cpp/instance/CIM_NamespaceInManager/Makefile.in
-SUBST_FILES.mkdir+= ${WRKSRC}/src/providers/cpp/instance/OpenWBEM_ConfigSettingData/Makefile.in
-SUBST_SED.mkdir= -e "s|\$$(INSTALL_PROGRAM) -d|\$${mkdir_p}|g"
-SUBST_MESSAGE.mkdir= Fixing ${INSTALL_PROGRAM} -d lines (the -s does not interoperate with -d)
-
-CONFIGURE_ARGS.NetBSD+= ac_cv_func_gethostbyname_r=no
-
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 7e8af9ae03fd -r 88ffa121acff net/openwbem/PLIST
--- a/net/openwbem/PLIST Wed Mar 11 19:45:57 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,481 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2018/01/01 22:29:48 rillig Exp $
-bin/owcimindicationlistener
-bin/owcreatenamespace
-bin/owdeletenamespace
-bin/owenumclasses
-bin/owenumclassnames
-bin/owenumnamespace
-bin/owenumqualifiers
-bin/owexecwql
-bin/owgetclass
-bin/owmofc
-include/openwbem/CmpiArgs.h
-include/openwbem/CmpiArray.h
-include/openwbem/CmpiAssociationMI.h
-include/openwbem/CmpiBaseMI.h
-include/openwbem/CmpiBroker.h
-include/openwbem/CmpiContext.h
-include/openwbem/CmpiData.h
-include/openwbem/CmpiDateTime.h
-include/openwbem/CmpiEnumeration.h
-include/openwbem/CmpiIndicationMI.h
-include/openwbem/CmpiInstance.h
-include/openwbem/CmpiInstanceMI.h
-include/openwbem/CmpiMethodMI.h
-include/openwbem/CmpiObject.h
-include/openwbem/CmpiObjectPath.h
-include/openwbem/CmpiPropertyMI.h
-include/openwbem/CmpiProviderBase.h
-include/openwbem/CmpiResult.h
-include/openwbem/CmpiSelectExp.h
-include/openwbem/CmpiStatus.h
-include/openwbem/CmpiString.h
-include/openwbem/OW_AppenderLogger.hpp
-include/openwbem/OW_Array.hpp
-include/openwbem/OW_ArrayFwd.hpp
-include/openwbem/OW_ArrayImpl.hpp
-include/openwbem/OW_Assertion.hpp
-include/openwbem/OW_AssocDb.hpp
-include/openwbem/OW_AssociatorProviderIFC.hpp
-include/openwbem/OW_AssociatorProviderInfo.hpp
-include/openwbem/OW_AtomicOps.hpp
-include/openwbem/OW_AuthenticationException.hpp
-include/openwbem/OW_AuthenticatorIFC.hpp
-include/openwbem/OW_Authorizer2IFC.hpp
-include/openwbem/OW_AuthorizerIFC.hpp
-include/openwbem/OW_AutoPtr.hpp
-include/openwbem/OW_Base64FormatException.hpp
-include/openwbem/OW_BaseStreamBuffer.hpp
-include/openwbem/OW_BinaryCIMOMHandle.hpp
-include/openwbem/OW_BinarySerialization.hpp
-include/openwbem/OW_Bool.hpp
-include/openwbem/OW_ByteSwap.hpp
-include/openwbem/OW_CIM.hpp
-include/openwbem/OW_CIMBase.hpp
-include/openwbem/OW_CIMClass.hpp
-include/openwbem/OW_CIMClassEnumeration.hpp
-include/openwbem/OW_CIMClient.hpp
-include/openwbem/OW_CIMDataType.hpp
-include/openwbem/OW_CIMDateTime.hpp
-include/openwbem/OW_CIMElement.hpp
-include/openwbem/OW_CIMErrorException.hpp
-include/openwbem/OW_CIMException.hpp
-include/openwbem/OW_CIMFeatures.hpp
-include/openwbem/OW_CIMFlavor.hpp
-include/openwbem/OW_CIMFwd.hpp
-include/openwbem/OW_CIMInstance.hpp
-include/openwbem/OW_CIMInstanceEnumeration.hpp
-include/openwbem/OW_CIMListenerCallback.hpp
-include/openwbem/OW_CIMMethod.hpp
-include/openwbem/OW_CIMNULL.hpp
-include/openwbem/OW_CIMName.hpp
-include/openwbem/OW_CIMNameSpace.hpp
-include/openwbem/OW_CIMNameSpaceUtils.hpp
-include/openwbem/OW_CIMOMHandleIFC.hpp
-include/openwbem/OW_CIMOMInfo.hpp
-include/openwbem/OW_CIMOMLocator.hpp
-include/openwbem/OW_CIMOMLocatorSLP.hpp
-include/openwbem/OW_CIMObjectPath.hpp
-include/openwbem/OW_CIMObjectPathEnumeration.hpp
-include/openwbem/OW_CIMParamValue.hpp
-include/openwbem/OW_CIMParameter.hpp
-include/openwbem/OW_CIMProperty.hpp
-include/openwbem/OW_CIMProtocolIFC.hpp
-include/openwbem/OW_CIMProtocolIStreamIFC.hpp
-include/openwbem/OW_CIMQualifier.hpp
-include/openwbem/OW_CIMQualifierEnumeration.hpp
-include/openwbem/OW_CIMQualifierType.hpp
-include/openwbem/OW_CIMRepository.hpp
-include/openwbem/OW_CIMScope.hpp
-include/openwbem/OW_CIMUrl.hpp
-include/openwbem/OW_CIMValue.hpp
-include/openwbem/OW_CIMValueCast.hpp
-include/openwbem/OW_CIMXMLCIMOMHandle.hpp
-include/openwbem/OW_CIMXMLListener.hpp
-include/openwbem/OW_CIMXMLListenerFwd.hpp
-include/openwbem/OW_CIMXMLParser.hpp
-include/openwbem/OW_CIMtoXML.hpp
-include/openwbem/OW_COWIntrusiveCountableBase.hpp
-include/openwbem/OW_COWIntrusiveReference.hpp
-include/openwbem/OW_COWReference.hpp
-include/openwbem/OW_COWReferenceBase.hpp
-include/openwbem/OW_Cache.hpp
-include/openwbem/OW_CerrAppender.hpp
-include/openwbem/OW_CerrLogger.hpp
-include/openwbem/OW_Char16.hpp
-include/openwbem/OW_CimomCommonFwd.hpp
-include/openwbem/OW_CimomServerFwd.hpp
-include/openwbem/OW_ClientAuthCBIFC.hpp
-include/openwbem/OW_ClientCIMOMHandle.hpp
-include/openwbem/OW_ClientCIMOMHandleConnectionPool.hpp
-include/openwbem/OW_ClientFwd.hpp
-include/openwbem/OW_CmdLineParser.hpp
-include/openwbem/OW_CommonFwd.hpp
-include/openwbem/OW_Condition.hpp
-include/openwbem/OW_ConfigException.hpp
-include/openwbem/OW_ConfigFile.hpp
-include/openwbem/OW_ConfigOpts.hpp
-include/openwbem/OW_CppAssociatorProviderIFC.hpp
-include/openwbem/OW_CppIndicationExportProviderIFC.hpp
-include/openwbem/OW_CppIndicationProviderIFC.hpp
-include/openwbem/OW_CppInstanceProviderIFC.hpp
-include/openwbem/OW_CppMethodProviderIFC.hpp
-include/openwbem/OW_CppPolledProviderIFC.hpp
-include/openwbem/OW_CppProviderBaseIFC.hpp
-include/openwbem/OW_CppProviderIncludes.hpp
-include/openwbem/OW_CppReadOnlyInstanceProviderIFC.hpp
-include/openwbem/OW_CppSecondaryInstanceProviderIFC.hpp
-include/openwbem/OW_CppSimpleAssociatorProviderIFC.hpp
-include/openwbem/OW_CppSimpleInstanceProviderIFC.hpp
-include/openwbem/OW_CryptographicRandomNumber.hpp
-include/openwbem/OW_DataStreams.hpp
-include/openwbem/OW_DateTime.hpp
-include/openwbem/OW_EmbeddedCIMOMEnvironment.hpp
-include/openwbem/OW_Enumeration.hpp
-include/openwbem/OW_EnumerationException.hpp
-include/openwbem/OW_EnvVars.hpp
-include/openwbem/OW_Exception.hpp
-include/openwbem/OW_ExceptionIds.hpp
-include/openwbem/OW_Exec.hpp
-include/openwbem/OW_File.hpp
-include/openwbem/OW_FileAppender.hpp
-include/openwbem/OW_FileSystem.hpp
-include/openwbem/OW_Format.hpp
-include/openwbem/OW_FuncNamePrinter.hpp
-include/openwbem/OW_GenericHDBRepository.hpp
-include/openwbem/OW_GetPass.hpp
-include/openwbem/OW_HDB.hpp
-include/openwbem/OW_HDBCommon.hpp
-include/openwbem/OW_HDBNode.hpp
-include/openwbem/OW_HTTPChunkException.hpp
-include/openwbem/OW_HTTPChunkedIStream.hpp
-include/openwbem/OW_HTTPChunkedOStream.hpp
-include/openwbem/OW_HTTPClient.hpp
-include/openwbem/OW_HTTPCounter.hpp
-include/openwbem/OW_HTTPDeflateIStream.hpp
-include/openwbem/OW_HTTPDeflateOStream.hpp
-include/openwbem/OW_HTTPException.hpp
-include/openwbem/OW_HTTPLenLimitIStream.hpp
-include/openwbem/OW_HTTPStatusCodes.hpp
-include/openwbem/OW_HTTPUtils.hpp
-include/openwbem/OW_HTTPXMLCIMListener.hpp
-include/openwbem/OW_HashMap.hpp
-include/openwbem/OW_HashMultiMap.hpp
-include/openwbem/OW_HttpCommonFwd.hpp
-include/openwbem/OW_IOException.hpp
-include/openwbem/OW_IOIFC.hpp
-include/openwbem/OW_IOIFCStreamBuffer.hpp
-include/openwbem/OW_IfcsFwd.hpp
-include/openwbem/OW_Index.hpp
-include/openwbem/OW_IndicationExportProviderIFC.hpp
-include/openwbem/OW_IndicationProviderIFC.hpp
-include/openwbem/OW_IndicationProviderInfo.hpp
-include/openwbem/OW_InstanceProviderIFC.hpp
-include/openwbem/OW_InstanceProviderInfo.hpp
Home |
Main Index |
Thread Index |
Old Index