non port: net/wmwifi/Makefile |
SVNWeb
|
Number of commits found: 23 |
Tue, 4 Jul 2023
|
[ 19:51 Rene Ladan (rene) ] 0ce030d
all: return uqs' ports to the pool after his commit-bit was safekept.
With hat: portmgr-secretary
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 6a378e5 (Only the first 10 of 1159 ports in this commit are shown above. )
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 6 Nov 2019
|
[ 18:58 zeising ] (Only the first 10 of 50 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories n
Add USES=xorg and USES=gl to ports in categories starting with 'n'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
Tue, 15 Aug 2017
|
[ 19:09 tobik ]
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: (Only the first 15 lines of the commit message are shown above )
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Sun, 9 Mar 2014
|
[ 14:40 miwi ]
- Stage support
- Convert to USES
|
Fri, 20 Sep 2013
|
[ 22:10 bapt ] (Only the first 10 of 1288 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Fri, 26 Nov 2010
|
[ 08:01 uqs ] (Only the first 10 of 12 ports in this commit are shown above. )
Use MASTER_SITE_SUBDIR instead of rolling my own.
Clue provided by: pav
|
Thu, 25 Nov 2010
|
[ 19:00 uqs ]
Fix remaining MASTER_SITE_LOCAL abuses for my ports.
|
Mon, 31 May 2010
|
[ 08:03 uqs ]
- Update to my @FreeBSD.org address
- Add distfile mirror to single source MASTER_SITES
- Also update no longer working addresses
|
Sat, 12 Sep 2009
|
[ 09:42 miwi ]
- Update to Maintianer Mail adress
PR: 138428
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com>
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [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)
|
Fri, 21 Mar 2008
|
[ 23:55 miwi ] (Only the first 10 of 33 ports in this commit are shown above. )
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
Fri, 14 Mar 2008
|
[ 16:08 rafan ]
- 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>
|
Mon, 1 Oct 2007
|
[ 06:20 linimon ]
Mark as broken with gcc4.2.
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Fri, 16 Jun 2006
|
[ 16:51 pav ]
- 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)
|
Mon, 29 May 2006
|
[ 20:46 pav ] (Only the first 10 of 13 ports in this commit are shown above. )
- Update maintainer's email address
PR: ports/98102
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
|
Wed, 13 Jul 2005
|
[ 21:35 pav ]
- 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)
|
Thu, 7 Jul 2005
|
[ 21:22 pav ]
WindowMaker dockapp for displaying signal strenghts of WLAN Adapters
PR: ports/82891
Submitted by: Ulrich Spoerlein <q@galgenberg.net>
|
Number of commits found: 23 |