pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/plib Line continuations with '\' must not have w...
details: https://anonhg.NetBSD.org/pkgsrc/rev/320ef92dd042
branches: trunk
changeset: 479775:320ef92dd042
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Sun Aug 22 11:19:41 2004 +0000
description:
Line continuations with '\' must not have white space after it.
diffstat:
games/plib/distinfo | 4 ++--
games/plib/patches/patch-ad | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r 66dfa3e20137 -r 320ef92dd042 games/plib/distinfo
--- a/games/plib/distinfo Sun Aug 22 08:02:30 2004 +0000
+++ b/games/plib/distinfo Sun Aug 22 11:19:41 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2004/03/19 02:25:28 xtraeme Exp $
+$NetBSD: distinfo,v 1.5 2004/08/22 11:19:41 kristerw Exp $
SHA1 (plib-1.6.0.tar.gz) = f2c0c8ba909e7df12850fafba9bb57152cb96976
Size (plib-1.6.0.tar.gz) = 523897 bytes
SHA1 (patch-aa) = 3c3adf01bd2107b1b91cac98410081a3f25f7b47
SHA1 (patch-ab) = a4f82828a88e6d6605c3627e73f769ae8e0fcade
SHA1 (patch-ac) = 167ddbc8de4448d94644cce8ac28d77aa70a2704
-SHA1 (patch-ad) = cf59cd9968b52ca42fc9d6ee6cdb9c59b9ebb018
+SHA1 (patch-ad) = dca12d7e59048c33868930b7a30a95aa3c66a924
diff -r 66dfa3e20137 -r 320ef92dd042 games/plib/patches/patch-ad
--- a/games/plib/patches/patch-ad Sun Aug 22 08:02:30 2004 +0000
+++ b/games/plib/patches/patch-ad Sun Aug 22 11:19:41 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.3 2004/03/19 02:25:28 xtraeme Exp $
+$NetBSD: patch-ad,v 1.4 2004/08/22 11:19:42 kristerw Exp $
--- src/sl/slPortability.h.orig 2004-03-19 03:18:23.000000000 +0100
+++ src/sl/slPortability.h 2004-03-19 03:19:02.000000000 +0100
@@ -7,7 +7,7 @@
/* the next lines are to define BSD */
/* see http://www.freebsd.org/handbook/porting.html for why we do this */
-#if (defined(__unix__) || defined(unix)) && !defined(USG)
-+#if (defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)) \
++#if (defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)) \
+ && !defined(USG)
#include <sys/param.h>
#endif
Home |
Main Index |
Thread Index |
Old Index