pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc root: remove
details: https://anonhg.NetBSD.org/pkgsrc/rev/df45f832f1ed
branches: trunk
changeset: 385675:df45f832f1ed
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Sep 24 06:34:04 2022 +0000
description:
root: remove
Does not build in any bulk build I could find, no users in pkgsrc
diffstat:
doc/CHANGES-2022 | 3 +-
doc/TODO | 3 +-
misc/Makefile | 3 +-
misc/root/DESCR | 15 -
misc/root/Makefile | 76 -
misc/root/PLIST | 4458 ----------
misc/root/distinfo | 32 -
misc/root/files/Makefile.netbsd | 49 -
misc/root/patches/patch-aa | 81 -
misc/root/patches/patch-ab | 13 -
misc/root/patches/patch-ac | 13 -
misc/root/patches/patch-ad | 23 -
misc/root/patches/patch-ae | 13 -
misc/root/patches/patch-af | 13 -
misc/root/patches/patch-ag | 13 -
misc/root/patches/patch-ah | 47 -
misc/root/patches/patch-ai | 13 -
misc/root/patches/patch-aj | 12 -
misc/root/patches/patch-ak | 13 -
misc/root/patches/patch-al | 17 -
misc/root/patches/patch-am | 85 -
misc/root/patches/patch-an | 15 -
misc/root/patches/patch-ba | 12 -
misc/root/patches/patch-bb | 14 -
misc/root/patches/patch-bc | 13 -
misc/root/patches/patch-bd | 14 -
misc/root/patches/patch-be | 13 -
misc/root/patches/patch-bf | 13 -
misc/root/patches/patch-bg | 13 -
misc/root/patches/patch-bh | 13 -
misc/root/patches/patch-bi | 13 -
misc/root/patches/patch-bj | 13 -
misc/root/patches/patch-ca | 16 -
misc/root/patches/patch-graf2d_asimage_src_libAfterImage_export.c | 13 -
misc/root/patches/patch-graf2d_asimage_src_libAfterImage_import.c | 22 -
35 files changed, 4 insertions(+), 5188 deletions(-)
diffs (truncated from 5359 to 300 lines):
diff -r e6d056e1926d -r df45f832f1ed doc/CHANGES-2022
--- a/doc/CHANGES-2022 Sat Sep 24 06:30:54 2022 +0000
+++ b/doc/CHANGES-2022 Sat Sep 24 06:34:04 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.4656 2022/09/24 06:30:54 wiz Exp $
+$NetBSD: CHANGES-2022,v 1.4657 2022/09/24 06:34:04 wiz Exp $
Changes to the packages collection and infrastructure in 2022:
@@ -6850,3 +6850,4 @@
Removed mail/gnus [wiz 2022-09-24]
Removed devel/adacurses [wiz 2022-09-24]
Updated misc/gelemental to 2.0.1 [wiz 2022-09-24]
+ Removed misc/root [wiz 2022-09-24]
diff -r e6d056e1926d -r df45f832f1ed doc/TODO
--- a/doc/TODO Sat Sep 24 06:30:54 2022 +0000
+++ b/doc/TODO Sat Sep 24 06:34:04 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.22224 2022/09/24 06:30:54 wiz Exp $
+$NetBSD: TODO,v 1.22225 2022/09/24 06:34:04 wiz Exp $
Suggested new packages
======================
@@ -1385,7 +1385,6 @@
o riemann-client-1.10.4.1
o rio500-0.8.1
o rmtrash-1.14
- o root-6.24
o root-tail-1.2
o ropper-1.13.6
o rosegarden-21.12 [updating wip; audio/rosegarden -> rosegarden-x11]
diff -r e6d056e1926d -r df45f832f1ed misc/Makefile
--- a/misc/Makefile Sat Sep 24 06:30:54 2022 +0000
+++ b/misc/Makefile Sat Sep 24 06:34:04 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.569 2022/09/06 15:56:52 martin Exp $
+# $NetBSD: Makefile,v 1.570 2022/09/24 06:34:04 wiz Exp $
#
COMMENT= Miscellaneous utilities
@@ -304,7 +304,6 @@
SUBDIR+= rhash
SUBDIR+= rlwrap
SUBDIR+= rocs
-SUBDIR+= root
SUBDIR+= root-tail
SUBDIR+= routeplanner-cli
SUBDIR+= rox-memo
diff -r e6d056e1926d -r df45f832f1ed misc/root/DESCR
--- a/misc/root/DESCR Sat Sep 24 06:30:54 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-The ROOT system provides a set of OO frameworks with all the functionality
-needed to handle and analyse large amounts of data in a very efficient way.
-Having the data defined as a set of objects, specialised storage methods are
-used to get direct access to the separate attributes of the selected objects,
-without having to touch the bulk of the data. Included are histograming methods
-in 1, 2 and 3 dimensions, curve fitting, function evaluation, minimisation,
-graphics and visualization classes to allow the easy setup of an analysis
-system that can query and process the data interactively or in batch mode.
-
-Thanks to the builtin CINT C++ interpreter the command language, the scripting,
-or macro, language and the programming language are all C++. The interpreter
-allows for fast prototyping of the macros since it removes the time consuming
-compile/link cycle. It also provides a good environment to learn C++. If more
-performance is needed the interactively developed macros can be compiled using
-a C++ compiler.
diff -r e6d056e1926d -r df45f832f1ed misc/root/Makefile
--- a/misc/root/Makefile Sat Sep 24 06:30:54 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,76 +0,0 @@
-# $NetBSD: Makefile,v 1.69 2022/04/24 22:34:12 tnn Exp $
-
-DISTNAME= root_v5.26.00b.source
-PKGNAME= root-5.26
-PKGREVISION= 22
-CATEGORIES= misc
-#MASTER_SITES= ftp://root.cern.ch/root/
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://root.cern.ch/
-COMMENT= OO framework for data analysis and visualisation
-
-WRKSRC= ${WRKDIR}/root
-USE_TOOLS+= gmake
-USE_LANGUAGES= c c++ fortran
-NOT_FOR_COMPILER+= f2c #lacks LOC()
-
-CHECK_PORTABILITY_SKIP= build/win/*.sh cint/tool/INSTALLBIN tmva/test/setup.sh
-BUILD_TARGET=
-
-.include "../../mk/bsd.prefs.mk"
-
-.if (${MACHINE_ARCH} == "arm")
-# from 2002. 17 years later, it's time to try it again.
-#BROKEN= "Compilation stops due to internal compiler error"
-.endif
-
-ROOT_OPSYS= ${LOWER_OPSYS}
-.if ${ROOT_OPSYS} == "darwin"
-# MacOS. Use the pkgsrc config ("netbsd") - if this doesn't work,
-# try using "macosx".
-ROOT_OPSYS= netbsd
-.endif
-
-INSTALLATION_DIRS= bin
-
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS+= ${ROOT_OPSYS}
-CONFIGURE_ARGS+= --prefix=${PREFIX} --mandir=${PREFIX}/${PKGMANDIR}/man1
-CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}
-CONFIGURE_ARGS+= --enable-soversion
-CONFIGURE_ARGS+= --disable-builtin-pcre
-CONFIGURE_ARGS+= --disable-builtin-freetype
-# clarens needs xmlrpc-c, the pkgsrc version is incompatible
-CONFIGURE_ARGS+= --disable-clarens
-
-CONFIGURE_ARGS+= --with-x11-libdir=${BUILDLINK_PREFIX.libX11}/lib
-CONFIGURE_ARGS+= --with-xpm-libdir=${BUILDLINK_PREFIX.libXpm}/lib
-
-# option, requires libxml2
-CONFIGURE_ARGS+= --disable-xml
-#.include "../../textproc/libxml2/buildlink3.mk"
-
-# might be optional
-#CONFIGURE_ARGS+= --disable-asimage
-.include "../../graphics/png/buildlink3.mk"
-.include "../../mk/jpeg.buildlink3.mk"
-.include "../../graphics/giflib/buildlink3.mk"
-.include "../../graphics/tiff/buildlink3.mk"
-
-.include "../../math/gsl/buildlink3.mk"
-
-post-extract:
- ${CP} ${FILESDIR}/Makefile.netbsd ${WRKSRC}/config
-
-.include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../graphics/glu/buildlink3.mk"
-.include "../../graphics/freetype2/buildlink3.mk"
-.include "../../devel/pcre/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../x11/libXpm/buildlink3.mk"
-.include "../../x11/libXmu/buildlink3.mk"
-.include "../../x11/libXi/buildlink3.mk"
-.include "../../x11/libXft/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r e6d056e1926d -r df45f832f1ed misc/root/PLIST
--- a/misc/root/PLIST Sat Sep 24 06:30:54 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,4458 +0,0 @@
-@comment $NetBSD: PLIST,v 1.7 2010/02/26 10:56:38 drochner Exp $
-bin/g2root
-bin/genmap
-bin/genreflex
-bin/genreflex-rootcint
-bin/h2root
-bin/hadd
-bin/memprobe
-bin/proofd
-bin/proofserv
-bin/proofserv.exe
-bin/rlibmap
-bin/rmkdepend
-bin/root
-bin/root-config
-bin/root.exe
-bin/rootcint
-bin/rootd
-bin/rootn.exe
-bin/roots
-bin/roots.exe
-bin/ssh2rpd
-bin/thisroot.csh
-bin/thisroot.sh
-include/root/Api.h
-include/root/AuthConst.h
-include/root/BaseCls.h
-include/root/Bits.h
-include/root/Bswapcpy.h
-include/root/Buttons.h
-include/root/Bytes.h
-include/root/Byteswap.h
-include/root/CallFunc.h
-include/root/CintLDAP.h
-include/root/Cintex/Cintex.h
-include/root/Class.h
-include/root/CsgOps.h
-include/root/DaemonUtils.h
-include/root/DataMbr.h
-include/root/Demangle.h
-include/root/DllImport.h
-include/root/FTBBox.h
-include/root/FTBitmapGlyph.h
-include/root/FTCharToGlyphIndexMap.h
-include/root/FTCharmap.h
-include/root/FTContour.h
-include/root/FTExtrdGlyph.h
-include/root/FTFace.h
-include/root/FTFont.h
-include/root/FTGL.h
-include/root/FTGLBitmapFont.h
-include/root/FTGLExtrdFont.h
-include/root/FTGLOutlineFont.h
-include/root/FTGLPixmapFont.h
-include/root/FTGLPolygonFont.h
-include/root/FTGLTextureFont.h
-include/root/FTGlyph.h
-include/root/FTGlyphContainer.h
-include/root/FTLibrary.h
-include/root/FTList.h
-include/root/FTOutlineGlyph.h
-include/root/FTPixmapGlyph.h
-include/root/FTPoint.h
-include/root/FTPolyGlyph.h
-include/root/FTSize.h
-include/root/FTTextureGlyph.h
-include/root/FTVector.h
-include/root/FTVectoriser.h
-include/root/FastAllocString.h
-include/root/Fit/BinData.h
-include/root/Fit/BinPoint.h
-include/root/Fit/Chi2FCN.h
-include/root/Fit/DataOptions.h
-include/root/Fit/DataRange.h
-include/root/Fit/DataVector.h
-include/root/Fit/DataVectorfwd.h
-include/root/Fit/FcnAdapter.h
-include/root/Fit/FitConfig.h
-include/root/Fit/FitResult.h
-include/root/Fit/FitUtil.h
-include/root/Fit/FitUtilParallel.h
-include/root/Fit/Fitter.h
-include/root/Fit/LogLikelihoodFCN.h
-include/root/Fit/ParameterSettings.h
-include/root/Fit/PoissonLikelihoodFCN.h
-include/root/Fit/SparseData.h
-include/root/Fit/UnBinData.h
-include/root/Foption.h
-include/root/GL/glew.h
-include/root/GL/glxew.h
-include/root/GL/wglew.h
-include/root/GLConstants.h
-include/root/G__ci.h
-include/root/Getline.h
-include/root/Getline_el.h
-include/root/Gtypes.h
-include/root/GuiTypes.h
-include/root/HFitInterface.h
-include/root/HelpSMText.h
-include/root/HelpText.h
-include/root/HelpTextTV.h
-include/root/Hepevt.h
-include/root/Hoption.h
-include/root/Hparam.h
-include/root/Htypes.h
-include/root/KeySymbols.h
-include/root/Match.h
-include/root/Math/AdaptiveIntegratorMultiDim.h
-include/root/Math/AllIntegrationTypes.h
-include/root/Math/AxisAngle.h
-include/root/Math/BinaryOpPolicy.h
-include/root/Math/BinaryOperators.h
-include/root/Math/Boost.h
-include/root/Math/BoostX.h
-include/root/Math/BoostY.h
-include/root/Math/BoostZ.h
-include/root/Math/BrentMethods.h
-include/root/Math/BrentMinimizer1D.h
-include/root/Math/BrentRootFinder.h
-include/root/Math/Cartesian2D.h
-include/root/Math/Cartesian3D.h
-include/root/Math/Chebyshev.h
-include/root/Math/CholeskyDecomp.h
-include/root/Math/CramerInversion.icc
-include/root/Math/CramerInversionSym.icc
-include/root/Math/Cylindrical3D.h
-include/root/Math/CylindricalEta3D.h
-include/root/Math/Derivator.h
-include/root/Math/Dfact.h
-include/root/Math/Dfactir.h
-include/root/Math/Dfinv.h
-include/root/Math/Dinv.h
-include/root/Math/DisplacementVector2D.h
-include/root/Math/DisplacementVector3D.h
-include/root/Math/DistFunc.h
-include/root/Math/DistFuncMathCore.h
-include/root/Math/DistFuncMathMore.h
-include/root/Math/Dsfact.h
-include/root/Math/Dsinv.h
-include/root/Math/Error.h
-include/root/Math/EulerAngles.h
-include/root/Math/Expression.h
-include/root/Math/Factory.h
-include/root/Math/FitMethodFunction.h
-include/root/Math/Functions.h
-include/root/Math/Functor.h
-include/root/Math/GSLFunctionAdapter.h
-include/root/Math/GSLIntegrator.h
-include/root/Math/GSLMCIntegrator.h
Home |
Main Index |
Thread Index |
Old Index