Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 May 2010 00:54:03 +0400
From:      Max Brazhnikov <makc@freebsd.org>
To:        bf1783@gmail.com
Cc:        freebsd-ports-bugs@freebsd.org, gahr@freebsd.org
Subject:   Re: ports/146180: [PATCH]math/jags: update to 2.0.0-20100429
Message-ID:  <201005090054.03665.makc@freebsd.org>
In-Reply-To: <AANLkTinFA9t2kSPFgeZWf8jBbPIG9LD0AyJzKhqKdcmd@mail.gmail.com>
References:  <201005071806.o47I6PbI029613@freefall.freebsd.org> <201005082031.11797.makc@freebsd.org> <AANLkTinFA9t2kSPFgeZWf8jBbPIG9LD0AyJzKhqKdcmd@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--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 <makc@freebsd.org> 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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005090054.03665.makc>