Bug 132070 - [PATCH] devel/cvswrap: fix after strndup addition/MFC, remove BROKEN tag
Summary: [PATCH] devel/cvswrap: fix after strndup addition/MFC, remove BROKEN tag
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: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-24 15:00 UTC by Florian Smeets
Modified: 2009-02-25 14:30 UTC (History)
0 users

See Also:


Attachments
cvswrap-0.2.patch (2.24 KB, patch)
2009-02-24 15:00 UTC, Florian Smeets
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!