diff options
author | Johan van Selst <johans@FreeBSD.org> | 2011-04-20 20:19:31 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2011-04-20 20:19:31 +0000 |
commit | 2fb0b2f0ca7b0072f0b13f66b0c3adf9c19d4f12 (patch) | |
tree | e688be69708a32219550bf5620aedd4d207f1910 /devel/opencvs/files/patch-rcsparse.h | |
parent | Update to version 0.6 (diff) |
- Update opencvs to new 20110420 version
- Add manpages [1]
- Add license [2]
- Remove some unneeded patches [2]
Reported by: obrien
PR: ports/156490 [1]
PR: ports/156491 [2]
Notes
Notes:
svn path=/head/; revision=272969
Diffstat (limited to 'devel/opencvs/files/patch-rcsparse.h')
-rw-r--r-- | devel/opencvs/files/patch-rcsparse.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/opencvs/files/patch-rcsparse.h b/devel/opencvs/files/patch-rcsparse.h new file mode 100644 index 000000000000..25c105127ffd --- /dev/null +++ b/devel/opencvs/files/patch-rcsparse.h @@ -0,0 +1,11 @@ +--- rcsparse.c.orig 2011-04-20 21:08:22.000000000 +0200 ++++ rcsparse.c 2011-04-20 21:08:46.000000000 +0200 +@@ -1221,8 +1221,6 @@ + return 0; + } + } +- if ((char *)cp - login_name > _PW_NAME_LEN) +- return 0; + return 1; + } + |