From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x334.google.com (mail-wm1-x334.google.com [IPv6:2a00:1450:4864:20::334]) by sourceware.org (Postfix) with ESMTPS id 69561397EC22 for ; Tue, 8 Jun 2021 18:40:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 69561397EC22 Received: by mail-wm1-x334.google.com with SMTP id l9so2494361wms.1 for ; Tue, 08 Jun 2021 11:40:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=iRv0VRp0I3YQnmDoV9OkCcTWDI+XZ3YlyrYWU/WTpzI=; b=cH0nyUPGThIAM1vMZUqmVuAGZN2LzFmHu23xPzyETPO51W6w9P9hzO7aNQxsxXCcO6 4eIAgoRZuJaQAde4ZLag92LoCu+x4IaRrxgRJMMLOLFegQNsbsITO1aLvTOC8eOBf+Vq 6x5WJUZ12Ar8Ub9zkkZ183hP2NpMGW0P1xFiECOf6z7ee3Ig5R4HiI09QpEL1x1iHxOb bbY/pOuiiNgef6J+6Ca46TAp7Wg3XWT1D7X0/dhJFkMPNrKtllOe7klVOSlc/E6HH/bh 1jFYs2U4SvunPSF0OM7hTQOJBBCLAP5sLsjCtkgcl9RV45K66zn7CGsSb3Ny2biZTzRo ewxg== X-Gm-Message-State: AOAM531IyT12Jtosp63OXCyCpun5VLdZ9SJgYtDGF1eCQ65lYQ4RSrB+ 4QzscFXnsQnB8/jBIMP1ylHz3QVcGrOZJg== X-Google-Smtp-Source: ABdhPJzBGCBOZM1FI8VwkPvOQRQDpUlnofApzIcfbb+xqlIsztDu6O58VXoo1blHfAYplzbrLOrydg== X-Received: by 2002:a7b:cb03:: with SMTP id u3mr5289084wmj.119.1623177646395; Tue, 08 Jun 2021 11:40:46 -0700 (PDT) Received: from ?IPv6:2003:cc:9f0d:86ee:4028:2705:a113:8f7? (p200300cc9f0d86ee40282705a11308f7.dip0.t-ipconnect.de. [2003:cc:9f0d:86ee:4028:2705:a113:8f7]) by smtp.gmail.com with ESMTPSA id y26sm11619445wma.33.2021.06.08.11.40.45 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 08 Jun 2021 11:40:46 -0700 (PDT) Subject: Re: Request for an update bison package To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: <6a759a3a-7c94-6763-7a13-21f07f1d0e38@gmail.com> Date: Tue, 8 Jun 2021 20:40:45 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit 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, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Tue, 08 Jun 2021 18:41:00 -0000 On 08.06.2021 19:57, Song Yang via Cygwin wrote: > Dear Cygwin, > > I am a fan of Bison and Flex. The current version of Bison on Cygwin is > from 2015. Can someone update it? the maintainer is still around. Eric ? > > I am interested in trying to update it myself. Is their a tutorial for that? https://cygwin.com/packaging-contributors-guide.html for what I see from the source package it was a vanilla build. If it is not changed it should be enough to download the bison-3.0.4-1-src.tar.xz file, extract the bison.cygport, update to latest version 3.7.6 and run it with cygport cygport bison.cygport download all check > > Thank you, > Song > Regards Marco