From owner-freebsd-questions@FreeBSD.ORG Wed Sep 24 07:53:51 2014 Return-Path: Delivered-To: freebsd-questions@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 E5565CC2 for ; Wed, 24 Sep 2014 07:53:51 +0000 (UTC) Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1on0132.outbound.protection.outlook.com [157.56.110.132]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8350BE77 for ; Wed, 24 Sep 2014 07:53:50 +0000 (UTC) Received: from CY1PR0301MB0843.namprd03.prod.outlook.com (25.160.163.149) by CY1PR0301MB1179.namprd03.prod.outlook.com (25.160.165.22) with Microsoft SMTP Server (TLS) id 15.0.1034.13; Wed, 24 Sep 2014 07:53:47 +0000 Received: from [IPv6:2601:2:4780:2fd:3cfa:1b41:db29:34df] (2601:2:4780:2fd:3cfa:1b41:db29:34df) by CY1PR0301MB0843.namprd03.prod.outlook.com (25.160.163.149) with Microsoft SMTP Server (TLS) id 15.0.1034.13; Wed, 24 Sep 2014 07:53:46 +0000 Message-ID: <54227880.5000500@my.hennepintech.edu> Date: Wed, 24 Sep 2014 02:53:36 -0500 From: Andrew Berg User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: Subject: Re: pkg must be version 1.3.8 or greater References: In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [2601:2:4780:2fd:3cfa:1b41:db29:34df] X-ClientProxiedBy: BY2PR04CA046.namprd04.prod.outlook.com (10.141.249.164) To CY1PR0301MB0843.namprd03.prod.outlook.com (25.160.163.149) X-Microsoft-Antispam: UriScan:;UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:CY1PR0301MB0843; X-Forefront-PRVS: 03449D5DD1 X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10019020)(6009001)(199003)(189002)(24454002)(51704005)(53754006)(80022003)(79102003)(50466002)(95666004)(87976001)(74662003)(83322001)(97736003)(23676002)(77982003)(46102003)(99136001)(4396001)(101416001)(107046002)(89122001)(81342003)(105586002)(81542003)(59896002)(107886001)(2351001)(117636001)(21056001)(74502003)(102836001)(42186005)(110136001)(92726001)(65816999)(92566001)(75432002)(85852003)(86362001)(87266999)(83072002)(20776003)(106356001)(88552001)(47776003)(90102001)(64126003)(31966008)(76482002)(65806001)(50986999)(83506001)(120916001)(85306004)(76176999)(64706001)(65956001)(77096002)(10300001)(54356999)(99396003)(89472002)(3826002); DIR:OUT; SFP:1102; SCL:1; SRVR:CY1PR0301MB0843; H:[IPv6:2601:2:4780:2fd:3cfa:1b41:db29:34df]; FPR:; MLV:sfv; PTR:InfoNoRecords; A:0; MX:1; LANG:en; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:CY1PR0301MB1179; X-OriginatorOrg: my.hennepintech.edu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2014 07:53:52 -0000 On 2014.09.23 01:44, Ruben Schade wrote: > Hi everyone, > > Running FreeBSD amd64 10.0-RELEAESE-p9. Installed everything from pkg, > very nice system. > > Prefer building nginx from ports, so portsnapped the latest tree and did > the usual: > > > # cd /usr/ports/www/nginx > > # make install clean > > Got the following error: > > ===> nginx-1.6.2,2 pkg(8) must be version 1.3.8 or greater, but you > have 1.3.7. You must upgrade pkg(8) first. > > Running pkg update however: The newer version of pkg isn't in the repo yet. Since you are building nginx from an up-to-date ports tree, you can build pkg from it. Packages from the official repo are built from a ports tree that can lag behind by about a week by the time the builds are finished, and sometimes something you want to build from ports needs some change or addition that new.