FreshPorts -- The Place For Ports Sat, 13 Mar 2010 11:37 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
apr 1.3.9.1.3.9_1 devel on this many watch lists=43 search for ports that depend on this port
Apache Portability Library
Maintained by: pgollucci@FreeBSD.org search for ports maintained by this maintainer
Port Added: 15 Jul 2002 19:08:29


The Apache Portable Runtime is a library of C data structures and routines, 
forming a system portability layer that covers as many operating systems as 
possible, including Unices, Win32, BeOS, and OS/2.

This port also includes the APR-Util package, which contains some useful 
utilities built on top of APR.

WWW: http://apr.apache.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: lang/python26, lang/perl5.8, devel/automake19, devel/autoconf262, devel/libtool22
Required Libraries: textproc/expat2, databases/gdbm, converters/libiconv, databases/db42

To install the port: cd /usr/ports/devel/apr/ && make install clean
To add the package: pkg_add -r apr-gdbm-db42


Configuration Options
===> The following configuration options are available for apr-ipv6-gdbm-db42-1.3.9.1.3.9_1:
     THREADS=on (default) "Enable Threads in apr"
     IPV6=on (default) "Enable IPV6 Support in apr"
     GDBM=on (default) "Enable GNU dbm support in apr-util"
     BDB=on (default) "Enable Berkley BDB support in apr-util"
     NDBM=off (default) "Enable NDBM support in apr-util"
     LDAP=off (default) "Enable LDAP support in apr-util"
     MYSQL=off (default) "Enable MySQL suport in apr-util"
     PGSQL=off (default) "Enable Postgresql suport in apr-util"
     SQLITE=off (default) "Enable SQLite3 support in apr-util"
===> Use 'make config' to modify these settings

Master Sites:
http://www.apache.org/dist/apr/
http://archive.apache.org/dist/apr/
ftp://ftp.pop-mg.com.br/data/apache/dist/apr/
ftp://ftp.gin.cz/pub/mirrors/www.apache.org/dist/apr/
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.apache.org/dist/apr/
ftp://ftp.apache.de/mirrors/dev.apache.org/dist/apr/
ftp://mir1.ovh.net/ftp.apache.org/dist/apr/
ftp://ftp.forthnet.gr/pub/www/apache/apr/
ftp://xenia.sote.hu/pub/mirrors/www.apache.org/apr/
ftp://ftp.esat.net/mirrors/ftp.apache.org/apr/
ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/apr/
ftp://ftp.rhnet.is/pub/apache/apr/
http://ring.nict.go.jp/archives/net/apache/apr/
http://ring.k-opti.com/archives/net/apache/apr/
http://ring.riken.jp/archives/net/apache/apr/
ftp://ftp.sogang.ac.kr/www/apache/dist/apr/
ftp://ftp.task.gda.pl/pub/www/apache/dist/apr/
ftp://sunsite.icm.edu.pl/pub/www/apache/dist/apr/
ftp://ftp.kappa.ro/pub/mirrors/ftp.apache.org/apr/
ftp://apache.rinet.ru/pub/mirror/apache.org/dist/apr/
ftp://ftp.chg.ru/pub/WWW/apache/dist/apr/
ftp://ftp.sunet.se/pub/www/servers/apache/dist/apr/
ftp://ftp.flirble.org/pub/web/apache/dist/apr/
ftp://mirrors.rmplc.co.uk/pub/apache/apr/
ftp://apache.secsup.org/pub/apache/dist/apr/
ftp://ftp.ccs.neu.edu/net/mirrors/Apache/dist/apr/
ftp://ftp.tux.org/pub/net/apache/dist/apr/
ftp://ftp.saix.net/pub/apache/dist/apr/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2009-01-18
    Affects: users of devel/apr-svn devel/apr
    Author: pgollucci@FreeBSD.org
    Reason: 
      devel/apr-svn has been removed and devel/apr now handles its role.
      devel/apr now defaults to building with Berkeley database support (bdb)
      APR_UTIL_* tunables have been renamed to comply with ports/KNOBS names.
    
    

  • 2004-10-15
    Affects: users of www/apache2 with devel/apr
    Author: clement@FreeBSD.org
    Reason: 
      WITH_APR_FROM_PORTS knob is no longer supported, since apr > 1.0
      doesn't conflict with apache2's one. If you use apr 0.9.x you
      won't be able to upgrade apache2 anymore.
    
    
Port Moves
  • port moved here from devel/apr-svn on 2009-01-18
    REASON: Only needed for FreeBSD 5.2 and below for threading

Number of commits found: 98

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
24 Dec 2009 19:49:51
Original commit files touched by this commit  1.3.9.1.3.9_1
pgollucci search for other commits by this committer
OPTIONS += SQLITE

Submitted by:   Adam Pordzik <ap@d-dt.de> (via e-mail)
24 Dec 2009 19:42:24
Original commit files touched by this commit  1.3.9.1.3.9
pgollucci search for other commits by this committer
- Update to (apr) 1.3.9

  *) Posix semaphores can now be named and used as named semaphores.
     [Jim Jagielski]

  *) Better handling of APR_OFF_T_FMT for Darwin 10 depending on -arch
     setting of compiler. [Jim Jagielski]

  *) Add comments describing the thread-safety properties of apr_pool_t.
     [Neil Conway nrc cs.berkeley.edu]

  *) Pass default environment to testsock, testshm and testproc children, so
     that tests run when APR is compiled with Intel C Compiler.
     [Bojan Smojver]

  *) Fix error handling in the Solaris pollset support (Event Port backend).
     PR 47645.  [Jeff Trawick]

  *) Add the remainder of this fix from trunk:
     Fix Solaris poll failure.  PR 43000
     [Henry Jen <henryjen ztune.net>]
10 Dec 2009 06:03:27
Original commit files touched by this commit  1.3.8.1.3.9_1
pgollucci search for other commits by this committer
- Allow install by a user other then root

PR:             ports/13876 [based on]
Submitted by:   Mel Flynn <mel@rachie.is-a-geek.net>
02 Oct 2009 13:01:07
Original commit files touched by this commit  1.3.8.1.3.9
stas search for other commits by this committer
- Set correct permissons on libtool.m4 before trying to patch it.  Otherwise
  the build will fail under orinary user as the libtool.m4 file installed
  has no write permissions (SHAREMODE).

Approved by:    pgollucci (maintainer)
06 Aug 2009 23:56:57
Original commit files touched by this commit  1.3.8.1.3.9
simon search for other commits by this committer
Update to APR 1.3.8 / APR-util 1.3.9.  This is a security update.

Security:       CVE-2009-2412
Approved by:    so (simon), pgollucci (in principle - I think...)
03 Aug 2009 04:23:02
Original commit files touched by this commit  1.3.7.1.3.8
pgollucci search for other commits by this committer
- Update to 1.3.7/1.3.8
- Default IPv6 support to ON
02 Aug 2009 20:36:34
Original commit files touched by this commit  1.3.6.1.3.8
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
08 Jul 2009 01:01:58
Original commit files touched by this commit  1.3.6.1.3.8
pgollucci search for other commits by this committer
- Update to apr 1.3.6, apr-util 1.3.8
18 Jun 2009 00:11:28
Original commit files touched by this commit  1.3.5.1.3.7_3
pgollucci search for other commits by this committer
- Fix the pkg-plist in the case when only GDBM was included
12 Jun 2009 00:57:09
Original commit files touched by this commit  1.3.5.1.3.7_3
pgollucci search for other commits by this committer
- Respect hier(7), finally after 6yrs
10 Jun 2009 22:27:34
Original commit files touched by this commit  1.3.5.1.3.7_2
pgollucci search for other commits by this committer
- Correct a typo, neither my tb or QAT caught this, but its causing core
  dumps and is wrong anyway.

Submitted by:   b.f (via private e-mail)
10 Jun 2009 06:53:27
Original commit files touched by this commit  1.3.5.1.3.7_1
pgollucci search for other commits by this committer
- Respect CC/CCFLAGS [1]
- use -pthread instead of -lpthread [2]
- It was only ever accidental that -ldb showed up in apu-config --libs
  Subversion doesn't actually even use it (apr_dbm*).
  APR/Util is supposed to auto load the backed db library without the app
  ever know which one it was.  Subversion uses db _directly_.
  Subversion 1.6.3 should account for this. [3]
- Convert to bsd.options.mk
- Bump PORTREVISION

PR:             ports/135396 [3], ports/134453 [2], ports/132432 [1]
Submitted by:   dev@apr.apache.org (wrowe, bojan) [3],
                b.f. [2],  Anonymous <swell.k@gmail.com> [1]
09 Jun 2009 00:33:26
Original commit files touched by this commit  1.3.5.1.3.7
pgollucci search for other commits by this committer
- Remove some superfulous ifs.  You get the OPTIONS or you don't get it at all.
  Also, the DBD one only works for 42 and apr supports 42->47
08 Jun 2009 03:54:14
Original commit files touched by this commit  1.3.5.1.3.7
pgollucci search for other commits by this committer
- Update to apr: 1.3.5, apr: 1.3.7
- Pet Portlint
- Fix APU_EXTRAs in pkg-plist

Security:      
http://www.vuxml.org/freebsd/eb9212f7-526b-11de-bbf2-001b77d09812
PR:             ports/135310
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru>
16 May 2009 07:27:56
Original commit files touched by this commit  1.3.3.1.3.4_1
pgollucci search for other commits by this committer
- Mark most of my ports MAKE_JOBS_SAFE=yes

Tested by: several builds in P6 TB
18 Jan 2009 19:43:53
Original commit files touched by this commit  1.3.3.1.3.4_1
pgollucci search for other commits by this committer
o Remove devel/apr-svn and replace with devel/apr
o devel/apr:
  defaults changed: WITH_BDB=yes [1]
  convert APR_UTIL_* flags to KNOBS flag names
  optionify and add IPV6, NDBM, LDAP, MYSQL, PGSQL
o Remove devel/apr-svn and replace with devel/apr
o devel/apr:
  defaults changed: WITH_BDB=yes [1]
  convert APR_UTIL_* flags to KNOBS flag names
  optionify and add IPV6, NDBM, LDAP, MYSQL, PGSQL
  (sqlite,orcale,freetds,odbc -- PATCHES welcome, MAINTAINER does not use)
  GMAKE is not needed, so remove it
  split ./configure args into apr and apr-util args, they do not accept all the
same options
  standardize on naming apr and apu to match other oses and the C code.
  create APR_WRKDIR And APU_WRKDIR for simplicity
(Only the first 15 lines of the commit message are shown above View all of this commit message)
22 Aug 2008 21:05:38
Original commit files touched by this commit  1.3.3.1.3.4
pgollucci search for other commits by this committer
Left a file out of the previoius commit.
this updates the patch for 1.3.2 -> 1.3.3

Noticed by: ionbot
22 Aug 2008 19:49:56
Original commit files touched by this commit  1.3.3.1.3.4
pgollucci search for other commits by this committer
- Update to apr 1.3.3
- Update to apr-util 1.3.4
- APR and APU version don't necessarily match
- Update COMMENT it hasn't been Apache Group for over a decade
- Let WITH_LDAP trigger APR_UTIL_WITH_LDAP
- pre-configure stage work is handled in bsd.port.mk
- remove files/patch-apr-util-1.3.2__build__apu-conf.m4
  committed upstream in 1.3.3+
- set NO_WRKSUBDIR instead of WRKSRC=WRKDIR

Approved by:    gabor (mentor)
20 Aug 2008 01:57:32
Original commit files touched by this commit  1.3.2_1
ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
29 Jul 2008 15:04:32
Original commit files touched by this commit  1.3.2_1
pgollucci search for other commits by this committer
- silence a portlint warning(tab)
- fix pkg-plist for LDAP case
- Bump PORTREVISION

Added file(s):
 - files/patch-apr-util-1.3.2__build__apu-conf.m4
 (Will be removed in 1.3.3 release)
 http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/build/apu-conf.m4?r1=668323&r2=675009&pathrev=675009&view=patch

PR:     ports/125411
Reported by:    several on ports@
Approved by:    araujo (mentor)
29 Jul 2008 03:10:53
Original commit files touched by this commit  1.3.2
rodrigc search for other commits by this committer
New APR maintainer: Phillip M. Gollucci <pgollucci@FreeBSD.org>
04 Jul 2008 20:29:21
Original commit files touched by this commit  1.3.2
rodrigc search for other commits by this committer
Update to 1.3.2

PR:             124919
Submitted by:   Philip M. Gollucci" <pgollucci p6m7g8 com>

Changed PREFIX to LOCALBASE

Submitted by: Sergey Skvortsov <skv protey ru>
09 May 2008 05:29:04
Original commit files touched by this commit  1.2.12
rodrigc search for other commits by this committer
Put my FreeBSD e-mail address in MAINTAINER line.

Requested by:   araujo
04 May 2008 21:37:53
Original commit files touched by this commit  1.2.12
rodrigc search for other commits by this committer
Update to apr 1.2.12
31 Mar 2008 14:55:58
Original commit files touched by this commit  1.2.8_3
pav search for other commits by this committer
- Downgrade perl dependecy to build-only
- Style

PR:             ports/118155
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by:    maintainer timeout (rodrigc; 3 months)
04 Oct 2007 01:41:11
Original commit files touched by this commit  1.2.8_2
  Sanity Test Failure
edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
30 Sep 2007 05:47:37
Original commit files touched by this commit  1.2.8_2
linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
16 Jun 2007 20:56:48
Original commit files touched by this commit  1.2.8_1
rodrigc search for other commits by this committer
Update to apr 1.2.8

PR:     ports/112506
29 May 2006 14:12:35
Original commit files touched by this commit  1.2.7_1
rodrigc search for other commits by this committer
Upgrade to apr-1.2.7

PR:             ports/98085
Submitted by:   skv
06 Apr 2006 11:37:17
Original commit files touched by this commit  1.2.2_3
leeym search for other commits by this committer
- utilize USE_BDB

PR:             89023
Submitted by:   swhetzel at gmail.com
Approved by:    maintainer
28 Feb 2006 05:56:43
Original commit files touched by this commit  1.2.2_3
ade search for other commits by this committer
Fix build when bash is installed, by changing the (incorrect) usage
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)
23 Feb 2006 10:40:45
Original commit files touched by this commit  1.2.2_3
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
11 Feb 2006 14:42:45
Original commit files touched by this commit  1.2.2_2
lawrance search for other commits by this committer
When APR_UTIL_WITHOUT_THREADS is not set, explicitly enable threads.

PR:             ports/91570
Submitted by:   Patrick Oliver <ginxpmo@yahoo.com>
Approved by:    rodrigc@crodrigues.org (maintainer, timeout 4 weeks)
30 Jan 2006 23:20:05
Original commit files touched by this commit  1.2.2_2
kuriyama search for other commits by this committer
Chase shlib bump of libexpat.
22 Jan 2006 08:30:12
Original commit files touched by this commit  1.2.2_1
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
09 Dec 2005 21:15:48
Original commit files touched by this commit  1.2.2_1
rodrigc search for other commits by this committer
Only compile apr-svn without threads on FreeBSD versions less than 5.
19 Nov 2005 06:02:20
Original commit files touched by this commit  1.2.2_1
ade search for other commits by this committer
Switch to <target>:: convention for both patch-autotools and run-autotools,
to allow for easier overriding of these targets by port Makefiles, if
they need to.
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.2.2_1
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
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.
03 Nov 2005 02:36:35
Original commit files touched by this commit  1.2.2_1
rodrigc search for other commits by this committer
Do not use thread mutexes if we are compiling APR without thread support.

PR:             ports/88407
Reported by:    lofi
03 Nov 2005 01:36:53
Original commit files touched by this commit  1.2.2_1
rodrigc search for other commits by this committer
In rand.c, include <uuid.h> (from FreeBSD 5.x and up)
*OR* <uuid/uuid.h> (from e2fsprogs port), not <uuid.h> *AND* <uuid/uuid.h>

PR:             ports/88406
Reported by:    lofi
29 Oct 2005 06:19:51
Original commit files touched by this commit  1.2.2_1
rodrigc search for other commits by this committer
Upgrade to apr-1.2.2
27 Jul 2005 16:58:52
Original commit files touched by this commit  1.0.1_1
rodrigc search for other commits by this committer
Change ${SED} to ${REINPLACE_CMD} to fix building on FreeBSD 4.x.

PR:             ports/84120
Submitted by:   Piet Delport <pjd@satori.za.net>
Reviewed by:    rodrigc (port maintainer)
Approved by:    demon (ports mentor)
12 Jun 2005 18:51:34
Original commit files touched by this commit  1.0.1_1
rodrigc search for other commits by this committer
Undo previous commit, which for some reason caused .la files to
be installed only if Python was not used in the build.

Approved by:    demon (ports mentor)
06 Jun 2005 16:16:42
Original commit files touched by this commit  1.0.1_1
rodrigc search for other commits by this committer
Do not unconditionally use Python in build of apr.

PR:             80479
Submitted by:   Brian Minard <bminard@flatfoot.ca>
Approved by:    demon (ports mentor)
16 May 2005 22:52:58
Original commit files touched by this commit  1.0.1_1
pav search for other commits by this committer
- libdata/pkgconfig is now included in mtree

Approved by:    marcus (portmgr hat)
25 Nov 2004 05:01:04
Original commit files touched by this commit  1.0.1_1
mezz search for other commits by this committer
Forgot to bump PORTREVISION, because of correct the installion for put the
*.pc files in libdata/pkgconfig instead lib/pkgconfig.
25 Nov 2004 04:54:14
Original commit files touched by this commit  1.0.1
mezz search for other commits by this committer
Make the portlint a bit happier.

Approved by:    dolt_ (IRC handle, the maintainer)
25 Nov 2004 04:13:59
Original commit files touched by this commit  1.0.1
daichi search for other commits by this committer
Update to apr 1.0.1 (apr 1.0.0 no longer available)

PR:             ports/74322
Submitted by:   Craig Rodrigues <rodrigc@crodrigues.org> (maintainer)
06 Nov 2004 18:16:16
Original commit files touched by this commit  1.0.0
lev search for other commits by this committer
  Use db4.2, not old db4 as BerkeleyDB.

Approved by:    maintainer
03 Nov 2004 04:19:11
Original commit files touched by this commit  1.0.0
kuriyama search for other commits by this committer
(1) Remove unused post-extract target which I forgot to remove in
    previous commit.
(2) Add patches to keep Kris happy on pointyhat build.

Submitted by:   (2) Craig Rodrigues <rodrigc@crodrigues.org> (maintainer)
15 Oct 2004 18:32:46
Original commit files touched by this commit  1.0.0
ade search for other commits by this committer
Kill off automake18, switching to automake19.  Requiem Mors Pacem.
12 Oct 2004 23:41:45
Original commit files touched by this commit  1.0.0
kuriyama search for other commits by this committer
- Upgrade to 1.0.0.
- Add APR_UTIL_WITH_LDAP knob.

Approved by:    maintainer (Craig Rodrigues), lev (active in this area)
01 Jul 2004 18:06:41
Original commit files touched by this commit  0.9.4_9
ade search for other commits by this committer
Autotools cleanup.  Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:             67768
Submitted by:   ade
Approved by:    4-exp bento runs (thanks, kris!)
29 Jun 2004 00:16:53
Original commit files touched by this commit  0.9.4_9
kuriyama search for other commits by this committer
Unbreak on amd64 by copying config.{sub,guess} correctly.

Approved by:            maintainer
Tested on the box from: AMD Developper Program
04 Jun 2004 18:29:38
Original commit files touched by this commit  0.9.4_9
ade search for other commits by this committer
Sync with new bsd.autotools.mk
29 May 2004 00:07:50
Original commit files touched by this commit  0.9.4_9
kan search for other commits by this committer
Specify location of Berkeley DB, if LOCALBASE is not /usr/local.
Submitted by:   Johny Mattsson <lonewolf-freebsd at earthmagic dot org>
Approved by:    maintainer
10 Apr 2004 20:23:24
Original commit files touched by this commit  0.9.4_9
lev search for other commits by this committer
 Ooops... Garbaged makefile was committed. I'm very sorry about this.
 Fixed.
10 Apr 2004 18:34:39
Original commit files touched by this commit  0.9.4_9
lev search for other commits by this committer
  Unbreak port after last ade's commit.

PR:             ports/65173
Submitted by:   maintainer
04 Apr 2004 22:42:12
Original commit files touched by this commit  0.9.4_9
ade search for other commits by this committer
Reset two missed ports back to WANT_AUTO* -- the other one mentioned,
apr-thread, doesn't appear to exist in the ports tree.
30 Mar 2004 20:20:23
Original commit files touched by this commit  0.9.4_9
krion search for other commits by this committer
- Use USE_ICONV knob

Approved by:    portmgr
24 Mar 2004 20:59:17
Original commit files touched by this commit  0.9.4_9
ade search for other commits by this committer
Convert all but one port that uses libtool14 to use libtool15, in readiness
for the destruction of devel/libtool14
18 Mar 2004 18:01:13
Original commit files touched by this commit  0.9.4_9
trevor search for other commits by this committer
Add size data, approved by maintainers.
15 Mar 2004 14:07:47
Original commit files touched by this commit  0.9.4_9
kuriyama search for other commits by this committer
Unbreak on 4.x.

Submitted by:   maintainer
14 Mar 2004 07:58:26
Original commit files touched by this commit  0.9.4_9
kuriyama search for other commits by this committer
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
13 Mar 2004 05:42:15
Original commit files touched by this commit  0.9.4_8
kris search for other commits by this committer
BROKEN on 4.x: Configure fails
12 Mar 2004 02:48:25
Original commit files touched by this commit  0.9.4_8
ade search for other commits by this committer
Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
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.
13 Feb 2004 00:32:25
Original commit files touched by this commit  0.9.4_8
kuriyama search for other commits by this committer
Unbreak on amd64.

Submitted by:   Craig Rodrigues <rodrigc@crodrigues.org> (maintainer)
04 Feb 2004 05:21:48
Original commit files touched by this commit  0.9.4_8
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
01 Feb 2004 08:07:50
Original commit files touched by this commit  0.9.4_7
lev search for other commits by this committer
  Add APR_UTIL_WITHOUT_THREADS knob, which disables threads support.
  It is needed by subversion with perl bindings.

Reviewed by:    maintainer
Approved by:    maintainer
31 Jan 2004 10:04:40
Original commit files touched by this commit  0.9.4_6
lev search for other commits by this committer
  Honor `--disable-threads' in configure scripts [1]
  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)
24 Jan 2004 03:36:43
Original commit files touched by this commit  0.9.4_5
kuriyama search for other commits by this committer
Correct pthread detection.

Submitted by:   Craig Rodrigues <rodrigc@crodrigues.org> (maintainer)
Tested by:      kuriyama (on 4-stable and 5-current)
14 Jan 2004 14:45:25
Original commit files touched by this commit  0.9.4_4
kuriyama search for other commits by this committer
Update to recent snapshot.  I hope 0.9.5 will be released soon...

Approved by:    maintainer
11 Nov 2003 13:26:14
Original commit files touched by this commit  0.9.4_3
lev search for other commits by this committer
  Fix pthreads support on 4-STABLE systems

Submitted by:   MAINTAINER
10 Nov 2003 07:45:43
Original commit files touched by this commit  0.9.4_2
lev search for other commits by this committer
  Fix pthreads support.

  This commit fix ports/59055, which shows problesm with subversion

Submitted by:   MAINTAINER
09 Nov 2003 00:57:38
Original commit files touched by this commit  0.9.4_1
jeh search for other commits by this committer
Tunables provided by Thomas-Martin Seck
to conditionally add dependencies on gdbm or db4.

PR:             58474
Submitted By:   MAINTAINER
06 Nov 2003 14:26:01
Original commit files touched by this commit  0.9.4_1
sf search for other commits by this committer
respect CC/CFLAGS.

Approved by:    maintainer
05 Nov 2003 22:42:44
Original commit files touched by this commit  0.9.4_1
jeh search for other commits by this committer
Add thread support to APR port.

Bump PORTREVISION

PR:             58834
Submitted By:   MAINTAINER
03 Oct 2003 06:25:25
Original commit files touched by this commit  0.9.4
max search for other commits by this committer
Upgrade 5o 0.94.
Update the maintainer's address.
Reviewed by:    maintainer
26 Jun 2003 23:58:32
Original commit files touched by this commit  0.9.3
ade search for other commits by this committer
libtool uber-patch

* 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)
10 Jun 2003 16:39:11
Original commit files touched by this commit  0.9.3
sheldonh search for other commits by this committer
Update MASTER_SITES, the testing subdir is now empty and the distfile
lives in its parent.
19 Apr 2003 04:29:02
Original commit files touched by this commit  0.9.3
bmah search for other commits by this committer
Update to apr-0.9.3.  Minor changes from original submission to make
diffs apply.

Submitted by:   plasma <plasmaball@pchome.com.tw>
Approved by:    Craig Rodrigues <rodrigc@attbi.com> (MAINTAINER)
06 Apr 2003 23:37:13
Original commit files touched by this commit  0.9.2.a
bmah search for other commits by this committer
Fix whitespace nit.

Submitted by:   portlint(1)
06 Apr 2003 23:36:25
Original commit files touched by this commit  0.9.2.a
bmah search for other commits by this committer
Maintainer update:

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)
28 Mar 2003 05:46:27
Original commit files touched by this commit  0.9.2.a
bmah search for other commits by this committer
Update to 0.9.2-alpha.

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)
22 Feb 2003 03:55:07
Original commit files touched by this commit  0.9.1
kris search for other commits by this committer
Add missing build directory and sort pkg-plist.  This port should probably
not even be installing build/libtool.
21 Feb 2003 11:23:04
Original commit files touched by this commit  0.9.1
knu search for other commits by this committer
De-pkg-comment.
22 Jan 2003 01:27:29
Original commit files touched by this commit  0.9.1
kuriyama search for other commits by this committer
Add $INSTALLS_SHLIB=yes flag.

Approved by:    Craig Rodrigues <rodrigc@attbi.com> (maintainer)
16 Jan 2003 02:02:22
Original commit files touched by this commit  0.9.1
edwin search for other commits by this committer
[MAINTAINER update] devel/apr: add missing files to pkg-plist

Submitted by:   Craig Rodrigues <rodrigc@attbi.com>
02 Jan 2003 08:30:34
Original commit files touched by this commit  0.9.1
ijliao search for other commits by this committer
forgot to add this file
02 Jan 2003 08:29:24
Original commit files touched by this commit  0.9.1
ijliao search for other commits by this committer
upgrade to 0.9.1

PR:             46390
Submitted by:   Craig Rodrigues <rodrigc@attbi.com> (new maintainer)
Approved by:    old maintainer
29 Dec 2002 14:46:21
Original commit files touched by this commit  20020725223645_1
alane search for other commits by this committer
Fix violations of automake/autoconf rules, other customary ports technique
that can lead to unpredicatble build failures on different platforms and
individual setups.

Approved by:    implicit - build fixes/autoconf/automake violations with
maintainers blessing
07 Nov 2002 11:54:23
Original commit files touched by this commit  20020725223645_1
edwin search for other commits by this committer
Fix PERL dependencies for these ports (print/cups solves print/cups-base
and french/cups-base)

Noticed on: bento
17 Sep 2002 08:41:05
Original commit files touched by this commit  20020725223645_1
kuriyama search for other commits by this committer
Bump PORTREVISION and expat shlib.
12 Aug 2002 16:57:50
Original commit files touched by this commit  20020725223645
roberto search for other commits by this committer
Patch up the getopt code to work around a crash when no long name is
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)
05 Aug 2002 10:38:24
Original commit files touched by this commit  20020725223645
roberto search for other commits by this committer
Update to apr version 20020725223645

PR:             ports/41249
Submitted by:   Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
21 Jul 2002 03:17:49
Original commit files touched by this commit  20020707163141_1
kuriyama search for other commits by this committer
Bump portrevision (textproc/expat2 shlib bump).
15 Jul 2002 19:19:15
Original commit files touched by this commit  20020707163141
roberto search for other commits by this committer
Update apr to the latest snapshot 20020707163141.

PR:             ports/40395
Submitted by:   Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
15 Jul 2002 18:58:32
Original commit files touched by this commit  20020504162319
roberto search for other commits by this committer
devel/apr has been repo-copied to devel/apr.

Submitted by:   Garrett Rooney <rooneg@electricjellyfish.net>

Number of commits found: 98

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
drupal5Mar 08
drupal6Mar 08
sudoMar 01
firefox-devel*Feb 28
firefox3*Feb 28
firefox3-devel*Feb 28
firefox35*Feb 28
linux-firefox*Feb 28
linux-firefox-devel*Feb 28
seamonkey2*Feb 28
thunderbird3*Feb 28
openoffice.org-1.0*Feb 27
openoffice.org-1.1*Feb 27
openoffice.org-1.1-devel*Feb 27
openoffice.org-2*Feb 27

4 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21398
Broken 171
Deprecated 46
Ignore 896
Forbidden 2
Restricted 387
No CDROM 141
Vulnerable 57
Expired 19
Set to expire 33
Interactive 79
new 24 hours 1
new 48 hours5
new 7 days32
new fortnight59
new month94

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.329 seconds.