From owner-svn-ports-head@FreeBSD.ORG Mon Mar 25 10:31:18 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]) by hub.freebsd.org (Postfix) with ESMTP id D976372F; Mon, 25 Mar 2013 10:31:18 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-x22a.google.com (mail-ie0-x22a.google.com [IPv6:2607:f8b0:4001:c03::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 9322CE09; Mon, 25 Mar 2013 10:31:18 +0000 (UTC) Received: by mail-ie0-f170.google.com with SMTP id c11so7187261ieb.15 for ; Mon, 25 Mar 2013 03:31:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=3KTeqDbmG0SGsGNW9w7juqBKdTbdOnsLZ8m44KAX1kI=; b=A7RWaiLOvk2w5QDa1BPgdyVyLRj90+dutPdWkRXWaJsfxURT5hjPm6kTHEv6k8z2JR I9Rst9znbWcY+eUnaI5iaMzm8NcCgr8FW8ip3+aksjYo0hVKEbx9KJq/frfTvpV10KB/ iI9/BPWtl0l21B0Cooj2uCBqM5yKoG4I4Q8I/hio6rrgI/fafSTPBWw7Z3u1CuuGU0XR AizF9pBM1+kB2KN/Uuc5aBqw9ISGMtqWKUNQJRuX37GR1+OVAIhYAuBE2QPIsxC8W6oP 8QpsuZEvQXc9HMcsoG2r41goPxlGXiNwis+d0d0E3Gd2YSJZrdGMkBh9xlnrETxJNlmz q4+g== MIME-Version: 1.0 X-Received: by 10.50.152.169 with SMTP id uz9mr7759206igb.15.1364207478304; Mon, 25 Mar 2013 03:31:18 -0700 (PDT) Received: by 10.64.58.52 with HTTP; Mon, 25 Mar 2013 03:31:18 -0700 (PDT) Received: by 10.64.58.52 with HTTP; Mon, 25 Mar 2013 03:31:18 -0700 (PDT) In-Reply-To: <201303251027.r2PARQ9g071529@svn.freebsd.org> References: <201303251027.r2PARQ9g071529@svn.freebsd.org> Date: Mon, 25 Mar 2013 10:31:18 +0000 Message-ID: Subject: Re: svn commit: r315213 - head/audio/milkytracker From: Chris Rees To: Emanuel Haupt Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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.14 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: Mon, 25 Mar 2013 10:31:18 -0000 On 25 Mar 2013 10:27, "Emanuel Haupt" wrote: > > Author: ehaupt > Date: Mon Mar 25 10:27:25 2013 > New Revision: 315213 > URL: http://svnweb.freebsd.org/changeset/ports/315213 > > Log: > Fix package list if a non-standard PREFIX is used by adding %%LOCALBASE%% to > pkg-plist for icons being installed to ${LOCALBASE}/share/pixmaps/. > > This was detected with "poudriere testport". For starters, this should be done with @cwd %%LOCALBASE%% Secondly, the port installing files outside PREFIX is wrong, and it should be made to install to PREFIX/share/pixmaps Chris