From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x530.google.com (mail-ed1-x530.google.com [IPv6:2a00:1450:4864:20::530]) by sourceware.org (Postfix) with ESMTPS id 028133858401 for ; Fri, 17 Sep 2021 08:18:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 028133858401 Received: by mail-ed1-x530.google.com with SMTP id g21so27021165edw.4 for ; Fri, 17 Sep 2021 01:18:15 -0700 (PDT) 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@SystematicSw.ab.ca> In-Reply-To: <486d92a2-6d5c-3fda-f163-c710939b7e23@SystematicSw.ab.ca> From: "Carlo B." Date: Fri, 17 Sep 2021 10:18:04 +0200 Message-ID: Subject: Re: cygport: CYGCMAKE_SOURCE seems to have no effect. To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" 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@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2021 08:18:18 -0000 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