aboutsummaryrefslogtreecommitdiff
path: root/devel/apr
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Upgrade 5o 0.94.Masafumi Max NAKANE2003-10-034-13/+18
| | | | | | | | Update the maintainer's address. Reviewed by: maintainer Notes: svn path=/head/; revision=90074
* libtool uber-patchAde Lovett2003-06-263-6/+12
| | | | | | | | | | | | | | * 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 MASTER_SITES, the testing subdir is now empty and the distfileSheldon Hearn2003-06-101-1/+1
| | | | | | | lives in its parent. Notes: svn path=/head/; revision=82690
* Update to apr-0.9.3. Minor changes from original submission to makeBruce A. Mah2003-04-192-16/+15
| | | | | | | | | | diffs apply. Submitted by: plasma <plasmaball@pchome.com.tw> Approved by: Craig Rodrigues <rodrigc@attbi.com> (MAINTAINER) Notes: svn path=/head/; revision=79254
* Fix whitespace nit.Bruce A. Mah2003-04-061-1/+1
| | | | | | | Submitted by: portlint(1) Notes: svn path=/head/; revision=78458
* Maintainer update:Bruce A. Mah2003-04-062-18/+0
| | | | | | | | | | | | | | devel/apr and www/apache2 can coexist now (in fact, this has been true since ports/www/apache2/Makefile rev. 1.136), so remove the checks that prevented both from being installed on the same system. No PORTREVISION bump because anyone who was affected by this change would not have been able to install this port anyway. Submitted by: Craig Rodrigues <rodrigc@attbi.com> (MAINTAINER) Notes: svn path=/head/; revision=78457
* Update to 0.9.2-alpha.Bruce A. Mah2003-03-284-32/+20
| | | | | | | | | | | | 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
* Add missing build directory and sort pkg-plist. This port should probablyKris Kennaway2003-02-221-66/+67
| | | | | | | not even be installing build/libtool. Notes: svn path=/head/; revision=76096
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76032
* Add $INSTALLS_SHLIB=yes flag.Jun Kuriyama2003-01-221-0/+1
| | | | | | | Approved by: Craig Rodrigues <rodrigc@attbi.com> (maintainer) Notes: svn path=/head/; revision=73759
* [MAINTAINER update] devel/apr: add missing files to pkg-plistEdwin Groothuis2003-01-161-0/+3
| | | | | | | Submitted by: Craig Rodrigues <rodrigc@attbi.com> Notes: svn path=/head/; revision=73200
* 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-025-109/+83
| | | | | | | | | PR: 46390 Submitted by: Craig Rodrigues <rodrigc@attbi.com> (new maintainer) Approved by: old maintainer Notes: svn path=/head/; revision=72176
* Fix violations of automake/autoconf rules, other customary ports techniqueAlan Eldridge2002-12-291-14/+29
| | | | | | | | | | that can lead to unpredicatble build failures on different platforms and individual setups. Approved by: implicit - build fixes/autoconf/automake violations with maintainers blessing Notes: svn path=/head/; revision=71977
* Fix PERL dependencies for these ports (print/cups solves print/cups-baseEdwin Groothuis2002-11-071-0/+1
| | | | | | | | | and french/cups-base) Noticed on: bento Notes: svn path=/head/; revision=69654
* Bump PORTREVISION and expat shlib.Jun Kuriyama2002-09-171-1/+2
| | | | Notes: svn path=/head/; revision=66485
* 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 apr version 20020725223645Ollivier Robert2002-08-053-7/+9
| | | | | | | | PR: ports/41249 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=64034
* Bump portrevision (textproc/expat2 shlib bump).Jun Kuriyama2002-07-211-1/+2
| | | | Notes: svn path=/head/; revision=63297
* Update apr to the latest snapshot 20020707163141.Ollivier Robert2002-07-153-15/+13
| | | | | | | | PR: ports/40395 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=63018
* devel/apr has been repo-copied to devel/apr.Ollivier Robert2002-07-152-4/+4
| | | | | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> Notes: svn path=/head/; revision=63008
* Add a rather ugly hack to work around problems compiling this port when aOllivier Robert2002-05-091-0/+3
| | | | | | | | | | | | older, incompatable version of apr is installed into ${PREFIX}. I've sent a mail about the problem to dev@apr.apache.org, so hopefully this will be worked out before the next time I update this package, and I'll be able to get rid of this hack. Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=58801
* Update to a more recent APR snapshot. It is needed by the forthcomingOllivier Robert2002-05-075-40/+6
| | | | | | | | | | 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
* autoconf 2.53 appears to change the way variables are substituted,Ollivier Robert2002-03-192-1/+3
| | | | | | | | | | | | | | | which breaks the install target of apr's makefile. this patch works around the problem. it's not entirely correct (it breaks some other parts of the makefile), but at least it makes the port work again. this also corrects an instance of 'apr-snapshot' (a previous name of the port) that we missed when this was first committed, and adds 2 files to the pkg-plist that i missed before. PR: ports/36068 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=56334