From owner-freebsd-ports@FreeBSD.ORG Wed Jan 29 13:42:18 2014 Return-Path: Delivered-To: freebsd-ports@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 D8DBEFC2 for ; Wed, 29 Jan 2014 13:42:18 +0000 (UTC) Received: from mst-rip6-missouri-out.um.umsystem.edu (mst-rip6-missouri-out.um.umsystem.edu [198.209.50.149]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E2BD196C for ; Wed, 29 Jan 2014 13:42:18 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgwFAPQD6VLPoJ7G/2dsb2JhbABZgwyBDrx+gQYWdIIlAQEBBHgRAgEIGAkWDwkDAgECASAlAgQNBgIBAReHasI4h0UXjkw6hDgEiRGhNoMtgio X-IPAS-Result: AgwFAPQD6VLPoJ7G/2dsb2JhbABZgwyBDrx+gQYWdIIlAQEBBHgRAgEIGAkWDwkDAgECASAlAgQNBgIBAReHasI4h0UXjkw6hDgEiRGhNoMtgio Received: from um-tcas2.um.umsystem.edu ([207.160.158.198]) by mst-rip6-exch-relay.um.umsystem.edu with ESMTP; 29 Jan 2014 07:42:17 -0600 Received: from UM-MBX-N02.um.umsystem.edu ([169.254.5.41]) by UM-TCAS2.um.umsystem.edu ([207.160.158.198]) with mapi id 14.03.0174.001; Wed, 29 Jan 2014 07:42:17 -0600 From: "Montgomery-Smith, Stephen" To: "freebsd-ports@freebsd.org" Subject: Re: configure scripts and FreeBSD-10 Thread-Topic: configure scripts and FreeBSD-10 Thread-Index: AQHPHPQ7j7Uf7HhMokmpKIHZUVD6F5qcFnUAgAAEDoA= Date: Wed, 29 Jan 2014 13:42:16 +0000 Message-ID: <52E90537.1080901@missouri.edu> References: <52E8FF06.5080708@missouri.edu> <20140129132744.GA46682@graf.pompo.net> In-Reply-To: <20140129132744.GA46682@graf.pompo.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 x-originating-ip: [207.160.158.205] Content-Type: text/plain; charset="iso-8859-1" Content-ID: <74A7CABDC4EADA4991D108962E3A44F8@missouri.edu> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 13:42:18 -0000 On 01/29/2014 07:27 AM, Thierry Thomas wrote: > Hello Stephen, >=20 > Le mer 29 jan 14 =E0 14:15:51 +0100, Montgomery-Smith, Stephen > =E9crivait : >> I have ports with configure scripts that include lines like >> >> freebsd1*) >> >> Now obviously the script will choose this case when I am running >> FreeBSD-10 as well as FreeBSD-1. >> >> What solutions have people used to deal with this? Does anyone have >> good examples of ports I can look at where this was solved? Somebody >> sent me a patch that replaces freebsd1*) with freebsd1[!0]*), but that >> will fail when FreeBSD-11 comes out. >=20 > Just suppress the corresponding lines: we don't support FreeBSD-1! > And check that one of the other case is relevant. >=20 > Regards, That means I have to read through these configure files (and I have a huge number of them). Maybe I'll replace it with freebsd-nada). :-)