NetBSD/external/bsd/openresolv/NetBSD-upgrade

20 lines
618 B
Plaintext

$NetBSD: NetBSD-upgrade,v 1.1 2019/09/13 13:38:27 roy Exp $
openresolv releases can be found at:
https://roy.marples.name/downloads/openresolv/
For the import there is a handy autoamated approach
tar -xf openresolv-X.Y.Z.tar.xz
cd openresolv-X.Y.Z
./configure
make import-src
cd /tmp/openresolv-X.Y.Z
cvs import src/external/bsd/openresolv/dist ROY openresolv-X_Y_Z
To make local changes to openresolv, simply patch and commit
to the main branch (aka HEAD). Never make local changes on the
vendor (ROY) branch.
All local changes should be submitted to Roy Marples for inclusion in
the next vendor release.