From owner-svn-ports-all@freebsd.org Mon Mar 23 21:11:11 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 209B626F347; Mon, 23 Mar 2020 21:11:11 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48mRrG4zl2z4Q7Q; Mon, 23 Mar 2020 21:11:10 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 31FA01BB61; Mon, 23 Mar 2020 21:11:08 +0000 (UTC) From: Jan Beich To: Niclas Zeising Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r529003 - in head: . x11/libxkbcommon References: <202003232055.02NKt8w4035630@repo.freebsd.org> Date: Mon, 23 Mar 2020 22:11:06 +0100 In-Reply-To: <202003232055.02NKt8w4035630@repo.freebsd.org> (Niclas Zeising's message of "Mon, 23 Mar 2020 20:55:08 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 23 Mar 2020 21:11:11 -0000 Niclas Zeising writes: > -.include > +.include > + > +.if ${OSVERSION} < 1200000 > +MESON_ARGS+= -Ddefault-rules=xorg > +.endif > + > +.include - bsd.port.options.mk would've been enough instead of bsd.port.pre.mk + bsd.port.post.mk - When checking ${OSVERSION} also check ${OPSYS}