svn commit: r305261 - in head/misc: compat7x compat8x compat9x

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 4 15:35:14 UTC 2012


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



More information about the svn-ports-all mailing list