DELTA 253490 379 455 SVNV5\X9K Z#!/bin/sh : ${PORTSDIR=/usr/ports} : ${PKGSDIR=/usr/ports/packages} : ${ARCH=`uname -p`} echo SCRIPT PRE $job fetchandlinks.sh $job $PKGSDIR $ARCH >> $dagjobs export UNAME_p=$ARCH echo VARS $job BuildArch=\"$ARCH\"ENDREP DELTA 253490 847 103 SVNZLNLL#!/bin/sh # Build tarball of interesting subset of ports tree, relevant distfiles, # dependent packages? set -e export UNAME_p=$3 cd $1 make fetch make package-links PACKAGES=$2 mkdir -p $2/All set +e ENDREP DELTA 253496 0 409 SVN = N~