summaryrefslogtreecommitdiffstats
path: root/devel/apr
Commit message (Collapse)AuthorAgeFilesLines
* Change ${SED} to ${REINPLACE_CMD} to fix building on FreeBSD 4.x.rodrigc2005-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)
* Undo previous commit, which for some reason caused .la files torodrigc2005-06-121-10/+1
| | | | | | be installed only if Python was not used in the build. Approved by: demon (ports mentor)
* Do not unconditionally use Python in build of apr.rodrigc2005-06-061-2/+9
| | | | | | PR: 80479 Submitted by: Brian Minard <bminard@flatfoot.ca> Approved by: demon (ports mentor)
* - libdata/pkgconfig is now included in mtreepav2005-05-161-1/+0
| | | | Approved by: marcus (portmgr hat)
* Forgot to bump PORTREVISION, because of correct the installion for put themezz2004-11-251-0/+1
| | | | *.pc files in libdata/pkgconfig instead lib/pkgconfig.
* Make the portlint a bit happier.mezz2004-11-252-11/+15
| | | | Approved by: dolt_ (IRC handle, the maintainer)
* Update to apr 1.0.1 (apr 1.0.0 no longer available)daichi2004-11-253-7/+7
| | | | | PR: ports/74322 Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> (maintainer)
* Use db4.2, not old db4 as BerkeleyDB.lev2004-11-061-11/+11
| | | | Approved by: maintainer
* (1) Remove unused post-extract target which I forgot to remove inkuriyama2004-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)
* Kill off automake18, switching to automake19. Requiem Mors Pacem.ade2004-10-151-1/+1
|
* - Upgrade to 1.0.0.kuriyama2004-10-126-178/+102
| | | | | | - Add APR_UTIL_WITH_LDAP knob. Approved by: maintainer (Craig Rodrigues), lev (active in this area)
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andade2004-07-011-6/+4
| | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!)
* Unbreak on amd64 by copying config.{sub,guess} correctly.kuriyama2004-06-281-1/+6
| | | | | Approved by: maintainer Tested on the box from: AMD Developper Program
* Sync with new bsd.autotools.mkade2004-06-041-7/+6
|
* Specify location of Berkeley DB, if LOCALBASE is not /usr/local.kan2004-05-281-0/+1
| | | | | Submitted by: Johny Mattsson <lonewolf-freebsd at earthmagic dot org> Approved by: maintainer
* Ooops... Garbaged makefile was committed. I'm very sorry about this.lev2004-04-101-7/+0
| | | | Fixed.
* Unbreak port after last ade's commit.lev2004-04-102-22/+28
| | | | | PR: ports/65173 Submitted by: maintainer
* Reset two missed ports back to WANT_AUTO* -- the other one mentioned,ade2004-04-041-1/+1
| | | | apr-thread, doesn't appear to exist in the ports tree.
* - Use USE_ICONV knobkrion2004-03-301-2/+2
| | | | Approved by: portmgr
* Convert all but one port that uses libtool14 to use libtool15, in readinessade2004-03-242-10/+16
| | | | for the destruction of devel/libtool14
* Add size data, approved by maintainers.trevor2004-03-181-0/+2
|
* Unbreak on 4.x.kuriyama2004-03-151-15/+8
| | | | Submitted by: maintainer
* o Bump $LIB_DEPENDS line to chase expat's shlib version.kuriyama2004-03-141-2/+2
| | | | o Bump $PORTREVISION.
* BROKEN on 4.x: Configure failskris2004-03-131-0/+4
|
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withade2004-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.
* Unbreak on amd64.kuriyama2004-02-131-11/+10
| | | | Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> (maintainer)
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* Add APR_UTIL_WITHOUT_THREADS knob, which disables threads support.lev2004-02-011-6/+48
| | | | | | | It is needed by subversion with perl bindings. Reviewed by: maintainer Approved by: maintainer
* Honor `--disable-threads' in configure scripts [1]lev2004-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)
* Correct pthread detection.kuriyama2004-01-243-8/+47
| | | | | Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> (maintainer) Tested by: kuriyama (on 4-stable and 5-current)
* Update to recent snapshot. I hope 0.9.5 will be released soon...kuriyama2004-01-142-5/+13
| | | | Approved by: maintainer
* Fix pthreads support on 4-STABLE systemslev2003-11-112-2/+2
| | | | Submitted by: MAINTAINER
* Fix pthreads support.lev2003-11-102-7/+20
| | | | | | This commit fix ports/59055, which shows problesm with subversion Submitted by: MAINTAINER
* Tunables provided by Thomas-Martin Seckjeh2003-11-091-2/+38
| | | | | | | to conditionally add dependencies on gdbm or db4. PR: 58474 Submitted By: MAINTAINER
* respect CC/CFLAGS.sf2003-11-061-2/+3
| | | | Approved by: maintainer
* Add thread support to APR port.jeh2003-11-053-0/+35
| | | | | | | Bump PORTREVISION PR: 58834 Submitted By: MAINTAINER
* Upgrade 5o 0.94.max2003-10-034-13/+18
| | | | | Update the maintainer's address. Reviewed by: maintainer
* libtool uber-patchade2003-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)
* Update MASTER_SITES, the testing subdir is now empty and the distfilesheldonh2003-06-101-1/+1
| | | | lives in its parent.
* Update to apr-0.9.3. Minor changes from original submission to makebmah2003-04-192-16/+15
| | | | | | | diffs apply. Submitted by: plasma <plasmaball@pchome.com.tw> Approved by: Craig Rodrigues <rodrigc@attbi.com> (MAINTAINER)
* Fix whitespace nit.bmah2003-04-061-1/+1
| | | | Submitted by: portlint(1)
* Maintainer update:bmah2003-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)
* Update to 0.9.2-alpha.bmah2003-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)
* Add missing build directory and sort pkg-plist. This port should probablykris2003-02-221-66/+67
| | | | not even be installing build/libtool.
* De-pkg-comment.knu2003-02-212-1/+1
|
* Add $INSTALLS_SHLIB=yes flag.kuriyama2003-01-221-0/+1
| | | | Approved by: Craig Rodrigues <rodrigc@attbi.com> (maintainer)
* [MAINTAINER update] devel/apr: add missing files to pkg-plistedwin2003-01-161-0/+3
| | | | Submitted by: Craig Rodrigues <rodrigc@attbi.com>
* forgot to add this fileijliao2003-01-021-0/+19
|
* upgrade to 0.9.1ijliao2003-01-025-109/+83
| | | | | | PR: 46390 Submitted by: Craig Rodrigues <rodrigc@attbi.com> (new maintainer) Approved by: old maintainer
* Fix violations of automake/autoconf rules, other customary ports techniquealane2002-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
OpenPOWER on IntegriCloud