Bug 156491 - License and patch updates for devel/opencvs
Summary: License and patch updates for devel/opencvs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Johan van Selst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-19 08:30 UTC by David E. O'Brien
Modified: 2011-04-20 21:20 UTC (History)
0 users

See Also:


Attachments
file.diff (4.39 KB, patch)
2011-04-19 08:30 UTC, David E. O'Brien
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David E. O'Brien freebsd_committer freebsd_triage 2011-04-19 08:30:09 UTC
	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
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2011-04-20 07:12:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->johans

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-04-20 21:19:45 UTC
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"
Comment 3 Johan van Selst freebsd_committer freebsd_triage 2011-04-20 21:20:19 UTC
State Changed
From-To: open->closed

Committed, thanks.