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-2013 OmniTI Computer Consulting, Inc. All rights reserved.
25 # Use is subject to license terms.
26 #
27 # Load support functions
28 . ../../lib/functions.sh
29
30 PROG=openssh
31 VER=6.7p1
32 VERHUMAN=$VER
33 PKG=network/openssh
34 SUMMARY="OpenSSH Client and utilities"
35 DESC="OpenSSH Secure Shell protocol Client and associated Utilities"
36
37 GLOBAL_DEPENDS="library/security/openssl@1.0.2 library/zlib@1.2 system/library system/library/g++-4-runtime@4.7.2"
38
39 BUILDARCH=32
40 # Since we're only building 32-bit, don't bother with isaexec subdirs
41 CONFIGURE_OPTS_32="
42 --prefix=$PREFIX
43 --sysconfdir=/etc/ssh
44 --includedir=$PREFIX/include
45 --bindir=$PREFIX/bin
46 --sbindir=$PREFIX/sbin
47 --libdir=$PREFIX/lib
48 --libexecdir=$PREFIX/libexec
49 "
50 # Feature choices
51 CONFIGURE_OPTS="
52 --with-solaris-contracts
53 --with-solaris-projects
54 --with-tcp-wrappers
55 --with-ssl-engine
56 --with-pam
57 "
|
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-2013 OmniTI Computer Consulting, Inc. All rights reserved.
25 # Use is subject to license terms.
26 #
27 # Load support functions
28 . ../../lib/functions.sh
29
30 PROG=openssh
31 VER=6.7p1
32 VERHUMAN=$VER
33 PKG=network/openssh
34 SUMMARY="OpenSSH Client and utilities"
35 DESC="OpenSSH Secure Shell protocol Client and associated Utilities"
36
37 GLOBAL_DEPENDS="library/security/openssl@1.0.2 library/zlib@1.2 system/library system/library/g++-5-runtime"
38
39 BUILDARCH=32
40 # Since we're only building 32-bit, don't bother with isaexec subdirs
41 CONFIGURE_OPTS_32="
42 --prefix=$PREFIX
43 --sysconfdir=/etc/ssh
44 --includedir=$PREFIX/include
45 --bindir=$PREFIX/bin
46 --sbindir=$PREFIX/sbin
47 --libdir=$PREFIX/lib
48 --libexecdir=$PREFIX/libexec
49 "
50 # Feature choices
51 CONFIGURE_OPTS="
52 --with-solaris-contracts
53 --with-solaris-projects
54 --with-tcp-wrappers
55 --with-ssl-engine
56 --with-pam
57 "
|