pkgsrc-Users archive

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

Re: CVS commit: pkgsrc/devel/gmake



Le 2019-10-25 14:36, Frédéric Fauberteau a écrit :
Module Name:	pkgsrc
Committed By:	triaxx
Date:		Fri Oct 25 12:36:12 UTC 2019

Modified Files:
	pkgsrc/devel/gmake: options.mk

Log Message:
gmake: make nls option enabled by default


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/gmake/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

$ ~/pkg/bin/pkglint
ERROR: options.mk:11: ../../devel/gettext-lib/builtin.mk must not be included directly. Include "../../devel/gettext-lib/buildlink3.mk" instead.
1 error found.
(Run "/home/triaxx/pkg/bin/pkglint -fs" to show what can be fixed automatically.) (Run "/home/triaxx/pkg/bin/pkglint -F" to automatically fix some issues.)

I included builtin.mk to test IS_BUILTIN.gettext and check if there is a native support for gettext. Otherwise, build devel/gmake linked to devel/gettext-lib leads to a circular dependency if we build ncurses from pkgsrc too.

Is there another way to do that and appease pkglint?


Home | Main Index | Thread Index | Old Index