From owner-freebsd-ports@freebsd.org Tue Dec 4 11:54:46 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C69151331367 for ; Tue, 4 Dec 2018 11:54:46 +0000 (UTC) (envelope-from SRS0=x/NU=ON=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (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 4E5597549D for ; Tue, 4 Dec 2018 11:54:46 +0000 (UTC) (envelope-from SRS0=x/NU=ON=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 00E0828422 for ; Tue, 4 Dec 2018 12:44:58 +0100 (CET) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 29B7828417 for ; Tue, 4 Dec 2018 12:44:56 +0100 (CET) To: FreeBSD From: Miroslav Lachman <000.fbsd@quip.cz> Subject: make makepatch does not work (only 2 of 5 expected patches created) Message-ID: Date: Tue, 4 Dec 2018 12:44:55 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4E5597549D X-Spamd-Result: default: False [2.74 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: elsa.codelab.cz]; NEURAL_HAM_SHORT(-0.42)[-0.416,0]; FORGED_SENDER(0.30)[000.fbsd@quip.cz,SRS0=x/NU=ON=quip.cz=000.fbsd@elsa.codelab.cz]; RECEIVED_SPAMHAUS_PBL(0.00)[209.16.49.86.zen.spamhaus.org : 127.0.0.11]; IP_SCORE(0.00)[country: CZ(0.01)]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:42000, ipnet:94.124.104.0/21, country:CZ]; RCVD_TLS_LAST(0.00)[]; FROM_NEQ_ENVFROM(0.00)[000.fbsd@quip.cz,SRS0=x/NU=ON=quip.cz=000.fbsd@elsa.codelab.cz]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.13)[-0.126,0]; FORGED_MUA_SEAMONKEY_MSGID_UNKNOWN(2.50)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.41)[-0.415,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; DMARC_NA(0.00)[quip.cz]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_IN_DNSWL_NONE(0.00)[4.105.124.94.list.dnswl.org : 127.0.10.0]; R_SPF_NA(0.00)[] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 11:54:46 -0000 I am trying to create patch for pandorafms_console to make it work with PHP 7.1. There are 5 file that need to be patched. I created *.orig for all of them, make changes in them and then "make makepatch" created patches only for 2 out of 5 files. Patches are crated for: install.php include/auth/mysql.php Not created for: include/functions.php include/functions_agents.php include/functions_db.php I tried it many times but makepatch always ignores functions files in include dir. Has it something to do with filenames? Kind regards Miroslav Lachman