pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xscreensaver Slightly klugy fix for building with ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e8603ec8a94e
branches:  trunk
changeset: 462351:e8603ec8a94e
user:      mycroft <mycroft%pkgsrc.org@localhost>
date:      Tue Sep 30 21:01:08 2003 +0000

description:
Slightly klugy fix for building with Kerberos support.

diffstat:

 x11/xscreensaver/distinfo         |   4 ++--
 x11/xscreensaver/patches/patch-ac |  19 ++++++++++++++-----
 2 files changed, 16 insertions(+), 7 deletions(-)

diffs (50 lines):

diff -r 273331e7aa2b -r e8603ec8a94e x11/xscreensaver/distinfo
--- a/x11/xscreensaver/distinfo Tue Sep 30 19:18:03 2003 +0000
+++ b/x11/xscreensaver/distinfo Tue Sep 30 21:01:08 2003 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.28 2003/09/08 12:11:15 wiz Exp $
+$NetBSD: distinfo,v 1.29 2003/09/30 21:01:08 mycroft Exp $
 
 SHA1 (xscreensaver-4.13.tar.gz) = 3d78b783fd1bc1e7f33fa7846fea6502217df802
 Size (xscreensaver-4.13.tar.gz) = 3902864 bytes
 SHA1 (patch-aa) = 0b4de3babe3fe191943ce31c055e8047911c1326
 SHA1 (patch-ab) = 3dc02761edb19658e17935bd245208fa7387316d
-SHA1 (patch-ac) = 430b3318a1d1623c5ac2ba51dd531c3bff8c9a70
+SHA1 (patch-ac) = 9b82326439791ecc8e05e85a4d691109b4e50e68
 SHA1 (patch-ad) = 64cd7a683da1afea599d1e8b8dffd951243c9d9b
 SHA1 (patch-ae) = 16d0c8b50b2601458aaec09d1c7425fb23308225
 SHA1 (patch-af) = f1f7659e7173349868434d6dd35363e305817fd7
diff -r 273331e7aa2b -r e8603ec8a94e x11/xscreensaver/patches/patch-ac
--- a/x11/xscreensaver/patches/patch-ac Tue Sep 30 19:18:03 2003 +0000
+++ b/x11/xscreensaver/patches/patch-ac Tue Sep 30 21:01:08 2003 +0000
@@ -1,8 +1,17 @@
-$NetBSD: patch-ac,v 1.9 2003/02/21 22:05:02 mycroft Exp $
+$NetBSD: patch-ac,v 1.10 2003/09/30 21:01:08 mycroft Exp $
 
---- configure.orig     2003-02-19 06:47:45.000000000 +0000
-+++ configure  2003-02-21 21:44:23.000000000 +0000
-@@ -11061,7 +11061,7 @@
+--- configure.orig     2003-09-07 23:59:59.000000000 +0000
++++ configure  2003-09-30 20:53:14.000000000 +0000
+@@ -11629,7 +11629,7 @@
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lkrb4  $LIBS"
++LIBS="-lkrb -lcrypto -lroken -lcom_err  $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ #line $LINENO "configure"
+ /* confdefs.h.  */
+@@ -11709,7 +11709,7 @@
      # from Matt Knopp <mhat%infocalypse.netlag.com@localhost>
      # (who got it from amu%mit.edu@localhost)
  
@@ -11,7 +20,7 @@
  
      # jwz: MacOS X uses -lkrb5, but not -lcrypt
  
-@@ -13050,19 +13050,7 @@
+@@ -13711,19 +13711,7 @@
    fi
  
  



Home | Main Index | Thread Index | Old Index