Bug 132070

Summary: [PATCH] devel/cvswrap: fix after strndup addition/MFC, remove BROKEN tag
Product: Ports & Packages Reporter: Florian Smeets <flo>
Component: Individual Port(s)Assignee: Wesley Shields <wxs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
cvswrap-0.2.patch none

Description Florian Smeets 2009-02-24 15:00:12 UTC
this port was broken by the addition/MFC of strndup. With this patch it builds again.

Added file(s):
- files/patch-cvswrap.c

Generated with FreeBSD Port Tools 0.77

Fix: - fix portlint warnings
  - use tabs instead of whitespaces after variables
  - fix COMMENT

- add patch for cvswrap.c to only use the ports' included strndup on FreeBSD versions where it is not included.
How-To-Repeat: build on 7-STABLE >= 701101 or 8-CURRENT >= 800058 without this patch
Comment 1 Wesley Shields freebsd_committer freebsd_triage 2009-02-24 16:02:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 2 Wesley Shields freebsd_committer freebsd_triage 2009-02-24 20:47:08 UTC
This port is currently unmaintained.  Would you like to maintain it?

-- WXS
Comment 3 Florian Smeets 2009-02-25 08:33:38 UTC
On 24.02.2009 21:47 Uhr, Wesley Shields wrote:
> This port is currently unmaintained.  Would you like to maintain it?
>
Yes, i'll do that.

Cheers,
Florian
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-02-25 14:24:15 UTC
wxs         2009-02-25 14:24:04 UTC

  FreeBSD ports repository

  Modified files:
    devel/cvswrap        Makefile 
  Added files:
    devel/cvswrap/files  patch-cvswrap.c 
  Log:
  - Unbreak on versions after strndup MFC
  - Pass maintainership to submitter
  
  PR:             ports/132070
  Submitted by:   Florian Smeets <flo@kasimir.com>
  
  Revision  Changes    Path
  1.8       +5 -12     ports/devel/cvswrap/Makefile
  1.1       +34 -0     ports/devel/cvswrap/files/patch-cvswrap.c (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 5 Wesley Shields freebsd_committer freebsd_triage 2009-02-25 14:24:16 UTC
State Changed
From-To: open->closed

Committed. Thanks!