svn commit: r374480 - head

Johannes Jost Meixner xmj at FreeBSD.org
Wed Dec 10 17:44:08 UTC 2014


Author: xmj
Date: Wed Dec 10 17:44:07 2014
New Revision: 374480
URL: https://svnweb.freebsd.org/changeset/ports/374480
QAT: https://qat.redports.org/buildarchive/r374480/

Log:
  Yesterday's UPDATING entry mistakenly assumed that
  compat.linux.osrelease=2.6.18 made it into 10.1-RELEASE,
  while it's not even in 10-STABLE at this point.
  
  Correct this by pointing out that all RELEASES should up/downgrade it.
  
  Spotted by:	Piotr Kubaj <pkubaj at riseup.net>
  Approved by:	swills (mentor)

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Dec 10 16:43:27 2014	(r374479)
+++ head/UPDATING	Wed Dec 10 17:44:07 2014	(r374480)
@@ -19,7 +19,8 @@ you update your ports collection, before
 
      compat.linux.osrelease=2.6.18
 
-    This step is necessary on all FreeBSD versions older than 10.1-RELEASE.
+    This step is necessary on all FreeBSD versions, apart from 11.0-CURRENT
+    (after revision 271982).
 
   3. Reinstall all software depending on Linux emulation.
      As an example, reinstall linux-firefox:
@@ -45,7 +46,7 @@ you update your ports collection, before
       OVERRIDE_LINUX_NONBASE_PORTS=f10
 
   2. Downgrade the Linux kernel version in /etc/sysctl.conf on FreeBSD versions
-     newer than and including 10.1-RELEASE:
+     newer than and including 11.0-CURRENT (after revision 271982).
 
        compat.linux.osrelease=2.6.16
 


More information about the svn-ports-all mailing list