pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/46962: unreasonable failure of pkgdiff
The following reply was made to PR pkg/46962; it has been noted by GNATS.
From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/46962: unreasonable failure of pkgdiff
Date: Sun, 16 Sep 2012 19:49:57 +0900
On Sun, 16 Sep 2012 14:15:04 +0900, David Holland
<dholland-pbugs%netbsd.org@localhost> wrote:
> oh, I think you probably misread - the problem is that it doesn't
> produce a diff.
default PKGDIFF_FMT contains `-p', so generated diff will be:
--- test.c.orig 2012-09-16 10:41:12.000000000 +0000
+++ test.c 2012-09-16 10:41:07.000000000 +0000
@@ -4,6 +4,8 @@ static char id[] = "$Revision: 1.1 $";
#include <stdlib.h>
#include <string.h>
+int foo;
+
int a = 1;
int b = 2;
int c = 3;
--
OBATA Akio / obache%NetBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index