1. Obtain the set of patches you want to install in your depot.
2. Unshar the patches:
# for i in PH*
do
sh $i
done
3. Make depot dir
# mkdir /tmp/patch_depot
4. Combine all the separate .depot files into one depot.
# for i in PH*depot
do
swcopy -x enforce_dependencies=false -s ${PWD}/$i \* @ /tmp/patch_depot
done
5. Verify the contents of the depot:
# swlist -d @ /tmp/patch_depot