X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Date: Wed, 03 Jan 2007 16:46:55 +0100 To: cygwin AT cygwin DOT com X-UMS: email X-Mailer: TOI Kommunikationscenter V7-7-2 Subject: cygport 0.2.7 bug: .cygwin.patch applied with wrong patchlevel From: "Christian Franke" Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Message-ID: <1H28KN-0pOUjo0@fwd33.aul.t-online.de> X-ID: XjIr1UZ1ge6YgJ3lsOAdjinqdeOhBwdU19c0hcTVMCFiOFR8x6yVE3 AT t-dialin DOT net X-TOI-MSGID: f2e8373b-8292-4b0b-9c01-5776fb38dd08 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com cygport 0.2.7 applies the .cygwin.patch file with patchlevel 0 instead of 2. To reproduce try e.g: $ cygport ./mktemp-1.5-4.cygport prep This creates ./mktemp-1.5-4/src/mktemp-1.5/src/mktemp-1.5/CYGWIN-PATCHES/* instead of ./mktemp-1.5-4/src/mktemp-1.5/CYGWIN-PATCHES/* This patch should fix this: --- cygport.orig 2006-12-26 06:43:10.001000000 +0100 +++ cygport 2007-01-03 16:21:49.984375000 +0100 @@ -517,7 +517,7 @@ continue; fi - case ${patchfile} in + case ${patchfile##*/} in ${PF}.cygwin.patch) if [ "${S}" = "${srcdir}" ] then --- Christian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/