Port details |
- apr2 Apache Portability Library
- 2.0.20150425134304_2 devel
=1 2.0.20150425134304_2Version of this port present on the latest quarterly branch.
- DEPRECATED: Uses deprecated version of python
This port expired on: 2020-09-15 IGNORE: not for the general public. Maintainer only supports developers of apr
- Maintainer: apache@FreeBSD.org
- Port Added: 2010-06-01 22:22:12
- Last Update: 2020-09-19 13:01:00
- SVN Revision: 548980
- People watching this port, also watch:: openjdk8, screen
- License: APACHE20
- WWW:
- http://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.
WWW: http://apr.apache.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: there is no package for this port: NO_PACKAGE = Developer only package
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (apr_20150425134304.tar.xz) = 4eecb26847a61b5b65e88c6c5ff00f970073db63330358d0b7cab5e961b889e6
SIZE (apr_20150425134304.tar.xz) = 736364
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python2.7 : lang/python27
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- libtoolize : devel/libtool
- perl5>=5.30.r1<5.31 : lang/perl5.30
- Library dependencies:
-
- libexpat.so : textproc/expat2
- libgdbm.so : databases/gdbm
- libiconv.so : converters/libiconv
- libdb-5.3.so : databases/db5
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for apr2-2.0.20150425134304_2:
DEVELOPER_ONLY=off: I want to test apr2 not the maintainer
====> Options available for the group APR
IPV6=on: IPv6 protocol support
DEVRANDOM=on: Use /dev/random or compatible
====> Options available for the group APU
BDB=on: Berkeley DB support
GDBM=on: GNU dbm library support
MYSQL=off: MySQL database support
NDBM=off: NDBM support
PGSQL=off: PostgreSQL database support
SQLITE=off: SQLite database support
====> Options available for the radio CRYPTO: 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:
- N/A
- USES:
- autoreconf:build cpe iconv libtool pathfix perl5 python:2.7,build tar:xz bdb:5+ ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.20150425134304_2 19 Sep 2020 13:01:00 |
rene |
Remove expired ports:
2020-09-15 audio/abraca: Uses deprecated version of python
2020-09-15 audio/ardour5: Uses deprecated version of python
2020-09-15 audio/cplay: Uses deprecated version of python
2020-09-15 audio/cpp-xmms2: Uses deprecated version of python
2020-09-15 audio/p5-xmms2: Uses deprecated version of python
2020-09-15 biology/haplohseq: Uses deprecated version of python
2020-09-15 biology/tophat: Uses deprecated version of python
2020-09-15 chinese/ibus-array: Uses deprecated version of python
2020-09-15 comms/congruity: Uses deprecated version of python
2020-09-15 comms/libbtbb: Uses deprecated version of python
2020-09-15 comms/quisk: Uses deprecated version of python
2020-09-15 databases/mtools-mongodb: Uses deprecated version of python
2020-09-15 databases/mydbf2mysql: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
2.0.20150425134304_2 08 Mar 2020 17:01:47 |
antoine |
Deprecate some ports using deprecated version of python
With hat: portmgr |
2.0.20150425134304_2 15 Nov 2019 10:12:08 |
tobik |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
2.0.20150425134304_2 11 Nov 2018 15:38:51 |
danfe |
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support. Due to shlib
version change, bump port revisions of the consumer ports.
PR: 233059
Exp-run by: antoine
Approved by: maintainer (johans, numerous timeouts) |
2.0.20150425134304_1 30 Mar 2018 08:33:25 |
amdmi3 |
- Switch to new test framework
Approved by: portmgr blanket |
2.0.20150425134304_1 24 Jun 2017 16:31:26 |
linimon |
Fix typo. No change to package. |
2.0.20150425134304_1 09 Oct 2016 12:10:02 |
jbeich |
devel/nspr, security/nss: drop version from SONAME
No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.
$ cc -lplds4 -L/usr/local/lib
/usr/lib/crt1.o: In function `_start1':
crt1_c.c:(.text+0xa6): undefined reference to `main'
/usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
/usr/local/lib/libplds4.so: undefined reference to `pthread_create'
/usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
/usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
/usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'
PR: 213144
Exp-run by: antoine |
2.0.20150425134304 05 Jul 2016 15:32:51 |
ohauer |
- replace USE_XXX with new USES=xxx notation |
2.0.20150425134304 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
2.0.20150425134304 23 May 2016 16:46:36 |
mat |
Cleanup some other NO_PACKAGE madness.
With hat: portmgr
Sponsored by: Absolight |
2.0.20150425134304 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
2.0.20150425134304 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.0.20150425134304 10 Jan 2016 18:17:36 |
ohauer |
- adopt new SQLITE USES |
2.0.20150425134304 23 May 2015 21:26:37 |
ohauer |
- update to r1676013
- make threads mandatory
- enable posix-shm |
2.0.20140626144503 18 Apr 2015 19:09:04 |
tijl |
Convert to USES=autoreconf |
2.0.20140626144503 27 Mar 2015 23:42:50 |
feld |
Add CPE support
PR: 198957 |
2.0.20140626144503 22 Nov 2014 19:13:50 |
crees |
Switch to USES=pgsql |
2.0.20140626144503 27 Oct 2014 07:32:26 |
bapt |
Nuke some @dirrm from devel |
2.0.20140626144503 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
2.0.20140626144503 11 Sep 2014 21:13:24 |
tijl |
Replace USE_AUTOTOOLS=libtool:env with USE_AUTOTOOLS=libtoolize:env |
2.0.20140626144503 20 Jul 2014 22:39:44 |
bapt |
Fix duplicate pkgname |
2.0.20140626144503 13 Jul 2014 20:05:33 |
ohauer |
- add stage support
- remove PKGNAMESUFFIX
- update to upstream svn r1605767
- add additional NO_PACKAGE (this port is only for interested developper) |
2.0.20110821151329_3 04 Jul 2014 09:41:00 |
tijl |
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit) |
2.0.20110821151329_2 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
2.0.20110821151329_2 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
2.0.20110821151329_2 16 Sep 2013 10:28:33 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
2.0.20110821151329_2 07 Sep 2013 19:49:42 |
bsam |
Introduce variable ICONV_PREFIX at Mk/Uses/iconv.mk. The default for
pre 100043 is ${LOCALBASE} and /usr otherwise. Convert all ports to
new variable usage.
Approved by: portmgr (bapt, implicit) |
2.0.20110821151329_2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.0.20110821151329_2 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
2.0.20110821151329_2 14 Feb 2013 09:42:13 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
2.0.20110821151329_2 08 Jul 2012 18:09:03 |
ohauer |
- convert to option NG
- sort pkg-plist |
2.0.20110821151329_2 12 Sep 2011 13:46:59 |
gabor |
- Track dependencies after databases/gdbm update |
2.0.20110821151329_1 21 Aug 2011 18:03:43 |
ohauer |
- update to svn snapdate 20110821151329
Note: LDAP is no longer supported by apr2.
PR: ports/159660
Submitted by: Daniel S. Haischt <daniel.haischt _at_ gmail.com> |
2.0.20100610211336_1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
2.0.20100610211336_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.0.20100610211336_1 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
2.0.20100610211336_1 07 Oct 2010 15:21:05 |
ade |
Migration of BROKEN ports from automake{19,110}->111 which will most
likely need to be looked at as and when they become unbroken. |
2.0.20100610211336_1 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
2.0.20100610211336 11 Sep 2010 13:28:57 |
pgollucci |
- Bump supported pthon version |
2.0.20100610211336 11 Jun 2010 00:48:08 |
pgollucci |
- Update to 20100610211336 snapshot
- fix PORTREVISION
- pet portlint |
. 03 Jun 2010 03:46:01 |
pgollucci |
- no Latest/ Link for devel/apr2
Reported by: erwin bot |
. 01 Jun 2010 22:35:25 |
pgollucci |
- Update to 2.0.0.20100527031346
- Not for general public only for early testers / developers
PR: ports/147113
Submitted by: pgollucci@ (myself)
With Hat: apache@ |
1.4.2.1.3.9_1 01 Jun 2010 22:20:01 |
pgollucci |
- Forced commit to to note repo copy from devel/apr1 -> devel/apr2
PR: ports/147113
Repo copy by: marcus |