notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net/wmwifi/files/patch-wireless.c

Number of commits found: 5

Tuesday, 15 Aug 2017
19:09 tobik search for other commits by this committer
net/wmwifi: Fix runtime on amd64

Currently wmwifi doesn't start on amd64 and simply fails with

wmwifi: No wireless interface found!

The code assumes that sizeof(int) == sizeof(size_t) which isn't the
case on amd64 (and other architectures) and all sysctl() calls will
fail because of it.

While here:

- Fix a build failure when automake+autoconf are installed in the
  build environment.  By patching configure.in the build wants to
  regenerate configure which doesn't work correctly:

gmake[1]: Entering directory '/usr/ports/net/wmwifi/work/wmwifi-0.4-bsd'
cd . && aclocal
aclocal-1.15: warning: autoconf input should be named 'configure.ac', not
'configure.in'
/usr/local/share/aclocal/gdk-pixbuf.m4:12: warning: underquoted definition of
AM_PATH_GDK_PIXBUF
/usr/local/share/aclocal/gdk-pixbuf.m4:12:   run info Automake 'Extending
aclocal'
/usr/local/share/aclocal/gdk-pixbuf.m4:12:   or see
http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
cd . && automake --gnu Makefile
automake-1.15: warning: autoconf input should be named 'configure.ac', not
'configure.in'
configure.in:3: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are
deprecated.  For more info, see:
configure.in:3:
http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.in:6: error: required file './compile' not found
configure.in:6:   'automake --add-missing' can install 'compile'
gmake[1]: *** [Makefile:82: Makefile.in] Error 1
gmake[1]: Leaving directory '/usr/ports/net/wmwifi/work/wmwifi-0.4-bsd'
*** Error code 1

  Remove files/patch-configure.in and pass CFLAGS through
  CONFIGURE_ENV instead.

- Add LICENSE, LICENSE_FILE
- Add missing dependency on libXext

[1] https://forums.freebsd.org/threads/61981/

PR:		221531
Reported by:	forester on the FreeBSD forums [1]
Approved by:	uqs (maintainer)
MFH:		2017Q3
Original commitRevision:448001 
Friday, 14 Mar 2008
16:08 rafan search for other commits by this committer
- Fix build with new net80211 on 7.x and above

PR:             ports/121167
Submitted by:   Ulrich Spoerlein <uspoerlein at gmail.com> (maintainer)
Tested by:      Dierk Sacher <dierk at blaxxtarz.de>
Original commit
Friday, 16 Jun 2006
16:51 pav search for other commits by this committer
- Skip all loopback and point-to-point interfaces

PR:             ports/98885
Submitted by:   Eric P. Scott <eps+pbug0606@ana.com>
Approved by:    Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
Original commit
Wednesday, 13 Jul 2005
21:35 pav search for other commits by this committer
- The code walking the interface list will issue the SIOCGIFMEDIA ioctl to
  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)
Original commit
Thursday, 7 Jul 2005
21:22 pav search for other commits by this committer
WindowMaker dockapp for displaying signal strenghts of WLAN Adapters

PR:             ports/82891
Submitted by:   Ulrich Spoerlein <q@galgenberg.net>
Original commit

Number of commits found: 5