summaryrefslogtreecommitdiff
path: root/devel/cvs/patches/patch-av
diff options
context:
space:
mode:
authorwiz <wiz>2003-01-15 22:49:37 +0000
committerwiz <wiz>2003-01-15 22:49:37 +0000
commit18b9dedd054f79785a9244394c620f86e72d7fca (patch)
treef6e744da135da89c32afc43db9d66673b8edae9e /devel/cvs/patches/patch-av
parent67e2e862f8c1461658777ca2a1a7c19208224601 (diff)
downloadpkgsrc-18b9dedd054f79785a9244394c620f86e72d7fca.tar.gz
Update to 1.11.4. Use KAME patch for IPv6 support. If compiling with
kerberos, also use kerberos5 headers since they are now needed by the gssapi code in cvs. Changes since 1.11.3: * Some minor changes to allow the code to compile on Windows platforms. Changes from 1.11.2 to 1.11.3: * When waiting for another user's lock, the message timestamps are now in UTC rather than the server's local time. * The options.h file is no longer used. This fixes a bug that occurred when 1.11.2 was compiled on Windows platforms. * We've standardized on Automake version 1.6.3 and Autoconf version 2.53. They are cleaner, less bug prone, and will hopfully allow me to start updating sanity.sh to use Autotest and Autoshell. Again, this should only really affect developers. See the section of the INSTALL file about using the autotools if you are compiling CVS yourself.
Diffstat (limited to 'devel/cvs/patches/patch-av')
-rw-r--r--devel/cvs/patches/patch-av34
1 files changed, 6 insertions, 28 deletions
diff --git a/devel/cvs/patches/patch-av b/devel/cvs/patches/patch-av
index 34938afe826..53c923268b0 100644
--- a/devel/cvs/patches/patch-av
+++ b/devel/cvs/patches/patch-av
@@ -1,30 +1,8 @@
-$NetBSD: patch-av,v 1.6 2002/11/24 21:31:25 hubertf Exp $
+$NetBSD: patch-av,v 1.7 2003/01/15 22:49:38 wiz Exp $
---- configure.in.orig Tue Mar 26 17:16:02 2002
+--- configure.in.orig Wed Jan 15 23:00:31 2003
+++ configure.in
-@@ -223,16 +223,19 @@
- dnl libkrb in the system libraries, so --with-krb4=value needs to
- dnl override the system -lkrb.
- dnl
--KRB4=/usr/kerberos
-+KRB4=
- define(WITH_KRB4,[
- AC_ARG_WITH([krb4],
- [ --with-krb4=value set default \$(KRB4) from value],
-- [KRB4=$withval],
-+ [if test X"$withval" != X"no"; then KRB4=$withval; fi],
- )dnl
-+if test X"$KRB4" != X""; then
- echo "default place for krb4 is $KRB4"
-+fi
- AC_SUBST(KRB4)])dnl
- WITH_KRB4
-
-+if test X"$KRB4" != X""; then
- krb_h=
- AC_MSG_CHECKING([for krb.h])
- if test "$cross_compiling" != yes && test -r $KRB4/include/krb.h; then
-@@ -272,7 +275,7 @@
+@@ -345,7 +345,7 @@ if test -n "$krb_h"; then
[LDFLAGS=$hold_ldflags
# Using open here instead of printf so we don't
# get confused by the cached value for printf from above.
@@ -33,9 +11,9 @@ $NetBSD: patch-av,v 1.6 2002/11/24 21:31:25 hubertf Exp $
LDFLAGS=$hold_ldflags
else
AC_CHECK_LIB(krb,printf,[krb_lib=yes krb_libdir=])
-@@ -280,7 +283,7 @@
- if test -n "$krb_lib"; then
- AC_DEFINE(HAVE_KERBEROS)
+@@ -354,7 +354,7 @@ if test -n "$krb_h"; then
+ AC_DEFINE([HAVE_KERBEROS], 1,
+ [Define if you have MIT Kerberos version 4 available.])
test -n "${krb_libdir}" && LIBS="${LIBS} -L${krb_libdir}"
- LIBS="${LIBS} -lkrb"
+ LIBS="${LIBS} -lkrb -ldes -lcom_err -lroken -lcrypt"