aboutsummaryrefslogtreecommitdiffstats
path: root/devel/apr0/files
Commit message (Collapse)AuthorAgeFilesLines
* Update to APR 1.3.8 / APR-util 1.3.9. This is a security update.simon2009-08-071-2/+2
| | | | | Security: CVE-2009-2412 Approved by: so (simon), pgollucci (in principle - I think...)
* - Update to 1.3.7/1.3.8pgollucci2009-08-031-2/+2
| | | | - Default IPv6 support to ON
* - Update to apr 1.3.6, apr-util 1.3.8pgollucci2009-07-082-41/+2
|
* - Respect CC/CCFLAGS [1]pgollucci2009-06-101-0/+39
| | | | | | | | | | | | | | | - use -pthread instead of -lpthread [2] - It was only ever accidental that -ldb showed up in apu-config --libs Subversion doesn't actually even use it (apr_dbm*). APR/Util is supposed to auto load the backed db library without the app ever know which one it was. Subversion uses db _directly_. Subversion 1.6.3 should account for this. [3] - Convert to bsd.options.mk - Bump PORTREVISION PR: ports/135396 [3], ports/134453 [2], ports/132432 [1] Submitted by: dev@apr.apache.org (wrowe, bojan) [3], b.f. [2], Anonymous <swell.k@gmail.com> [1]
* - Update to apr: 1.3.5, apr: 1.3.7pgollucci2009-06-081-2/+2
| | | | | | | | | - Pet Portlint - Fix APU_EXTRAs in pkg-plist Security: http://www.vuxml.org/freebsd/eb9212f7-526b-11de-bbf2-001b77d09812 PR: ports/135310 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
* Left a file out of the previoius commit.pgollucci2008-08-231-2/+2
| | | | | | this updates the patch for 1.3.2 -> 1.3.3 Noticed by: ionbot
* - Update to apr 1.3.3pgollucci2008-08-231-26/+0
| | | | | | | | | | | | | - Update to apr-util 1.3.4 - APR and APU version don't necessarily match - Update COMMENT it hasn't been Apache Group for over a decade - Let WITH_LDAP trigger APR_UTIL_WITH_LDAP - pre-configure stage work is handled in bsd.port.mk - remove files/patch-apr-util-1.3.2__build__apu-conf.m4 committed upstream in 1.3.3+ - set NO_WRKSUBDIR instead of WRKSRC=WRKDIR Approved by: gabor (mentor)
* - silence a portlint warning(tab)pgollucci2008-07-291-0/+26
| | | | | | | | | | | | | | - fix pkg-plist for LDAP case - Bump PORTREVISION Added file(s): - files/patch-apr-util-1.3.2__build__apu-conf.m4 (Will be removed in 1.3.3 release) http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/build/apu-conf.m4?r1=668323&r2=675009&pathrev=675009&view=patch PR: ports/125411 Reported by: several on ports@ Approved by: araujo (mentor)
* Update to 1.3.2rodrigc2008-07-053-44/+2
| | | | | | | | | PR: 124919 Submitted by: Philip M. Gollucci" <pgollucci p6m7g8 com> Changed PREFIX to LOCALBASE Submitted by: Sergey Skvortsov <skv protey ru>
* Update to apr 1.2.12rodrigc2008-05-053-6/+6
|
* Update to apr 1.2.8rodrigc2007-06-174-107/+6
| | | | PR: ports/112506
* Upgrade to apr-1.2.7rodrigc2006-05-295-34/+18
| | | | | PR: ports/98085 Submitted by: skv
* - utilize USE_BDBleeym2006-04-062-0/+42
| | | | | | PR: 89023 Submitted by: swhetzel at gmail.com Approved by: maintainer
* Do not use thread mutexes if we are compiling APR without thread support.rodrigc2005-11-031-0/+101
| | | | | PR: ports/88407 Reported by: lofi
* In rand.c, include <uuid.h> (from FreeBSD 5.x and up)rodrigc2005-11-031-0/+16
| | | | | | | *OR* <uuid/uuid.h> (from e2fsprogs port), not <uuid.h> *AND* <uuid/uuid.h> PR: ports/88406 Reported by: lofi
* Upgrade to apr-1.2.2rodrigc2005-10-291-2/+2
|
* Update to apr 1.0.1 (apr 1.0.0 no longer available)daichi2004-11-251-2/+2
| | | | | PR: ports/74322 Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> (maintainer)
* (1) Remove unused post-extract target which I forgot to remove inkuriyama2004-11-031-0/+15
| | | | | | | previous commit. (2) Add patches to keep Kris happy on pointyhat build. Submitted by: (2) Craig Rodrigues <rodrigc@crodrigues.org> (maintainer)
* - Upgrade to 1.0.0.kuriyama2004-10-133-93/+0
| | | | | | - Add APR_UTIL_WITH_LDAP knob. Approved by: maintainer (Craig Rodrigues), lev (active in this area)
* Unbreak port after last ade's commit.lev2004-04-111-17/+0
| | | | | PR: ports/65173 Submitted by: maintainer
* Convert all but one port that uses libtool14 to use libtool15, in readinessade2004-03-251-8/+14
| | | | for the destruction of devel/libtool14
* Honor `--disable-threads' in configure scripts [1]lev2004-01-312-10/+16
| | | | | | | | | Support latest 5-CURRENT (-lpthread instad of -lc_r) [2] Submitted by: lev [1] Craig Rodrigues <rodrigc@crodrigues.org> (maintainer) [2] Reviewed by: Craig Rodrigues <rodrigc@crodrigues.org> (maintainer) Approved by: Craig Rodrigues <rodrigc@crodrigues.org> (maintainer)
* Correct pthread detection.kuriyama2004-01-242-3/+45
| | | | | Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> (maintainer) Tested by: kuriyama (on 4-stable and 5-current)
* Fix pthreads support on 4-STABLE systemslev2003-11-111-1/+1
| | | | Submitted by: MAINTAINER
* Fix pthreads support.lev2003-11-101-6/+19
| | | | | | This commit fix ports/59055, which shows problesm with subversion Submitted by: MAINTAINER
* Add thread support to APR port.jeh2003-11-062-0/+32
| | | | | | | Bump PORTREVISION PR: 58834 Submitted By: MAINTAINER
* Upgrade 5o 0.94.max2003-10-031-5/+9
| | | | | Update the maintainer's address. Reviewed by: maintainer
* libtool uber-patchade2003-06-271-0/+7
| | | | | | | | | | | * 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)
* Update to 0.9.2-alpha.bmah2003-03-281-19/+0
| | | | | | | | | 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 <rodrigc@attbi.com> Approved by: Craig Rodrigues <rodrigc@attbi.com> (MAINTAINER)
* forgot to add this fileijliao2003-01-021-0/+19
|
* upgrade to 0.9.1ijliao2003-01-022-26/+0
| | | | | | PR: 46390 Submitted by: Craig Rodrigues <rodrigc@attbi.com> (new maintainer) Approved by: old maintainer
* Patch up the getopt code to work around a crash when no long name isroberto2002-08-121-0/+15
| | | | | | | | | present. This has already been committed upstream, and adding it as a patch is just a temporary fix to keep subversion from segfaulting when you do 'svn --version' until I have a chance to update the port to a newer version of apr. Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
* Update to a more recent APR snapshot. It is needed by the forthcomingroberto2002-05-072-34/+0
| | | | | | | Subversion update. PR: ports/37810 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
* This file was forgotten during the upgrade.roberto2002-03-201-0/+11
| | | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Pointy hat to: me (roberto)
* These two files are part of the apr-devel port and should have been committedroberto2002-03-152-0/+34
along the rest.