- 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]
This commit is contained in:
Rene Ladan 2014-01-17 13:20:09 +00:00
parent 7d39f2ccd8
commit 0098470dc9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340032

View file

@ -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}