aboutsummaryrefslogtreecommitdiffstats
path: root/net/wmwifi
Commit message (Collapse)AuthorAgeFilesLines
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-221-2/+2
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Fix build with new net80211 on 7.x and aboverafan2008-03-152-13/+89
| | | | | | PR: ports/121167 Submitted by: Ulrich Spoerlein <uspoerlein at gmail.com> (maintainer) Tested by: Dierk Sacher <dierk at blaxxtarz.de>
* Mark as broken with gcc4.2.linimon2007-10-011-1/+7
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Skip all loopback and point-to-point interfacespav2006-06-172-2/+13
| | | | | | PR: ports/98885 Submitted by: Eric P. Scott <eps+pbug0606@ana.com> Approved by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
* - Update maintainer's email addresspav2006-05-301-1/+1
| | | | | PR: ports/98102 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
* SHA256ifyedwin2006-01-231-0/+1
| | | | Approved by: krion@
* - The code walking the interface list will issue the SIOCGIFMEDIA ioctl topav2005-07-143-7/+58
| | | | | | | | | every interface. This ioctl will fail on if_fwe and if_plip (and probably others). Therefore make the failing ioctl() non-fatal and issue a warning only. PR: ports/83381 Submitted by: Ulrich Spoerlein <q@galgenberg.net> (maintainer)
* WindowMaker dockapp for displaying signal strenghts of WLAN Adapterspav2005-07-086-0/+61
PR: ports/82891 Submitted by: Ulrich Spoerlein <q@galgenberg.net>