Andreas Wacknitz
2023-01-05 8bf4b599a666ac1c7db7686abfc1c586f2548e0b
xmlto: try harder to use GNU variant of tools

1 files modified
9 ■■■■ changed files
components/text/xmlto/Makefile 9 ●●●● patch | view | raw | blame | history
components/text/xmlto/Makefile
@@ -17,7 +17,7 @@
COMPONENT_NAME=     xmlto
COMPONENT_VERSION=     0.0.28
COMPONENT_REVISION=    1
COMPONENT_REVISION=    2
COMPONENT_SUMMARY=     xmlto is a shell-script tool for converting XML files to various formats
COMPONENT_SRC=         $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=     $(COMPONENT_SRC).tar.bz2
@@ -32,7 +32,13 @@
include $(WS_MAKE_RULES)/common.mk
# Make sure that configure finds the GNU variants:
CONFIGURE_ENV += BASH=/usr/bin/bash
CONFIGURE_ENV += CP=/usr/bin/gcp
CONFIGURE_ENV += FIND=/usr/bin/gfind
CONFIGURE_ENV += GETOPT=/usr/gnu/bin/getopt
CONFIGURE_ENV += GREP=/usr/bin/ggrep
CONFIGURE_ENV += SED=/usr/bin/gsed
# Strip compilation lines from test output
COMPONENT_TEST_TRANSFORMS += \
@@ -45,7 +51,6 @@
    '-e "/^XXX_CC_XXX$$/d" '
# Auto-generated dependencies
REQUIRED_PACKAGES += SUNWcs
REQUIRED_PACKAGES += file/gnu-coreutils
REQUIRED_PACKAGES += file/gnu-findutils
REQUIRED_PACKAGES += library/libxml2