components/rdiff-backup/Makefile
author Drew Fisher <drew.fisher@oracle.com>
Mon, 31 Mar 2014 16:44:02 -0700
branchs11-update
changeset 3028 5e73a3a3f66a
parent 2434 6c9bb5cf5610
child 1308 10372d23d3cf
child 3661 47545fb8aed4
permissions -rw-r--r--
PSARC/2013/350 OpenStack for Solaris (Umbrella) PSARC/2014/007 OpenStack client API components for Grizzly PSARC/2014/048 OpenStack Keystone (OpenStack Identity Service) PSARC/2014/049 OpenStack Nova (OpenStack Compute Service) PSARC/2014/054 OpenStack Cinder (OpenStack Block Storage Service) PSARC/2014/055 OpenStack Glance (OpenStack Image Service) PSARC/2014/058 OpenStack Horizon (OpenStack Dashboard) PSARC/2014/059 OpenStack Neutron (OpenStack Networking Service) 17531161 greenlet doesn't build with gcc 4.7.X 18143276 greenlet can crash with register window corruption on MP SPARC 18290089 integrate cinderclient 18290097 integrate glanceclient 18290102 integrate keystoneclient 18290109 integrate neutronclient 18290113 integrate novaclient 18290119 integrate swiftclient 18290125 integrate quantumclient 18307582 Request to integrate Cinder into userland 18307595 Request to integrate Glance into userland 18307626 Request to integrate Horizon into userland 18307641 Request to integrate Keystone into userland 18307650 Request to integrate Neutron into userland 18307659 Request to integrate Nova into userland 18321909 a few Python packages deliver both po and mo files 18362900 Dnsmasq's SMF method_credential is missing a privilege 18363793 Dnsmasq should use SIOCSXARP ioctl
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
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
#
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 376
diff changeset
    22
# Copyright (c) 2011, 2012, 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
    23
#
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
include ../../make-rules/shared-macros.mk
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
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
    28
COMPONENT_VERSION=	1.3.3
376
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
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
    31
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
    32
    sha256:ee030ce638df0eb1047cf72578e0de15d9a3ee9ab24da2dc0023e2978be30c06
376
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
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
    34
COMPONENT_PROJECT_URL=  http://www.nongnu.org/rdiff-backup/
2434
6c9bb5cf5610 15930486 - Auto-generation of Userland gate list for the Solaris 11 Update Release
Rich Burridge <rich.burridge@oracle.com>
parents: 800
diff changeset
    35
COMPONENT_BUGDB=	utility/rdiff-backup
376
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
include $(WS_TOP)/make-rules/prep.mk
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
include $(WS_TOP)/make-rules/ips.mk
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
include $(WS_TOP)/make-rules/setup.py.mk
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
787
c05e38bc65f4 7161380 Update rdiff-backup to version 1.3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    41
## just build a Python 2.6 version for now, when the 2.7 modules show up, we can
c05e38bc65f4 7161380 Update rdiff-backup to version 1.3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    42
## switch
c05e38bc65f4 7161380 Update rdiff-backup to version 1.3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    43
#PYTHON_VERSIONS = 2.6
c05e38bc65f4 7161380 Update rdiff-backup to version 1.3.3
Rich Burridge <rich.burridge@oracle.com>
parents: 706
diff changeset
    44
#PYTHON_DATA = /usr
706
6e61f0012046 7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 376
diff changeset
    45
376
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
# common targets
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
build:		$(BUILD_32)
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
install:	$(INSTALL_32)
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
test:		$(NO_TESTS)
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
dbac94285f1e 7063277 Move rdiff-backup to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
include $(WS_TOP)/make-rules/depend.mk