https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274411
Andreas Bilke changed:
What|Removed |Added
Blocks||276494
Referenced Bugs:
https://
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276319
Kai Knoblich changed:
What|Removed |Added
Depends on||276503
Referenced Bugs:
https://b
hi all,
i'm trying to port an application that requires Python 3.10+ or later,
while the default Python is still 3.9.
this is my Makefile:
https://git.sr.ht/~lw/freebsd-ports/tree/sublime-music/item/audio/py-sublime-music/Makefile
running poudriere testport initially produces several messages l
> On Jan 21, 2024, at 8:26 PM, Lexi Winter wrote:
>
> hi all,
>
> i'm trying to port an application that requires Python 3.10+ or later,
> while the default Python is still 3.9.
>
> this is my Makefile:
> https://git.sr.ht/~lw/freebsd-ports/tree/sublime-music/item/audio/py-sublime-music/Make
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478
--- Comment #1 from Antoine Brodin ---
I think there is a minimum environment to keep to avoid breaking things, like:
UNAME_r UNAME_v OSVERSION UNAME_m UNAME_p
Some new failure logs:
https://pkg-status.freebsd.org/pb2/data/140i386-defaul
Moin Rahman:
>On Jan 21, 2024, at 8:26 PM, Lexi Winter wrote:
> > i'm trying to port an application that requires Python 3.10+ or later,
> > while the default Python is still 3.9.
>
> .if ${PYTHON_REL} < 31000
> IGNORE= Does not support python 3.9 or earler
> .endif
thanks Moin,
if i coul
> On Jan 21, 2024, at 8:55 PM, Lexi Winter wrote:
>
> Moin Rahman:
>> On Jan 21, 2024, at 8:26 PM, Lexi Winter wrote:
>>> i'm trying to port an application that requires Python 3.10+ or later,
>>> while the default Python is still 3.9.
>>
>> .if ${PYTHON_REL} < 31000
>> IGNORE= Does not suppo
Moin Rahman:
> By default this will not be built in that case. If you want to build
> for python 3.10 you have to add USE_PYTHON=allflavors
thanks (again). so for a normal port, is there any guidance on whether
i should do this or not? is there a policy on this?
this is a normal (desktop) appli
> On Jan 21, 2024, at 9:15 PM, Lexi Winter wrote:
>
> Moin Rahman:
>> By default this will not be built in that case. If you want to build
>> for python 3.10 you have to add USE_PYTHON=allflavors
>
> thanks (again). so for a normal port, is there any guidance on whether
> i should do this or
To view an individual PR, use:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and ob
Lexi Winter wrote:
Moin Rahman:
By default this will not be built in that case. If you want to build
for python 3.10 you have to add USE_PYTHON=allflavors
thanks (again). so for a normal port, is there any guidance on whether
i should do this or not? is there a policy on this?
this is a nor
On Sun, Jan 21, 2024 at 09:53:47PM -0500, Charlie Li wrote:
> Lexi Winter wrote:
> > Moin Rahman:
> > > By default this will not be built in that case. If you want to build
> > > for python 3.10 you have to add USE_PYTHON=allflavors
> >
> > thanks (again). so for a normal port, is there any guida
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276478
--- Comment #2 from Mathieu Arnold ---
I do not think this is needed.
portmgr@ is demoting support for building on the host (as a consequence, all
the tools that do that - `portmaster`, `synth`, etc).
We shouldn't bother ourselves with buil
13 matches
Mail list logo