aboutsummaryrefslogtreecommitdiffstats
path: root/devel/apr
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to apr-1.2.7Craig Rodrigues2006-05-297-42/+26
* - utilize USE_BDBYen-Ming Lee2006-04-063-11/+59
* Fix build when bash is installed, by changing the (incorrect) usageAde Lovett2006-02-281-5/+6
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
* When APR_UTIL_WITHOUT_THREADS is not set, explicitly enable threads.Sam Lawrance2006-02-111-0/+2
* Chase shlib bump of libexpat.Jun Kuriyama2006-01-311-2/+2
* SHA256ifyEdwin Groothuis2006-01-221-0/+2
* Only compile apr-svn without threads on FreeBSD versions less than 5.Craig Rodrigues2005-12-101-0/+4
* Switch to <target>:: convention for both patch-autotools and run-autotools,Ade Lovett2005-11-191-1/+1
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-3/+1
* Do not use thread mutexes if we are compiling APR without thread support.Craig Rodrigues2005-11-031-0/+101
* In rand.c, include <uuid.h> (from FreeBSD 5.x and up)Craig Rodrigues2005-11-031-0/+16
* Upgrade to apr-1.2.2Craig Rodrigues2005-10-294-9/+11
* Change ${SED} to ${REINPLACE_CMD} to fix building on FreeBSD 4.x.Craig Rodrigues2005-07-271-1/+1
* Undo previous commit, which for some reason caused .la files toCraig Rodrigues2005-06-131-10/+1
* Do not unconditionally use Python in build of apr.Craig Rodrigues2005-06-061-2/+9
* - libdata/pkgconfig is now included in mtreePav Lucistnik2005-05-171-1/+0
* Forgot to bump PORTREVISION, because of correct the installion for put theJeremy Messenger2004-11-251-0/+1
* Make the portlint a bit happier.Jeremy Messenger2004-11-252-11/+15
* Update to apr 1.0.1 (apr 1.0.0 no longer available)Daichi GOTO2004-11-253-7/+7
* Use db4.2, not old db4 as BerkeleyDB.Lev A. Serebryakov2004-11-071-11/+11
* (1) Remove unused post-extract target which I forgot to remove inJun Kuriyama2004-11-032-4/+18
* Kill off automake18, switching to automake19. Requiem Mors Pacem.Ade Lovett2004-10-161-1/+1
* - Upgrade to 1.0.0.Jun Kuriyama2004-10-136-178/+102
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andAde Lovett2004-07-021-6/+4
* Unbreak on amd64 by copying config.{sub,guess} correctly.Jun Kuriyama2004-06-291-1/+6
* Sync with new bsd.autotools.mkAde Lovett2004-06-051-7/+6
* Specify location of Berkeley DB, if LOCALBASE is not /usr/local.Alexander Kabaev2004-05-291-0/+1
* Ooops... Garbaged makefile was committed. I'm very sorry about this.Lev A. Serebryakov2004-04-111-7/+0
* Unbreak port after last ade's commit.Lev A. Serebryakov2004-04-112-22/+28
* Reset two missed ports back to WANT_AUTO* -- the other one mentioned,Ade Lovett2004-04-051-1/+1
* - Use USE_ICONV knobKirill Ponomarev2004-03-311-2/+2
* Convert all but one port that uses libtool14 to use libtool15, in readinessAde Lovett2004-03-252-10/+16
* Add size data, approved by maintainers.Trevor Johnson2004-03-191-0/+2
* Unbreak on 4.x.Jun Kuriyama2004-03-151-15/+8
* o Bump $LIB_DEPENDS line to chase expat's shlib version.Jun Kuriyama2004-03-141-2/+2
* BROKEN on 4.x: Configure failsKris Kennaway2004-03-131-0/+4
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withAde Lovett2004-03-121-2/+1
* Unbreak on amd64.Jun Kuriyama2004-02-131-11/+10
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
* Add APR_UTIL_WITHOUT_THREADS knob, which disables threads support.Lev A. Serebryakov2004-02-011-6/+48
* Honor `--disable-threads' in configure scripts [1]Lev A. Serebryakov2004-01-313-11/+17
* Correct pthread detection.Jun Kuriyama2004-01-243-8/+47
* Update to recent snapshot. I hope 0.9.5 will be released soon...Jun Kuriyama2004-01-142-5/+13
* Fix pthreads support on 4-STABLE systemsLev A. Serebryakov2003-11-112-2/+2
* Fix pthreads support.Lev A. Serebryakov2003-11-102-7/+20
* Tunables provided by Thomas-Martin SeckJames E. Housley2003-11-091-2/+38
* respect CC/CFLAGS.FUJISHIMA Satsuki2003-11-061-2/+3
* Add thread support to APR port.James E. Housley2003-11-063-0/+35
* Upgrade 5o 0.94.Masafumi Max NAKANE2003-10-034-13/+18
* libtool uber-patchAde Lovett2003-06-273-6/+12
* Update MASTER_SITES, the testing subdir is now empty and the distfileSheldon Hearn2003-06-101-1/+1
* Update to apr-0.9.3. Minor changes from original submission to makeBruce A. Mah2003-04-192-16/+15
* Fix whitespace nit.Bruce A. Mah2003-04-071-1/+1
* Maintainer update:Bruce A. Mah2003-04-072-18/+0
* Update to 0.9.2-alpha.Bruce A. Mah2003-03-284-32/+20
* Add missing build directory and sort pkg-plist. This port should probablyKris Kennaway2003-02-221-66/+67
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
* Add $INSTALLS_SHLIB=yes flag.Jun Kuriyama2003-01-221-0/+1
* [MAINTAINER update] devel/apr: add missing files to pkg-plistEdwin Groothuis2003-01-161-0/+3
* forgot to add this fileYing-Chieh Liao2003-01-021-0/+19
* upgrade to 0.9.1Ying-Chieh Liao2003-01-025-109/+83
* Fix violations of automake/autoconf rules, other customary ports techniqueAlan Eldridge2002-12-291-14/+29
* Fix PERL dependencies for these ports (print/cups solves print/cups-baseEdwin Groothuis2002-11-071-0/+1
* Bump PORTREVISION and expat shlib.Jun Kuriyama2002-09-171-1/+2
* Patch up the getopt code to work around a crash when no long name isOllivier Robert2002-08-121-0/+15
* Update to apr version 20020725223645Ollivier Robert2002-08-053-7/+9
* Bump portrevision (textproc/expat2 shlib bump).Jun Kuriyama2002-07-211-1/+2
* Update apr to the latest snapshot 20020707163141.Ollivier Robert2002-07-163-15/+13
* devel/apr has been repo-copied to devel/apr.Ollivier Robert2002-07-162-4/+4
* Add a rather ugly hack to work around problems compiling this port when aOllivier Robert2002-05-091-0/+3
* Update to a more recent APR snapshot. It is needed by the forthcomingOllivier Robert2002-05-075-40/+6
* This file was forgotten during the upgrade.Ollivier Robert2002-03-201-0/+11
* autoconf 2.53 appears to change the way variables are substituted,Ollivier Robert2002-03-192-1/+3
* These two files are part of the apr-devel port and should have been committedOllivier Robert2002-03-152-0/+34
* New port of apr-devel:Ollivier Robert2002-03-156-0/+133