Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Oct 2012 15:35:14 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305261 - in head/misc: compat7x compat8x compat9x
Message-ID:  <201210041535.q94FZEeX078131@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Oct  4 15:35:13 2012
New Revision: 305261
URL: http://svn.freebsd.org/changeset/ports/305261

Log:
  lower a bit more the minimal version to install it.
  we want to be able to create the package from a N jail to be use on N+ systems
  
  Approved by:	garga (maintainer via irc)

Modified:
  head/misc/compat7x/Makefile
  head/misc/compat8x/Makefile
  head/misc/compat9x/Makefile

Modified: head/misc/compat7x/Makefile
==============================================================================
--- head/misc/compat7x/Makefile	Thu Oct  4 15:06:16 2012	(r305260)
+++ head/misc/compat7x/Makefile	Thu Oct  4 15:35:13 2012	(r305261)
@@ -27,8 +27,8 @@ USE_LDCONFIG=	${TARGET_DIR}
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 800000
-IGNORE=		is for FreeBSD 8.x and newer
+.if ${OSVERSION} < 700000
+IGNORE=		is for FreeBSD 7.x and newer
 .endif
 
 .if ${ARCH} == amd64

Modified: head/misc/compat8x/Makefile
==============================================================================
--- head/misc/compat8x/Makefile	Thu Oct  4 15:06:16 2012	(r305260)
+++ head/misc/compat8x/Makefile	Thu Oct  4 15:35:13 2012	(r305261)
@@ -26,8 +26,8 @@ USE_LDCONFIG=	${TARGET_DIR}
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 900000
-IGNORE=		is for FreeBSD 9.x and newer
+.if ${OSVERSION} < 800000
+IGNORE=		is for FreeBSD 8.x and newer
 .endif
 
 .if ${ARCH} == amd64

Modified: head/misc/compat9x/Makefile
==============================================================================
--- head/misc/compat9x/Makefile	Thu Oct  4 15:06:16 2012	(r305260)
+++ head/misc/compat9x/Makefile	Thu Oct  4 15:35:13 2012	(r305261)
@@ -26,8 +26,8 @@ USE_LDCONFIG=	${TARGET_DIR}
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 1000000
-IGNORE=		is for FreeBSD 10.x and newer
+.if ${OSVERSION} < 900000
+IGNORE=		is for FreeBSD 9.x and newer
 .endif
 
 .if ${ARCH} == amd64



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210041535.q94FZEeX078131>