Skip to content

Commit

Permalink
upgrade to bind-9.0.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmei committed Apr 29, 2000
1 parent 3fc0c1a commit 364cc51
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 27 deletions.
8 changes: 4 additions & 4 deletions freebsd3/ports/bind9/Makefile
Expand Up @@ -3,13 +3,13 @@
# Date created: Sun Feb 6 02:55:31 JST 2000
# Whom: sumikawa
#
# $Id: Makefile,v 1.1 2000/02/05 18:03:35 sumikawa Exp $
# $Id: Makefile,v 1.2 2000/04/29 09:49:05 jinmei Exp $
#

DISTNAME= bind-9.0.0b1
PKGNAME= bind-9.0.0.b1
DISTNAME= bind-9.0.0b2
PKGNAME= bind-9.0.0.b2
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind9/9.0.0b1/
MASTER_SITES= ftp://ftp.isc.org/isc/bind9/9.0.0b2/

MAINTAINER= sumikawa@kame.net

Expand Down
2 changes: 1 addition & 1 deletion freebsd3/ports/bind9/files/md5
@@ -1,3 +1,3 @@
$NetBSD$

MD5 (bind-9.0.0b1.tar.gz) = 492c8338907a8d1e7dae0048f5e7f5e3
MD5 (bind-9.0.0b2.tar.gz) = 499c56d1604368a95bfa19e4ffb50e80
41 changes: 19 additions & 22 deletions freebsd3/ports/bind9/patches/patch-aa
@@ -1,22 +1,19 @@
--- configure.in- Sat Feb 5 13:27:06 2000
+++ configure.in Sat Feb 5 13:24:49 2000
@@ -543,7 +543,7 @@
*)
if test -f $kame_path/lib/libinet6.a; then
AC_MSG_RESULT($kame_path/lib/libinet6.a)
- LIBS="$kame_path/lib -linet6 $LIBS"
+ LIBS="-L$kame_path/lib -linet6 $LIBS"
else
AC_MSG_ERROR([$kame_path/lib/libinet6.a not found.

--- configure- Sat Feb 5 13:32:16 2000
+++ configure Sat Feb 5 13:32:27 2000
@@ -3153,7 +3153,7 @@
*)
if test -f $kame_path/lib/libinet6.a; then
echo "$ac_t""$kame_path/lib/libinet6.a" 1>&6
- LIBS="$kame_path/lib -linet6 $LIBS"
+ LIBS="-L$kame_path/lib -linet6 $LIBS"
else
{ echo "configure: error: $kame_path/lib/libinet6.a not found.

*** lib/isc/unix/include/isc/Makefile.in- Sat Apr 29 18:43:55 2000
--- lib/isc/unix/include/isc/Makefile.in Sat Apr 29 18:44:08 2000
***************
*** 30,36 ****
if [ ! -d ${DESTDIR}${includedir} ]; then \
mkdir ${DESTDIR}${includedir} ; \
fi
! if [ ! -d ${DESTDIR)${includedir}/isc ]; then \
mkdir ${DESTDIR}${includedir}/isc ; \
fi

--- 30,36 ----
if [ ! -d ${DESTDIR}${includedir} ]; then \
mkdir ${DESTDIR}${includedir} ; \
fi
! if [ ! -d ${DESTDIR}${includedir}/isc ]; then \
mkdir ${DESTDIR}${includedir}/isc ; \
fi

0 comments on commit 364cc51

Please sign in to comment.