pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/44480: lang/python18-base and lang/python19-base build invalid +CONTENTS under Solaris
The following reply was made to PR pkg/44480; it has been noted by GNATS.
From: Uwe Klaus <uklaus%hgb-leipzig.de@localhost>
To: Takahiro Kambe <taca%back-street.net@localhost>
Cc: filip%joyent.com@localhost, gnats-bugs%NetBSD.org@localhost,
obache%NetBSD.org@localhost
Subject: Re: pkg/44480: lang/python18-base and lang/python19-base build
invalid +CONTENTS under Solaris
Date: Mon, 31 Jan 2011 14:40:13 +0100 (CET)
On Mon, 31 Jan 2011, Takahiro Kambe wrote:
>> diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk
>> index 3ef63e8..83c6b17 100644
>> --- a/lang/ruby/rubyversion.mk
>> +++ b/lang/ruby/rubyversion.mk
>> @@ -193,6 +193,8 @@ RUBY_STATICLIB=
>> ${RUBY_VER}.${RUBY_API_VERSION}-static.a
>> .endif
>> .elif ${OPSYS} == "Linux"
>> _RUBY_SHLIBALIAS=
>> ${RUBY_VER}.${RUBY_SLEXT}.${_RUBY_VER_MAJOR}.${_RUBY_VER_MINOR}
>> +.elif ${OPSYS} == "SunOS"
>> +_RUBY_SHLIBALIAS= ${RUBY_VER}.${RUBY_SLEXT}.${_RUBY_VER_MAJOR}
>> .endif
>>
>> .if !empty(_RUBY_SHLIBALIAS)
> Is this patch safe with older SunOS?
I only can test for Solaris 10.
May be
.elif ${OPSYS} == "SunOS" && !empty(OS_VERSION:M5.1[0-9]*)
_RUBY_SHLIBALIAS= ${RUBY_VER}.${RUBY_SLEXT}.${_RUBY_VER_MAJOR}
Best regards,
Uwe
Home |
Main Index |
Thread Index |
Old Index