Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jul 2022 02:13:14 GMT
From:      =?utf-8?Q?Dag-Erling=20Sm=C3=B8rgrav?= <des@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f75652808580 - main - misc/compat12x: Allow building on FreeBSD 12.
Message-ID:  <202207010213.2612DEll027292@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by des:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f7565280858070c72882d8bce77193acd9ee4842

commit f7565280858070c72882d8bce77193acd9ee4842
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2022-06-30 12:22:23 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2022-07-01 02:12:45 +0000

    misc/compat12x: Allow building on FreeBSD 12.
    
    Approved by:    jkim
    Differential Revision: https://reviews.freebsd.org/D35674
---
 misc/compat12x/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc/compat12x/Makefile b/misc/compat12x/Makefile
index 2c4942838f4c..a88d9b18de92 100644
--- a/misc/compat12x/Makefile
+++ b/misc/compat12x/Makefile
@@ -20,8 +20,8 @@ USE_LDCONFIG=	${TARGET_DIR}
 
 .include <bsd.port.pre.mk>
 
-.if ${OSREL:R} < 13
-IGNORE=		is for FreeBSD 13.x and newer
+.if ${OSREL:R} < 12
+IGNORE=		is for FreeBSD 12.x and newer
 .endif
 
 .if ${ARCH} == amd64



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