X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2E8C53857809 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1631866767; bh=3ox9cA7vmB/ZEMsXh3OyxH3b4pS3ptTL5tblJODbusE=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=Qx8K+F8H00LyxV3vavA3Nj+ZzH3NGdzpOqoxlKrICWx3HUAsd58KmdL4SNfgUKEJV bNeETudgx9iV+i5j3VPV/o3QcaIcs5KjtvGQ7481poVWFzc2zs3nlkVFT96/Ucel58 0XmVdqXILH7OryUwEO+aHp2PD/doNFIFuQvD8xZE= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 028133858401 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=78rVDea8V7uq97I5541GWq5YS71TATxZ5CgWiyWMjYQ=; b=Xppq/9U4weUnyfQX219lZApJ1RSI8b/EJcfVlzbH+hegVMKlT6l/tSQPPkTYXqsBPE Y09MF5eHGGahdgBhxRCi8S/l9JNbFq/d7kpzBka+Ks1u3tnNDE9Zu3YpwYJoLeGx/Nyh Ip2XmplAkuaLEhAdYJWwSU9KrLFBRBDLGq5yN43jF3X7GGQvyyDyC7LxjJiXdxWkonoH eTSFScQ6xCDkqd5sZrukY8zN1O+NvO/q57XadbbGmg4yHhdaqd78WQOZ597qNh+6F/QD alRMS0/LoJtkhkUXrw/E9FpJMEriRRYuhN72iQhbO+a76iDJjv/ucvW0BMlXvM1sY/yT g4uQ== X-Gm-Message-State: AOAM532BAr52tvLjkoTx3Ql5PmyPU/lJueslyRj1PocInhRx27yVs27Y QXcHmm1uJH3TTkl+orXGRx/C26L6Q8GbOwPIwMO5VgQ/fj4= X-Google-Smtp-Source: ABdhPJzBN6MkIX9d9efwy+Pu3/T2I4Cz5Gt4OCbPRrr53VGmQlzUo/R5jaqTPUYE+uCfb6RM6MQKKAW9VARcovHt+vM= X-Received: by 2002:a50:8161:: with SMTP id 88mr11033955edc.54.1631866695047; Fri, 17 Sep 2021 01:18:15 -0700 (PDT) MIME-Version: 1.0 References: <486d92a2-6d5c-3fda-f163-c710939b7e23 AT SystematicSw DOT ab DOT ca> In-Reply-To: <486d92a2-6d5c-3fda-f163-c710939b7e23@SystematicSw.ab.ca> Date: Fri, 17 Sep 2021 10:18:04 +0200 Message-ID: Subject: Re: cygport: CYGCMAKE_SOURCE seems to have no effect. To: cygwin AT cygwin DOT com X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: "Carlo B. via Cygwin" Reply-To: "Carlo B." Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" 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