From owner-freebsd-ports@FreeBSD.ORG Fri Oct 18 12:07:07 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 400E3E87 for ; Fri, 18 Oct 2013 12:07:07 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D81AB2AE5 for ; Fri, 18 Oct 2013 12:07:06 +0000 (UTC) Received: from ox-dell39.ox.adestra.com ([178.78.126.226]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.7/8.14.7) with ESMTP id r9IC70H0076051 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Fri, 18 Oct 2013 13:07:02 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) DKIM-Filter: OpenDKIM Filter v2.8.3 smtp.infracaninophile.co.uk r9IC70H0076051 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1382098022; bh=jmMplBdxpSOSKn+TMbFiO+Yr5vSY94lVkKmt2MkHR84=; h=Date:From:To:Subject:References:In-Reply-To; z=Date:=20Fri,=2018=20Oct=202013=2013:06:59=20+0100|From:=20Matthew =20Seaman=20|To:=20freebsd-ports@ freebsd.org|Subject:=20Re:=20www/p5-RT-Extension-MandatoryOnTransi tion=20does=20not=20recognize=0D=0A=20rt40=20is=20installed|Refere nces:=20<20131018124618.565a9297fea92b1d45f51bf9@mimar.rs>=20<2013 1018125807.0f0f0a7431eaf5da5215e26f@mimar.rs>=20<526123F5.20300@fr eebsd.org>|In-Reply-To:=20<526123F5.20300@freebsd.org>; b=so2S5kOGil6kJEgkLtIh14krd8xr64wPBd5PefTGmPIdsIoQPFezYJZkmq062q9Ho smSLPUjHi4URdPam51WRoiLFEnJYPNmH+dsn3AgDmB7xbV+FYYkaxI/30/k8qUo7XH WvjdHcnkFrU8ODSaXYl6tSpX4pm1WI1o/V3FXzTs= X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host [178.78.126.226] claimed to be ox-dell39.ox.adestra.com Message-ID: <52612463.4030407@infracaninophile.co.uk> Date: Fri, 18 Oct 2013 13:06:59 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: www/p5-RT-Extension-MandatoryOnTransition does not recognize rt40 is installed References: <20131018124618.565a9297fea92b1d45f51bf9@mimar.rs> <20131018125807.0f0f0a7431eaf5da5215e26f@mimar.rs> <526123F5.20300@freebsd.org> In-Reply-To: <526123F5.20300@freebsd.org> X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="aV5QLXW69xRtalLk9rvWrs8LDPbV6USdf" X-Virus-Scanned: clamav-milter 0.97.8 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,DCC_CHECK, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RDNS_NONE autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk 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, 18 Oct 2013 12:07:07 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --aV5QLXW69xRtalLk9rvWrs8LDPbV6USdf Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 10/18/13 13:05, Matthew Seaman wrote: > On 10/18/13 11:58, Marko Cupa=C4=87 wrote: >> This Makefile patch solved it for me, don't know if that is the correc= t >> way: >> >> --- Makefile.orig 2013-10-18 12:53:19.000000000 +0200 >> +++ Makefile 2013-10-18 12:53:32.000000000 +0200 >> @@ -12,8 +12,8 @@ >> =20 >> LICENSE=3D GPLv2 >> =20 >> -BUILD_DEPENDS=3D rt>4.0.8:${PORTSDIR}/www/rt${RT_VER} >> -RUN_DEPENDS=3D rt>4.0.8:${PORTSDIR}/www/rt${RT_VER} >> +BUILD_DEPENDS=3D rt40>4.0.8:${PORTSDIR}/www/rt${RT_VER} >> +RUN_DEPENDS=3D rt40>4.0.8:${PORTSDIR}/www/rt${RT_VER} >> =20 >> USES=3D perl5 >> USE_PERL5=3D configure >=20 > Yes, that will fix the problem. Apologies -- I missed that you'ld used= > that style of depends when I changed the PKGNAMESUFFIX setting. >=20 > Would you like me to commit that for you? Errr.... so long as the maintainer approves, of course. Matthew --aV5QLXW69xRtalLk9rvWrs8LDPbV6USdf Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQJ8BAEBCgBmBQJSYSRjXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQxOUYxNTRFQ0JGMTEyRTUwNTQ0RTNGMzAw MDUxM0YxMEUwQTlFNEU3AAoJEABRPxDgqeTnmWQQALTnR+iaX0EAavkACYp/76XR 0DuudxTrNU19KvwDTQAcQSDBGBglv0Xh7y2ftcX7Ho1HYa5LDuTV8EvowiUCSdUq HxN+7p9oktTrSkOC+UN+WHgErRBGdIYoavJFJpm48+QJg5YjDyQMzor3f/D/WMEG BEeUon/7GvM0/3P2MHsaQFvOSxG2rxCQy0MHW4YJXSUhf7MwL+Rcvq8wJwvbX+kE g/defGPX4xL6vHw6fwh+RgZXzlZ797RSKWGt0IGbKz80l96w9r5VoZ1D7yFI3Pt3 Fns4RZ0J5nkHusTYxhCQE4sy/QCPLaZNPx60+tt1ZNuSgF4WiPzA77rSziMieIJ5 qL73wcLDOkRHSQE+XUcqQXbHE9XBoTe9DDUvlcNXJ5IVnBByMEZVYSx5OaubD/d3 8wx72z3thqhusqrgb2sPCPTgMBUALrrqh4OyBz43z9bMKM6eNKAqAjFkDZawVQm1 jVeCX0OWIOM3TGt7EYSOSACQiqwI+iGDw/YzL6HXQyFCqlkwuTNKh6I7VPby6dVx gww917yK8pwFZ9lD4dixWIYSqPrETDwPZGeXn6y5BFvRpGTCghPCz5usBH4BHMnK WVN92AKtXjSgpCWmjxSGcrQdSviUR+kW5OwtTeSSvNT+Pmuc1yNuZqVem2WemYOV 6LaP41JheBN6cfwZzV3/ =xVxt -----END PGP SIGNATURE----- --aV5QLXW69xRtalLk9rvWrs8LDPbV6USdf--