components/cvs/Makefile
branchs11-update
changeset 3661 47545fb8aed4
parent 2434 6c9bb5cf5610
child 3996 20c0f21bbe1e
equal deleted inserted replaced
3658:52dff2005c9b 3661:47545fb8aed4
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 # we hit parfait bug 12333159 in a case statement, so disable parfait
    24 # we hit parfait bug 12333159 in a case statement, so disable parfait
    25 # until we can move to clang
    25 # until we can move to clang
    26 PARFAIT_BUILD=no
    26 PARFAIT_BUILD=no
    34 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
    34 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
    35 COMPONENT_ARCHIVE_HASH=	\
    35 COMPONENT_ARCHIVE_HASH=	\
    36     sha256:78853613b9a6873a30e1cc2417f738c330e75f887afdaf7b3d0800cb19ca515e
    36     sha256:78853613b9a6873a30e1cc2417f738c330e75f887afdaf7b3d0800cb19ca515e
    37 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/non-gnu/cvs/source/feature/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    37 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/non-gnu/cvs/source/feature/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    38 COMPONENT_BUGDB=	utility/cvs
    38 COMPONENT_BUGDB=	utility/cvs
       
    39 
       
    40 TPNO=			6323
    39 
    41 
    40 include ../../make-rules/prep.mk
    42 include ../../make-rules/prep.mk
    41 include ../../make-rules/configure.mk
    43 include ../../make-rules/configure.mk
    42 include ../../make-rules/ips.mk
    44 include ../../make-rules/ips.mk
    43 
    45