aboutsummaryrefslogtreecommitdiff
path: root/devel/apr0
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Kill off automake18, switching to automake19. Requiem Mors Pacem.Ade Lovett2004-10-151-1/+1
| | | | Notes: svn path=/head/; revision=119518
* - Upgrade to 1.0.0.Jun Kuriyama2004-10-126-178/+102
| | | | | | | | | - Add APR_UTIL_WITH_LDAP knob. Approved by: maintainer (Craig Rodrigues), lev (active in this area) Notes: svn path=/head/; revision=119108
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andAde Lovett2004-07-011-6/+4
| | | | | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!) Notes: svn path=/head/; revision=112679
* Unbreak on amd64 by copying config.{sub,guess} correctly.Jun Kuriyama2004-06-281-1/+6
| | | | | | | | Approved by: maintainer Tested on the box from: AMD Developper Program Notes: svn path=/head/; revision=112507
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-7/+6
| | | | Notes: svn path=/head/; revision=110841
* Specify location of Berkeley DB, if LOCALBASE is not /usr/local.Alexander Kabaev2004-05-281-0/+1
| | | | | | | | Submitted by: Johny Mattsson <lonewolf-freebsd at earthmagic dot org> Approved by: maintainer Notes: svn path=/head/; revision=110249
* Ooops... Garbaged makefile was committed. I'm very sorry about this.Lev A. Serebryakov2004-04-101-7/+0
| | | | | | | Fixed. Notes: svn path=/head/; revision=106684
* Unbreak port after last ade's commit.Lev A. Serebryakov2004-04-102-22/+28
| | | | | | | | PR: ports/65173 Submitted by: maintainer Notes: svn path=/head/; revision=106672
* Reset two missed ports back to WANT_AUTO* -- the other one mentioned,Ade Lovett2004-04-041-1/+1
| | | | | | | apr-thread, doesn't appear to exist in the ports tree. Notes: svn path=/head/; revision=106156
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-2/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=105722
* Convert all but one port that uses libtool14 to use libtool15, in readinessAde Lovett2004-03-242-10/+16
| | | | | | | for the destruction of devel/libtool14 Notes: svn path=/head/; revision=105149
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+2
| | | | Notes: svn path=/head/; revision=104520
* Unbreak on 4.x.Jun Kuriyama2004-03-151-15/+8
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=104088
* o Bump $LIB_DEPENDS line to chase expat's shlib version.Jun Kuriyama2004-03-141-2/+2
| | | | | | | o Bump $PORTREVISION. Notes: svn path=/head/; revision=103969
* BROKEN on 4.x: Configure failsKris Kennaway2004-03-131-0/+4
| | | | Notes: svn path=/head/; revision=103841
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withAde Lovett2004-03-121-2/+1
| | | | | | | | | | | the USE_<x> 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. Notes: svn path=/head/; revision=103722
* Unbreak on amd64.Jun Kuriyama2004-02-131-11/+10
| | | | | | | Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> (maintainer) Notes: svn path=/head/; revision=100800
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add APR_UTIL_WITHOUT_THREADS knob, which disables threads support.Lev A. Serebryakov2004-02-011-6/+48
| | | | | | | | | | It is needed by subversion with perl bindings. Reviewed by: maintainer Approved by: maintainer Notes: svn path=/head/; revision=99680
* Honor `--disable-threads' in configure scripts [1]Lev A. Serebryakov2004-01-313-11/+17
| | | | | | | | | | | | 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-243-8/+47
| | | | | | | | Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> (maintainer) Tested by: kuriyama (on 4-stable and 5-current) Notes: svn path=/head/; revision=98938
* Update to recent snapshot. I hope 0.9.5 will be released soon...Jun Kuriyama2004-01-142-5/+13
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=98160
* Fix pthreads support on 4-STABLE systemsLev A. Serebryakov2003-11-112-2/+2
| | | | | | | Submitted by: MAINTAINER Notes: svn path=/head/; revision=93735
* Fix pthreads support.Lev A. Serebryakov2003-11-102-7/+20
| | | | | | | | | This commit fix ports/59055, which shows problesm with subversion Submitted by: MAINTAINER Notes: svn path=/head/; revision=93628
* Tunables provided by Thomas-Martin SeckJames E. Housley2003-11-091-2/+38
| | | | | | | | | | to conditionally add dependencies on gdbm or db4. PR: 58474 Submitted By: MAINTAINER Notes: svn path=/head/; revision=93479
* respect CC/CFLAGS.FUJISHIMA Satsuki2003-11-061-2/+3
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=93240
* Add thread support to APR port.James E. Housley2003-11-053-0/+35
| | | | | | | | | | Bump PORTREVISION PR: 58834 Submitted By: MAINTAINER Notes: svn path=/head/; revision=93196