pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/strace Fix, hopefully, broken build on NetBSD...
details: https://anonhg.NetBSD.org/pkgsrc/rev/372bebd5b571
branches: trunk
changeset: 568191:372bebd5b571
user: dholland <dholland%pkgsrc.org@localhost>
date: Mon Dec 07 05:06:37 2009 +0000
description:
Fix, hopefully, broken build on NetBSD 4.x, based on observations by
Robert Elz in PR 42083.
bsd.own.mk tags "all" with .NOTMAIN, so including bsd.own.mk before
defining "all" causes it to be skipped in favor of whatever comes next
in the makefile. Hack around this by putting "all:;" at the top.
I can't *really* test it because the syscalls script blows its mind if
given a NetBSD 5.x syscalls.master file.
diffstat:
sysutils/strace/distinfo | 4 ++--
sysutils/strace/patches/patch-ab | 5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r 557cdac5c1f4 -r 372bebd5b571 sysutils/strace/distinfo
--- a/sysutils/strace/distinfo Mon Dec 07 04:06:02 2009 +0000
+++ b/sysutils/strace/distinfo Mon Dec 07 05:06:37 2009 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.12 2008/12/21 08:33:39 wiz Exp $
+$NetBSD: distinfo,v 1.13 2009/12/07 05:06:37 dholland Exp $
SHA1 (strace-4.5.15.tar.bz2) = a6bd153eeb1a25a50bb5a1d92887a4911ec9ad48
RMD160 (strace-4.5.15.tar.bz2) = 0c6aaa8820a0985d89b21a5da9578b27435c8906
Size (strace-4.5.15.tar.bz2) = 455607 bytes
SHA1 (patch-aa) = 16c7a70bccbebfcf24640cd4e632ff127586e6c9
-SHA1 (patch-ab) = b84215b6feb8bf967ca02554d45373c09c4e9433
+SHA1 (patch-ab) = 50367d9b603465148df29f468a29c8617b874edb
SHA1 (patch-ac) = 8af13f7db2812538a4d34ddf6e15f679c92b4776
SHA1 (patch-ad) = 091b7a2b555d3e5c8d2c4f338b929c7792ea5b0b
SHA1 (patch-ae) = f10bdf45432bc9a09f33f4fd94009bf9ed097a7f
diff -r 557cdac5c1f4 -r 372bebd5b571 sysutils/strace/patches/patch-ab
--- a/sysutils/strace/patches/patch-ab Mon Dec 07 04:06:02 2009 +0000
+++ b/sysutils/strace/patches/patch-ab Mon Dec 07 05:06:37 2009 +0000
@@ -1,8 +1,9 @@
-$NetBSD: patch-ab,v 1.4 2008/12/20 19:06:39 christos Exp $
+$NetBSD: patch-ab,v 1.5 2009/12/07 05:06:37 dholland Exp $
--- /dev/null 2007-04-26 23:20:40.000000000 -0400
+++ netbsd/Makefile 2007-04-27 15:14:51.000000000 -0400
-@@ -0,0 +1,38 @@
+@@ -0,0 +1,39 @@
++all:;
+
+.include <bsd.own.mk>
+
Home |
Main Index |
Thread Index |
Old Index