12 # See the License for the specific language governing permissions
13 # and limitations under the License.
14 #
15 # When distributing Covered Code, include this CDDL HEADER in each
16 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17 # If applicable, add the following below this CDDL HEADER, with the
18 # fields enclosed by brackets "[]" replaced with your own identifying
19 # information: Portions Copyright [yyyy] [name of copyright owner]
20 #
21 # CDDL HEADER END
22 #
23 #
24 # Copyright 2011-2012 OmniTI Computer Consulting, Inc. All rights reserved.
25 # Use is subject to license terms.
26 # Copyright (c) 2014 by Delphix. All rights reserved.
27 #
28 # Load support functions
29 . ../../lib/functions.sh
30
31 PROG=git
32 VER=1.8.4
33 PKG=developer/versioning/git
34 SUMMARY="$PROG - a free and open source, distributed version control system"
35 DESC="$SUMMARY"
36
37 BUILD_DEPENDS_IPS="compatibility/ucb developer/build/autoconf"
38
39 DEPENDS_IPS="runtime/python-26 \
40 web/curl \
41 library/security/openssl@1.0.1 \
42 library/zlib"
43
44 TAR=gtar
45
46 # For inet_ntop which isn't detected properly in the configure script
47 LDFLAGS="-lnsl"
48 CFLAGS64="$CFLAGS64 -I/usr/include/amd64"
49 CONFIGURE_OPTS="--without-tcltk
50 --with-python=/usr/bin/python
51 --with-curl=/usr
52 --with-openssl=/usr"
|
12 # See the License for the specific language governing permissions
13 # and limitations under the License.
14 #
15 # When distributing Covered Code, include this CDDL HEADER in each
16 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17 # If applicable, add the following below this CDDL HEADER, with the
18 # fields enclosed by brackets "[]" replaced with your own identifying
19 # information: Portions Copyright [yyyy] [name of copyright owner]
20 #
21 # CDDL HEADER END
22 #
23 #
24 # Copyright 2011-2012 OmniTI Computer Consulting, Inc. All rights reserved.
25 # Use is subject to license terms.
26 # Copyright (c) 2014 by Delphix. All rights reserved.
27 #
28 # Load support functions
29 . ../../lib/functions.sh
30
31 PROG=git
32 VER=2.0.0
33 PKG=developer/versioning/git
34 SUMMARY="$PROG - a free and open source, distributed version control system"
35 DESC="$SUMMARY"
36
37 BUILD_DEPENDS_IPS="compatibility/ucb developer/build/autoconf"
38
39 DEPENDS_IPS="runtime/python-26 \
40 web/curl \
41 library/security/openssl@1.0.1 \
42 library/zlib"
43
44 TAR=gtar
45
46 # For inet_ntop which isn't detected properly in the configure script
47 LDFLAGS="-lnsl"
48 CFLAGS64="$CFLAGS64 -I/usr/include/amd64"
49 CONFIGURE_OPTS="--without-tcltk
50 --with-python=/usr/bin/python
51 --with-curl=/usr
52 --with-openssl=/usr"
|