components/p7zip/Makefile
changeset 3817 30b42c38bbc4
parent 2209 69f745d47612
child 4339 6501cf9c29f9
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 PATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin
    28 PATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin
    40 COMPONENT_ARCHIVE_URL=	http://downloads.sourceforge.net/project/p7zip/p7zip/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    40 COMPONENT_ARCHIVE_URL=	http://downloads.sourceforge.net/project/p7zip/p7zip/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    41 COMPONENT_BUGDB=	utility/p7zip
    41 COMPONENT_BUGDB=	utility/p7zip
    42 
    42 
    43 TPNO=			20368
    43 TPNO=			20368
    44 
    44 
    45 include ../../make-rules/prep.mk
    45 include $(WS_MAKE_RULES)/prep.mk
    46 include ../../make-rules/justmake.mk
    46 include $(WS_MAKE_RULES)/justmake.mk
    47 include ../../make-rules/ips.mk
    47 include $(WS_MAKE_RULES)/ips.mk
    48 
    48 
    49 # the tests fail horribly with -Bdirect
    49 # the tests fail horribly with -Bdirect
    50 LD_B_DIRECT=
    50 LD_B_DIRECT=
    51 
    51 
    52 COMPONENT_TEST_DIR =		$(@D)
    52 COMPONENT_TEST_DIR =		$(@D)
    82 COMPONENT_POST_INSTALL_ACTION += $(GSED) -i -e 's/\r//' $(PROTO_DIR)/usr/man/man1/7zr.1
    82 COMPONENT_POST_INSTALL_ACTION += $(GSED) -i -e 's/\r//' $(PROTO_DIR)/usr/man/man1/7zr.1
    83 
    83 
    84 # build does this always
    84 # build does this always
    85 test:	$(TEST_64)
    85 test:	$(TEST_64)
    86 
    86 
    87 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    88 
    87 
    89 include ../../make-rules/depend.mk
    88 REQUIRED_PACKAGES += shell/ksh93
       
    89 REQUIRED_PACKAGES += system/library
       
    90 REQUIRED_PACKAGES += system/library/c++-runtime
       
    91 REQUIRED_PACKAGES += system/library/math