pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/vim-share Fix test ==



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d36d4421edc6
branches:  trunk
changeset: 520171:d36d4421edc6
user:      martti <martti%pkgsrc.org@localhost>
date:      Mon Oct 16 17:00:29 2006 +0000

description:
Fix test ==

diffstat:

 editors/vim-share/distinfo         |   5 +++--
 editors/vim-share/patches/patch-aa |  11 ++++++++++-
 editors/vim-share/patches/patch-ac |  13 +++++++++++++
 3 files changed, 26 insertions(+), 3 deletions(-)

diffs (58 lines):

diff -r 9505e6a554ec -r d36d4421edc6 editors/vim-share/distinfo
--- a/editors/vim-share/distinfo        Mon Oct 16 13:06:09 2006 +0000
+++ b/editors/vim-share/distinfo        Mon Oct 16 17:00:29 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.53 2006/10/09 11:53:30 martti Exp $
+$NetBSD: distinfo,v 1.54 2006/10/16 17:00:29 martti Exp $
 
 SHA1 (vim/7.0.001) = 54143281b4d21a825b7bb02bdd55c4716e7b6f80
 RMD160 (vim/7.0.001) = 808e7e5947fccd64ae010e37acb81890e0adc7f0
@@ -339,7 +339,8 @@
 SHA1 (vim/vim-7.0.tar.bz2) = 38ef48cabf942d0dc804a794dcc6f002b9457fc8
 RMD160 (vim/vim-7.0.tar.bz2) = 5c0d6f2dbd0382a432781fe6cb224028cbb783de
 Size (vim/vim-7.0.tar.bz2) = 6575205 bytes
-SHA1 (patch-aa) = 6490dce35e099967272a84dd96b16cc3db0b4d53
+SHA1 (patch-aa) = e5fcfe9a599e35c17633d6bae8bc20d7957c1df9
 SHA1 (patch-ab) = 1ee4f14cb6c73743704d2dd2631cb3ca48f0303e
+SHA1 (patch-ac) = 69082b576cc023e316e5c1facb01ddd3e38fb104
 SHA1 (patch-ad) = 1f83cdb17f7ce367d9ae3358db7370065ab76435
 SHA1 (patch-zb) = d52bdc3b77c30c804e78c2c6a4182fad8096c9f0
diff -r 9505e6a554ec -r d36d4421edc6 editors/vim-share/patches/patch-aa
--- a/editors/vim-share/patches/patch-aa        Mon Oct 16 13:06:09 2006 +0000
+++ b/editors/vim-share/patches/patch-aa        Mon Oct 16 17:00:29 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.10 2006/05/09 06:36:48 martti Exp $
+$NetBSD: patch-aa,v 1.11 2006/10/16 17:00:29 martti Exp $
 
 --- src/auto/configure.orig    2006-05-04 13:46:19.000000000 +0300
 +++ src/auto/configure 2006-05-08 10:00:33.000000000 +0300
@@ -11,3 +11,12 @@
      GUI_INC_LOC="`echo $GUI_INC_LOC|sed 's%-I%%g'`"
  
    echo "$as_me:$LINENO: checking for location of Motif GUI includes" >&5
+@@ -15302,7 +15302,7 @@
+       && test "x$GUITYPE" != "xCARBONGUI"; then
+   echo "$as_me:$LINENO: checking whether we need -framework Carbon" >&5
+ echo $ECHO_N "checking whether we need -framework Carbon... $ECHO_C" >&6
+-    if test "x$enable_multibyte" = "xyes" || test "x$features" == "xbig" \
++    if test "x$enable_multibyte" = "xyes" || test "x$features" = "xbig" \
+       || test "x$features" = "xhuge"; then
+     LIBS="$LIBS -framework Carbon"
+     echo "$as_me:$LINENO: result: yes" >&5
diff -r 9505e6a554ec -r d36d4421edc6 editors/vim-share/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/vim-share/patches/patch-ac        Mon Oct 16 17:00:29 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.8 2006/10/16 17:00:29 martti Exp $
+
+--- src/configure.in.orig      2006-10-16 19:41:43.000000000 +0000
++++ src/configure.in   2006-10-16 19:42:02.000000000 +0000
+@@ -2835,7 +2835,7 @@
+       && test "x$GUITYPE" != "xCARBONGUI"; then
+   AC_MSG_CHECKING(whether we need -framework Carbon)
+   dnl check for MACOSX without Carbon GUI, but with FEAT_MBYTE
+-  if test "x$enable_multibyte" = "xyes" || test "x$features" == "xbig" \
++  if test "x$enable_multibyte" = "xyes" || test "x$features" = "xbig" \
+       || test "x$features" = "xhuge"; then
+     LIBS="$LIBS -framework Carbon"
+     AC_MSG_RESULT(yes)



Home | Main Index | Thread Index | Old Index