From owner-freebsd-ports@FreeBSD.ORG Wed Jan 29 13:17:01 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 67EF2F3 for ; Wed, 29 Jan 2014 13:17:01 +0000 (UTC) Received: from um-nip4-missouri-out.um.umsystem.edu (um-nip4-missouri-out.um.umsystem.edu [198.209.49.177]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 22A1E1720 for ; Wed, 29 Jan 2014 13:17:00 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgoFAFr+6FLPoJ7I/2dsb2JhbABZgwyBDr4DFnSCLHgTASkWGAMCAQIBICcEDQgBAReHapsOpyGHXJM+BIkRoTaDLYIq X-IPAS-Result: AgoFAFr+6FLPoJ7I/2dsb2JhbABZgwyBDr4DFnSCLHgTASkWGAMCAQIBICcEDQgBAReHapsOpyGHXJM+BIkRoTaDLYIq Received: from um-tcas3.um.umsystem.edu ([207.160.158.200]) by um-nip4-exch-relay.um.umsystem.edu with ESMTP; 29 Jan 2014 07:15:52 -0600 Received: from UM-MBX-N02.um.umsystem.edu ([169.254.5.41]) by UM-TCAS3.um.umsystem.edu ([207.160.158.200]) with mapi id 14.03.0174.001; Wed, 29 Jan 2014 07:15:52 -0600 From: "Montgomery-Smith, Stephen" To: "freebsd-ports@freebsd.org" Subject: configure scripts and FreeBSD-10 Thread-Topic: configure scripts and FreeBSD-10 Thread-Index: AQHPHPQ7j7Uf7HhMokmpKIHZUVD6Fw== Date: Wed, 29 Jan 2014 13:15:51 +0000 Message-ID: <52E8FF06.5080708@missouri.edu> 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: <57D7C7451BF4F343BCBCE044936F083E@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:17:01 -0000 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. Thanks, Stephen=