public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Arjen Markus <arjen.markus895@gmail.com>
To: Andrey Repin <cygwin@cygwin.com>
Subject: Re: Question about packaging and cygport
Date: Mon, 08 Jul 2019 13:04:00 -0000	[thread overview]
Message-ID: <CAMCbSMpM3upX2A3zfuh4ZQ3xA+KJZunMt2oaqKW5Z8D8HWaDdA@mail.gmail.com> (raw)
In-Reply-To: <8822fc03-480d-75d7-bb73-62be6526eb52@gmail.com>

Op ma 8 jul. 2019 om 14:36 schreef Marco Atzeri <marco.atzeri@gmail.com>:
>

> this line is present at line 4 of the file.
> Have you by chance modified it ?
>
>
No, the line I posted appears to be the closing line for the
comment/documentation. It is present in other such files, but was not
in the copy in my installation.

I noticed that an earlier version, directly from the CMake download,
had an extra comment there, specific to Cygwin:

#[=======================================================================[.rst:
FindTclsh
---------

Find tclsh

This module finds if TCL is installed and determines where the include
files and libraries are.  It also determines what the name of the
library is.  This code sets the following variables:

::

  TCLSH_FOUND = TRUE if tclsh has been found
  TCL_TCLSH = the path to the tclsh executable

In cygwin, look for the cygwin version first.  Don't look for it later
to avoid finding the cygwin version on a Win32 build.
#]=======================================================================]

if(CYGWIN)
  find_program(TCL_TCLSH NAMES cygtclsh83 cygtclsh80)
endif()

Regards,

Arjen

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

  reply	other threads:[~2019-07-08 13:04 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-28 10:56 Arjen Markus
2019-06-28 11:20 ` Andrey Repin
2019-06-28 13:02 ` Adam Dinwoodie
2019-06-28 13:13   ` Arjen Markus
2019-07-01 12:40     ` Marco Atzeri
2019-06-28 13:51   ` Houder
2019-06-28 14:01     ` Arjen Markus
2019-07-01 12:41       ` Marco Atzeri
2019-07-01 12:51         ` Arjen Markus
2019-07-08  4:23           ` Arjen Markus
2019-07-08  9:01             ` Arjen Markus
2019-07-08 12:36               ` Marco Atzeri
2019-07-08 13:04                 ` Arjen Markus [this message]
2019-07-08 18:32           ` Brian Inglis
2019-07-09  6:40             ` Arjen Markus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAMCbSMpM3upX2A3zfuh4ZQ3xA+KJZunMt2oaqKW5Z8D8HWaDdA@mail.gmail.com \
    --to=arjen.markus895@gmail.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).