Commit graph

22 commits

Author SHA1 Message Date
grant
57891cda0a replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:11:09 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
wiz
033d272c70 Set USE_X11. 2003-01-04 22:34:59 +00:00
wiz
0e5e13c9fe Convert to buildlink2. Fix do-configure step (not good using INSTALL_* here,
since we should not have to be root at this point).
2002-10-21 13:02:40 +00:00
cjep
f0fc69261f On arm mark this package as broken. With optimization, the compilation hangs.
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-06-08 12:40:19 +00:00
jmc
06db25a05a Check NetBSD version and call getpeername and accept with a socklen_t if
>= 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.
2002-03-08 05:18:11 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
agc
88670a4a89 Move to sha1 digests, and add distfile sizes. 2001-04-20 13:52:07 +00:00
agc
9e8d6c8b8d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
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-03-27 03:19:43 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
wiz
67d2041b92 Fix compilation on alpha. 2000-12-28 01:59:26 +00:00
tron
f0b9164cf1 Use "USE_XPM" option instead of direct dependence on the "xpm" package. 2000-08-23 23:14:21 +00:00
wiz
4cdcc48a50 $() -> ${} 2000-02-05 20:01:42 +00:00
wiz
648f6af2e7 (re)gen 2000-01-10 01:25:11 +00:00
drochner
019e515408 I'll play MAINTAINER here 1999-11-23 19:29:05 +00:00
drochner
fa3c8c417b import ROOT pkg
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.
1999-11-17 16:17:03 +00:00