pkgsrc-Users archive

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

Re: converters/libiconv-1.16



Le 2019-10-12 02:03, Roland Illig a écrit :
Am 11.10.2019 um 23:24 schrieb Greg Troxel:
Am 11.10.2019 um 05:42 schrieb Frédéric Fauberteau:
ERROR: buildlink3.mk:3: Package name mismatch between "iconv" in this
file and "libiconv" from Makefile:3.

could be done, but I think the cure is worse than the disease. Having a package iconv when the distfile is libiconv, and it provides a library
with the function iconv, is not really wrong.  And changing names of
packages causes pain.  I would prefer to leave things as they are.

I just released pkglint 19.3.1 which does not report this particular
difference in names as a bug. A leading "lib" is now allowed, as well as
a trailing number, such as in emacs22. Other name mismatches are still
flagged as errors.

I tried to build x11/gtk3 to fix PR pkg/54341. The issue comes from glib-compile-resources that is linked to converters/libiconv. My mistake is to have declared PREFER_PKGSRC=yes. To exclude converters/libiconv, should I declare PREFER_NATIVE=libiconv or PREFER_NATIVE=iconv?

Thanks,
Fred


Home | Main Index | Thread Index | Old Index