pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/devel/nss



* On 2016-11-29 at 12:57 GMT, Ryo ONODERA wrote:

> Module Name:  pkgsrc
> Committed By: ryoon
> Date:         Tue Nov 29 12:57:09 UTC 2016
> 
> Modified Files:
>       pkgsrc/devel/nss: PLIST
> 
> Log Message:
> Fix for non-ELF suffix
> Noticed by wiz@, thank you.

It's usually worth adding a PRINT_PLIST_AWK whenever you come across
this so that it can't happen for future updates, something like this
(untested):

  PRINT_PLIST_AWK+= {gsub(/\.${SO_SUFFIX}$$/, ".$${SO_SUFFIX}");}

Cheers,

-- 
Jonathan Perkin  -  Joyent, Inc.  -  www.joyent.com



Home | Main Index | Thread Index | Old Index