pkgsrc-Bugs archive

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

PR/42083 CVS commit: pkgsrc/sysutils/strace



The following reply was made to PR pkg/42083; it has been noted by GNATS.

From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/42083 CVS commit: pkgsrc/sysutils/strace
Date: Mon, 7 Dec 2009 05:06:37 +0000

 Module Name:   pkgsrc
 Committed By:  dholland
 Date:          Mon Dec  7 05:06:37 UTC 2009
 
 Modified Files:
        pkgsrc/sysutils/strace: distinfo
        pkgsrc/sysutils/strace/patches: patch-ab
 
 Log Message:
 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.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.12 -r1.13 pkgsrc/sysutils/strace/distinfo
 cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/strace/patches/patch-ab
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index