Bug 136012 - devel/libpdel is broken on CURRENT after June,9
Summary: devel/libpdel 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: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-24 19:50 UTC by lytboris
Modified: 2009-06-29 16:30 UTC (History)
0 users

See Also:


Attachments
file.diff (2.78 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:01 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/libpdel clean all
Comment 1 Wesley Shields freebsd_committer freebsd_triage 2009-06-24 19:53:53 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:51:03 UTC
Maintainer of devel/libpdel:

ports/136012 has been submitted. Can you please review this PR and if it
contains a patch let me know if you approve of it or not.

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/136012

Thank you.

-- WXS
Comment 3 Wesley Shields freebsd_committer freebsd_triage 2009-06-28 14:51:10 UTC
State Changed
From-To: open->feedback

Pending maintainer approval.
Comment 4 Alexander Motin freebsd_committer freebsd_triage 2009-06-28 15:03:54 UTC
I've sent equal patch to sem@ five days ago, but have no response yet. 
If somebody can do it faster, please proceed.

-- 
Alexander Motin
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-06-29 16:25:27 UTC
sem         2009-06-29 15:25:18 UTC

  FreeBSD ports repository

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

Committed. Thanks!