diff options
author | xmj <xmj@FreeBSD.org> | 2014-12-10 02:05:30 +0800 |
---|---|---|
committer | xmj <xmj@FreeBSD.org> | 2014-12-10 02:05:30 +0800 |
commit | a3965effbaf263c7daa23e93e0c77cb586f6ebf7 (patch) | |
tree | c2242211497a31586145e5ec5d075ffcf4d915e8 /emulators | |
parent | 457ac57b14c883947832a12d2fbc327a030e8821 (diff) | |
download | freebsd-ports-gnome-a3965effbaf263c7daa23e93e0c77cb586f6ebf7.tar.gz freebsd-ports-gnome-a3965effbaf263c7daa23e93e0c77cb586f6ebf7.tar.zst freebsd-ports-gnome-a3965effbaf263c7daa23e93e0c77cb586f6ebf7.zip |
Set CentOS 6.6 as default Linux version.
Since CentOS 6.5 landed in the portstree and was updated to CentOS 6.6 and we've
fixed the remaining issues, it's time to replace Fedora 10 as Linux default --
given that in the past five years it has done its service and has long since
gone EOL upstream.
The CentOS 6 series will go End of Life in 2020, this should give us some time
to keep its annual releases up to date.
If you have not switched to using CentOS 6.6 ports, please refer to today's
UPDATING entry -- it contains detailed instructions.
If you have already switched to CentOS 6.6 userland,
you can now remove the following two lines from make.conf:
OVERRIDE_LINUX_BASE_PORT=c6
OVERRIDE_LINUX_NONBASE_PORTS=c6
If you encounter any difficulties, please follow the UPDATING entry from
20140922 but skip step 2. In case these steps do not fix the issues,
please submit an issue report in Bugzilla and send an email to FreeBSD's
emulation mailing list.
Differential Revision: https://reviews.freebsd.org/D1145
Reviewed by: wblock, bcr (doc), rene (emulation)
Approved by: swills (mentor)
Approved by: portmgr (swills)
Sponsored by: Perceivon Hosting Inc.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-c6/pkg-message | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/linux_base-c6/pkg-message b/emulators/linux_base-c6/pkg-message index d51e7595906f..ecfdbd9ceebd 100644 --- a/emulators/linux_base-c6/pkg-message +++ b/emulators/linux_base-c6/pkg-message @@ -9,7 +9,6 @@ variable of rc.conf(5). ---------------------- You should enable Linux mode with the linux_enable variable of rc.conf(5) and use compat.linux.osrelease=2.6.18 in sysctl.conf(5). -This is highly experimental! ---------------------- If you want to use shared memory in Linux applications, you need to set up |