From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 8 20:54:06 2010 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7141E1065673; Sat, 8 May 2010 20:54:06 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id DFBDF8FC0A; Sat, 8 May 2010 20:54:05 +0000 (UTC) Received: from [62.63.90.35] [62.63.90.35:10651] (HELO/EHLO luna.dio.ru, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id o48KrJfw049245 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Sun, 9 May 2010 00:53:20 +0400 (MSD) From: Max Brazhnikov To: bf1783@gmail.com Date: Sun, 9 May 2010 00:54:03 +0400 User-Agent: KMail/1.13.3 (FreeBSD/8.0-STABLE; KDE/4.4.3; amd64; ; ) References: <201005071806.o47I6PbI029613@freefall.freebsd.org> <201005082031.11797.makc@freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_r9c5LmFDSsTc1o3" Message-Id: <201005090054.03665.makc@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.issp.ac.ru [77.236.34.3]); Sun, 09 May 2010 00:53:20 +0400 (MSD) Cc: freebsd-ports-bugs@freebsd.org, gahr@freebsd.org Subject: Re: ports/146180: [PATCH]math/jags: update to 2.0.0-20100429 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 May 2010 20:54:06 -0000 --Boundary-00=_r9c5LmFDSsTc1o3 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Sat, 8 May 2010 19:46:22 +0000, b. f. wrote: > On 5/8/10, Max Brazhnikov wrote: > > I've found that math/jags and net/jags install the same binaries. Can we > > rename one of them to avoid conflict? > > > > Max > > > > Thanks for pointing that out. I suppose I could rename the math/jags > executable, and maybe the PORTNAME, although it would be a PITA, > considering the docs and examples. How does gahr@ feel about it? looks fixing the issue requires more efforts than I would expect. Let's mark mutual conflict then. Pietro, will you approve the patch? Max --Boundary-00=_r9c5LmFDSsTc1o3 Content-Type: text/x-patch; charset="UTF-8"; name="net_jags.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="net_jags.diff" Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/jags/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- Makefile 22 Aug 2009 00:31:28 -0000 1.23 +++ Makefile 8 May 2010 20:50:53 -0000 @@ -7,7 +7,7 @@ PORTNAME= jags PORTVERSION= 0.22.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/Jags/${PORTNAME}-${PORTVERSION} @@ -16,6 +16,8 @@ RUN_DEPENDS= smbclient:${PORTSDIR}/net/samba3 +CONFLICTS= jags-1.* jags-2.* #conflicts with math/jags + NO_LATEST_LINK= yes USE_GMAKE= yes USE_XORG= xi xext x11 --Boundary-00=_r9c5LmFDSsTc1o3--