aboutsummaryrefslogtreecommitdiff
path: root/devel/apr0/files
Commit message (Collapse)AuthorAgeFilesLines
* - Update to apr: 0.9.19, apr-util 0.9.19Philip M. Gollucci2010-10-207-92/+12
| | | | | | | | | | Security: http://www.vuxml.org/freebsd/dd943fbb-d0fe-11df-95a8-00219b0fc4d8.html Changes: http://www.apache.org/dist/apr/CHANGES-APR-0.9 Changes: http://www.apache.org/dist/apr/CHANGES-APR-UTIL-0.9 With Hat: apache@ Notes: svn path=/head/; revision=263362
* - Convert to the apr 0.9.x series. Specifically apr-0.9.18 and apr-util-0.9.17Philip M. Gollucci2010-05-189-151/+244
| | | | | | | | | PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@ Notes: svn path=/head/; revision=254528
* - Support DB48Philip M. Gollucci2010-05-071-0/+129
| | | | | | | | | PR: ports/145956 [part I] Requested by: mandree With Hat: apache@ Notes: svn path=/head/; revision=253859
* 1/5: Update to apr 1.4.2Philip M. Gollucci2010-05-052-4/+4
| | | | | | | | | | PR: ports/146130 Approved by: portmgr (pav) Tested by: -exp run (pav) With Hat: apache@ Notes: svn path=/head/; revision=253781
* - Update to (apr) 1.3.9Philip M. Gollucci2009-12-242-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | *) Posix semaphores can now be named and used as named semaphores. [Jim Jagielski] *) Better handling of APR_OFF_T_FMT for Darwin 10 depending on -arch setting of compiler. [Jim Jagielski] *) Add comments describing the thread-safety properties of apr_pool_t. [Neil Conway nrc cs.berkeley.edu] *) Pass default environment to testsock, testshm and testproc children, so that tests run when APR is compiled with Intel C Compiler. [Bojan Smojver] *) Fix error handling in the Solaris pollset support (Event Port backend). PR 47645. [Jeff Trawick] *) Add the remainder of this fix from trunk: Fix Solaris poll failure. PR 43000 [Henry Jen <henryjen ztune.net>] Notes: svn path=/head/; revision=246543
* - Allow install by a user other then rootPhilip M. Gollucci2009-12-101-1/+1
| | | | | | | | PR: ports/13876 [based on] Submitted by: Mel Flynn <mel@rachie.is-a-geek.net> Notes: svn path=/head/; revision=245485
* - Set correct permissons on libtool.m4 before trying to patch it. OtherwiseStanislav Sedov2009-10-021-0/+10
| | | | | | | | | | the build will fail under orinary user as the libtool.m4 file installed has no write permissions (SHAREMODE). Approved by: pgollucci (maintainer) Notes: svn path=/head/; revision=242381
* Update to APR 1.3.8 / APR-util 1.3.9. This is a security update.Simon L. B. Nielsen2009-08-061-2/+2
| | | | | | | | Security: CVE-2009-2412 Approved by: so (simon), pgollucci (in principle - I think...) Notes: svn path=/head/; revision=239051
* - Update to 1.3.7/1.3.8Philip M. Gollucci2009-08-031-2/+2
| | | | | | | - Default IPv6 support to ON Notes: svn path=/head/; revision=238800
* - Update to apr 1.3.6, apr-util 1.3.8Philip M. Gollucci2009-07-082-41/+2
| | | | Notes: svn path=/head/; revision=237385
* - Respect CC/CCFLAGS [1]Philip M. Gollucci2009-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] Notes: svn path=/head/; revision=235527
* - Update to apr: 1.3.5, apr: 1.3.7Philip M. Gollucci2009-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> Notes: svn path=/head/; revision=235406
* Left a file out of the previoius commit.Philip M. Gollucci2008-08-221-2/+2
| | | | | | | | | this updates the patch for 1.3.2 -> 1.3.3 Noticed by: ionbot Notes: svn path=/head/; revision=219012
* - Update to apr 1.3.3Philip M. Gollucci2008-08-221-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) Notes: svn path=/head/; revision=219006
* - silence a portlint warning(tab)Philip M. Gollucci2008-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) Notes: svn path=/head/; revision=217816
* Update to 1.3.2Craig Rodrigues2008-07-043-44/+2
| | | | | | | | | | | | PR: 124919 Submitted by: Philip M. Gollucci" <pgollucci p6m7g8 com> Changed PREFIX to LOCALBASE Submitted by: Sergey Skvortsov <skv protey ru> Notes: svn path=/head/; revision=216311
* Update to apr 1.2.12Craig Rodrigues2008-05-043-6/+6
| | | | Notes: svn path=/head/; revision=212611
* Update to apr 1.2.8Craig Rodrigues2007-06-164-107/+6
| | | | | | | PR: ports/112506 Notes: svn path=/head/; revision=193692
* Upgrade to apr-1.2.7Craig Rodrigues2006-05-295-34/+18
| | | | | | | | PR: ports/98085 Submitted by: skv Notes: svn path=/head/; revision=163835
* - utilize USE_BDBYen-Ming Lee2006-04-062-0/+42
| | | | | | | | | PR: 89023 Submitted by: swhetzel at gmail.com Approved by: maintainer Notes: svn path=/head/; revision=158942
* Do not use thread mutexes if we are compiling APR without thread support.Craig Rodrigues2005-11-031-0/+101
| | | | | | | | PR: ports/88407 Reported by: lofi Notes: svn path=/head/; revision=147066
* In rand.c, include <uuid.h> (from FreeBSD 5.x and up)Craig Rodrigues2005-11-031-0/+16
| | | | | | | | | | *OR* <uuid/uuid.h> (from e2fsprogs port), not <uuid.h> *AND* <uuid/uuid.h> PR: ports/88406 Reported by: lofi Notes: svn path=/head/; revision=147062
* Upgrade to apr-1.2.2Craig Rodrigues2005-10-291-2/+2
| | | | Notes: svn path=/head/; revision=146640
* Update to apr 1.0.1 (apr 1.0.0 no longer available)Daichi GOTO2004-11-251-2/+2
| | | | | | | | PR: ports/74322 Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> (maintainer) Notes: svn path=/head/; revision=122383
* (1) Remove unused post-extract target which I forgot to remove inJun Kuriyama2004-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) Notes: svn path=/head/; revision=120686
* - Upgrade to 1.0.0.Jun Kuriyama2004-10-123-93/+0
| | | | | | | | | - Add APR_UTIL_WITH_LDAP knob. Approved by: maintainer (Craig Rodrigues), lev (active in this area) Notes: svn path=/head/; revision=119108
* Unbreak port after last ade's commit.Lev A. Serebryakov2004-04-101-17/+0
| | | | | | | | PR: ports/65173 Submitted by: maintainer Notes: svn path=/head/; revision=106672
* Convert all but one port that uses libtool14 to use libtool15, in readinessAde Lovett2004-03-241-8/+14
| | | | | | | for the destruction of devel/libtool14 Notes: svn path=/head/; revision=105149
* Honor `--disable-threads' in configure scripts [1]Lev A. Serebryakov2004-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) Notes: svn path=/head/; revision=99594
* Correct pthread detection.Jun Kuriyama2004-01-242-3/+45
| | | | | | | | Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> (maintainer) Tested by: kuriyama (on 4-stable and 5-current) Notes: svn path=/head/; revision=98938
* Fix pthreads support on 4-STABLE systemsLev A. Serebryakov2003-11-111-1/+1
| | | | | | | Submitted by: MAINTAINER Notes: svn path=/head/; revision=93735
* Fix pthreads support.Lev A. Serebryakov2003-11-101-6/+19
| | | | | | | | | This commit fix ports/59055, which shows problesm with subversion Submitted by: MAINTAINER Notes: svn path=/head/; revision=93628
* Add thread support to APR port.James E. Housley2003-11-052-0/+32
| | | | | | | | | | Bump PORTREVISION PR: 58834 Submitted By: MAINTAINER Notes: svn path=/head/; revision=93196
* Upgrade 5o 0.94.Masafumi Max NAKANE2003-10-031-5/+9
| | | | | | | | Update the maintainer's address. Reviewed by: maintainer Notes: svn path=/head/; revision=90074
* libtool uber-patchAde Lovett2003-06-261-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) Notes: svn path=/head/; revision=83696
* Update to 0.9.2-alpha.Bruce A. Mah2003-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) Notes: svn path=/head/; revision=77583
* forgot to add this fileYing-Chieh Liao2003-01-021-0/+19
| | | | Notes: svn path=/head/; revision=72177
* upgrade to 0.9.1Ying-Chieh Liao2003-01-022-26/+0
| | | | | | | | | PR: 46390 Submitted by: Craig Rodrigues <rodrigc@attbi.com> (new maintainer) Approved by: old maintainer Notes: svn path=/head/; revision=72176
* Patch up the getopt code to work around a crash when no long name isOllivier Robert2002-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) Notes: svn path=/head/; revision=64431
* Update to a more recent APR snapshot. It is needed by the forthcomingOllivier Robert2002-05-072-34/+0
| | | | | | | | | | Subversion update. PR: ports/37810 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=58659
* This file was forgotten during the upgrade.Ollivier Robert2002-03-201-0/+11
| | | | | | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Pointy hat to: me (roberto) Notes: svn path=/head/; revision=56371
* These two files are part of the apr-devel port and should have been committedOllivier Robert2002-03-142-0/+34
along the rest. Notes: svn path=/head/; revision=56092