tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/graphics/py-Pillow



Am 07.01.2026 um 18:31 schrieb Greg Troxel:
> Ryo ONODERA <ryo%tetera.org@localhost> writes:
> 
>>> I'm not saying this is wrong, but
>>>
>>>   - how does moving wheel.mk affect things?
>>
>> My change is ugly workaround and it looks strange, of course.
>> The root cause is inclusion of lang/python/pyversion.mk in
>> devel/py-pybind11/buildlink3.mk.
>> I think inclusion of lang/python/pyversion.mk may be removed from buildlink3.mk.
>> However I am not sure yet.
> 
> Ah, so
> 
>    - maybe it's not wrong, and wheel.mk must be included before any
>      py-foo bl3, in which case we should change the documentation.

This could even be checked automatically in wheel.mk:

.if !empty(BUILDLINK_TREE)
# TODO: explain why this is the case.
.  error "must be included before any buildlink3.mk file"
.endif



Home | Main Index | Thread Index | Old Index