Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Mar 2014 12:26:52 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349328 - in head/misc: compat10x compat7x compat8x compat9x
Message-ID:  <201403271226.s2RCQqI1067694@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Thu Mar 27 12:26:51 2014
New Revision: 349328
URL: http://svnweb.freebsd.org/changeset/ports/349328
QAT: https://qat.redports.org/buildarchive/r349328/

Log:
  Undo a bad change on latest commits, let user install compatNx on systems running FreeBSD N

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

Modified: head/misc/compat10x/Makefile
==============================================================================
--- head/misc/compat10x/Makefile	Thu Mar 27 12:15:24 2014	(r349327)
+++ head/misc/compat10x/Makefile	Thu Mar 27 12:26:51 2014	(r349328)
@@ -23,8 +23,8 @@ USE_LDCONFIG=	${TARGET_DIR}
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 1100000
-IGNORE=		is for FreeBSD 11.x and newer
+.if ${OSVERSION} < 1000000
+IGNORE=		is for FreeBSD 10.x and newer
 .endif
 
 .if ${ARCH} == amd64

Modified: head/misc/compat7x/Makefile
==============================================================================
--- head/misc/compat7x/Makefile	Thu Mar 27 12:15:24 2014	(r349327)
+++ head/misc/compat7x/Makefile	Thu Mar 27 12:26:51 2014	(r349328)
@@ -23,8 +23,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 Mar 27 12:15:24 2014	(r349327)
+++ head/misc/compat8x/Makefile	Thu Mar 27 12:26:51 2014	(r349328)
@@ -24,8 +24,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
 
 # libstdc++.so.6 could be necessary to run an 8.x binary

Modified: head/misc/compat9x/Makefile
==============================================================================
--- head/misc/compat9x/Makefile	Thu Mar 27 12:15:24 2014	(r349327)
+++ head/misc/compat9x/Makefile	Thu Mar 27 12:26:51 2014	(r349328)
@@ -23,8 +23,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?201403271226.s2RCQqI1067694>