Bug 146809 - net/ladvd: fix trivial compile problem
Summary: net/ladvd: fix trivial compile problem
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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-21 23:20 UTC by sten
Modified: 2010-05-22 10:00 UTC (History)
0 users

See Also:


Attachments
file.diff (958 bytes, patch)
2010-05-21 23:20 UTC, sten
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description sten 2010-05-21 23:20:01 UTC
	The freebsd-specific code for IFDESCR support (available in 8-stable and current) has a missing semicolon in the upstream tarball, causing compilation failures. The fix has been commited upstream, and will be in the next release. Because only FreeBSD is affected the easiest thing for now is to fix the error via the port.
	The included patch fixes the compilation problem and bumps the portrevision. The ifdescr functionality has been testen on FreeBSD 8-STABLE.
Comment 1 Wen Heping freebsd_committer freebsd_triage 2010-05-22 07:24:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-05-22 09:51:14 UTC
wen         2010-05-22 08:51:00 UTC

  FreeBSD ports repository

  Modified files:
    net/ladvd            Makefile 
  Added files:
    net/ladvd/files      patch-ifdescr-semicolon 
  Log:
  - Fix the build error reported by QAT@
  
  PR:             ports/146809
  Submitted by:   Sten Spans <sten@blinkenlights.nl> (maintainer)
  
  Revision  Changes    Path
  1.7       +1 -0      ports/net/ladvd/Makefile
  1.1       +11 -0     ports/net/ladvd/files/patch-ifdescr-semicolon (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 3 Wen Heping freebsd_committer freebsd_triage 2010-05-22 09:51:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!