pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/allegro Fixed "test ==".
details: https://anonhg.NetBSD.org/pkgsrc/rev/033636bd8708
branches: trunk
changeset: 519946:033636bd8708
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Oct 12 17:20:19 2006 +0000
description:
Fixed "test ==".
diffstat:
devel/allegro/distinfo | 4 ++--
devel/allegro/patches/patch-ab | 13 +++++++++++--
2 files changed, 13 insertions(+), 4 deletions(-)
diffs (38 lines):
diff -r a3fd0d53cfd6 -r 033636bd8708 devel/allegro/distinfo
--- a/devel/allegro/distinfo Thu Oct 12 16:19:03 2006 +0000
+++ b/devel/allegro/distinfo Thu Oct 12 17:20:19 2006 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.12 2006/07/04 06:27:39 wiz Exp $
+$NetBSD: distinfo,v 1.13 2006/10/12 17:20:19 rillig Exp $
SHA1 (allegro-4.2.0.tar.gz) = 5b4a542c038ee196564f9107de59fe30a8caeaf5
RMD160 (allegro-4.2.0.tar.gz) = e1602ea2f8bc1761be0ee34001e9d77d3a6ea3ff
Size (allegro-4.2.0.tar.gz) = 3056173 bytes
SHA1 (patch-aa) = 9d821fdcb556c67c70aba0714b7756c54a3861d7
-SHA1 (patch-ab) = 839ae8fb1544e967be1923fa1d316df339a120bd
+SHA1 (patch-ab) = f33f1a96394f16398246d3bc1d5cab89df4860e8
SHA1 (patch-ac) = 78f99723b095f460f20e8367fffb443a8f3d6ab6
SHA1 (patch-ad) = 52f694e1b0053cff94c53ee10f603d535eba5fa5
SHA1 (patch-ae) = 32e5ecd77e58bb6926c207c668755043448457f9
diff -r a3fd0d53cfd6 -r 033636bd8708 devel/allegro/patches/patch-ab
--- a/devel/allegro/patches/patch-ab Thu Oct 12 16:19:03 2006 +0000
+++ b/devel/allegro/patches/patch-ab Thu Oct 12 17:20:19 2006 +0000
@@ -1,7 +1,16 @@
-$NetBSD: patch-ab,v 1.5 2006/01/22 13:55:20 wiz Exp $
+$NetBSD: patch-ab,v 1.6 2006/10/12 17:20:19 rillig Exp $
--- configure.orig 2005-11-06 10:54:00.000000000 +0100
-+++ configure
++++ configure 2006-10-12 19:19:26.000000000 +0200
+@@ -1560,7 +1560,7 @@ fi
+ # Check whether --enable-magicmain or --disable-magicmain was given.
+ if test "${enable_magicmain+set}" = set; then
+ enableval="$enable_magicmain"
+- test "X$enableval" == "Xyes" &&
++ test "X$enableval" = "Xyes" &&
+ cat >>confdefs.h <<\_ACEOF
+ #define ALLEGRO_WITH_MAGIC_MAIN 1
+ _ACEOF
@@ -11368,9 +11368,7 @@ if test -n "$GCC"; then
fi
ALLEGRO_PROFILE_CFLAGS="$CFLAGS -pg $TARGET_ARCH -O2 -funroll-loops -ffast-math $WFLAGS"
Home |
Main Index |
Thread Index |
Old Index