Bug 132067 - [PATCH] audio/tosha: fix after strndup addition/MFC, remove BROKEN tag
Summary: [PATCH] audio/tosha: 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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-24 14:30 UTC by Florian Smeets
Modified: 2009-03-01 14:10 UTC (History)
0 users

See Also:


Attachments
tosha-0.6_1.patch (2.14 KB, patch)
2009-02-24 14:30 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 14:30:04 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

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 Martin Wilke freebsd_committer freebsd_triage 2009-02-24 16:15:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-03-01 14:07:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-03-01 14:07:10 UTC
miwi        2009-03-01 14:06:56 UTC

  FreeBSD ports repository

  Modified files:
    audio/tosha          Makefile 
  Added files:
    audio/tosha/files    patch-utils.c patch-utils.h 
  Removed files:
    audio/tosha          pkg-plist 
  Log:
  - Unbreak after strndup MFC [1]
  - Move to PLIST_FILES
  
  PR:             132067
  Submitted by:   Florian Smeets <flo@kasimir.com>
  
  Revision  Changes    Path
  1.13      +3 -6      ports/audio/tosha/Makefile
  1.1       +21 -0     ports/audio/tosha/files/patch-utils.c (new)
  1.1       +21 -0     ports/audio/tosha/files/patch-utils.h (new)
  1.4       +0 -4      ports/audio/tosha/pkg-plist (dead)
_______________________________________________
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"