]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update for idnkit
authorMark Andrews <marka@isc.org>
Tue, 22 Jul 2003 06:03:54 +0000 (06:03 +0000)
committerMark Andrews <marka@isc.org>
Tue, 22 Jul 2003 06:03:54 +0000 (06:03 +0000)
doc/dev/release

index 2cabedeae96fe67612d616cce10d82cb55211e76..d2f74ef2d52a9afdfd3f6e2398b4c04fedcc9d60 100644 (file)
@@ -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