Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20080408 01 Sep 2014 14:46:34 |
bapt |
Remove non staged ports without pending PR from d* |
20080408 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
20080408 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
20080408 25 Jul 2012 11:24:11 |
cs |
Fix typos in COMMENT |
20080408 14 Dec 2011 17:20:54 |
tabthorpe |
- Reassign to the heap
Approved by: portmgr (tabthorpe) |
20080408 07 Nov 2011 04:24:55 |
miwi |
- Get rid FreeBSD 6 support |
20080408 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
20080408 08 Apr 2008 19:11:33 |
luigi |
Make this port build under FreeBSD 7, enabling dependent
drivers (e.g. linux-gspca-compat and others) to build too.
The fixes in the code are really minor (basically workaround a
change in the definition of msleep). |
20070326 26 Mar 2007 11:23:50 |
luigi |
Upgrade to version 20070326, which implements device control variables
(available under /proc on Linux) as a sysctl tree debug.{drivername}
With this feature you can, as an example, set
sysctl debug.gspca.compress=1 and sysctl debug.gspca.autoexpo=0
to speed up capture on some cameras.
This version also includes some pwcview changes to display up
to 4 copies of the grabbed image, with various mirroring options. |
20070208 08 Feb 2007 22:08:29 |
luigi |
Update to the 20070208 release of the code.
Apart from internal cleanup, a visible change is that
mmap-related ioctl in video drivers are trapped and made
to return EINVAL.
This prevents clients (e.g. ekiga) that do not check for mmap() errors
from crashing.
I suggest to rebuild linux-gspca-kmod and linux-ov511-kmod. |
20070203 04 Feb 2007 10:53:52 |
erwin |
Fix PKGORIGIN
Pointy hat: luigi |
20070202 03 Feb 2007 22:24:49 |
luigi |
update to version 20070203, which enables build of children
ports (linux-gspca-kmod, linux-ov511-kmod) on 64 bit archs.
Thanks to Jung-uk Kim for the 64-bit patches. |
20070202 02 Feb 2007 22:50:30 |
ale |
Remove an extra '@'. |
20070202 02 Feb 2007 22:49:16 |
ale |
Replace BROKEN with IGNORE, since there is no chance it will be
buildable on <602100 in the future.
Spotted by: pav |
20070202 02 Feb 2007 22:38:38 |
ale |
- Add automatic pkg-plist generation
- Remove NO_PACKAGE (for the above reason)
- Add NO_BUILD
- Various fixes (also for portlint)
This commit doesn't change which files are installed and where
(the port is still not PREFIX clean). |
20070202 02 Feb 2007 20:05:39 |
luigi |
Make it clear why NO_PACKAGE is set. |
20070202 02 Feb 2007 18:08:20 |
luigi |
Add new port for linux-kmod-compat - emulation layer to build
linux device drivers as FreeBSD kld modules. Details at
http://info.iet.unipi.it/~luigi/FreeBSD/linux_bsd_kld.html
Two ports for webcam drivers that use this package are coming in
a matter of minutes.
NOTES:
+ This is only for 6.x and 7.x, no support planned for earlier versions.
+ At the moment only i386 but have patches for 64-bit architectures
that should be committed soon.
+ This port installs a file in /usr/share/mk . After some discussion
on the ports list this seems, to be the most reasonable thing to do.
portlint complains about it. (Only the first 15 lines of the commit message are shown above ) |