aboutsummaryrefslogtreecommitdiff
path: root/devel/apr1/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* - Update apr-util to 1.3.10Philip M. Gollucci2010-10-061-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Security: http://www.vuxml.org/freebsd/dd943fbb-d0fe-11df-95a8-00219b0fc4d8.html With Hat: apache@ <ChangeLog> *) SECURITY: CVE-2010-1623 (cve.mitre.org) Fix a denial of service attack against apr_brigade_split_line(). [Stefan Fritsch] *) SECURITY: CVE-2009-3560, CVE-2009-3720 (cve.mitre.org) Fix two buffer over-read flaws in the bundled copy of expat which could cause applications to crash while parsing specially-crafted XML documents. [Joe Orton] *) Upgrade bundled copy of expat library to 1.95.7. [Joe Orton] *) apr_thread_pool: Fix some potential deadlock situations. PR 49709. [Joe Mudd <Joe.Mudd sas.com>] *) apr_thread_pool_create: Fix pool corruption caused by multithreaded use of the pool when multiple initial threads are created. PR 47843. [Alex Korobka <akorobka fxcm.com>] *) apr_thread_pool_create(): Only set the output thread pool handle on success. [Paul Querna] *) DBD ODBC support: Fix memory corruption using apr_dbd_datum_get() with several different data types, including APR_DBD_TYPE_TIME. PR 49645. [<kappa psilambda.com>] *) Add support for Berkeley DB 4.8 and 5.0. PR 49866, PR 49179. [Bernhard Rosenkraenzer <br blankpage.ch>, Arfrever Frehtes Taifersar Arahesis <arfrever.fta gmail.com>] *) Make bundled expat compatible with libtool 2.x. PR 49053. [Rainer Jung] *) Prefer libtool 1.x when searching for libtool in bundled expat release process. [Rainer Jung, Jim Jagielski] *) Improve platform detection for bundled expat by updating config.guess and config.sub. [Rainer Jung] </ChangeLog> Notes: svn path=/head/; revision=262506
* - bsd.port.mk adds CFLAGS to CONFIGURE_ENV but not if you reference it directlyPhilip M. Gollucci2010-10-051-2/+2
| | | | | | | | | | | | | | in the Makefile. Even if you use bsd.port.(pre|post).mk. - This re-fixes WITH_MYSQL=yes WITH_MYSQL_VER=55 after ale@ really fixed database/mysql55-client, databases/mysql55-server include/mysql layout. This is a very non default config, so no PORTREVISION bump PR: ports/146276 Notes: svn path=/head/; revision=262462
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Bump supported pthon versionPhilip M. Gollucci2010-09-111-1/+1
| | | | Notes: svn path=/head/; revision=260976
* - set LIB_DEPENDS with just = not +=Philip M. Gollucci2010-05-271-1/+1
| | | | Notes: svn path=/head/; revision=255163
* - full patch from dev@apr.apache.org to detech bdb 5.0Philip M. Gollucci2010-05-261-1/+0
| | | | | | | With Hat: apache@ Notes: svn path=/head/; revision=255150
* - Define python version explicitlyPhilip M. Gollucci2010-05-181-1/+3
| | | | | | | | | | | | ${APR_WRKDIR}/build/gen-build.py does not work with Python 3.1 - No PORTREVISION bump (build only) PR: ports/146621 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> With Hat: apache@ Notes: svn path=/head/; revision=254543
* - Default DEVRANOM support to on b/c mod_auth_digest is default onPhilip M. Gollucci2010-05-071-1/+2
| | | | | | | | | | but pointhat package builds don't set WITH_DEVRANDOM for devel/apr. - Bump PORTREVISION With Hat: apache@ Notes: svn path=/head/; revision=253915
* - FreeBSD doesn't use EGD sockets. Also the option handling doesn't honorPhilip M. Gollucci2010-05-071-12/+0
| | | | | | | | | | | without-egd. PR: ports/146376 Submitted by: Guido Falsi <mad@madpilot.net> With Hat: apache@ Notes: svn path=/head/; revision=253912
* 1/2: OPTIONS+= EGD and DEVRANDOMPhilip M. Gollucci2010-05-071-1/+25
| | | | | | | | | | | | | which allow mod_auth_digest to build next www/apache2* need to pass it through Default package doesn't change PR: ports/134577 Requested by: Pascal Vizeli <pvizeli@yahoo.de> With Hat: apache@ Notes: svn path=/head/; revision=253868
* - Harden the OPTION processing to explicity enable/disable in BOTH cases.Philip M. Gollucci2010-05-071-22/+22
| | | | | | | | | | | | | | | - Remove some invalid quotes in the OSVERSION handling - CFLAGS is already in CONFIGURE_ENV - Fix some tabs/whitespace None of this changes the default package, so no PORTREVISION bumps. PR: ports/145744 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> With Hat: apache@ Notes: svn path=/head/; revision=253861
* - Not yet compatiable with db50Philip M. Gollucci2010-05-071-0/+1
| | | | | | | | | PR: ports/145956 Submitted by: mandree With Hat: apache@ Notes: svn path=/head/; revision=253860
* - Fix coredump when WITH_MYSQL=yes and WITH_MYSQL_VER=55Philip M. Gollucci2010-05-051-1/+1
| | | | | | | | | | [still needs ports/146276 for databases/mysql55-server too] - No PORTREVISION bump [very non default options] With Hat: apache@ Notes: svn path=/head/; revision=253791
* - Make the OPTIONAL package build names more useful and versionPhilip M. Gollucci2010-05-051-3/+3
| | | | | | | | mysql,pgsql,ldap - No PORTREVISION bump [non default options] Notes: svn path=/head/; revision=253790
* 1/5: Update to apr 1.4.2Philip M. Gollucci2010-05-051-5/+5
| | | | | | | | | | PR: ports/146130 Approved by: portmgr (pav) Tested by: -exp run (pav) With Hat: apache@ Notes: svn path=/head/; revision=253781
* --withX-sqlite is an apr-util option not aprPhilip M. Gollucci2010-04-291-2/+2
| | | | | | | | | | This doesn't change the package, just gets rid of a warning configure: WARNING: Unrecognized options: --without-sqlite3 With Hat: apache@ Notes: svn path=/head/; revision=253433
* - Assign some ports to apache@Philip M. Gollucci2010-04-291-1/+1
| | | | | | | | Note: net/luasocket is a direct requirement for mod_wombat which will be very core to httpd 2.4.x+ (www/apache24) Notes: svn path=/head/; revision=253431
* OPTIONS += SQLITEPhilip M. Gollucci2009-12-241-1/+18
| | | | | | | 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-241-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | *) 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-0/+1
| | | | | | | | PR: ports/13876 [based on] Submitted by: Mel Flynn <mel@rachie.is-a-geek.net> Notes: svn path=/head/; revision=245485
* 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
* -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-081-3/+2
| | | | 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-111-2/+2
| | | | 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-101-3/+9
| | | | | | | | | | | | | | | | | | - 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-081-11/+22
| | | | | | | | | | | | - 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-181-85/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Update to apr 1.3.3Philip M. Gollucci2008-08-221-25/+24
| | | | | | | | | | | | | | | | - 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-291-1/+5
| | | | | | | | | | | | | | | | | - 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-041-5/+8
| | | | | | | | | | | | 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-041-2/+1
| | | | 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-161-1/+1
| | | | | | | PR: ports/112506 Notes: svn path=/head/; revision=193692
* Upgrade to apr-1.2.7Craig Rodrigues2006-05-291-2/+2
| | | | | | | | PR: ports/98085 Submitted by: skv Notes: svn path=/head/; revision=163835
* - utilize USE_BDBYen-Ming Lee2006-04-061-11/+17
| | | | | | | | | 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-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749