From owner-freebsd-ports@freebsd.org Sun Nov 5 13:27:03 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6C33E6BDB9 for ; Sun, 5 Nov 2017 13:27:03 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-it0-x231.google.com (mail-it0-x231.google.com [IPv6:2607:f8b0:4001:c0b::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9CDFF7FB1D; Sun, 5 Nov 2017 13:27:03 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-it0-x231.google.com with SMTP id k70so1850270itk.0; Sun, 05 Nov 2017 05:27:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=/lo4EnKawHFmc3gChAl2DDwmQJ7IdHUtz/excRx5IBw=; b=K+46Vz1DOpcmLuSho60E1RAAOFclrJIruStuAao4A1dFNNd4Bw1gqYTwHI7Io653ZN oaUXAFF4SNoM261PzTKjZH29waVW9tGgL9kxDO6Wc9UIdlI1TRxGAMEUqk93iiXdKN4L uC7oTXY3Jx1C0NjfKe3IummJAZhTxTUeZD0nL+JYIL/auNj9VzrRIJl2scAlXqhYpYdd l+qunMBhcmfUiAjviXSMSwfCSdV+eoAh5chDxopZP11vhR98vqHZyEAcGboD0do/KaJY 1JaR9Tdy+JmIjjCibuAclq9OHq7wmd5+qGOmlge2pNMTQmJ4d6fq51SwPN+sqAQzBPKY uc4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=/lo4EnKawHFmc3gChAl2DDwmQJ7IdHUtz/excRx5IBw=; b=RDQkUcheyzuMZqVjNytZ2IydaLkMAcHDj3OCPxrgAaWNt+DsdXPk5RC4VwrwSBsj+m p5ARHH57mYc15RjsOulvKoHS05zlEkcTlmXrnfZdvKR5S++IfHGvojV7fYHSYMSwy5l1 qI1J8fGcC7alNYdY5/QFjvMEcYypMdo5GW8ZgZs1i1QZZBKPzJ9ROGZ137dNx6D8/5KJ gonme+QYVmrpxx6N1kQo7MXK25IFg8pwQrJCIPC/LOKxWiBKoBZ/R5wbPrTDKpQWcj+4 4vC88mSkUB4z5mh5d5wMvurB6QHtQlkpdl1KVWz/MMOPl1gqMhoNukJx5FYdPgQZf3eQ itMg== X-Gm-Message-State: AJaThX4417l0MPwsDV3ii6EEFL6LxLGe3CG2bImpuuop6HoStAoiUnI4 6Qv1kCTpSRvmDO9f+fv1XiQywAQnsqSJbMHI0zw= X-Google-Smtp-Source: ABhQp+TaQqSdf3MwPC2fvncJOnV0twHk91NjjV4oZfTyX7OSinbxP6icxh7GXA1vK9hEYex3Q5gvN9DlTFpV3xklp9o= X-Received: by 10.36.213.213 with SMTP id a204mr5854266itg.51.1509888422410; Sun, 05 Nov 2017 05:27:02 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.8.66 with HTTP; Sun, 5 Nov 2017 05:27:01 -0800 (PST) In-Reply-To: <99609825-aaa3-d004-40e5-68e13fa41e63@FreeBSD.org> References: <99609825-aaa3-d004-40e5-68e13fa41e63@FreeBSD.org> From: blubee blubeeme Date: Sun, 5 Nov 2017 21:27:01 +0800 Message-ID: Subject: Re: cython 0.14 To: Matthew Seaman Cc: FreeBSD Ports Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Nov 2017 13:27:04 -0000 Thanks, I was making some errors in my Makefile that caused this error! It had nothing to do with the installed version of cython. Thanks for the replies. On Sun, Nov 5, 2017 at 4:10 PM, Matthew Seaman wrote: > On 04/11/2017 13:41, blubee blubeeme wrote: > > I have a port that needs cython 0.14 and not cython 0.26 > > > > I tried all sorts of things but this; > > BUILD_DEPENDS= cython=0.14:lang/cython3 > > > > always returns that cython 0.14 isn't found, cython 0.24 is available but > > my port won't build with that version. > > > > How can I get cython 0.14? > > You're on a hiding to nothing here. There is no port of cython-0.14 in > the tree, so there's nothing you can put in the ports Makefile that can > make it magically depend on that version. > > Your choices are: > > 1) Create a cython014 port -- probably by finding an older version of > the cython port and copying that and then making it work with the > currents ports tree. > > 2) Fix whatever you're porting to work with an up-to-date version of > cython. The difficulty of that could vary anywhere between "tweak what > version of cython is listed in the package specs" to "fork the project > and completely rewrite everything" > > Now, freshports tells me that the cython port was at version 0.14 back > in 2010 - 2011, so whatever it is you're porting hasn't been properly > maintained for around 7 years. Which suggests to me that the upstream > project has gone away and you're unlikely to get much help from that > quarter. Despite that, and considering the nature of what cython is, my > feeling is that approach (2) is possibly your best bet, and might well > work out with fairly minimal effort. Worth giving it a go at least. > > Good luck, > > Matthew > >