diff options
author | luigi <luigi@FreeBSD.org> | 2008-04-09 03:11:33 +0800 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2008-04-09 03:11:33 +0800 |
commit | a9b666fc9b35d6eb38c294801b034091cd77fcc8 (patch) | |
tree | 4453bfcd14c2c577bb9d68cb08b995de85dad415 /devel/linux-kmod-compat | |
parent | 577b9bf0a971ae22f6ae2658563603bb10c85ea7 (diff) | |
download | freebsd-ports-gnome-a9b666fc9b35d6eb38c294801b034091cd77fcc8.tar.gz freebsd-ports-gnome-a9b666fc9b35d6eb38c294801b034091cd77fcc8.tar.zst freebsd-ports-gnome-a9b666fc9b35d6eb38c294801b034091cd77fcc8.zip |
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).
Diffstat (limited to 'devel/linux-kmod-compat')
-rw-r--r-- | devel/linux-kmod-compat/Makefile | 2 | ||||
-rw-r--r-- | devel/linux-kmod-compat/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/linux-kmod-compat/Makefile b/devel/linux-kmod-compat/Makefile index a9e3ded701cb..c413f9bf2ed3 100644 --- a/devel/linux-kmod-compat/Makefile +++ b/devel/linux-kmod-compat/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= linux-kmod-compat -PORTVERSION= 20070326 +PORTVERSION= 20080408 CATEGORIES= devel emulators linux multimedia MASTER_SITES= http://info.iet.unipi.it/~luigi/FreeBSD/ EXTRACT_SUFX= .tgz diff --git a/devel/linux-kmod-compat/distinfo b/devel/linux-kmod-compat/distinfo index 348bb97e5897..81e271ced234 100644 --- a/devel/linux-kmod-compat/distinfo +++ b/devel/linux-kmod-compat/distinfo @@ -1,3 +1,3 @@ -MD5 (linux-kmod-compat-20070326.tgz) = 4b088ed4450707a7c989db020f543088 -SHA256 (linux-kmod-compat-20070326.tgz) = 3bcb2a57500e1c3c386252ac80e5f1476eaf0977981686ef08fcb8c4a23ae58c -SIZE (linux-kmod-compat-20070326.tgz) = 81933 +MD5 (linux-kmod-compat-20080408.tgz) = c2371eeea8c351ad7cd60080534a76be +SHA256 (linux-kmod-compat-20080408.tgz) = c680f9f385a37e595a4c57d22e2854d57ba8583b36e6d105e619d2b975d8ed46 +SIZE (linux-kmod-compat-20080408.tgz) = 82752 |