OpenCVS fails to declare its license. Given one big reason to use OpenCVS vs. GNU CVS is the license, it would be nice to list it. I also found I could reduce the number of patches the port has: patch-atomicio.h: the added atomiciov() prototype is no longer needed patch-checkout.c: TAILQ_END is no longer used patch-cvs.c: define out "__dead" in cvs.h so all uses of it are handled in one place patch-log.h: xmalloc.c does not include cvs.h, so define out "__dead" so any future prototype uses of it are automatically handled How-To-Repeat: make clean all
Responsible Changed From-To: freebsd-ports-bugs->johans Fix synopsis and assign.
johans 2011-04-20 20:19:31 UTC FreeBSD ports repository Modified files: devel/opencvs Makefile distinfo devel/opencvs/files patch-Makefile patch-cvs.h patch-log.h patch-rcs.h Added files: devel/opencvs/files patch-rcsparse.h Removed files: devel/opencvs/files patch-atomicio.h patch-checkout.c patch-cvs.c Log: - 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] Revision Changes Path 1.4 +4 -1 ports/devel/opencvs/Makefile 1.3 +2 -3 ports/devel/opencvs/distinfo 1.3 +21 -7 ports/devel/opencvs/files/patch-Makefile 1.3 +0 -21 ports/devel/opencvs/files/patch-atomicio.h (dead) 1.3 +0 -10 ports/devel/opencvs/files/patch-checkout.c (dead) 1.3 +0 -20 ports/devel/opencvs/files/patch-cvs.c (dead) 1.3 +8 -5 ports/devel/opencvs/files/patch-cvs.h 1.3 +11 -9 ports/devel/opencvs/files/patch-log.h 1.2 +6 -6 ports/devel/opencvs/files/patch-rcs.h 1.1 +11 -0 ports/devel/opencvs/files/patch-rcsparse.h (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks.