Module Name: src Committed By: pettai Date: Sun Apr 6 11:24:25 UTC 2014
Modified Files: src/crypto/external/bsd/heimdal: heimdal2netbsd Log Message: fix small nit + missing step To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/crypto/external/bsd/heimdal/heimdal2netbsd Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/crypto/external/bsd/heimdal/heimdal2netbsd diff -u src/crypto/external/bsd/heimdal/heimdal2netbsd:1.4 src/crypto/external/bsd/heimdal/heimdal2netbsd:1.5 --- src/crypto/external/bsd/heimdal/heimdal2netbsd:1.4 Sat Oct 8 19:30:02 2011 +++ src/crypto/external/bsd/heimdal/heimdal2netbsd Sun Apr 6 11:24:25 2014 @@ -1,6 +1,6 @@ #! /bin/sh # -# $NetBSD: heimdal2netbsd,v 1.4 2011/10/08 19:30:02 christos Exp $ +# $NetBSD: heimdal2netbsd,v 1.5 2014/04/06 11:24:25 pettai Exp $ # # Copyright (c) 2011 The NetBSD Foundation, Inc. # All rights reserved. @@ -37,9 +37,10 @@ # $ export HEIMDAL_SRCDIR=src/crypto/external/bsd/heimdal # $ cd /some/where/temporary # $ git clone git://svn.h5l.org/heimdal.git -# $ sh $SRCDIR/$HEIMDAL_SRCDIR/heimdal2netbsd heimdal `pwd` +# $ sh $SRCDIR/../$HEIMDAL_SRCDIR/heimdal2netbsd heimdal `pwd` # $ cd $HEIMDAL_SRCDIR/dist # $ cvs -d ... import $HEIMDAL_SRCDIR/dist HEIMDAL head-20110317 +# >>> if any conflicts, merge, fix and commit them. # $ cd /some/where/temporary/heimdal # $ autoreconf -f -i # $ ./configure