Summary: | [patch] net/wmwlmon fix for gcc4.2 and partial fix for wi_req. Do not deprecate! | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Luke Dean <luked> | ||||||||
Component: | Individual Port(s) | Assignee: | Ion-Mihai "IOnut" Tetcu <itetcu> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | ||||||||||
Priority: | Normal | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Description
Luke Dean
2008-05-04 23:30:05 UTC
patch file 1 of 2 patch 2 of 2 patch 2 of 2, second try... Something about the last one didn't post right. Well, that second one just refuses to post correctly. Maybe I should've put a .txt on the end or something. I'll stop spamming just post them both here with .txt on the end: http://lukas.is-a-geek.org/lukas/freebsd/wmwlmon_patches/ State Changed From-To: open->feedback Maybe you are interested in maintianing this port? Responsible Changed From-To: freebsd-ports-bugs->itetcu I'll take it. itetcu 2008-05-10 09:00:09 UTC FreeBSD ports repository Modified files: net/wmwlmon Makefile Added files: net/wmwlmon/files extra-patch-wl.c extra-patch-wmwlmon.1 patch-bitmaps__wmwlmon_mask.xbm patch-wl.c Log: - fix build with gcc 4.2 [1] - fix build on 7 after wi_req removal (remove support for wi(4)) [2] - unBROKEN [1] - unDEPRECIATE [1] - use REINPALCE_CMD PR: ports/123408 [1], [2] by itetcu@ (me) based on [1] Submitted by: Luke Dean <luked@pobox.com> [1] Revision Changes Path 1.9 +9 -10 ports/net/wmwlmon/Makefile 1.1 +20 -0 ports/net/wmwlmon/files/extra-patch-wl.c (new) 1.1 +10 -0 ports/net/wmwlmon/files/extra-patch-wmwlmon.1 (new) 1.1 +10 -0 ports/net/wmwlmon/files/patch-bitmaps__wmwlmon_mask.xbm (new) 1.1 +13 -0 ports/net/wmwlmon/files/patch-wl.c (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" State Changed From-To: feedback->closed Committed. Thanks! |