The FreeBSD Ports Archive
FreeBSD devel : apr4>
The Apache Group's Portability Library
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.
http://apr.apache.org/
|
apr history
v. 1.68
date: 2007/10/04 00:41:06; author: edwin; state: Exp; lines: +0 -4
Remove always-false/true conditions based on OSVERSION 500000
v. 1.67
date: 2007/09/30 04:46:42; author: linimon; state: Exp; lines: +2 -2
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
v. 1.66
date: 2007/06/16 19:56:47; author: rodrigc; state: Exp; lines: +1 -1
Update to apr 1.2.8
PR: ports/112506
v. 1.65
date: 2006/05/29 13:12:35; author: rodrigc; state: Exp; lines: +2 -2
Upgrade to apr-1.2.7
PR: ports/98085
Submitted by: skv
v. 1.64
date: 2006/04/06 10:37:17; author: leeym; state: Exp; lines: +17 -11
- utilize USE_BDB
PR: 89023
Submitted by: swhetzel at gmail.com
Approved by: maintainer
v. 1.63
date: 2006/02/28 05:56:43; author: ade; state: Exp; lines: +6 -5
Fix build when bash is installed, by changing the (incorrect) usage
of SCRIPTS_ENV to CONFIGURE_ENV.
This works around the problem and makes this port build now, but there
is almost certainly something very strange going on with any one of the
recent updates to ports/shells/bash and it's handling of arguments passed
to configure scripts, since this most definitely used to work.
Detective work by: Ion-Mihai Tetcu
Approved by: portmgr (implicit)
v. 1.62
date: 2006/02/23 10:35:28; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.61
date: 2006/02/11 14:42:45; author: lawrance; state: Exp; lines: +2 -0
When APR_UTIL_WITHOUT_THREADS is not set, explicitly enable threads.
PR: ports/91570
Submitted by: Patrick Oliver
Approved by: rodrigc@crodrigues.org (maintainer, timeout 4 weeks)
v. 1.60
date: 2006/01/30 23:19:52; author: kuriyama; state: Exp; lines: +2 -2
Chase shlib bump of libexpat.
v. 1.59
date: 2005/12/09 21:15:48; author: rodrigc; state: Exp; lines: +4 -0
Only compile apr-svn without threads on FreeBSD versions less than 5.
v. 1.58
date: 2005/11/19 06:02:17; author: ade; state: Exp; lines: +1 -1
Switch to :: convention for both patch-autotools and run-autotools,
to allow for easier overriding of these targets by port Makefiles, if
they need to.
v. 1.57
date: 2005/11/15 06:48:32; author: ade; state: Exp; lines: +1 -3
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.56
date: 2005/10/29 05:19:51; author: rodrigc; state: Exp; lines: +1 -1
Upgrade to apr-1.2.2
v. 1.55
date: 2005/07/27 15:58:52; author: rodrigc; state: Exp; lines: +1 -1
Change ${SED} to ${REINPLACE_CMD} to fix building on FreeBSD 4.x.
PR: ports/84120
Submitted by: Piet Delport
Reviewed by: rodrigc (port maintainer)
Approved by: demon (ports mentor)
v. 1.54
date: 2005/06/12 17:51:34; author: rodrigc; state: Exp; lines: +1 -10
Undo previous commit, which for some reason caused .la files to
be installed only if Python was not used in the build.
Approved by: demon (ports mentor)
v. 1.53
date: 2005/06/06 15:16:42; author: rodrigc; state: Exp; lines: +9 -2
Do not unconditionally use Python in build of apr.
PR: 80479
Submitted by: Brian Minard
Approved by: demon (ports mentor)
v. 1.52
date: 2004/11/25 05:01:04; author: mezz; state: Exp; lines: +1 -0
Forgot to bump PORTREVISION, because of correct the installion for put the
*.pc files in libdata/pkgconfig instead lib/pkgconfig.
v. 1.51
date: 2004/11/25 04:54:14; author: mezz; state: Exp; lines: +12 -8
Make the portlint a bit happier.
Approved by: dolt_ (IRC handle, the maintainer)
v. 1.50
date: 2004/11/25 04:13:59; author: daichi; state: Exp; lines: +1 -1
Update to apr 1.0.1 (apr 1.0.0 no longer available)
PR: ports/74322
Submitted by: Craig Rodrigues (maintainer)
v. 1.49
date: 2004/11/06 18:16:16; author: lev; state: Exp; lines: +11 -11
Use db4.2, not old db4 as BerkeleyDB.
Approved by: maintainer
v. 1.48
date: 2004/11/03 04:19:10; author: kuriyama; state: Exp; lines: +3 -4
(1) Remove unused post-extract target which I forgot to remove in
previous commit.
(2) Add patches to keep Kris happy on pointyhat build.
Submitted by: (2) Craig Rodrigues (maintainer)
v. 1.47
date: 2004/10/15 17:32:44; author: ade; state: Exp; lines: +1 -1
Kill off automake18, switching to automake19. Requiem Mors Pacem.
v. 1.46
date: 2004/10/12 22:41:44; author: kuriyama; state: Exp; lines: +18 -7
- Upgrade to 1.0.0.
- Add APR_UTIL_WITH_LDAP knob.
Approved by: maintainer (Craig Rodrigues), lev (active in this area)
v. 1.45
date: 2004/07/01 17:06:36; author: ade; state: Exp; lines: +4 -6
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
v. 1.44
date: 2004/06/28 23:16:53; author: kuriyama; state: Exp; lines: +6 -1
Unbreak on amd64 by copying config.{sub,guess} correctly.
Approved by: maintainer
Tested on the box from: AMD Developper Program
v. 1.43
date: 2004/06/04 17:29:12; author: ade; state: Exp; lines: +6 -7
Sync with new bsd.autotools.mk
v. 1.42
date: 2004/05/28 23:07:50; author: kan; state: Exp; lines: +1 -0
Specify location of Berkeley DB, if LOCALBASE is not /usr/local.
Submitted by: Johny Mattsson
Approved by: maintainer
v. 1.41
date: 2004/04/10 19:23:24; author: lev; state: Exp; lines: +0 -7
Ooops... Garbaged makefile was committed. I'm very sorry about this.
Fixed.
v. 1.40
date: 2004/04/10 17:34:39; author: lev; state: Exp; lines: +28 -5
Unbreak port after last ade's commit.
PR: ports/65173
Submitted by: maintainer
v. 1.39
date: 2004/04/04 21:42:12; author: ade; state: Exp; lines: +1 -1
Reset two missed ports back to WANT_AUTO* -- the other one mentioned,
apr-thread, doesn't appear to exist in the ports tree.
v. 1.38
date: 2004/03/30 19:20:16; author: krion; state: Exp; lines: +2 -2
- Use USE_ICONV knob
Approved by: portmgr
v. 1.37
date: 2004/03/24 20:59:15; author: ade; state: Exp; lines: +2 -2
Convert all but one port that uses libtool14 to use libtool15, in readiness
for the destruction of devel/libtool14
v. 1.36
date: 2004/03/15 14:07:47; author: kuriyama; state: Exp; lines: +8 -15
Unbreak on 4.x.
Submitted by: maintainer
v. 1.35
date: 2004/03/14 07:58:20; author: kuriyama; state: Exp; lines: +2 -2
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
v. 1.34
date: 2004/03/13 05:42:15; author: kris; state: Exp; lines: +4 -0
BROKEN on 4.x: Configure fails
v. 1.33
date: 2004/03/12 02:48:22; author: ade; state: Exp; lines: +1 -2
Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_ equivalents. In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.
First in a series of major autotools cleanups.
v. 1.32
date: 2004/02/13 00:32:24; author: kuriyama; state: Exp; lines: +10 -11
Unbreak on amd64.
Submitted by: Craig Rodrigues (maintainer)
v. 1.31
date: 2004/02/04 05:19:21; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.30
date: 2004/02/01 08:07:50; author: lev; state: Exp; lines: +48 -6
Add APR_UTIL_WITHOUT_THREADS knob, which disables threads support.
It is needed by subversion with perl bindings.
Reviewed by: maintainer
Approved by: maintainer
v. 1.29
date: 2004/01/31 10:04:40; author: lev; state: Exp; lines: +1 -1
Honor `--disable-threads' in configure scripts [1]
Support latest 5-CURRENT (-lpthread instad of -lc_r) [2]
Submitted by: lev [1]
Craig Rodrigues (maintainer) [2]
Reviewed by: Craig Rodrigues (maintainer)
Approved by: Craig Rodrigues (maintainer)
v. 1.28
date: 2004/01/24 03:36:43; author: kuriyama; state: Exp; lines: +2 -5
Correct pthread detection.
Submitted by: Craig Rodrigues (maintainer)
Tested by: kuriyama (on 4-stable and 5-current)
v. 1.27
date: 2004/01/14 14:45:24; author: kuriyama; state: Exp; lines: +11 -3
Update to recent snapshot. I hope 0.9.5 will be released soon...
Approved by: maintainer
v. 1.26
date: 2003/11/11 13:26:14; author: lev; state: Exp; lines: +1 -1
Fix pthreads support on 4-STABLE systems
Submitted by: MAINTAINER
v. 1.25
date: 2003/11/10 07:45:43; author: lev; state: Exp; lines: +1 -1
Fix pthreads support.
This commit fix ports/59055, which shows problesm with subversion
Submitted by: MAINTAINER
v. 1.24
date: 2003/11/09 00:57:38; author: jeh; state: Exp; lines: +38 -2
Tunables provided by Thomas-Martin Seck
to conditionally add dependencies on gdbm or db4.
PR: 58474
Submitted By: MAINTAINER
v. 1.23
date: 2003/11/06 14:26:01; author: sf; state: Exp; lines: +3 -2
respect CC/CFLAGS.
Approved by: maintainer
v. 1.22
date: 2003/11/05 22:42:43; author: jeh; state: Exp; lines: +3 -0
Add thread support to APR port.
Bump PORTREVISION
PR: 58834
Submitted By: MAINTAINER
v. 1.21
date: 2003/10/03 05:25:25; author: max; state: Exp; lines: +6 -6
Upgrade 5o 0.94.
Update the maintainer's address.
Reviewed by: maintainer
v. 1.20
date: 2003/06/26 22:58:23; author: ade; state: Exp; lines: +5 -4
libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
v. 1.19
date: 2003/06/10 15:39:11; author: sheldonh; state: Exp; lines: +1 -1
Update MASTER_SITES, the testing subdir is now empty and the distfile
lives in its parent.
v. 1.18
date: 2003/04/19 03:29:02; author: bmah; state: Exp; lines: +13 -14
Update to apr-0.9.3. Minor changes from original submission to make
diffs apply.
Submitted by: plasma
Approved by: Craig Rodrigues (MAINTAINER)
v. 1.17
date: 2003/04/06 22:37:13; author: bmah; state: Exp; lines: +1 -1
Fix whitespace nit.
Submitted by: portlint(1)
v. 1.16
date: 2003/04/06 22:36:25; author: bmah; state: Exp; lines: +0 -3
Maintainer update:
devel/apr and www/apache2 can coexist now (in fact, this has been
true since ports/www/apache2/Makefile rev. 1.136), so remove the
checks that prevented both from being installed on the same system.
No PORTREVISION bump because anyone who was affected by this change
would not have been able to install this port anyway.
Submitted by: Craig Rodrigues (MAINTAINER)
v. 1.15
date: 2003/03/28 05:46:27; author: bmah; state: Exp; lines: +15 -11
Update to 0.9.2-alpha.
Mostly updated from the PR, plus a couple of fixes to get version numbers
to work correctly and a plist fix-up.
PR: 50309
Submitted by: plasmaball@pchome.com.tw, Craig Rodrigues
Approved by: Craig Rodrigues (MAINTAINER)
v. 1.14
date: 2003/02/21 11:22:25; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.13
date: 2003/01/22 01:27:29; author: kuriyama; state: Exp; lines: +1 -0
Add $INSTALLS_SHLIB=yes flag.
Approved by: Craig Rodrigues (maintainer)
v. 1.12
date: 2003/01/02 08:29:24; author: ijliao; state: Exp; lines: +13 -14
upgrade to 0.9.1
PR: 46390
Submitted by: Craig Rodrigues (new maintainer)
Approved by: old maintainer
v. 1.11
date: 2002/12/29 14:46:21; author: alane; state: Exp; lines: +29 -14
Fix violations of automake/autoconf rules, other customary ports technique
that can lead to unpredicatble build failures on different platforms and
individual setups.
Approved by: implicit - build fixes/autoconf/automake violations with maintainers blessing
v. 1.10
date: 2002/11/07 11:54:20; author: edwin; state: Exp; lines: +1 -0
Fix PERL dependencies for these ports (print/cups solves print/cups-base
and french/cups-base)
Noticed on: bento
v. 1.9
date: 2002/09/17 07:41:01; author: kuriyama; state: Exp; lines: +2 -1
Bump PORTREVISION and expat shlib.
v. 1.8
date: 2002/08/05 09:38:24; author: roberto; state: Exp; lines: +5 -5
Update to apr version 20020725223645
PR: ports/41249
Submitted by: Garrett Rooney (MAINTAINER)
v. 1.7
date: 2002/07/21 02:17:43; author: kuriyama; state: Exp; lines: +2 -1
Bump portv. (textproc/expat2 shlib bump).
v. 1.6
date: 2002/07/15 18:19:15; author: roberto; state: Exp; lines: +10 -13
Update apr to the latest snapshot 20020707163141.
PR: ports/40395
Submitted by: Garrett Rooney (MAINTAINER)
v. 1.5
date: 2002/07/15 17:58:32; author: roberto; state: Exp; lines: +3 -3
devel/apr has been repo-copied to devel/apr.
Submitted by: Garrett Rooney
v. 1.4
date: 2002/05/09 12:19:55; author: roberto; state: Exp; lines: +3 -0
Add a rather ugly hack to work around problems compiling this port when a
older, incompatable version of apr is installed into ${PREFIX}. I've sent
a mail about the problem to dev@apr.apache.org, so hopefully this will be
worked out before the next time I update this package, and I'll be able to
get rid of this hack.
Submitted by: Garrett Rooney (MAINTAINER)
v. 1.3
date: 2002/05/07 14:52:56; author: roberto; state: Exp; lines: +3 -3
Update to a more recent APR snapshot. It is needed by the forthcoming
Subversion update.
PR: ports/37810
Submitted by: Garrett Rooney (MAINTAINER)
v. 1.2
date: 2002/03/19 13:20:04; author: roberto; state: Exp; lines: +1 -1
autoconf 2.53 appears to change the way variables are substituted,
which breaks the install target of apr's makefile. this patch works around
the problem. it's not entirely correct (it breaks some other parts of the
makefile), but at least it makes the port work again. this also corrects an
instance of 'apr-snapshot' (a previous name of the port) that we missed when
this was first committed, and adds 2 files to the pkg-plist that i missed
before.
PR: ports/36068
Submitted by: Garrett Rooney (MAINTAINER)
v. 1.1
date: 2002/03/14 16:39:26; author: roberto; state: Exp;
New port of apr-devel:
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.
There is no apr port as it is still in development.
Submitted by: Garrett Rooney
=============================================================================
|
| |

|