diff options
author | bsam <bsam@FreeBSD.org> | 2009-04-01 15:25:39 +0000 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-04-01 15:25:39 +0000 |
commit | 390e9ab8d0b8356749f73adea8e07815b03f03c2 (patch) | |
tree | 54ceec35ba484ca3945a6bdef50f107e8f18a974 /archivers/Makefile | |
parent | 273376aa17299d37f9f66a1050b393a9701b5c88 (diff) | |
download | FreeBSD-ports-390e9ab8d0b8356749f73adea8e07815b03f03c2.zip FreeBSD-ports-390e9ab8d0b8356749f73adea8e07815b03f03c2.tar.gz |
Here are new Linux Fedora 8 infrastructure ports.
The recommended version of FreeBSD to use them is 8-CURRENT.
FreeBSD-7.x is not fully compatible with compat.linux.osrelease
2.6.16. Some syscalls cannot be MFCed due to native FreeBSD
ABI breakage.
Usage (and package building):
1. define compat.linux.osrelease=2.6.16;
2. add following variables to /etc/make.conf:
. OVERRIDE_LINUX_BASE_PORT=f8;
. OVERRIDE_LINUX_NONBASE_PORTS=f8.
Approved by: bsam (me) ;-)
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 063bf1b..a55fe7a 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -60,6 +60,8 @@ SUBDIR += librtfcomp SUBDIR += libunrar SUBDIR += libzip + SUBDIR += linux-f8-ucl + SUBDIR += linux-f8-upx SUBDIR += linux-par2cmdline SUBDIR += linux-ucl SUBDIR += linux-upx |