summaryrefslogtreecommitdiff
path: root/misc/root
AgeCommit message (Collapse)AuthorFilesLines
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-01-04Set USE_X11.wiz1-1/+2
2002-10-21Convert to buildlink2. Fix do-configure step (not good using INSTALL_* here,wiz1-6/+7
since we should not have to be root at this point).
2002-06-08On arm mark this package as broken. With optimization, the compilation hangs.cjep1-1/+5
Turning off optimization, one gets further but an internal compiler error occurs: CONT_Btree.cxx: In method `TBtreeIter::TBtreeIter(const TBtreeIter &)': CONT_Btree.cxx:601: warning: base class `class TIterator' should be explicitly initialized in the copy constructor CONT_Btree.cxx: In method `TBtInnerNode::TBtInnerNode(TBtInnerNode *, TBtree *, TBtNode *)': CONT_Btree.cxx:688: Internal compiler error. CONT_Btree.cxx:688: Please submit a full bug report. CONT_Btree.cxx:688: See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions. cpp0: output pipe has been closed gmake[1]: *** [CONT_Btree.o] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/misc/root/work.arm/src' gmake: *** [netbsd] Error 2
2002-03-08Check NetBSD version and call getpeername and accept with a socklen_t ifjmc2-1/+35
>= 1.3J. Fixes bugs with casting int *'s to socklen_t *'s which gcc 2.95.x won't do in c++ mode since they are differing types.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+3
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+4
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-16/+14
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-7/+7
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-28Fix compilation on alpha.wiz4-1/+70
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-6/+7
2000-02-05$() -> ${}wiz1-13/+13
2000-01-10(re)genwiz1-0/+11
1999-11-23I'll play MAINTAINER heredrochner1-2/+2
1999-11-17import ROOT pkgdrochner16-0/+968
citing pkg/DESCR: 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. It's not yet perfect - pixmap/icon files are missing because these are not part of the ROOT source distribution. Most things work anyway.