From owner-freebsd-ports@freebsd.org Thu Oct 27 06:28:05 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 51280C22E19 for ; Thu, 27 Oct 2016 06:28:05 +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 1AA73DC9 for ; Thu, 27 Oct 2016 06:28:04 +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 F37992E00A2E; Thu, 27 Oct 2016 08:28:02 +0200 (CEST) Subject: Re: make makepatch To: Franco Fichtner References: <730bd5a8-d6c2-7e8f-5240-b7d4b6209884@bsdproject.de> <6a431a63-7692-a667-5fa2-4de3d55d5189@bsdproject.de> <1FA8BED7-A46D-43B8-AE74-C99229350352@lastsummer.de> Cc: "freebsd-ports@freebsd.org" From: Jochen Neumeister Message-ID: <61b51cd8-18d2-8f70-77c7-ed7dd92c4a0c@bsdproject.de> Date: Thu, 27 Oct 2016 08:28:02 +0200 MIME-Version: 1.0 In-Reply-To: <1FA8BED7-A46D-43B8-AE74-C99229350352@lastsummer.de> Content-Type: text/plain; charset=windows-1252 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 06:28:05 -0000 On 27.10.2016 08:08, Franco Fichtner wrote: >> On 27 Oct 2016, at 7:53 AM, Jochen Neumeister wrote: >> >> No, make makepatch delete the patches into /files and: > If there are no patches in files/ maybe you have no patches applied > in the work/ dir? Does running "make patch" before makepatch help? > > Hm that is interesting. make patch: there are 3 patches into /file make makepatch: now the 3 files are removed, but: make makepatch Generated patch-wpagui.cpp The previous patches have been placed here: /usr/home/joneum/dev/ports/net/wpa_gui/work/.makepatch-tmp/archived-patches Now I'm confused. After "make patch" and "make makepatch", there is only one "new" patch in files: /home/joneum/dev/ports/net/wpa_gui/files # ls patch-wpagui.cpp pkg-message.in and in work/.makepatch-tmp/archived-patches: # ls patch-os_unix.c patch-wpa_ctrl.c patch-wpagui.cpp Is this now right, that i can only use the new patch in /files? With "make clean" i delete the work folder and the old patches.