Bug 132014 - [PATCH] ftp/omi: fix after strndup addition/MFC, remove BROKEN tag
Summary: [PATCH] ftp/omi: 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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-23 17:10 UTC by Florian Smeets
Modified: 2009-03-21 17:30 UTC (History)
1 user (show)

See Also:


Attachments
omi-20030719.patch (2.13 KB, patch)
2009-02-23 17:10 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-23 17:10:02 UTC
this port was broken by the addition/MFC of strndup. With this patch it builds again.

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

Port maintainer (anders@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77

Fix: use strndup function included in the port only in the cases where it's needed
How-To-Repeat: build on 7-STABLE >= 701101 or 8-CURRENT >= 800058 without this patch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-23 17:10:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anders

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2009-03-21 17:26:44 UTC
Responsible Changed
From-To: anders->rafan

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-03-21 17:26:49 UTC
rafan       2009-03-21 17:26:35 UTC

  FreeBSD ports repository

  Modified files:
    ftp/omi              Makefile 
  Added files:
    ftp/omi/files        patch-utils.c patch-utils.h 
  Log:
  - Fix build after strndup(3) MFC
  
  PR:             ports/132014
  Submitted by:   Florian Smeets <flo at kasimir.com>
  Approved by:    maintainer timeout (1 month)
  
  Revision  Changes    Path
  1.19      +1 -7      ports/ftp/omi/Makefile
  1.1       +21 -0     ports/ftp/omi/files/patch-utils.c (new)
  1.1       +21 -0     ports/ftp/omi/files/patch-utils.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 4 Rong-En Fan freebsd_committer freebsd_triage 2009-03-21 17:26:57 UTC
State Changed
From-To: open->closed

Committed. Thanks!