pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/devel/ruby-reline
In message <Z1b7qsdF2VuYp0Ho%mnx.io@localhost>
on Mon, 9 Dec 2024 14:16:10 +0000,
Jonathan Perkin <jperkin%mnx.io@localhost> wrote:
> * On 2024-12-09 at 14:09 GMT, Takahiro Kambe wrote:
>
>>Module Name: pkgsrc
>>Committed By: taca
>>Date: Mon Dec 9 14:09:12 UTC 2024
>>
>>Modified Files:
>> pkgsrc/devel/ruby-reline: Makefile PLIST distinfo
>>
>>Log Message:
>>devel/ruby-reline: update to 0.5.12
>>
>>pkgsrc change: remove "USE_LANGUGAES= c" since it is default value.
It was incorrect and it should be:
pkgsrc change: explicitly set USE_LANGUGAES to empty.
(ruby-reline package dose not use any compiler.)
Anyway,
> Are you thinking of a different variable? The default value of
> USE_LANGUAGES is empty:
>
> mk/bsd.pkg.mk:USE_LANGUAGES?= # empty
Yes if NO_BUILD is defined. In mk/bsd.pkg.mk:
.if defined(NO_BUILD)
USE_LANGUAGES?= # empty
.endif
And a few lines below bsd.pkg.mk includes mk/compiler.mk.
In compler.mk:
# USE_LANGUAGES
# Declares the languages that should be made available
# via pkgsrc's compiler wrappers.
...
# The default is "c".
So, the default value of USE_LANGUAGES is "c".
--
Takahiro Kambe <taca%NetBSD.org@localhost>
Home |
Main Index |
Thread Index |
Old Index