Port details on branch 2024Q4 |
- apr1 Apache Portability Library
- 1.7.5.1.6.3_3 devel =73 1.7.3.1.6.3_1Version of this port present on the latest quarterly branch.
- Maintainer: apache@FreeBSD.org
- Port Added: 2010-05-18 04:00:53
- Last Update: 2024-11-16 11:20:26
- Commit Hash: efc00d9
- People watching this port, also watch:: expat, pcre, libiconv, libxml2, png
- License: APACHE20 BSD4CLAUSE
- WWW:
- https://apr.apache.org/
- Description:
- The Apache Portable Runtime is a library of C data structures and routines,
forming a system portability layer that covers as many operating systems as
possible, including Unices, Win32, BeOS, and OS/2.
This port also includes the APR-Util package, which contains some useful
utilities built on top of APR.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/apr1/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/apr1
- pkg install apr
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: apr
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1728804933
SHA256 (apr-1.7.5.tar.gz) = 3375fa365d67bcf945e52b52cba07abea57ef530f40b281ffbe977a9251361db
SIZE (apr-1.7.5.tar.gz) = 1131871
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libexpat.so : textproc/expat2
- libgdbm.so : databases/gdbm
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Libraries
-
- devel/kdesvn
- devel/kdevelop
- devel/log4cxx
- devel/p5-subversion
- devel/py-subversion
- devel/rsvndump
- devel/ruby-subversion
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for apr-1.7.5.1.6.3_3:
IPV6=on: IPv6 protocol support
====> Database support
GDBM=on: GNU dbm library support
LDAP=off: LDAP protocol support
MYSQL=off: MySQL database support
NDBM=off: NDBM support
ODBC=off: ODBC database backend
PGSQL=off: PostgreSQL database support
SQLITE=off: SQLite database support
====> Berkeley DB provider: you can only select none or one of them
BDB1=on: Berkeley DB 1.85 support (BSD 3-clause)
BDB5=off: Berkeley DB v5 support (deprecated)
BDB18=off: Berkeley DB 18.x support (AGPLv3)
====> Cryptography provider: you can only select none or one of them
SSL=on: OpenSSL crypto driver
NSS=off: NSS crypto driver
===> Use 'make config' to modify these settings
- Options name:
- devel_apr1
- USES:
- autoreconf iconv pathfix libtool cpe ssl
- pkg-message:
- For install:
- The Apache Portable Runtime project removed support for FreeTDS with
version 1.6. Users requiring MS-SQL connectivity must migrate
configurations to use the added ODBC driver and FreeTDS' ODBC features.
- If upgrading
- The default BerkeleyDB implementation switched from deprecated
version 5 from ports to BerkeleyDB 1 from base libc. Any BerkeleyDB
databases created with apr-util MUST be rebuilt. Verify your database
files using
$ file file.dbm
and check they report
Berkeley DB 1.85 (Hash, version 2, native byte-order)
other database formats (GDBM etc.) are not affected.
- Master Sites:
|