aboutsummaryrefslogtreecommitdiff
path: root/devel/apr1
Commit message (Collapse)AuthorAgeFilesLines
* OPTIONS += SQLITEPhilip M. Gollucci2009-12-242-1/+22
| | | | | | | Submitted by: Adam Pordzik <ap@d-dt.de> (via e-mail) Notes: svn path=/head/; revision=246544
* - Update to (apr) 1.3.9Philip M. Gollucci2009-12-244-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | *) 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-102-1/+2
| | | | | | | | 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-063-10/+10
| | | | | | | | 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-033-7/+7
| | | | | | | - Default IPv6 support to ON Notes: svn path=/head/; revision=238800
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Update to apr 1.3.6, apr-util 1.3.8Philip M. Gollucci2009-07-084-50/+10
| | | | Notes: svn path=/head/; revision=237385
* - Fix the pkg-plist in the case when only GDBM was includedPhilip M. Gollucci2009-06-171-0/+1
| | | | Notes: svn path=/head/; revision=236176
* - Respect hier(7), finally after 6yrsPhilip M. Gollucci2009-06-112-8/+9
| | | | Notes: svn path=/head/; revision=235606
* - Correct a typo, neither my tb or QAT caught this, but its causing corePhilip M. Gollucci2009-06-101-2/+2
| | | | | | | | | dumps and is wrong anyway. Submitted by: b.f (via private e-mail) Notes: svn path=/head/; revision=235556
* - Respect CC/CCFLAGS [1]Philip M. Gollucci2009-06-102-3/+48
| | | | | | | | | | | | | | | | | | - 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
* - Remove some superfulous ifs. You get the OPTIONS or you don't get it at all.Philip M. Gollucci2009-06-081-2/+2
| | | | | | | Also, the DBD one only works for 42 and apr supports 42->47 Notes: svn path=/head/; revision=235459
* - Update to apr: 1.3.5, apr: 1.3.7Philip M. Gollucci2009-06-084-19/+42
| | | | | | | | | | | | - 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
* - Mark most of my ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-161-0/+2
| | | | | | | Tested by: several builds in P6 TB Notes: svn path=/head/; revision=233978
* o Remove devel/apr-svn and replace with devel/aprPhilip M. Gollucci2009-01-182-86/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o devel/apr: defaults changed: WITH_BDB=yes [1] convert APR_UTIL_* flags to KNOBS flag names optionify and add IPV6, NDBM, LDAP, MYSQL, PGSQL o Remove devel/apr-svn and replace with devel/apr o devel/apr: defaults changed: WITH_BDB=yes [1] convert APR_UTIL_* flags to KNOBS flag names optionify and add IPV6, NDBM, LDAP, MYSQL, PGSQL (sqlite,orcale,freetds,odbc -- PATCHES welcome, MAINTAINER does not use) GMAKE is not needed, so remove it split ./configure args into apr and apr-util args, they do not accept all the same options standardize on naming apr and apu to match other oses and the C code. create APR_WRKDIR And APU_WRKDIR for simplicity delete pre-extract target bump PORTREVISION NOTE: port still breaks hier(7), need to fix o devel/kdesvn, devel/rapidsvn, devel/subcommander*, devel/subversion* devel/apr-svn -> devel/apr (subversion will pull in devel/apr) Notes: dev@apr.apache.org, trunk in svn is as of TODAY(2008/01/03) 2.0.x, ports infra needs to prep for [devel/apr-0,] devel/apr-1, devel/apr-2 Helpful for PRs: ports/117596, ports/83644, ports/96749, ports/110651, ports/118003, ports/128078 Fixes PRs: ports/126053 [1] Requeted by: many on ports@, many on #bsdports [1] Exp Run by : pav Notes: svn path=/head/; revision=226379
* 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-223-57/+30
| | | | | | | | | | | | | | | | - 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
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - silence a portlint warning(tab)Philip M. Gollucci2008-07-293-1/+36
| | | | | | | | | | | | | | | | | - 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
* New APR maintainer: Phillip M. Gollucci <pgollucci@FreeBSD.org>Craig Rodrigues2008-07-291-1/+1
| | | | Notes: svn path=/head/; revision=217801
* Update to 1.3.2Craig Rodrigues2008-07-046-57/+21
| | | | | | | | | | | | 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
* Put my FreeBSD e-mail address in MAINTAINER line.Craig Rodrigues2008-05-091-1/+1
| | | | | | | Requested by: araujo Notes: svn path=/head/; revision=212858
* Update to apr 1.2.12Craig Rodrigues2008-05-045-14/+13
| | | | Notes: svn path=/head/; revision=212611
* - Downgrade perl dependecy to build-onlyPav Lucistnik2008-03-311-3/+3
| | | | | | | | | | | - Style PR: ports/118155 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Approved by: maintainer timeout (rodrigc; 3 months) Notes: svn path=/head/; revision=210252
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-4/+0
| | | | Notes: svn path=/head/; revision=200770
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* Update to apr 1.2.8Craig Rodrigues2007-06-166-114/+13
| | | | | | | PR: ports/112506 Notes: svn path=/head/; revision=193692
* Upgrade to apr-1.2.7Craig Rodrigues2006-05-297-42/+26
| | | | | | | | PR: ports/98085 Submitted by: skv Notes: svn path=/head/; revision=163835
* - utilize USE_BDBYen-Ming Lee2006-04-063-11/+59
| | | | | | | | | PR: 89023 Submitted by: swhetzel at gmail.com Approved by: maintainer Notes: svn path=/head/; revision=158942
* Fix build when bash is installed, by changing the (incorrect) usageAde Lovett2006-02-281-5/+6
| | | | | | | | | | | | | | | 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 <itetcu@people.tecnik93.com> Approved by: portmgr (implicit) Notes: svn path=/head/; revision=156875
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* When APR_UTIL_WITHOUT_THREADS is not set, explicitly enable threads.Sam Lawrance2006-02-111-0/+2
| | | | | | | | | PR: ports/91570 Submitted by: Patrick Oliver <ginxpmo@yahoo.com> Approved by: rodrigc@crodrigues.org (maintainer, timeout 4 weeks) Notes: svn path=/head/; revision=155746
* Chase shlib bump of libexpat.Jun Kuriyama2006-01-301-2/+2
| | | | Notes: svn path=/head/; revision=154857
* SHA256ifyEdwin Groothuis2006-01-221-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Only compile apr-svn without threads on FreeBSD versions less than 5.Craig Rodrigues2005-12-091-0/+4
| | | | Notes: svn path=/head/; revision=150763
* Switch to <target>:: convention for both patch-autotools and run-autotools,Ade Lovett2005-11-191-1/+1
| | | | | | | | to allow for easier overriding of these targets by port Makefiles, if they need to. Notes: svn path=/head/; revision=148768
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-3/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* 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-294-9/+11
| | | | Notes: svn path=/head/; revision=146640
* Change ${SED} to ${REINPLACE_CMD} to fix building on FreeBSD 4.x.Craig Rodrigues2005-07-271-1/+1
| | | | | | | | | | PR: ports/84120 Submitted by: Piet Delport <pjd@satori.za.net> Reviewed by: rodrigc (port maintainer) Approved by: demon (ports mentor) Notes: svn path=/head/; revision=140245
* Undo previous commit, which for some reason caused .la files toCraig Rodrigues2005-06-121-10/+1
| | | | | | | | | be installed only if Python was not used in the build. Approved by: demon (ports mentor) Notes: svn path=/head/; revision=137332
* Do not unconditionally use Python in build of apr.Craig Rodrigues2005-06-061-2/+9
| | | | | | | | | PR: 80479 Submitted by: Brian Minard <bminard@flatfoot.ca> Approved by: demon (ports mentor) Notes: svn path=/head/; revision=136915
* - libdata/pkgconfig is now included in mtreePav Lucistnik2005-05-161-1/+0
| | | | | | | Approved by: marcus (portmgr hat) Notes: svn path=/head/; revision=135416
* Forgot to bump PORTREVISION, because of correct the installion for put theJeremy Messenger2004-11-251-0/+1
| | | | | | | *.pc files in libdata/pkgconfig instead lib/pkgconfig. Notes: svn path=/head/; revision=122385
* Make the portlint a bit happier.Jeremy Messenger2004-11-252-11/+15
| | | | | | | Approved by: dolt_ (IRC handle, the maintainer) Notes: svn path=/head/; revision=122384
* Update to apr 1.0.1 (apr 1.0.0 no longer available)Daichi GOTO2004-11-253-7/+7
| | | | | | | | PR: ports/74322 Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> (maintainer) Notes: svn path=/head/; revision=122383
* Use db4.2, not old db4 as BerkeleyDB.Lev A. Serebryakov2004-11-061-11/+11
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=120979
* (1) Remove unused post-extract target which I forgot to remove inJun Kuriyama2004-11-032-4/+18
| | | | | | | | | | 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