diff options
author | dholland <dholland@pkgsrc.org> | 2012-09-16 18:09:53 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-09-16 18:09:53 +0000 |
commit | a7b3d88e06981e871e56704376a87e16626eac27 (patch) | |
tree | 17d37c84f1bc3b7c7c7c15ae55eea84b5e8a6709 /pkgtools/pkgdiff/Makefile | |
parent | 6d908ed3fe6c2e158f5ddfbab2bf707a03b19547 (diff) | |
download | pkgsrc-a7b3d88e06981e871e56704376a87e16626eac27.tar.gz |
Drop back to diff without -p before giving up because of rcsids appearing
in the diff output. Also, improve the error message that occurs if this
also fails. Fixes PR 46962.
Diffstat (limited to 'pkgtools/pkgdiff/Makefile')
-rw-r--r-- | pkgtools/pkgdiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkgdiff/Makefile b/pkgtools/pkgdiff/Makefile index 0f1923c90cd..74e96643fcf 100644 --- a/pkgtools/pkgdiff/Makefile +++ b/pkgtools/pkgdiff/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.77 2012/09/11 23:19:38 asau Exp $ +# $NetBSD: Makefile,v 1.78 2012/09/16 18:09:53 dholland Exp $ # -DISTNAME= pkgdiff-1.3 +DISTNAME= pkgdiff-1.4 CATEGORIES= pkgtools devel MASTER_SITES= # empty DISTFILES= # empty |