From owner-svn-ports-all@freebsd.org Mon Oct 17 05:29:23 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70743C121FE; Mon, 17 Oct 2016 05:29:23 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 3EEEC1F55; Mon, 17 Oct 2016 05:29:23 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9H5TMqL063422; Mon, 17 Oct 2016 05:29:22 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9H5TMEt063421; Mon, 17 Oct 2016 05:29:22 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610170529.u9H5TMEt063421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 17 Oct 2016 05:29:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424096 - head/editors/mg 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.23 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, 17 Oct 2016 05:29:23 -0000 Author: marino Date: Mon Oct 17 05:29:22 2016 New Revision: 424096 URL: https://svnweb.freebsd.org/changeset/ports/424096 Log: editors/mg: Use OPSYS with OSVERSION (restores DF build) DragonFly doesn't provided reallocarray. OPSYS should be used with OSVERSION (covered by a blanket) Modified: head/editors/mg/Makefile Modified: head/editors/mg/Makefile ============================================================================== --- head/editors/mg/Makefile Mon Oct 17 05:16:49 2016 (r424095) +++ head/editors/mg/Makefile Mon Oct 17 05:29:22 2016 (r424096) @@ -19,11 +19,11 @@ OPTIONS_DEFINE= DOCS .include -.if ${OSVERSION} < 1002506 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1002506 BROKEN= does not build, requires futimens system call .endif -.if ${OSVERSION} >= 1002506 && ${OSVERSION} < 1100072 +.if ${OPSYS} != FreeBSD || (${OSVERSION} >= 1002506 && ${OSVERSION} < 1100072) EXTRA_PATCHES= ${FILESDIR}/extra-patch-def.h post-patch: