From owner-freebsd-ports@freebsd.org Thu Oct 27 05:47:17 2016 Return-Path: Delivered-To: freebsd-ports@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 8FCB0C222D5 for ; Thu, 27 Oct 2016 05:47:17 +0000 (UTC) (envelope-from joneum@bsdproject.de) Received: from dd36626.kasserver.com (dd36626.kasserver.com [85.13.153.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 574A57D0 for ; Thu, 27 Oct 2016 05:47:16 +0000 (UTC) (envelope-from joneum@bsdproject.de) Received: from dagobert.home.jochen-neumeister.de (p548945BC.dip0.t-ipconnect.de [84.137.69.188]) by dd36626.kasserver.com (Postfix) with ESMTPSA id 8137B2E00A91 for ; Thu, 27 Oct 2016 07:47:07 +0200 (CEST) To: "freebsd-ports@freebsd.org" From: Jochen Neumeister Subject: make makepatch Message-ID: <730bd5a8-d6c2-7e8f-5240-b7d4b6209884@bsdproject.de> Date: Thu, 27 Oct 2016 07:47:06 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2016 05:47:17 -0000 I will update the net/wpa_gui. # portlint WARN: /usr/home/joneum/dev/ports/net/wpa_gui/files/patch-wpa_ctrl.c: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. 0 fatal errors and 1 warning found. okay, i use "make makepatch", and copy the files from "work/.makepatch-tmp/archived-patches" to the "/files" folder, and start portlint. But, the same. what am i doing wrong? Cheers Jochen