From owner-svn-ports-head@freebsd.org Sun Oct 11 21:29:04 2015 Return-Path: Delivered-To: svn-ports-head@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 4F25B9B1842 for ; Sun, 11 Oct 2015 21:29:04 +0000 (UTC) (envelope-from jbeich@vfemail.net) Received: from vfemail.net (ninezero.vfemail.net [96.30.253.190]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09C73C93 for ; Sun, 11 Oct 2015 21:29:03 +0000 (UTC) (envelope-from jbeich@vfemail.net) Received: (qmail 26740 invoked by uid 89); 11 Oct 2015 21:29:02 -0000 Received: from localhost (HELO freequeue.vfemail.net) (127.0.0.1) by localhost with (DHE-RSA-AES256-SHA encrypted) SMTP; 11 Oct 2015 21:29:02 -0000 Received: (qmail 26633 invoked by uid 89); 11 Oct 2015 21:28:45 -0000 Received: by simscan 1.3.1 ppid: 26624, pid: 26628, t: 0.1008s scanners:none Received: from unknown (HELO smtp102-2.vfemail.net) (172.16.100.62) by FreeQueue with SMTP; 11 Oct 2015 21:28:45 -0000 Received: (qmail 25977 invoked by uid 89); 11 Oct 2015 21:28:45 -0000 Received: by simscan 1.4.0 ppid: 25939, pid: 25970, t: 0.9963s scanners:none Received: from unknown (HELO nil) (amJlaWNoQHZmZW1haWwubmV0@172.16.100.27) by 172.16.100.62 with ESMTPA; 11 Oct 2015 21:28:44 -0000 From: Jan Beich To: John Marino Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r399101 - head/lang/fpc-units References: <201510111908.t9BJ83Rv054697@repo.freebsd.org> Date: Sun, 11 Oct 2015 23:28:27 +0200 In-Reply-To: <201510111908.t9BJ83Rv054697@repo.freebsd.org> (John Marino's message of "Sun, 11 Oct 2015 19:08:03 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Oct 2015 21:29:04 -0000 --=-=-= Content-Type: text/plain John Marino writes: > Since there is no mechanism to set options by release, I use bmake's > exist() function to check for /usr/include/lwres which only exists on > FreeBSD 9. If it's present, the BFD option is disabled by default. This > should restore the building of the fpc-units package on FreeBSD 9. Why not create some on-the-fly? If a variable doesn't use !defined() construct under Mk/* its helper can be appended to the original value. OPTIONS_DEFAULT_FreeBSD_9= BFD OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}} --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJWGtR7XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3bq+QIAKJdJquFAH2Pdlnr15bjKxag /go8j3NTMjZ6yoNrf6QI8reH5snYmyJCQoJ+2TINg0pGZbBd7jqul5Hli/ZhZVlv WQPU4AW2BTph5JooUiLrAcbEBr0hX329AxcObZDlbHu3bLDsKVgDOIXKK6cS2P2v FmaIvOBHFFuzaFVnjTWw3hxuQor4LEvKfZTiVTuaa2ukr+XZXLJ2T1Wa0MlEIEnN jcvwngCRrMlt+OgVotZtyMCboXllIpr1erSYAb4skvL2WG3nb/BJG1PVe/9pEbaQ zyWOiaEbB8+Nfdjzqy5FhIESyEh6dHJsFLZFiAiuzK7zDEPz/kNohmu+6H8Sb/k= =OMZD -----END PGP SIGNATURE----- --=-=-=--