diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2005-03-20 23:13:45 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2005-03-20 23:13:45 +0000 |
commit | 7cd341218d611966bc3af58ebea46a62b5179f15 (patch) | |
tree | 4de994b9b476b7052a879f571e7c49ca6587bd88 /devel/uclmmbase/files/crypt_random.h.bsd | |
parent | Update from 10.0.2 to 10.0.3. No discernable changes... (diff) |
Upgrade devel/uclmmbase and mbone/vic to their latest respected
versions. Use BSD's bsd.lib.mk to build uclmmbase and avoid building
(most of the) functionality, that is present in our base libraries
(btree, md5, etc.)
In vic stop using PERL, use Tcl/Tk-8.4, respect CC and CFLAGS and some
other improvements. vic is thus unbroken on 5.x
Per fenner's (much) earlier e-mail, grab maintainership for the time
being.
PR: ports/75066 (obsoleted)
Approved by: fenner (implicitly)
Notes
Notes:
svn path=/head/; revision=131801
Diffstat (limited to 'devel/uclmmbase/files/crypt_random.h.bsd')
-rw-r--r-- | devel/uclmmbase/files/crypt_random.h.bsd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/uclmmbase/files/crypt_random.h.bsd b/devel/uclmmbase/files/crypt_random.h.bsd new file mode 100644 index 000000000000..07214141ea53 --- /dev/null +++ b/devel/uclmmbase/files/crypt_random.h.bsd @@ -0,0 +1,4 @@ +#include <stdlib.h> + +#define lbl_random random +#define lbl_srandom srandom |