From owner-svn-ports-head@FreeBSD.ORG Tue Nov 12 17:08:35 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B0BB5D0; Tue, 12 Nov 2013 17:08:35 +0000 (UTC) Received: from mail-we0-x231.google.com (mail-we0-x231.google.com [IPv6:2a00:1450:400c:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5E7D42D46; Tue, 12 Nov 2013 17:08:34 +0000 (UTC) Received: by mail-we0-f177.google.com with SMTP id t60so2589349wes.8 for ; Tue, 12 Nov 2013 09:08:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=PxUEQyhRsKP73n6v1dnKxfCEPGXVj3SmlkBEyHXw5Os=; b=qO66apTw+MlajTX9OwaCy/KhIuEy6EKuOO25kvc1+Z9RG8FrZpUUMxpZUx40/MXJeo /+qFypVX1GvPLiV7PTJjzynRvH321SA5zJqs6B1J9oTV7OJuLr0NSmopLZ3NawYXgAYG klF23w/zUE3N7x9SUlFk3jwpow2gmDGd2ou50QemVWPqiYD1xR1yV2Mkkfiy2AUSkneD kRSDXFGWxCSWkmMVnpL6lvXJQM1XwVxvjL3FHw4OCXHhDgfv8VQGiAQIk/BA7NxM9o1G LUIgoAFMHl8zJrt/mbF7UU7OIGxNY/wbodP3vG7qSh15UXbSBnm/k/6KCEhFaCGc9QhW sB5Q== X-Received: by 10.194.21.104 with SMTP id u8mr2044359wje.63.1384276112819; Tue, 12 Nov 2013 09:08:32 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id gm2sm12735277wib.4.2013.11.12.09.08.30 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 12 Nov 2013 09:08:31 -0800 (PST) Sender: Baptiste Daroussin Date: Tue, 12 Nov 2013 18:08:29 +0100 From: Baptiste Daroussin To: Alberto Villa Subject: Re: svn commit: r333572 - head/Mk/Uses Message-ID: <20131112170828.GE56153@ithaqua.etoilebsd.net> References: <201311121411.rACEBMwY064705@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gMR3gsNFwZpnI/Ts" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Nov 2013 17:08:35 -0000 --gMR3gsNFwZpnI/Ts Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 12, 2013 at 05:41:39PM +0100, Alberto Villa wrote: > On Tue, Nov 12, 2013 at 3:11 PM, Baptiste Daroussin wr= ote: > > +.for f in ${WEBPLUGIN_FILES} > > +PLIST_FILES+=3D ${_WEBPLUGIN_LINKFARMS:S,${LOCALBASE}/,,:C,(.*),\1/${= f},} > > +.endfor > > +PLIST_DIRSTRY+=3D ${_WEBPLUGIN_SLDIRS:S,^${LOCALBASE}/,,} \ > > + ${_WEBPLUGIN_SLDIR:S,^${LOCALBASE}/,,} \ > > + ${_WEBPLUGIN_LIBDIR:S,^${LOCALBASE}/,,} >=20 > This change breaks ports with PREFIX !=3D LOCALBASE (e.g., > www/kpartsplugin), a bug I had already fixed last year. Please, > reintroduce part of lines 208-220 of www/firefox/Makefile.webplugins, > as the "@cwd ${LOCALBASE}" and following TMPPLIST lines are essential. Is that ok with you?: http://people.freebsd.org/~bapt/webplugin.mk.diff regards, Bapt --gMR3gsNFwZpnI/Ts Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlKCYIwACgkQ8kTtMUmk6EwqmwCfYC9NuytL7jY8wuMbbpbuCn4G Z2kAn0ftE/qgkrI8/QuBKjeRHdPpuJG3 =aAdy -----END PGP SIGNATURE----- --gMR3gsNFwZpnI/Ts--