usr/src/cmd/apr/apr-1.3/METADATA
author Jon Tibble <meths@btinternet.com>
Fri, 22 Nov 2013 19:21:46 +0000
branchoi_151a
changeset 248 43c271b7f56d
parent 230 bae902ae0338
permissions -rw-r--r--
Bump APR to 1.5.0

NAME:             apr
VERSION:          1.5.0
DESCRIPTION:      Apache Portable Runtime (APR)
LICENSE:          Apache v2.0, BSD
PACKAGE:          SUNWapr13dev SUNWapr13doc SUNWapr13lib
PROJECT_URL:      http://apr.apache.org
SOURCE_DOWNLOAD:  http://archive.apache.org/dist/apr/apr-1.5.0.tar.gz
SUPPORT:          C
BUGTRAQ:          solaris/utility/apache
OSR:              9635
COMMENTS:         
    The code uses the following patches to build this release of APR.
    Some of them may not be needed in later release. See details
    below:
        config.layout.patch  - 
            add OpenSolaris specific layout info
            (it is specific to Solaris)
        apr-config.patch -
            make 'apr-config-1' script run from the SFW build proto
            area
            (this issue is specific to SFW build environment)
        apr_common.m4.patch -
            set MKDEP to '$CC -xM' or '$CPP -xM' while using 
            Sun Studio compiler
            (it is specific to Sun Studio Compiler)
        largefile.patch -
            enable large file compilation environment instead
            of transitional compilation environmnet
            (this issue is specific to Solaris) 
        extended_file.patch -
            enable 32-bit apache to handle fds > 256 
            (this issue is specific to Solaris) 
        libtool.m4.patch -
            make 64-bit libtool use the system search paths for
            64-bit libraries 
            (this issue is specific to Solaris)