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 #
27 # Load support functions
28 . ../../lib/functions.sh
29
30 PROG=pcre
31 VER=8.35
32 VERHUMAN=$VER
33 PKG=library/pcre
34 SUMMARY="Perl-Compatible Regular Expressions"
35 DESC="PCRE - Perl-Compatible Regular Expressions"
36
37 DEPENDS_IPS="library/readline compress/bzip2 library/zlib system/library/g++-4-runtime
38 system/library/gcc-4-runtime system/library system/library/math"
39
40 LIBTOOL_NOSTDLIB=libtool
41 LIBTOOL_NOSTDLIB_EXTRAS=-lc
42
43 CONFIGURE_OPTS="$CONFIGURE_OPTS
44 --includedir=/usr/include/pcre
45 --localstatedir=/var
46 --disable-static
47 --enable-cpp
48 --enable-rebuild-chartables
49 --enable-utf8
50 --enable-unicode-properties
51 --enable-newline-is-any
52 --disable-stack-for-recursion
53 --enable-pcregrep-libz
54 --enable-pcregrep-libbz2
55 --with-posix-malloc-threshold=20
56 --with-link-size=4
57 --with-match-limit=10000000
58 --with-pic
|
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 #
27 # Load support functions
28 . ../../lib/functions.sh
29
30 PROG=pcre
31 VER=8.35
32 VERHUMAN=$VER
33 PKG=library/pcre
34 SUMMARY="Perl-Compatible Regular Expressions"
35 DESC="PCRE - Perl-Compatible Regular Expressions"
36
37 DEPENDS_IPS="library/readline compress/bzip2 library/zlib system/library/g++-5-runtime
38 system/library/gcc-5-runtime system/library system/library/math"
39
40 LIBTOOL_NOSTDLIB=libtool
41 LIBTOOL_NOSTDLIB_EXTRAS=-lc
42
43 CONFIGURE_OPTS="$CONFIGURE_OPTS
44 --includedir=/usr/include/pcre
45 --localstatedir=/var
46 --disable-static
47 --enable-cpp
48 --enable-rebuild-chartables
49 --enable-utf8
50 --enable-unicode-properties
51 --enable-newline-is-any
52 --disable-stack-for-recursion
53 --enable-pcregrep-libz
54 --enable-pcregrep-libbz2
55 --with-posix-malloc-threshold=20
56 --with-link-size=4
57 --with-match-limit=10000000
58 --with-pic
|