Tue, 28 Aug 2012 18:35:40 +0200
Update version, modernize packaging, accommodate libevent version 2 opaque
evbuffer datatype, port Linux style flock(2) to SVR4, include correct
non BSD and non SVR4 headers in DNS and resolving logic, correctly
include a arc4random(3) implementation for platforms lacking it,
conditionally implement the nonstandard MIN(a,b) macro, and use
parallel make for faster SMP and multicore builds.
1 #! /bin/sh
3 #
4 # Build a new bootstrap package,
5 # producing openpkg-<date>-<date>.src.sh
6 #
7 TOPDIR=openpkg
8 TOPUSE=openpkg
9 BASEID=900
10 time ./openpkg.boot -bs --prefix=/$TOPDIR \
11 --tag=$TOPDIR --user=$TOPUSE --group=$TOPUSE \
12 --muid=${BASEID}1 --ruid=${BASEID}2 --nuid=${BASEID}3 \
13 --mgid=${BASEID}1 --rgid=${BASEID}2 --ngid=${BASEID}3 \
14 --use_tar=/$TOPDIR/bin/tar --use_make=/$TOPDIR/bin/make \
15 --use_cc=/$TOPDIR/bin/cc --use_ar=/$TOPDIR/bin/ar \
16 --use_ld=/$TOPDIR/bin/ld --use_as=/$TOPDIR/bin/as \
17 --use_strip=/$TOPDIR/bin/strip \
18 2>&1 | tee buildquick.log