From 1e730144b4cbb0767510f5f6adef6666bf861bbb Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 22 Jul 2003 06:03:54 +0000 Subject: [PATCH] update for idnkit --- doc/dev/release | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/dev/release b/doc/dev/release index 2cabedeae9..d2f74ef2d5 100644 --- a/doc/dev/release +++ b/doc/dev/release @@ -1,7 +1,7 @@ Copyright (C) 2000-2002 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: release,v 1.55 2002/05/28 00:25:12 marka Exp $ +$Id: release,v 1.56 2003/07/22 06:03:54 marka Exp $ Preparing a bind9 release @@ -116,7 +116,7 @@ release. If all succeeded but some were offset or had fuzz, the patch will be regenerated at the end of this stage. - $ cd contrib/idn/mdnkit + $ cd contrib/idn/idnkit-1.0-src [ Sample on netbsd ... ] $ CFLAGS=-I/usr/local/include ./configure '--with-iconv=-L/usr/local/lib -liconv' @@ -133,20 +133,20 @@ release. $ make ... should cleanly compile $ make distclean - $ rm -rf /tmp/mdn - $ mkdir -p /tmp/mdn/lib /tmp/mdn/include - $ mdn=contrib/idn/mdnkit - $ cp $mdn/lib/.libs/libmdn.so* /tmp/mdn/lib - $ cp -r $mdn/include/mdn /tmp/mdn/include - $ ./configure --with-mdn=/tmp/mdn --with-iconv="-L/usr/local/lib -liconv" - $ LD_LIBRARY_PATH=/usr/local/lib:/tmp/mdn/lib:/usr/lib make + $ rm -rf /tmp/idn + $ mkdir -p /tmp/idn/lib /tmp/idn/include + $ idn=contrib/idn/idnkit-1.0-src + $ cp $idn/lib/.libs/libidnkit.so* /tmp/idn/lib + $ cp -r $idn/include/mdn $idn/include/idn /tmp/idn/include + $ ./configure --with-idn=/tmp/idn --with-iconv="-L/usr/local/lib -liconv" + $ LD_LIBRARY_PATH=/usr/local/lib:/tmp/idn/lib:/usr/lib make ... should cleanly compile [ Some tests will be added to bin/tests/system to validate operation. ] Generate a fresh copy of the diffs: - $ patchd=$mdn/patch/bind9 + $ patchd=$idn/patch/bind9 $ awk '/^\+\+\+ / {print $2}' $patchd/patch.most | while read i; do diff -u2 $i.orig $i