Re: Standard LEX variable doesn't work in Make.

2016-11-25 Thread Brian Inglis
On 2016-11-25 17:08, Hans-Bernhard Bröker wrote: Am 25.11.2016 um 15:31 schrieb Brian Inglis: One solution, and the most common in Cygwin, is the package flex should create a symlink lex if no such symlink or exe exists; In this case I believe that would be less than fully correct, because fl

Bug in cygpath -a handling of leading ".//"

2016-11-25 Thread Vadim Zeitlin
Hello, I seem to have a special talent for finding problems related to the handling of doubled consecutive slashes in cygpath, as 5 years after posting my previous bug report on this topic (see http://sourceware.org/ml/cygwin/2011-06/msg00212.html), I have another one which is also best shown wi

Re: Standard LEX variable doesn't work in Make.

2016-11-25 Thread Hans-Bernhard Bröker
Am 25.11.2016 um 15:31 schrieb Brian Inglis: One solution, and the most common in Cygwin, is the package flex should create a symlink lex if no such symlink or exe exists; In this case I believe that would be less than fully correct, because flex is not a clean drop-in replacement for generic

[ANNOUNCEMENT] bind 9.10.4-4.P4

2016-11-25 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * bind-9.10.4-4.P4 * bind-utils-9.10.4-4.P4 * bind-doc-9.10.4-4.P4 * libbind9_140-9.10.4-4.P4 * libdns165-9.10.4-4.P4 * libirs141-9.10.4-4.P4 * libisc160-9.10.4-4.P4 * libisccc140-9.10.4-4.P4 * libisccfg140-9.10.4-4.P4 * liblwre

[ANNOUNCEMENT] php-PEAR 1.10.1-1

2016-11-25 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * php-Archive_Tar-1.4.2-1 * php-Console_Getopt-1.4.1-1 * php-PEAR-1.10.1-1 * php-Structures_Graph-1.1.1-1 PEAR is the PHP Extension and Application Repository. The PEAR Installer is this software, which contains executable fi

[ANNOUNCEMENT] php 7.0.13-1

2016-11-25 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * php-7.0.13-1 * php-devel-7.0.13-1 * httpd-mod_php7-7.0.13-1 * php-bcmath-7.0.13-1 * php-bz2-7.0.13-1 * php-calendar-7.0.13-1 * php-ctype-7.0.13-1 * php-curl-7.0.13-1 * php-dba-7.0.13-1 * php-enchant-7.0.13-1 * php-exif-7.0.13-

[ANNOUNCEMENT] flexdll 0.35-1

2016-11-25 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * flexdll-0.35-1 FlexDLL implements the POSIX dlopen API by creating DLLs whose symbols can be resolved at runtime, rather than at linktime as is usual. This is an update to the latest upstream release. -- Yaakov -- Problem

[ANNOUNCEMENT] pidgin-funyahoo-plusplus 0-0.2.20161005git26d87c5

2016-11-25 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * pidgin-funyahoo-plusplus-0-0.2.20161005git26d87c5 A Pidgin/libpurple plugin for the new (2016) Yahoo Messenger protocol. This is an update to the latest upstream git snapshot. -- Yaakov -- Problem reports: http://cyg

[ANNOUNCEMENT] parole 0.8.1-1

2016-11-25 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * parole-0.8.1-1 Parole is a modern media player based on the GStreamer framework and written for the Xfce desktop. -- Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com

[ANNOUNCEMENT] xapian-core 1.2.24-1

2016-11-25 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * xapian-core-1.2.24-1 * libxapian22-1.2.24-1 * libxapian-devel-1.2.24-1 * libxapian-doc-1.2.24-1 Xapian is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own

[ANNOUNCEMENT] qt-gstreamer 1.2.0-2

2016-11-25 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * gstreamer1.0-plugins-qt-1.2.0-2 * gstreamer1.0-plugins-qt5-1.2.0-2 * libQtGLib2.0_0-1.2.0-2 * libQtGLib2.0-devel-1.2.0-2 * libQtGStreamer1.0_0-1.2.0-2 * libQtGStreamer1.0-devel-1.2.0-2 * libQt5GLib2.0_0-1.2.0-2 * libQt5GLib2.0

[ANNOUNCEMENT] scowl 2016.11.20-1

2016-11-25 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * scowl-2016.11.20-1 * aspell-en-2016.11.20.0-1 * hunspell-en-2016.11.20-1 The SCOWL is a collection of English word lists split up in various sizes, and other categories, intended to be suitable for use in spell checkers. Th

[ANNOUNCEMENT] gstreamer1.0-plugins-ugly-free 1.6.4-1

2016-11-25 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * gstreamer1.0-plugins-ugly-free-1.6.4-1 * gstreamer1.0-plugins-ugly-doc-1.6.4-1 * mingw64-i686-gstreamer1.0-plugins-ugly-free-1.6.4-1 * mingw64-x86_64-gstreamer1.0-plugins-ugly-free-1.6.4-1 GStreamer Ugly Plug-ins is a set of

[ANNOUNCEMENT] tzcode/tzdata 2016j-1

2016-11-25 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * tzcode-2016j-1 * tzdata-2016j-1 The Time Zone Database (often called tz or zoneinfo) contains code and data that represent the history of local time for many representative locations around the globe. It is updated periodic

Re: Standard LEX variable doesn't work in Make.

2016-11-25 Thread Brian Inglis
On 2016-11-21 12:09, Hans-Bernhard Bröker wrote: Am 21.11.2016 um 17:57 schrieb Kaz Kylheku: I'm changing a FOSS project to rely more on standard Make vars such as CC and CFLAGS and such: use $(CC) for the compiler unless told otherwise, incorporate $(CFLAGS) if it is defined, and so forth. Thi

Re: Broken bash command substitution

2016-11-25 Thread Gerrit Haase
2016-11-24 17:25 GMT+01:00 L. A. Walsh says: > Tydus wrote: > > > You didn't specify what version of bash you are running. Therefore he attached the cygcheck output which says: bash 4.3.46-7 ;) Gerrit -- Problem reports: http://cygwin.com/problems.html FAQ:

[ANNOUNCEMENT] lftp 4.7.4

2016-11-25 Thread Andrew Schulman
lftp 4.7.4 is now available in Cygwin. This is a minor upstream release. See http://lftp.yar.ru/news.html for the list of changes. lftp is a sophisticated file transfer program and ftp/http/bittorrent client. It supports multiple network protocols. It uses the readline library for input, so it

[ANNOUNCEMENT] Updated: tcsh-6.20.00-1

2016-11-25 Thread Corinna Vinschen
I've updated the tcsh package to 6.20.00-1. This is an upstream version update. The Cygwin version is build from the vanilla upstream 6.20.00 sources as release on 2016-11-24. Peace, joy, and pancakes, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin