tech-pkg archive

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

Re: gtk? and PKGLOCALEDIR=lib



Le 22/07/15 19:30, Richard PALO a écrit :
>> diff --git a/mk/platform/SunOS.mk b/mk/platform/SunOS.mk
>> index 02cfde7..e183b98 100644
>> --- a/mk/platform/SunOS.mk
>> +++ b/mk/platform/SunOS.mk
>> @@ -5,6 +5,7 @@
>>  ECHO_N?=       ${ECHO} -n
>>  IMAKE_MAKE?=   ${MAKE} # program which gets invoked by imake
>>  PKGLOCALEDIR?= lib
>> +USE_PKGLOCALEDIR?=     yes
>>  PS?=           /bin/ps
>>  # XXX: default from defaults/mk.conf.  Verify/correct for this platform
>>  # and remove this comment.
> 

The SunOS default of 'lib' for PKGLOCALEDIR appears to be simply outdated.

Looking in both https://hg.java.net/hg/solaris-desktop~spec-files and https://hg.java.net/hg/solaris-userland~gate
Solaris (as well as OpenSolaris/OpenIndiana) use 'share', at least since around 2009 if not before.

Personally, I'm going to run with PKGLOCALEDIR=share for now on in etc/mk.conf.

I propose to make it the default as well in platform/SunOS.mk, at least for SunOS 5.1*.
It seems useful to keep USE_PKGLOCALEDIR=yes as a safeguard mesure.

-- 
Richard PALO



Home | Main Index | Thread Index | Old Index