From owner-svn-ports-head@FreeBSD.ORG Tue Nov 12 16:42:01 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTPS id A2FCDB78; Tue, 12 Nov 2013 16:42:01 +0000 (UTC) Received: from mail-we0-x236.google.com (mail-we0-x236.google.com [IPv6:2a00:1450:400c:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B9A2C2B32; Tue, 12 Nov 2013 16:42:00 +0000 (UTC) Received: by mail-we0-f182.google.com with SMTP id x55so2241094wes.41 for ; Tue, 12 Nov 2013 08:41:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=JI/cd/HRmHatIviwi9BLm1rRsfG0swYcFRiDj/q+JAI=; b=q+8yuQg002+vZkv5tLSUzxrdUycLP8esfOiwIia8AUDTCtZbbrS5Sr3hFXMsdAEF1J aEONk/cDxdudJUT9FmLFR99y5tThgq59HJgtwZJCB++01o2+qR5sDQJjao/Kpx1cmGxG pKMhhewEjoqFgshAL1ojPX11Ardm6f7AtpAeeJGeurHXeUmDshUS5ruK0IedpWRLZW6p fFx36n8yqrcCTsxR9SQwm5QKeuQPQhqHyQLxjbmpMAvmiyOVrmBD4steaoDds/uw2X2a Zt06N09YFqrTwNrqj9jG0ZMexs/A4jGJyqv2YoE9RKyHh/v4KRFHtxaTizT8NC73ciE1 HfIQ== X-Received: by 10.180.79.230 with SMTP id m6mr17208251wix.19.1384274519121; Tue, 12 Nov 2013 08:41:59 -0800 (PST) MIME-Version: 1.0 Sender: villa.alberto@gmail.com Received: by 10.216.30.12 with HTTP; Tue, 12 Nov 2013 08:41:39 -0800 (PST) In-Reply-To: <201311121411.rACEBMwY064705@svn.freebsd.org> References: <201311121411.rACEBMwY064705@svn.freebsd.org> From: Alberto Villa Date: Tue, 12 Nov 2013 17:41:39 +0100 X-Google-Sender-Auth: AhlF9yPR4vdOOLjA1BPdKHku-tE Message-ID: Subject: Re: svn commit: r333572 - head/Mk/Uses To: Baptiste Daroussin Content-Type: text/plain; charset=ISO-8859-1 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 16:42:01 -0000 On Tue, Nov 12, 2013 at 3:11 PM, Baptiste Daroussin wrote: > +.for f in ${WEBPLUGIN_FILES} > +PLIST_FILES+= ${_WEBPLUGIN_LINKFARMS:S,${LOCALBASE}/,,:C,(.*),\1/${f},} > +.endfor > +PLIST_DIRSTRY+= ${_WEBPLUGIN_SLDIRS:S,^${LOCALBASE}/,,} \ > + ${_WEBPLUGIN_SLDIR:S,^${LOCALBASE}/,,} \ > + ${_WEBPLUGIN_LIBDIR:S,^${LOCALBASE}/,,} This change breaks ports with PREFIX != 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. -- Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla