Hello, thank you for your message,
> Worked just fine for a recent update of fortune-mod. > I gave a look to the source tree inside the package fortune-mod-3.6.1-1-src.tar.xz and the CMakeLists.txt is into the top-level directory, so it is not the same thing. And it seems to me that ${CYGCMAKE_SOURCE} is not used by fortune-mod.cygport. > See online or under your Cygwin directory: > > https://cygwin.github.io/cygport/cmake_cygclass.html#robo765 > > cygstart /usr/share/doc/cygport/html/manual/cmake_cygclass.html > Yes, I had read that. > Try directory specification rather than path - cygport often just DTRT: > > CYGCMAKE_SOURCE=cmake > Yes, I had also tried that, but without success. Sincerely. > -- > Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada > > This email may be disturbing to some readers as it contains > too much technical detail. Reader discretion is advised. > [Data in binary units and prefixes, physical quantities in SI.] > > > > =======> And this is the content of my liblo.cygport file: > > > > inherit cmake > > > > NAME="liblo" > > VERSION=0.31 > > RELEASE=1 > > CATEGORY="Audio" > > SUMMARY="Open Sound Control protocol for POSIX systems" > > DESCRIPTION="Open Sound Control (OSC) is a protocol for communication > > among computers, sound synthesizers, and other multimedia devices that > > is optimized for modern networking technology." > > HOMEPAGE="http://liblo.sourceforge.net/" > > SRC_URI="http://downloads.sourceforge.net/liblo/liblo-${VERSION}.tar.gz" > > > > PKG_NAMES="liblo1 liblo-devel" > > PKG_IGNORE=" > > usr/share/doc/liblo/AUTHORS > > usr/share/doc/liblo/COPYING > > usr/share/doc/liblo/ChangeLog > > usr/share/doc/liblo/NEWS > > usr/share/doc/liblo/README > > usr/share/doc/liblo/TODO > > " > > > > liblo1_CATEGORY="Libs" > > liblo1_SUMMARY="${SUMMARY}" > > liblo1_CONTENTS=" > > usr/bin/cyglo-7.dll > > usr/bin/oscdump.exe > > usr/bin/oscsend.exe > > " > > liblo_devel_CATEGORY="Libs" > > liblo_devel_SUMMARY="${SUMMARY}" > > liblo_devel_CONTENTS=" > > usr/include/lo/* > > usr/lib/liblo.dll.a > > usr/lib/pkgconfig/liblo.pc > > usr/lib/cmake/liblo/libloConfig.cmake > > " > > > > CYGCMAKE_SOURCE="${S}/cmake" > > -- > Problem reports: https://cygwin.com/problems.html > FAQ: https://cygwin.com/faq/ > Documentation: https://cygwin.com/docs.html > Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple