From owner-freebsd-ports@FreeBSD.ORG Fri Jun 21 14:56:07 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0DB22237 for ; Fri, 21 Jun 2013 14:56:07 +0000 (UTC) (envelope-from matthew@freebsd.org) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id A02DF139E for ; Fri, 21 Jun 2013 14:56:06 +0000 (UTC) Received: from rufus.webfusion.com (mail.heartinternet.co.uk [79.170.40.31]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.7/8.14.7) with ESMTP id r5LEtqL8026825 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Fri, 21 Jun 2013 15:56:00 +0100 (BST) (envelope-from matthew@freebsd.org) DKIM-Filter: OpenDKIM Filter v2.8.3 smtp.infracaninophile.co.uk r5LEtqL8026825 Authentication-Results: smtp.infracaninophile.co.uk/r5LEtqL8026825; dkim=none reason="no signature"; dkim-adsp=none (unprotected policy) X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host mail.heartinternet.co.uk [79.170.40.31] claimed to be rufus.webfusion.com Message-ID: <51C46978.2010102@freebsd.org> Date: Fri, 21 Jun 2013 15:55:52 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130614 Thunderbird/17.0.6 MIME-Version: 1.0 To: Ben Laurie Subject: Re: texinfo vs. emacs... References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.97.8 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jun 2013 14:56:07 -0000 On 21/06/2013 14:34, Ben Laurie wrote: > Installing texinfo-5.1.20130419_1...pkg-static: texinfo-5.1.20130419_1 > conflicts with emacs-24.3,3 (installs files into the same place). > Problematic file: /usr/local/info/info.info.gz > > There doesn't seem to be any clean way to fix this ... hints? Add PERMISSIVE : yes to ${LOCALBASE}/etc/pkg.conf It's not really clean in that it just allows packages to stomp over each other's files, but it lets you get the job done. The conflict you're seeing is a bug somewhere between those two packages. One or other of them should probably be patched to rename the offending file. Please raise a PR so that at least gets onto the radar of the package maintainers. Cheers, Matthew