svn commit: r349328 - in head/misc: compat10x compat7x compat8x compat9x

Renato Botelho garga at FreeBSD.org
Thu Mar 27 12:26:53 UTC 2014


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


More information about the svn-ports-head mailing list