From owner-freebsd-ports@FreeBSD.ORG Mon Mar 16 21:37:29 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 57CD1561; Mon, 16 Mar 2015 21:37:29 +0000 (UTC) Received: from mail-lb0-x22f.google.com (mail-lb0-x22f.google.com [IPv6:2a00:1450:4010:c04::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C850DB64; Mon, 16 Mar 2015 21:37:28 +0000 (UTC) Received: by lbcds1 with SMTP id ds1so40357319lbc.3; Mon, 16 Mar 2015 14:37:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=14uKPg3UtPuyaBpnFtk63qW4Xi/QsUtP37qdMyl5pfI=; b=kQyKFwvru7C/2xmrNaE1hIcIR7cwB73wPKhmC0DcwJ9JS5WwVwLGY/9Tty98M6Q0AK dabJ0eZOjulFbMKLsdfioIGNOwTZrW5rvYKMmFPKPWuejtsnkTVMtp0rlgSdSkRKXtxk s8m7AlA1BhdAdPgukZV2k5NRwYxO+SUH58pB0uzN39RreY07GOI1a+EwlWUMk3mWaw+d tEkTyH8Ql1RwyMuY2K0GJ4Jsn60FmjRjNr5oL3iSqMobgkTknTdcul28NHC38Xvf7Chr qSJFNA3h3h/mRJ5TA60GsniJQ1r7cR8Xs3IDkoAUoN95J52qq1Sv5thO5ICCEXNeD+4q 5YVg== MIME-Version: 1.0 X-Received: by 10.152.21.99 with SMTP id u3mr56777299lae.105.1426541846750; Mon, 16 Mar 2015 14:37:26 -0700 (PDT) Sender: jlehen@gmail.com Received: by 10.114.183.145 with HTTP; Mon, 16 Mar 2015 14:37:26 -0700 (PDT) In-Reply-To: References: Date: Mon, 16 Mar 2015 22:37:26 +0100 X-Google-Sender-Auth: 1nnHizM8uopkHODgRVXlOUsr27I Message-ID: Subject: Re: net/unison240 depends on lang/ocaml-nox11 From: Jeremie Le Hen To: madpilot@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Mar 2015 21:37:29 -0000 Actually, I've just realized that I fixed net/unison232 in my local tree :o). Would you mind submitting it and applying the same for unison240? Here is the patch: Index: Makefile =================================================================== --- Makefile (revision 381259) +++ Makefile (working copy) @@ -34,20 +34,18 @@ .include +BUILD_DEPENDS+= ocamlc:${PORTSDIR}/lang/ocaml .if ${PORT_OPTIONS:MX11} MAKE_ARGS+= UISTYLE=gtk2 PLIST_SUB+= TEXT="" -BUILD_DEPENDS+= ocamlc:${PORTSDIR}/lang/ocaml \ - lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 \ +BUILD_DEPENDS+= lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 \ icotool:${PORTSDIR}/graphics/icoutils RUN_DEPENDS+= lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 PATCH_DEPENDS+= ${BUILD_DEPENDS} -CONFLICTS+= ocaml-nox11* SUB_FILES+= ${PORTNAME}.desktop .else MAKE_ARGS+= UISTYLE=text PLIST_SUB+= TEXT="@comment " -BUILD_DEPENDS+= ocamlc:${PORTSDIR}/lang/ocaml-nox11 PATCH_DEPENDS+= ${BUILD_DEPENDS} .endif On Mon, Mar 16, 2015 at 10:33 PM, Jeremie Le Hen wrote: > Hi Guido, > > I saw you recently submitted net/unison240 but it depends on > lang/ocaml-nox11. This is a problem with using poudriere: > > [00:00:58] ====>> Error: Duplicated origin for ocaml-nox11-4.01.0_4: > lang/ocaml-nox11 AND lang/ocaml. Rerun with -vv to see which ports are > depending on these. > > Would you mind making it similar to www/unison232? This one works correctly. > > Thanks a lot. > Cheers, > -- > Jeremie Le Hen > jlh@FreeBSD.org -- Jeremie Le Hen jlh@FreeBSD.org