Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/heimdal fix small nit + missing step
details: https://anonhg.NetBSD.org/src/rev/1155911df7c4
branches: trunk
changeset: 328537:1155911df7c4
user: pettai <pettai%NetBSD.org@localhost>
date: Sun Apr 06 11:24:25 2014 +0000
description:
fix small nit + missing step
diffstat:
crypto/external/bsd/heimdal/heimdal2netbsd | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r 7f0200d9cb51 -r 1155911df7c4 crypto/external/bsd/heimdal/heimdal2netbsd
--- a/crypto/external/bsd/heimdal/heimdal2netbsd Sun Apr 06 09:53:59 2014 +0000
+++ b/crypto/external/bsd/heimdal/heimdal2netbsd Sun Apr 06 11:24:25 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index