From owner-svn-ports-all@FreeBSD.ORG Thu Mar 27 12:26:53 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C8A49B3; Thu, 27 Mar 2014 12:26:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F0ADA30; Thu, 27 Mar 2014 12:26:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2RCQqim067700; Thu, 27 Mar 2014 12:26:52 GMT (envelope-from garga@svn.freebsd.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2RCQqI1067694; Thu, 27 Mar 2014 12:26:52 GMT (envelope-from garga@svn.freebsd.org) Message-Id: <201403271226.s2RCQqI1067694@svn.freebsd.org> From: Renato Botelho Date: Thu, 27 Mar 2014 12:26:52 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2014 12:26:53 -0000 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 -.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 -.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 -.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 -.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