Bug 136011 - net/mpd4 is broken on CURRENT after June,9
Summary: net/mpd4 is broken on CURRENT after June,9
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: Alexander Motin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-24 19:50 UTC by lytboris
Modified: 2009-06-29 16:40 UTC (History)
0 users

See Also:


Attachments
file.diff (25.56 KB, patch)
2009-06-24 19:50 UTC, lytboris
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lytboris 2009-06-24 19:50:00 UTC
*LEN macros that were deleted in 1.31 commit are used both in devel/libpdel and net/mpd4 ports - this breaks building of them.

Fix: All *LEN macros should be replaced with appropriate *SIZ macros.


Patch attached with submission follows:
How-To-Repeat: update to CURRENT after June, 9
make -C /usr/ports/devel/mpd4 clean all
Comment 1 Wesley Shields freebsd_committer freebsd_triage 2009-06-24 19:53:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 2 Wesley Shields freebsd_committer freebsd_triage 2009-06-28 14:55:53 UTC
State Changed
From-To: open->feedback

Over to the maintainer. Please note that ports/136012 is broken in a similar manner and is pending maintainer approval. 


Comment 3 Wesley Shields freebsd_committer freebsd_triage 2009-06-28 14:55:53 UTC
Responsible Changed
From-To: wxs->mav

Over to the maintainer. Please note that ports/136012 is broken in a similar manner and is pending maintainer approval.
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-06-29 16:33:04 UTC
sem         2009-06-29 15:32:55 UTC

  FreeBSD ports repository

  Added files:
    net/mpd4/files       patch-len 
  Log:
  - Fix build on 8.0
  
  PR:             ports/136011
  Submitted by:   Boris Lytochkin <lytboris at gmail.com>
  Approved by:    mav (maintainer)
  
  Revision  Changes    Path
  1.1       +904 -0    ports/net/mpd4/files/patch-len (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 Sergey Matveychuk freebsd_committer freebsd_triage 2009-06-29 16:34:37 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!