components/rdiff-backup/Makefile
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Fri, 02 Dec 2016 20:30:30 -0800
changeset 7433 8e9deb81d1cf
parent 5682 94c0ca64c022
child 7687 1093e2a9adbd
permissions -rw-r--r--
Close of build 114.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
376
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@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: 4984
diff changeset
    20
#
376
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4984
diff changeset
    23
# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
376
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@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: 4984
diff changeset
    25
BUILD_BITS= 64
376
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
include ../../make-rules/shared-macros.mk
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME=		rdiff-backup
787
c05e38bc65f4 7161380 Update rdiff-backup to version 1.3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    29
COMPONENT_VERSION=	1.3.3
800
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 787
diff changeset
    30
COMPONENT_ARCHIVE_HASH=	\
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 787
diff changeset
    31
    sha256:ee030ce638df0eb1047cf72578e0de15d9a3ee9ab24da2dc0023e2978be30c06
376
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
COMPONENT_ARCHIVE_URL=	http://download.savannah.gnu.org/releases/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
COMPONENT_PROJECT_URL=  http://www.nongnu.org/rdiff-backup/
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1907
diff changeset
    35
TPNO=			9055
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1907
diff changeset
    36
1907
446472de62e9 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 1434
diff changeset
    37
# Syntax issues: not Python 3 ready.
4984
7145b15b7f0d PSARC 2014/190 Python 2.6 EOF
John Beck <John.Beck@Oracle.COM>
parents: 4339
diff changeset
    38
PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
1907
446472de62e9 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 1434
diff changeset
    39
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4984
diff changeset
    40
BUILD_STYLE= setup.py
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4984
diff changeset
    41
TEST_TARGET= $(NO_TESTS)
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4984
diff changeset
    42
include $(WS_MAKE_RULES)/common.mk
376
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
1434
c782e620dd26 17296512 Add ASLR_NOT_APPLICABLE as an ASLR mode in Userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1308
diff changeset
    44
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
c782e620dd26 17296512 Add ASLR_NOT_APPLICABLE as an ASLR mode in Userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1308
diff changeset
    45
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3497
diff changeset
    46
REQUIRED_PACKAGES += library/librsync