From owner-svn-ports-all@FreeBSD.ORG Thu Jan 1 18:32:19 2015 Return-Path: Delivered-To: svn-ports-all@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 02184303; Thu, 1 Jan 2015 18:32:19 +0000 (UTC) Received: from forward2l.mail.yandex.net (forward2l.mail.yandex.net [IPv6:2a02:6b8:0:1819::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B00FC864; Thu, 1 Jan 2015 18:32:18 +0000 (UTC) Received: from smtp18.mail.yandex.net (smtp18.mail.yandex.net [95.108.252.18]) by forward2l.mail.yandex.net (Yandex) with ESMTP id C2AB51AC10F2; Thu, 1 Jan 2015 21:32:06 +0300 (MSK) Received: from smtp18.mail.yandex.net (localhost [127.0.0.1]) by smtp18.mail.yandex.net (Yandex) with ESMTP id 2F23A18A00C4; Thu, 1 Jan 2015 21:32:06 +0300 (MSK) Received: from unknown (unknown [178.76.214.146]) by smtp18.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id UXTs8UALOF-W5c04Ao0; Thu, 1 Jan 2015 21:32:05 +0300 (using TLSv1.2 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1420137125; bh=gS/yCK+F6qnzG8eEHUtORf3GJffUfEFzncJys5HimWk=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=OPbr9aCcRFCmc6B4OJ0+ZP9MxfaabrEnGRpMZ00PyBZVNraMqs5vIXW/eJSEh1E0+ 3dDOGRsBROrNJG02SaJDY1weT7L20pCUIB0MyQZcqSp4WYsxJTTrIu5dUQltQsWQhu u/2+T0sMQIqbCWg0+KNS8cs+HMqyDgLqOaoMsheI= Authentication-Results: smtp18.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <54A59250.5030505@yandex.ru> Date: Thu, 01 Jan 2015 21:30:40 +0300 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r376000 - head/x11-toolkits/pango References: <201501011635.t01GZPf2023328@svn.freebsd.org> In-Reply-To: <201501011635.t01GZPf2023328@svn.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2015 18:32:19 -0000 195567 may be closed too Koop Mast wrote on 01/01/2015 19:35: > Author: kwm > Date: Thu Jan 1 16:35:24 2015 > New Revision: 376000 > URL: https://svnweb.freebsd.org/changeset/ports/376000 > QAT: https://qat.redports.org/buildarchive/r376000/ > > Log: > Remove mkdir line in post-install, this is a left over form the old pango > cache location. > > PR: 196417 > Submitted by: sunpoet@ > > Modified: > head/x11-toolkits/pango/Makefile > > Modified: head/x11-toolkits/pango/Makefile > ============================================================================== > --- head/x11-toolkits/pango/Makefile Thu Jan 1 16:33:38 2015 (r375999) > +++ head/x11-toolkits/pango/Makefile Thu Jan 1 16:35:24 2015 (r376000) > @@ -59,9 +59,6 @@ pre-configure: > @${FALSE} > .endif > > -post-install: > - @${MKDIR} ${STAGEDIR}${PREFIX}/etc/pango/ > - > .include > > .endif > > > -- Regards, Ruslan T.O.S. Of Reality