pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/pwlib Fixed "test ==".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1cd44cbb2b9e
branches:  trunk
changeset: 519948:1cd44cbb2b9e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Oct 12 17:28:16 2006 +0000

description:
Fixed "test ==".

diffstat:

 devel/pwlib/distinfo         |   4 ++--
 devel/pwlib/patches/patch-ae |  15 ++++++++++++---
 2 files changed, 14 insertions(+), 5 deletions(-)

diffs (48 lines):

diff -r 6d1b4d50da29 -r 1cd44cbb2b9e devel/pwlib/distinfo
--- a/devel/pwlib/distinfo      Thu Oct 12 17:25:18 2006 +0000
+++ b/devel/pwlib/distinfo      Thu Oct 12 17:28:16 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.20 2006/05/16 15:56:43 joerg Exp $
+$NetBSD: distinfo,v 1.21 2006/10/12 17:28:16 rillig Exp $
 
 SHA1 (pwlib-v1_8_3-src-tar.gz) = d3a6eff571ebfd37889e75cbaef75983e6119d2e
 RMD160 (pwlib-v1_8_3-src-tar.gz) = 1ce2544ef631c8344543e62988f97022c998bb05
@@ -7,7 +7,7 @@
 SHA1 (patch-ab) = 597cbdcd050b4c0d20d8dee7358bbf5dbf3cf210
 SHA1 (patch-ac) = c0284e67ce689d774b715be4dc17214aa88c3d4a
 SHA1 (patch-ad) = 75e346285b12fad914b31fb83a9d625d48dce255
-SHA1 (patch-ae) = 0dac8899df0c169d69196827c6316edc51c024f1
+SHA1 (patch-ae) = 50d12cf0fd713ccbb553c6642b5ec05fcc1f6cc1
 SHA1 (patch-af) = c38f646d75d57f17101ce42813f8e66232778447
 SHA1 (patch-ag) = bc08c8fc6d14021b1ebfab12d6ffb86404a588bb
 SHA1 (patch-ah) = fff6483f2a2f5864df57a6d90489846b5cc7ffdf
diff -r 6d1b4d50da29 -r 1cd44cbb2b9e devel/pwlib/patches/patch-ae
--- a/devel/pwlib/patches/patch-ae      Thu Oct 12 17:25:18 2006 +0000
+++ b/devel/pwlib/patches/patch-ae      Thu Oct 12 17:28:16 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-ae,v 1.5 2006/05/16 15:56:43 joerg Exp $
+$NetBSD: patch-ae,v 1.6 2006/10/12 17:28:16 rillig Exp $
 
---- configure.orig     2004-11-21 23:15:48.000000000 +0000
-+++ configure
+--- configure.orig     2004-11-22 00:15:48.000000000 +0100
++++ configure  2006-10-12 19:26:05.000000000 +0200
 @@ -2059,6 +2059,14 @@ case "$target_os" in
                     need_pragma=yes ;
                   ;;
@@ -95,6 +95,15 @@
    ;
    return 0;
  }
+@@ -6483,7 +6494,7 @@ fi
+ done
+ 
+   if test "${HAS_SDL:-unset}" != "unset" ; then
+-    if test "${X11LIBDIR:-unset}" == "unset" ; then
++    if test "${X11LIBDIR:-unset}" = "unset" ; then
+       X11LIBDIR=/usr/X11R6/lib
+     fi
+     echo "$as_me:$LINENO: checking for SDL_CreateYUVOverlay in -lSDL" >&5
 @@ -6492,7 +6503,7 @@ if test "${ac_cv_lib_SDL_SDL_CreateYUVOv
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else



Home | Main Index | Thread Index | Old Index