| Port details on branch 2022Q2 | 
	| 
 apr1 Apache Portability Library
 1.7.5.1.6.3_5 devel  =69          1.7.5.1.6.3_5Version of this port present on the latest quarterly branch.Maintainer: apache@FreeBSD.org Port Added: 2010-05-18 04:00:53Last Update: 2025-09-17 09:33:49Commit Hash: 1ba5f92People watching this port, also watch:: expat, pcre, libiconv, libxml2, pngLicense: APACHE20 BSD4CLAUSEWWW: 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-plistUSE_RC_SUBR (Service Scripts)
no SUBR information found for this portDependency lines:
To install the port: cd /usr/ports/devel/apr1/ && make install cleanTo add the package, run one of these commands:NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.pkg install devel/apr1pkg install apr
PKGNAME: aprFlavors: 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):
 
DependenciesNOTE: FreshPorts displays only information on required and default dependencies.  Optional dependencies are not covered.Build dependencies:
autoconf>=2.72 : devel/autoconfautomake>=1.17 : devel/automakelibtoolize : devel/libtool
Library dependencies:
libexpat.so : textproc/expat2libgdbm.so : databases/gdbm
This port is required by:for Build
Deleted ports which required this port:
for Libraries
					            
devel/kdevelopdevel/log4cxxdevel/p5-subversiondevel/py-subversiondevel/rsvndumpdevel/ruby-subversiondevel/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_5:
     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 settingsOptions name:devel_apr1USES:autoreconf iconv pathfix libtool cpe sslpkg-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 upgradingThe 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: |