components/rsync/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 7687 1093e2a9adbd
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     1
#
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     2
# CDDL HEADER START
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     3
#
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     7
#
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    11
# and limitations under the License.
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    12
#
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    18
#
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    19
# CDDL HEADER END
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    20
#
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    21
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    22
#
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 5995
diff changeset
    23
# Copyright (c) 2009, 2017, Oracle and/or its affiliates. All rights reserved.
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.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: 4339
diff changeset
    25
BUILD_BITS= 64
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    26
include ../../make-rules/shared-macros.mk
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    27
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    28
COMPONENT_NAME=		rsync
5995
a107a73db207 23210083 Upgrade rsync to 3.1.2
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents: 5682
diff changeset
    29
COMPONENT_VERSION=	3.1.2
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 296
diff changeset
    30
COMPONENT_PROJECT_URL=	http://rsync.samba.org/
800
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 609
diff changeset
    31
COMPONENT_ARCHIVE_HASH=	\
5995
a107a73db207 23210083 Upgrade rsync to 3.1.2
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents: 5682
diff changeset
    32
    sha256:ecfa62a7fa3c4c18b9eccd8c16eaddee4bd308a76ea50b5c02a5840f09c0a1c2
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    33
COMPONENT_ARCHIVE_URL=	http://rsync.samba.org/ftp/rsync/src/$(COMPONENT_ARCHIVE)
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 5995
diff changeset
    34
COMPONENT_ANITYA_ID=	4217
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    35
5995
a107a73db207 23210083 Upgrade rsync to 3.1.2
julian.yuen@oracle.com <julian.yuen@oracle.com>
parents: 5682
diff changeset
    36
TPNO=			28346
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1817
diff changeset
    37
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4339
diff changeset
    38
include $(WS_MAKE_RULES)/common.mk
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    39
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4339
diff changeset
    40
CONFIGURE_OPTIONS  +=		SHELL_PATH=$(BINDIR)/sh
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    41
CONFIGURE_OPTIONS  +=		--with-included-popt
1817
ff42a83716c4 18414592 update rsync to 3.1.0
Danek Duvall <danek.duvall@oracle.com>
parents: 1406
diff changeset
    42
CONFIGURE_OPTIONS  +=		--enable-xattr-support