components/pixz/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Thu, 23 Feb 2017 13:46:52 -0800
changeset 7687 1093e2a9adbd
parent 5682 94c0ca64c022
permissions -rw-r--r--
25590368 Userland components should include "upstream" release tracking information
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1318
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     1
#
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     3
#
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     7
#
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    12
#
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    18
#
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5670
diff changeset
    20
#
5670
0a64c2dc45bc 22961314 Update pixz to version 1.0.6
Rich Burridge <rich.burridge@oracle.com>
parents: 4913
diff changeset
    21
1318
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    22
#
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 5682
diff changeset
    23
# Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved.
1318
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    24
#
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5670
diff changeset
    25
BUILD_BITS= 64
1318
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    26
include ../../make-rules/shared-macros.mk
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    27
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    28
COMPONENT_NAME=		pixz
5670
0a64c2dc45bc 22961314 Update pixz to version 1.0.6
Rich Burridge <rich.burridge@oracle.com>
parents: 4913
diff changeset
    29
COMPONENT_VERSION=	1.0.6
1318
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_PROJECT_URL=	http://github.com/vasi/pixz/
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    31
COMPONENT_ARCHIVE_HASH=	\
5670
0a64c2dc45bc 22961314 Update pixz to version 1.0.6
Rich Burridge <rich.burridge@oracle.com>
parents: 4913
diff changeset
    32
    sha256:c54a406dddc6c2226779aeb4b5d5b5649c1d3787b39794fbae218f7535a1af63
0a64c2dc45bc 22961314 Update pixz to version 1.0.6
Rich Burridge <rich.burridge@oracle.com>
parents: 4913
diff changeset
    33
COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)releases/download/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 5682
diff changeset
    34
COMPONENT_ANITYA_ID=	7490
1318
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    35
5670
0a64c2dc45bc 22961314 Update pixz to version 1.0.6
Rich Burridge <rich.burridge@oracle.com>
parents: 4913
diff changeset
    36
TPNO=			27449
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1318
diff changeset
    37
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5670
diff changeset
    38
SYSTEM_TEST_TARGET= build $(SYSTEM_TEST_64)
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5670
diff changeset
    39
include $(WS_MAKE_RULES)/common.mk
1318
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    40
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    41
PKG_PROTO_DIRS += $(BUILD_DIR_64)
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    42
5670
0a64c2dc45bc 22961314 Update pixz to version 1.0.6
Rich Burridge <rich.burridge@oracle.com>
parents: 4913
diff changeset
    43
# Needed to make the tests work, now we use configure.mk not justmake.mk.
0a64c2dc45bc 22961314 Update pixz to version 1.0.6
Rich Burridge <rich.burridge@oracle.com>
parents: 4913
diff changeset
    44
COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
0a64c2dc45bc 22961314 Update pixz to version 1.0.6
Rich Burridge <rich.burridge@oracle.com>
parents: 4913
diff changeset
    45
1318
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    46
# Userland default includes -mt which links with libthread which we don't need.
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    47
studio_MT =
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    48
5670
0a64c2dc45bc 22961314 Update pixz to version 1.0.6
Rich Burridge <rich.burridge@oracle.com>
parents: 4913
diff changeset
    49
# pixz's src/Makefile hard-codes some gcc-only flags in pixz_CFLAGS.
0a64c2dc45bc 22961314 Update pixz to version 1.0.6
Rich Burridge <rich.burridge@oracle.com>
parents: 4913
diff changeset
    50
# Here we exclude the gcc-only parts, so we can build with Studio.
0a64c2dc45bc 22961314 Update pixz to version 1.0.6
Rich Burridge <rich.burridge@oracle.com>
parents: 4913
diff changeset
    51
# PTHREAD_CFLAGS is defined in the pixz .../src/Makefile.
1318
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    52
COMPONENT_BUILD_ARGS += CC="$(CC)"
5670
0a64c2dc45bc 22961314 Update pixz to version 1.0.6
Rich Burridge <rich.burridge@oracle.com>
parents: 4913
diff changeset
    53
COMPONENT_BUILD_ARGS += pixz_CFLAGS="$(PTHREAD_CFLAGS)"
1318
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    54
COMPONENT_BUILD_ARGS += CFLAGS="$(CFLAGS)"
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    55
COMPONENT_BUILD_ARGS += LDFLAGS="$(CC_BITS)"
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    56
4913
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    57
# Create a small testball to use with the test script.
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    58
COMPONENT_PRE_TEST_ACTION = \
5670
0a64c2dc45bc 22961314 Update pixz to version 1.0.6
Rich Burridge <rich.burridge@oracle.com>
parents: 4913
diff changeset
    59
	(cd $(@D)/src; tar cvf pixz-test-tarball.tar  *.c *.o)
4913
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    60
COMPONENT_PRE_SYSTEM_TEST_ACTION = \
5670
0a64c2dc45bc 22961314 Update pixz to version 1.0.6
Rich Burridge <rich.burridge@oracle.com>
parents: 4913
diff changeset
    61
	(cd $(@D)/src; tar cvf pixz-test-tarball.tar  *.c *.o)
4913
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    62
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    63
COMPONENT_TEST_TRANSFORMS += \
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    64
	'-e "/^real/d" ' \
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    65
	'-e "/^user/d" ' \
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    66
	'-e "/^sys/d" '
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    67
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    68
COMPONENT_TEST_ENV =		PATH=$(GNUBIN):$(PATH)
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    69
COMPONENT_TEST_CMD =		$(SOURCE_DIR)/test.sh
5670
0a64c2dc45bc 22961314 Update pixz to version 1.0.6
Rich Burridge <rich.burridge@oracle.com>
parents: 4913
diff changeset
    70
COMPONENT_TEST_ARGS =		src/pixz-test-tarball.tar pixz.c
4913
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    71
COMPONENT_TEST_TARGETS =
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    72
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    73
COMPONENT_SYSTEM_TEST_ENV =	PATH=$(GNUBIN):$(PATH)
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5670
diff changeset
    74
COMPONENT_SYSTEM_TEST_ENV +=	PIXZ_BIN=$(USRBINDIR)/pixz
4913
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    75
COMPONENT_SYSTEM_TEST_CMD =	$(SOURCE_DIR)/test.sh
5670
0a64c2dc45bc 22961314 Update pixz to version 1.0.6
Rich Burridge <rich.burridge@oracle.com>
parents: 4913
diff changeset
    76
COMPONENT_SYSTEM_TEST_ARGS =	src/pixz-test-tarball.tar pixz.c
4913
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    77
COMPONENT_SYSTEM_TEST_TARGETS =
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    78
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1948
diff changeset
    79
REQUIRED_PACKAGES += compress/xz
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1948
diff changeset
    80
REQUIRED_PACKAGES += library/libarchive
5670
0a64c2dc45bc 22961314 Update pixz to version 1.0.6
Rich Burridge <rich.burridge@oracle.com>
parents: 4913
diff changeset
    81
REQUIRED_PACKAGES += system/library/math