[Bug 233324] x11/libX11: Remove unnecessary perl5 dependency

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jun 11 18:56:59 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233324

--- Comment #7 from Jan Beich <jbeich at FreeBSD.org> ---
The code has clear references:
- specs/* but the port passes --disable-specs
- LOG_COMPILER but only used in "make check" (not "make test")

$ rg -g \*am PERL
specs/i18n/compose/Makefile.am
2:if HAVE_PERL
17:endif HAVE_PERL

specs/i18n/compose/docbook-nl.am
26:     $(AM_V_GEN)$(PERL) $(srcdir)/compose-chart.pl           \
30:     $(AM_V_GEN)$(PERL) $(srcdir)/compose-chart.pl           \

nls/Makefile.am
39:if HAVE_PERL
40:LOG_COMPILER = $(PERL)
42:endif HAVE_PERL

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-x11 mailing list