svn commit: r340032 - head/Mk

Rene Ladan rene at FreeBSD.org
Fri Jan 17 13:20:10 UTC 2014


Author: rene
Date: Fri Jan 17 13:20:09 2014
New Revision: 340032
URL: http://svnweb.freebsd.org/changeset/ports/340032
QAT: https://qat.redports.org/buildarchive/r340032/

Log:
  - Remove a check insisting that Fedora 10 ports can only be run when
    compat.linux.osrelease is set to 2.6.16.  This enables running newer
    libc versions wanting e.g. Linux 3.4.X.  It was mostly a leftover
    from the Fedora Core 4 support in the FreeBSD 7.X days. [1]
  - While here shorten the IGNORE message of another check.
  
  Submitted by:	cognet [1]

Modified:
  head/Mk/bsd.linux-rpm.mk

Modified: head/Mk/bsd.linux-rpm.mk
==============================================================================
--- head/Mk/bsd.linux-rpm.mk	Fri Jan 17 12:40:56 2014	(r340031)
+++ head/Mk/bsd.linux-rpm.mk	Fri Jan 17 13:20:09 2014	(r340032)
@@ -60,18 +60,9 @@ LINUX_DIST?=		fedora
 LINUX_DIST_VER?=	10
 .   if  !defined(OVERRIDE_LINUX_NONBASE_PORTS) && \
         ${LINUX_DIST_VER} != 10
-IGNORE=		bsd.linux-rpm.mk test failed: default package building at OSVERSION>=800076 was changed to linux-f10 ports, please define OVERRIDE_LINUX_NONBASE_PORTS to build other linux infrastructure ports
+IGNORE=		bsd.linux-rpm.mk test failed: package building defaults to linux-f10 ports, please define OVERRIDE_LINUX_NONBASE_PORTS to build other linux infrastructure ports
 .   endif
 
-# linux Fedora 10 infrastructure ports should be used with compat.linux.osrelease=2.6.16,
-# linux_base-f10 (or greater) port
-.  if ${LINUX_DIST_VER} == 10
-# let's check for apropriate compat.linux.osrelease
-.    if (${LINUX_OSRELEASE} != "2.6.16")
-IGNORE=		bsd.linux-rpm.mk test failed: the port should be used with compat.linux.osrelease=2.6.16, which is supported by FreeBSD 8 and above
-.    endif
-.  endif
-
 .  if defined(LINUX_DIST)
 DIST_SUBDIR?=	rpm/${LINUX_RPM_ARCH}/${LINUX_DIST}/${LINUX_DIST_VER}
 


More information about the svn-ports-all mailing list