diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-04-01 15:25:39 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-04-01 15:25:39 +0000 |
commit | 824eda00fccb57b36978b562ecfc6572fa5de766 (patch) | |
tree | dddb20be9539275c41e943b4763c0b29ba61151d /textproc/Makefile | |
parent | 8217c4dd1dea5cbe146907f97afb3e458208ec77 (diff) |
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) ;-)
Notes
Notes:
svn path=/head/; revision=231438
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 4f9e12752352..3e132ed946e7 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -313,6 +313,12 @@ SUBDIR += link-grammar SUBDIR += linux-aspell SUBDIR += linux-expat + SUBDIR += linux-f8-aspell + SUBDIR += linux-f8-expat + SUBDIR += linux-f8-libxml + SUBDIR += linux-f8-libxml2 + SUBDIR += linux-f8-scim-gtk + SUBDIR += linux-f8-scim-libs SUBDIR += linux-libxml SUBDIR += linux-libxml2 SUBDIR += linux-scim-gtk |