Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Message-ID: <077901c0fca4$982f80e0$0200a8c0@lifelesswks> From: "Robert Collins" To: "Michael A. Chase" , References: <00d201c0fc98$f49a37f0$6464648a AT ca DOT boeing DOT com> Subject: Re: Source Only Missing in set_action() in setup.exe Date: Sun, 24 Jun 2001 21:55:41 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-OriginalArrivalTime: 24 Jun 2001 11:44:05.0996 (UTC) FILETIME=[F911AAC0:01C0FCA2] ----- Original Message ----- From: "Michael A. Chase" To: Sent: Sunday, June 24, 2001 8:28 PM Subject: Source Only Missing in set_action() in setup.exe > ACTION_SRC_ONLY is effectively disabled because either pkg->installed or > pkg->installed->source_exists is false when set_action() is called. > > I'd prefer to leave it that way and let source downloads and installs be > controlled by the "Src?" checkbox: > For ACTION*_PREV, ACTION*_CURR, and ACTION*_TEST, the source file to use > would be the one associated with the action. > For ACTION_UNINSTALL and ACTION_REDO, the currently installed version > would apply. > For ACTION_SKIP, the default version would apply. > > I'd like to either gray-out or not paint the "Src?" checkbox if the source > is not available, but I'm still trying to figure out how to decide. Howabout a different approach? A global "src" button at the top of the package selection list. When selected source packages appear on separate lines. This is in line with the common unix packaging systems and would also allow explicit src package version choices. (Ie I might want the experimental squid version source, but no binary to be installed.) The src packages _could_ also be put into category Source automatically. Rob