update to 1.0.6
Bugfixes.
This commit is contained in:
parent
e068333b33
commit
cbd004326f
4 changed files with 23 additions and 21 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.2 2000/01/02 18:02:41 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2000/05/30 21:06:01 drochner Exp $
|
||||
|
||||
DISTNAME= libghttp-1.0.4
|
||||
DISTNAME= libghttp-1.0.6
|
||||
CATEGORIES= www gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/releases/gnome-1.0.53/}
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/libghttp/}
|
||||
|
||||
MAINTAINER= tron@netbsd.org
|
||||
HOMEPAGE= http://www.gnome.org/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 1999/10/23 09:14:03 tron Exp $
|
||||
$NetBSD: md5,v 1.2 2000/05/30 21:06:02 drochner Exp $
|
||||
|
||||
MD5 (libghttp-1.0.4.tar.gz) = 37236d1fb2e906ef2e195890a6736f57
|
||||
MD5 (libghttp-1.0.6.tar.gz) = f9428c3f6828e546697b6353e2653095
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
$NetBSD: patch-sum,v 1.1.1.1 1999/10/23 09:14:03 tron Exp $
|
||||
$NetBSD: patch-sum,v 1.2 2000/05/30 21:06:02 drochner Exp $
|
||||
|
||||
MD5 (patch-aa) = 6de9d0f45631632c7c19853e3b0a77d1
|
||||
MD5 (patch-aa) = 3e321b5d2115c34090c968be799ce403
|
||||
|
|
|
@ -1,20 +1,22 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 1999/10/23 09:14:03 tron Exp $
|
||||
$NetBSD: patch-aa,v 1.2 2000/05/30 21:06:02 drochner Exp $
|
||||
|
||||
--- configure.orig Tue May 25 16:29:27 1999
|
||||
+++ configure Sat Oct 23 11:06:46 1999
|
||||
@@ -1984,6 +1984,7 @@
|
||||
ac_tool_prefix=
|
||||
fi
|
||||
--- configure.orig Sun Apr 16 03:33:22 2000
|
||||
+++ configure Thu May 25 19:41:50 2000
|
||||
@@ -1775,6 +1775,8 @@
|
||||
*) lt_target="$target" ;;
|
||||
esac
|
||||
|
||||
+if false; then
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
||||
+
|
||||
# Check for any special flags to pass to ltconfig.
|
||||
#
|
||||
# the following will cause an existing older ltconfig to fail, so
|
||||
@@ -1938,7 +1940,7 @@
|
||||
# clobbered by the next message.
|
||||
exec 5>>./config.log
|
||||
|
||||
@@ -2216,6 +2217,7 @@
|
||||
${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
|
||||
$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
|
||||
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
|
||||
-
|
||||
+fi
|
||||
|
||||
# Redirect the config.log output again, so that the ltconfig log is not
|
||||
# clobbered by the next message.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue