From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19367 invoked by alias); 17 Jan 2009 20:17:38 -0000 Received: (qmail 19358 invoked by uid 22791); 17 Jan 2009 20:17:37 -0000 X-SWARE-Spam-Status: No, hits=-0.4 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_54,SPF_PASS,TVD_SPACED_SUBJECT_WORD3 X-Spam-Check-By: sourceware.org Received: from ug-out-1314.google.com (HELO ug-out-1314.google.com) (66.249.92.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 17 Jan 2009 20:17:33 +0000 Received: by ug-out-1314.google.com with SMTP id 36so143812uga.17 for ; Sat, 17 Jan 2009 12:17:30 -0800 (PST) Received: by 10.67.115.16 with SMTP id s16mr879539ugm.47.1232223450005; Sat, 17 Jan 2009 12:17:30 -0800 (PST) Received: from ?192.168.0.5? (92-235-183-122.cable.ubr18.sgyl.blueyonder.co.uk [92.235.183.122]) by mx.google.com with ESMTPS id 20sm2394928uga.49.2009.01.17.12.17.26 (version=SSLv3 cipher=RC4-MD5); Sat, 17 Jan 2009 12:17:27 -0800 (PST) Message-ID: <49723D05.3020503@gmail.com> Date: Sun, 18 Jan 2009 01:19:00 -0000 From: Andy Koppe User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: MinTTY References: <495917BA.1090401@gmail.com> <0E77A4429F494644A9C7CB6F6F3D2125@DFW5RB41> <0105D5C1E0353146B1B222348B0411A211B41DD8@NIHMLBX02.nih.gov> <20081230165106.GA5230@ednor.casa.cgf.cx> <495AB264.8020800@gmail.com> <495B3FB6.3030607@users.sourceforge.net> In-Reply-To: <495B3FB6.3030607@users.sourceforge.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2009-01/txt/msg00530.txt.bz2 Yaakov (Cygwin/X) wrote: > I quickly put together a package for Ports which could get you started: > > http://cygwin-ports.svn.sourceforge.net/viewvc/cygwin-ports/ports/trunk/apps/mintty/ > > Check out this directory, then use cygport to build it. If you're new > to cygport, the package README is a must-read. Okay, I'm having a go at this. cygport does look very nice indeed, but unfortunately I got stuck anyway. So I've got the following files all in one directory: mintty-0.3.4-1.cygport mintty-0.3.4-src.tgz setup.hint postinstall.sh preremove.sh Building the source and binary packages works, except for the following: *** Warning: setup.hint is missing postinstall.sh and preremove.sh do not get included in the packages either. The cygport README tells me that those files should all be placed in the CYGWIN-PATCHES directory. So I naively created a that directory alongside the .cygport and shuffled the three files in there, but to no effect. I also tried copying them the to ${C} at the start of src_install(): cp setup.hint postinstall.sh preremove.sh ${C} Alas, 'cp' couldn't find those files, presumably because it isn't run in the same directory as the .cygport file. So my probably rather stupid question is, where should I be putting those files and how? Andy -- 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/