summaryrefslogtreecommitdiff
path: root/devel/apr1 (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-07-01Autotools cleanup. Remove autoconf257 (259), automake17 (18), andAde Lovett1-6/+4
libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!) Notes: svn path=/head/; revision=112679
2004-06-28Unbreak on amd64 by copying config.{sub,guess} correctly.Jun Kuriyama1-1/+6
Approved by: maintainer Tested on the box from: AMD Developper Program Notes: svn path=/head/; revision=112507
2004-06-04Sync with new bsd.autotools.mkAde Lovett1-7/+6
Notes: svn path=/head/; revision=110841
2004-05-28Specify location of Berkeley DB, if LOCALBASE is not /usr/local.Alexander Kabaev1-0/+1
Submitted by: Johny Mattsson <lonewolf-freebsd at earthmagic dot org> Approved by: maintainer Notes: svn path=/head/; revision=110249
2004-04-10 Ooops... Garbaged makefile was committed. I'm very sorry about this.Lev A. Serebryakov1-7/+0
Fixed. Notes: svn path=/head/; revision=106684
2004-04-10 Unbreak port after last ade's commit.Lev A. Serebryakov2-22/+28
PR: ports/65173 Submitted by: maintainer Notes: svn path=/head/; revision=106672
2004-04-04Reset two missed ports back to WANT_AUTO* -- the other one mentioned,Ade Lovett1-1/+1
apr-thread, doesn't appear to exist in the ports tree. Notes: svn path=/head/; revision=106156
2004-03-30- Use USE_ICONV knobKirill Ponomarev1-2/+2
Approved by: portmgr Notes: svn path=/head/; revision=105722
2004-03-24Convert all but one port that uses libtool14 to use libtool15, in readinessAde Lovett2-10/+16
for the destruction of devel/libtool14 Notes: svn path=/head/; revision=105149
2004-03-18Add size data, approved by maintainers.Trevor Johnson1-0/+2
Notes: svn path=/head/; revision=104520
2004-03-15Unbreak on 4.x.Jun Kuriyama1-15/+8
Submitted by: maintainer Notes: svn path=/head/; revision=104088
2004-03-14o Bump $LIB_DEPENDS line to chase expat's shlib version.Jun Kuriyama1-2/+2
o Bump $PORTREVISION. Notes: svn path=/head/; revision=103969
2004-03-13BROKEN on 4.x: Configure failsKris Kennaway1-0/+4
Notes: svn path=/head/; revision=103841
2004-03-12Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withAde Lovett1-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
2004-02-13Unbreak on amd64.Jun Kuriyama1-11/+10
Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> (maintainer) Notes: svn path=/head/; revision=100800
2004-02-04Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke1-1/+1
(Part 2) Notes: svn path=/head/; revision=99920
2004-02-01 Add APR_UTIL_WITHOUT_THREADS knob, which disables threads support.Lev A. Serebryakov1-6/+48
It is needed by subversion with perl bindings. Reviewed by: maintainer Approved by: maintainer Notes: svn path=/head/; revision=99680
2004-01-31 Honor `--disable-threads' in configure scripts [1]Lev A. Serebryakov3-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
2004-01-24Correct pthread detection.Jun Kuriyama3-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
2004-01-14Update to recent snapshot. I hope 0.9.5 will be released soon...Jun Kuriyama2-5/+13
Approved by: maintainer Notes: svn path=/head/; revision=98160
2003-11-11 Fix pthreads support on 4-STABLE systemsLev A. Serebryakov2-2/+2
Submitted by: MAINTAINER Notes: svn path=/head/; revision=93735
2003-11-10 Fix pthreads support.Lev A. Serebryakov2-7/+20
This commit fix ports/59055, which shows problesm with subversion Submitted by: MAINTAINER Notes: svn path=/head/; revision=93628
2003-11-09Tunables provided by Thomas-Martin SeckJames E. Housley1-2/+38
to conditionally add dependencies on gdbm or db4. PR: 58474 Submitted By: MAINTAINER Notes: svn path=/head/; revision=93479
2003-11-06respect CC/CFLAGS.FUJISHIMA Satsuki1-2/+3
Approved by: maintainer Notes: svn path=/head/; revision=93240
2003-11-05Add thread support to APR port.James E. Housley3-0/+35
Bump PORTREVISION PR: 58834 Submitted By: MAINTAINER Notes: svn path=/head/; revision=93196
2003-10-03Upgrade 5o 0.94.Masafumi Max NAKANE4-13/+18
Update the maintainer's address. Reviewed by: maintainer Notes: svn path=/head/; revision=90074
2003-06-26libtool uber-patchAde Lovett3-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
2003-06-10Update MASTER_SITES, the testing subdir is now empty and the distfileSheldon Hearn1-1/+1
lives in its parent. Notes: svn path=/head/; revision=82690
2003-04-19Update to apr-0.9.3. Minor changes from original submission to makeBruce A. Mah2-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
2003-04-06Fix whitespace nit.Bruce A. Mah1-1/+1
Submitted by: portlint(1) Notes: svn path=/head/; revision=78458
2003-04-06Maintainer update:Bruce A. Mah2-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
2003-03-28Update to 0.9.2-alpha.Bruce A. Mah4-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
2003-02-22Add missing build directory and sort pkg-plist. This port should probablyKris Kennaway1-66/+67
not even be installing build/libtool. Notes: svn path=/head/; revision=76096
2003-02-21De-pkg-comment.Akinori MUSHA2-1/+1
Notes: svn path=/head/; revision=76032
2003-01-22Add $INSTALLS_SHLIB=yes flag.Jun Kuriyama1-0/+1
Approved by: Craig Rodrigues <rodrigc@attbi.com> (maintainer) Notes: svn path=/head/; revision=73759
2003-01-16[MAINTAINER update] devel/apr: add missing files to pkg-plistEdwin Groothuis1-0/+3
Submitted by: Craig Rodrigues <rodrigc@attbi.com> Notes: svn path=/head/; revision=73200
2003-01-02forgot to add this fileYing-Chieh Liao1-0/+19
Notes: svn path=/head/; revision=72177
2003-01-02upgrade to 0.9.1Ying-Chieh Liao5-109/+83
PR: 46390 Submitted by: Craig Rodrigues <rodrigc@attbi.com> (new maintainer) Approved by: old maintainer Notes: svn path=/head/; revision=72176
2002-12-29Fix violations of automake/autoconf rules, other customary ports techniqueAlan Eldridge1-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
2002-11-07Fix PERL dependencies for these ports (print/cups solves print/cups-baseEdwin Groothuis1-0/+1
and french/cups-base) Noticed on: bento Notes: svn path=/head/; revision=69654
2002-09-17Bump PORTREVISION and expat shlib.Jun Kuriyama1-1/+2
Notes: svn path=/head/; revision=66485
2002-08-12Patch up the getopt code to work around a crash when no long name isOllivier Robert1-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
2002-08-05Update to apr version 20020725223645Ollivier Robert3-7/+9
PR: ports/41249 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=64034
2002-07-21Bump portrevision (textproc/expat2 shlib bump).Jun Kuriyama1-1/+2
Notes: svn path=/head/; revision=63297
2002-07-15Update apr to the latest snapshot 20020707163141.Ollivier Robert3-15/+13
PR: ports/40395 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=63018
2002-07-15devel/apr has been repo-copied to devel/apr.Ollivier Robert2-4/+4
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> Notes: svn path=/head/; revision=63008
2002-05-09Add a rather ugly hack to work around problems compiling this port when aOllivier Robert1-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
2002-05-07Update to a more recent APR snapshot. It is needed by the forthcomingOllivier Robert5-40/+6
Subversion update. PR: ports/37810 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=58659
2002-03-20This file was forgotten during the upgrade.Ollivier Robert1-0/+11
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Pointy hat to: me (roberto) Notes: svn path=/head/; revision=56371
2002-03-19 autoconf 2.53 appears to change the way variables are substituted,Ollivier Robert2-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