diff options
author | luigi <luigi@FreeBSD.org> | 2007-02-04 06:24:49 +0800 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2007-02-04 06:24:49 +0800 |
commit | 584b5738206d26ec3ac647ff40bbdd3f62b48378 (patch) | |
tree | 359c72ce58d8c9f5fd91291941f8f16e961808c3 /devel | |
parent | 6b6cf2700c18ec98fdd5f3a9466447dee5d3acd4 (diff) | |
download | freebsd-ports-gnome-584b5738206d26ec3ac647ff40bbdd3f62b48378.tar.gz freebsd-ports-gnome-584b5738206d26ec3ac647ff40bbdd3f62b48378.tar.zst freebsd-ports-gnome-584b5738206d26ec3ac647ff40bbdd3f62b48378.zip |
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/linux-kmod-compat/Makefile | 5 | ||||
-rw-r--r-- | devel/linux-kmod-compat/distinfo | 6 |
2 files changed, 4 insertions, 7 deletions
diff --git a/devel/linux-kmod-compat/Makefile b/devel/linux-kmod-compat/Makefile index cec0e916e040..36ada6ed3bf6 100644 --- a/devel/linux-kmod-compat/Makefile +++ b/devel/linux-kmod-compat/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= linux-kmod-compat -PORTVERSION= 20070202 +PORTVERSION= 20070203 CATEGORIES= emulators linux multimedia MASTER_SITES= http://info.iet.unipi.it/~luigi/FreeBSD/ EXTRACT_SUFX= .tgz @@ -16,9 +16,6 @@ COMMENT= Adaptation layer to build linux drivers on FreeBSD WRKSRC= ${WRKDIR}/linux_compat NO_BUILD= yes -# At the moment, emulation is only partial, but amd64 is coming -ONLY_FOR_ARCHS= i386 - .include <bsd.port.pre.mk> .if ${OSVERSION} < 602100 diff --git a/devel/linux-kmod-compat/distinfo b/devel/linux-kmod-compat/distinfo index 23f0d6c79ed4..2ea038d998d5 100644 --- a/devel/linux-kmod-compat/distinfo +++ b/devel/linux-kmod-compat/distinfo @@ -1,3 +1,3 @@ -MD5 (linux-kmod-compat-20070202.tgz) = f7a92dae511fdc8fa321c4dd1b2ba392 -SHA256 (linux-kmod-compat-20070202.tgz) = 3e4c6eb9aad38f62056477f70ab6063c2c3e6c59d05019f1254908293036f1de -SIZE (linux-kmod-compat-20070202.tgz) = 76791 +MD5 (linux-kmod-compat-20070203.tgz) = b6411ab415dbf68604c9a6ef7b718a91 +SHA256 (linux-kmod-compat-20070203.tgz) = 84ccc1a8846b07676f255c76bcb695e6a7e493174d9be2be72cc11b903e71016 +SIZE (linux-kmod-compat-20070203.tgz) = 78318 |