From owner-svn-ports-all@freebsd.org Sun Jul 9 21:05:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15D6DD95E51; Sun, 9 Jul 2017 21:05:32 +0000 (UTC) (envelope-from lars@e-new.0x20.net) Received: from mail.0x20.net (mail.0x20.net [217.69.76.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "0x20.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D0BA270A77; Sun, 9 Jul 2017 21:05:31 +0000 (UTC) (envelope-from lars@e-new.0x20.net) Received: from e-new.0x20.net (mail.0x20.net [217.69.76.211]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id 4BDD16E0082; Sun, 9 Jul 2017 23:05:28 +0200 (CEST) Received: from e-new.0x20.net (localhost [127.0.0.1]) by e-new.0x20.net (8.14.7/8.14.7) with ESMTP id v69L5R0R031903; Sun, 9 Jul 2017 23:05:27 +0200 (CEST) (envelope-from lars@e-new.0x20.net) Received: (from lars@localhost) by e-new.0x20.net (8.14.7/8.14.7/Submit) id v69L5R54031318; Sun, 9 Jul 2017 23:05:27 +0200 (CEST) (envelope-from lars) Date: Sun, 9 Jul 2017 23:05:27 +0200 From: Lars Engels To: Adam Weinberger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r445408 - head/lang/mdk Message-ID: <20170709210527.GE38753@e-new.0x20.net> References: <201707091914.v69JEt2I053568@repo.freebsd.org> <0BB0E44D-19A8-4526-B387-6F190C45E0B1@adamw.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <0BB0E44D-19A8-4526-B387-6F190C45E0B1@adamw.org> X-Editor: VIM - Vi IMproved 7.4 User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 09 Jul 2017 21:05:32 -0000 On Sun, Jul 09, 2017 at 02:06:50PM -0600, Adam Weinberger wrote: > > On 9 Jul, 2017, at 13:14, Lars Engels wrote: > > > > Author: lme > > Date: Sun Jul 9 19:14:55 2017 > > New Revision: 445408 > > URL: https://svnweb.freebsd.org/changeset/ports/445408 > > > > Log: > > lang/mdk: > > - Replace readline with readline:port in USES > > > > +USES= gettext ncurses readline gmake pkgconfig readline:port > > Looks like you've appended it, rather than replaced it. > Thanks for catching this! That's when you manually edit the Makefile instead of just applying the patch from the PR... It's fixed now.