From owner-freebsd-ports@FreeBSD.ORG Tue Aug 21 11:18:33 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5BE6106564A; Tue, 21 Aug 2012 11:18:33 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 8F0E88FC16; Tue, 21 Aug 2012 11:18:33 +0000 (UTC) Received: from smtp-auth2.bris.ac.uk ([137.222.10.94] helo=ncs.bris.ac.uk) by dirg.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1T3mTA-00067f-Ep; Tue, 21 Aug 2012 12:18:32 +0100 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1T3mTA-0002BL-5a; Tue, 21 Aug 2012 12:18:00 +0100 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5) with ESMTP id q7LBHxVO052178; Tue, 21 Aug 2012 12:17:59 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5/Submit) id q7LBHx48052177; Tue, 21 Aug 2012 12:17:59 +0100 (BST) (envelope-from mexas) Date: Tue, 21 Aug 2012 12:17:59 +0100 (BST) From: Anton Shterenlikht Message-Id: <201208211117.q7LBHx48052177@mech-cluster241.men.bris.ac.uk> To: avg@freebsd.org, crees@freebsd.org In-Reply-To: X-Spam-Score: -3.5 X-Spam-Level: --- Cc: perl@freebsd.org, mexas@bristol.ac.uk, freebsd-ports@freebsd.org Subject: Re: pkgng, textproc/p5-XML-SAX-Expat: Syntax error: "{" unexpected (expecting "then") X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2012 11:18:34 -0000 From utisoft@gmail.com Tue Aug 21 12:10:39 2012 > > Instead, as Baptiste advised me: > cd /usr/ports/textproc/p5-XML-SAX-Expat > make install FORCE_PKG_REGISTER=1 > > In the case of pkgng the above command should do the right thing in this case > (in-place upgrade). Glad to see I remembered it correctly in my next message. Chris yes, this worked fine, thank you Anton