Bug 132014

Summary: [PATCH] ftp/omi: fix after strndup addition/MFC, remove BROKEN tag
Product: Ports & Packages Reporter: Florian Smeets <flo>
Component: Individual Port(s)Assignee: Rong-En Fan <rafan>
Status: Closed FIXED    
Severity: Affects Only Me CC: anders
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
omi-20030719.patch none

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!