pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/x11/mate-applets
* On 2019-02-16 at 07:23 GMT, David H. Gutteridge wrote:
> Module Name: pkgsrc
> Committed By: gutteridge
> Date: Sat Feb 16 07:22:49 UTC 2019
>
> Modified Files:
> pkgsrc/x11/mate-applets: PLIST
>
> Log Message:
> x11/mate-applets: reflect PLIST conditionals
>
> Address the first part of PR pkg/53975: add conditional PLIST variables
> for the "batt" and "cpufreq" options.
Thanks! When fixing these it's also worth looking at adding some
PRINT_PLIST_AWK to the Makefile so that they don't get lost on the
next update, plus it also makes it easier to manage.
For example, something like:
PRINT_PLIST_AWK+= /batt/ { print "$${PLIST.batt}" $$0; next }
PRINT_PLIST_AWK+= /cpufreq/ { print "$${PLIST.cpufreq}" $$0; next }
would help a lot here (untested).
Cheers,
--
Jonathan Perkin - Joyent, Inc. - www.joyent.com
Home |
Main Index |
Thread Index |
Old Index