Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.2.1.3.9_1 18 May 2010 04:34:24
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- devel/apr|devel/apr1|2010-05-18|Renamed to devel/apr1
Remove now obsolete devel/apr. See devel/apr1
PR: ports/146553
With Hat: apache@
Tested by: make index and make index WITH_APACHE=1 |
1.4.2.1.3.9_1 07 May 2010 19:55:08
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Default DEVRANOM support to on b/c mod_auth_digest is default on
but pointhat package builds don't set WITH_DEVRANDOM for devel/apr.
- Bump PORTREVISION
With Hat: apache@ |
1.4.2.1.3.9 07 May 2010 18:32:28
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- FreeBSD doesn't use EGD sockets. Also the option handling doesn't honor
without-egd.
PR: ports/146376
Submitted by: Guido Falsi <mad@madpilot.net>
With Hat: apache@ |
1.4.2.1.3.9 07 May 2010 02:26:46
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
1/2: OPTIONS+= EGD and DEVRANDOM
which allow mod_auth_digest to build
next www/apache2* need to pass it through
Default package doesn't change
PR: ports/134577
Requested by: Pascal Vizeli <pvizeli@yahoo.de>
With Hat: apache@ |
1.4.2.1.3.9 07 May 2010 00:39:23
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Harden the OPTION processing to explicity enable/disable in BOTH cases.
- Remove some invalid quotes in the OSVERSION handling
- CFLAGS is already in CONFIGURE_ENV
- Fix some tabs/whitespace
None of this changes the default package, so no PORTREVISION bumps.
PR: ports/145744
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
With Hat: apache@ |
1.4.2.1.3.9 07 May 2010 00:25:15
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Not yet compatiable with db50
PR: ports/145956
Submitted by: mandree
With Hat: apache@ |
1.4.2.1.3.9 07 May 2010 00:23:31
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Support DB48
PR: ports/145956 [part I]
Requested by: mandree
With Hat: apache@ |
1.4.2.1.3.9 05 May 2010 22:24:51
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Fix coredump when WITH_MYSQL=yes and WITH_MYSQL_VER=55
[still needs ports/146276 for databases/mysql55-server too]
- No PORTREVISION bump [very non default options]
With Hat: apache@ |
1.4.2.1.3.9 05 May 2010 22:23:06
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Make the OPTIONAL package build names more useful and version
mysql,pgsql,ldap
- No PORTREVISION bump [non default options] |
1.4.2.1.3.9 05 May 2010 21:40:46
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
1/5: Update to apr 1.4.2
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@ |
1.3.9.1.3.9_1 29 Apr 2010 18:01:01
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
--withX-sqlite is an apr-util option not apr
This doesn't change the package, just gets rid of a warning
configure: WARNING: Unrecognized options: --without-sqlite3
With Hat: apache@ |
1.3.9.1.3.9_1 29 Apr 2010 17:30:25
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Assign some ports to apache@
Note: net/luasocket is a direct requirement for mod_wombat which will be
very core to httpd 2.4.x+ (www/apache24) |
1.3.9.1.3.9_1 24 Dec 2009 19:49:51
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
OPTIONS += SQLITE
Submitted by: Adam Pordzik <ap@d-dt.de> (via e-mail) |
1.3.9.1.3.9 24 Dec 2009 19:42:24
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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>] |
1.3.8.1.3.9_1 10 Dec 2009 06:03:27
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Allow install by a user other then root
PR: ports/13876 [based on]
Submitted by: Mel Flynn <mel@rachie.is-a-geek.net> |
1.3.8.1.3.9 02 Oct 2009 12:01:07
![files touched by this commit files touched by this commit](/images/logs.gif) |
stas ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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) |
1.3.8.1.3.9 06 Aug 2009 22:56:57
![files touched by this commit files touched by this commit](/images/logs.gif) |
simon ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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...) |
1.3.7.1.3.8 03 Aug 2009 03:23:02
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 1.3.7/1.3.8
- Default IPv6 support to ON |
1.3.6.1.3.8 02 Aug 2009 19:36:34
![files touched by this commit files touched by this commit](/images/logs.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
-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 |
1.3.6.1.3.8 08 Jul 2009 00:01:58
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to apr 1.3.6, apr-util 1.3.8 |
1.3.5.1.3.7_3 17 Jun 2009 23:11:28
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Fix the pkg-plist in the case when only GDBM was included |
1.3.5.1.3.7_3 11 Jun 2009 23:57:09
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Respect hier(7), finally after 6yrs |
1.3.5.1.3.7_2 10 Jun 2009 21:27:34
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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) |
1.3.5.1.3.7_1 10 Jun 2009 05:53:27
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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] |
1.3.5.1.3.7 08 Jun 2009 23:33:26
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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 |
1.3.5.1.3.7 08 Jun 2009 02:54:14
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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> |
1.3.3.1.3.4_1 16 May 2009 06:27:56
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB |
1.3.3.1.3.4_1 18 Jan 2009 19:43:53
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 ) |
1.3.3.1.3.4 22 Aug 2008 20:05:38
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Left a file out of the previoius commit.
this updates the patch for 1.3.2 -> 1.3.3
Noticed by: ionbot |
1.3.3.1.3.4 22 Aug 2008 18:49:56
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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) |
1.3.2_1 20 Aug 2008 00:57:32
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
1.3.2_1 29 Jul 2008 14:04:32
![files touched by this commit files touched by this commit](/images/logs.gif) |
pgollucci ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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) |
1.3.2 29 Jul 2008 02:10:53
![files touched by this commit files touched by this commit](/images/logs.gif) |
rodrigc ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
New APR maintainer: Phillip M. Gollucci <pgollucci@FreeBSD.org> |
1.3.2 04 Jul 2008 19:29:21
![files touched by this commit files touched by this commit](/images/logs.gif) |
rodrigc ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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> |
1.2.12 09 May 2008 04:29:04
![files touched by this commit files touched by this commit](/images/logs.gif) |
rodrigc ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Put my FreeBSD e-mail address in MAINTAINER line.
Requested by: araujo |
1.2.12 04 May 2008 20:37:53
![files touched by this commit files touched by this commit](/images/logs.gif) |
rodrigc ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to apr 1.2.12 |
1.2.8_3 31 Mar 2008 13:55:58
![files touched by this commit files touched by this commit](/images/logs.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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) |
1.2.8_2 04 Oct 2007 00:41:11
![Sanity Test Failure Sanity Test Failure](/images/stf.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove always-false/true conditions based on OSVERSION 500000 |
1.2.8_2 30 Sep 2007 04:47:37
![files touched by this commit files touched by this commit](/images/logs.gif) |
linimon ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
1.2.8_1 16 Jun 2007 19:56:48
![files touched by this commit files touched by this commit](/images/logs.gif) |
rodrigc ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to apr 1.2.8
PR: ports/112506 |
1.2.7_1 29 May 2006 13:12:35
![files touched by this commit files touched by this commit](/images/logs.gif) |
rodrigc ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to apr-1.2.7
PR: ports/98085
Submitted by: skv |
1.2.2_3 06 Apr 2006 10:37:17
![files touched by this commit files touched by this commit](/images/logs.gif) |
leeym ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- utilize USE_BDB
PR: 89023
Submitted by: swhetzel at gmail.com
Approved by: maintainer |
1.2.2_3 28 Feb 2006 05:56:43
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
1.2.2_3 23 Feb 2006 10:40:45
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.2.2_2 11 Feb 2006 14:42:45
![files touched by this commit files touched by this commit](/images/logs.gif) |
lawrance ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
1.2.2_2 30 Jan 2006 23:20:05
![files touched by this commit files touched by this commit](/images/logs.gif) |
kuriyama ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Chase shlib bump of libexpat. |
1.2.2_1 22 Jan 2006 08:30:12
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
SHA256ify
Approved by: krion@ |
1.2.2_1 09 Dec 2005 21:15:48
![files touched by this commit files touched by this commit](/images/logs.gif) |
rodrigc ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Only compile apr-svn without threads on FreeBSD versions less than 5. |
1.2.2_1 19 Nov 2005 06:02:20
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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. |
1.2.2_1 15 Nov 2005 06:52:12
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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. |
1.2.2_1 03 Nov 2005 02:36:35
![files touched by this commit files touched by this commit](/images/logs.gif) |
rodrigc ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Do not use thread mutexes if we are compiling APR without thread support.
PR: ports/88407
Reported by: lofi |
1.2.2_1 03 Nov 2005 01:36:53
![files touched by this commit files touched by this commit](/images/logs.gif) |
rodrigc ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 |
1.2.2_1 29 Oct 2005 05:19:51
![files touched by this commit files touched by this commit](/images/logs.gif) |
rodrigc ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade to apr-1.2.2 |
1.0.1_1 27 Jul 2005 15:58:52
![files touched by this commit files touched by this commit](/images/logs.gif) |
rodrigc ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
1.0.1_1 12 Jun 2005 17:51:34
![files touched by this commit files touched by this commit](/images/logs.gif) |
rodrigc ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
1.0.1_1 06 Jun 2005 15:16:42
![files touched by this commit files touched by this commit](/images/logs.gif) |
rodrigc ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Do not unconditionally use Python in build of apr.
PR: 80479
Submitted by: Brian Minard <bminard@flatfoot.ca>
Approved by: demon (ports mentor) |
1.0.1_1 16 May 2005 21:52:58
![files touched by this commit files touched by this commit](/images/logs.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- libdata/pkgconfig is now included in mtree
Approved by: marcus (portmgr hat) |
1.0.1_1 25 Nov 2004 05:01:04
![files touched by this commit files touched by this commit](/images/logs.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Forgot to bump PORTREVISION, because of correct the installion for put the
*.pc files in libdata/pkgconfig instead lib/pkgconfig. |
1.0.1 25 Nov 2004 04:54:14
![files touched by this commit files touched by this commit](/images/logs.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Make the portlint a bit happier.
Approved by: dolt_ (IRC handle, the maintainer) |
1.0.1 25 Nov 2004 04:13:59
![files touched by this commit files touched by this commit](/images/logs.gif) |
daichi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to apr 1.0.1 (apr 1.0.0 no longer available)
PR: ports/74322
Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> (maintainer) |
1.0.0 06 Nov 2004 18:16:16
![files touched by this commit files touched by this commit](/images/logs.gif) |
lev ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use db4.2, not old db4 as BerkeleyDB.
Approved by: maintainer |
1.0.0 03 Nov 2004 04:19:11
![files touched by this commit files touched by this commit](/images/logs.gif) |
kuriyama ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
(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) |
1.0.0 15 Oct 2004 17:32:46
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Kill off automake18, switching to automake19. Requiem Mors Pacem. |
1.0.0 12 Oct 2004 22:41:45
![files touched by this commit files touched by this commit](/images/logs.gif) |
kuriyama ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Upgrade to 1.0.0.
- Add APR_UTIL_WITH_LDAP knob.
Approved by: maintainer (Craig Rodrigues), lev (active in this area) |
0.9.4_9 01 Jul 2004 17:06:41
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!) |
0.9.4_9 28 Jun 2004 23:16:53
![files touched by this commit files touched by this commit](/images/logs.gif) |
kuriyama ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Unbreak on amd64 by copying config.{sub,guess} correctly.
Approved by: maintainer
Tested on the box from: AMD Developper Program |
0.9.4_9 04 Jun 2004 17:29:38
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Sync with new bsd.autotools.mk |
0.9.4_9 28 May 2004 23:07:50
![files touched by this commit files touched by this commit](/images/logs.gif) |
kan ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Specify location of Berkeley DB, if LOCALBASE is not /usr/local.
Submitted by: Johny Mattsson <lonewolf-freebsd at earthmagic dot org>
Approved by: maintainer |
0.9.4_9 10 Apr 2004 19:23:24
![files touched by this commit files touched by this commit](/images/logs.gif) |
lev ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Ooops... Garbaged makefile was committed. I'm very sorry about this.
Fixed. |
0.9.4_9 10 Apr 2004 17:34:39
![files touched by this commit files touched by this commit](/images/logs.gif) |
lev ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Unbreak port after last ade's commit.
PR: ports/65173
Submitted by: maintainer |
0.9.4_9 04 Apr 2004 21:42:12
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Reset two missed ports back to WANT_AUTO* -- the other one mentioned,
apr-thread, doesn't appear to exist in the ports tree. |
0.9.4_9 30 Mar 2004 19:20:23
![files touched by this commit files touched by this commit](/images/logs.gif) |
krion ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Use USE_ICONV knob
Approved by: portmgr |
0.9.4_9 24 Mar 2004 20:59:17
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert all but one port that uses libtool14 to use libtool15, in readiness
for the destruction of devel/libtool14 |
0.9.4_9 18 Mar 2004 18:01:13
![files touched by this commit files touched by this commit](/images/logs.gif) |
trevor ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add size data, approved by maintainers. |
0.9.4_9 15 Mar 2004 14:07:47
![files touched by this commit files touched by this commit](/images/logs.gif) |
kuriyama ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Unbreak on 4.x.
Submitted by: maintainer |
0.9.4_9 14 Mar 2004 07:58:26
![files touched by this commit files touched by this commit](/images/logs.gif) |
kuriyama ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION. |
0.9.4_8 13 Mar 2004 05:42:15
![files touched by this commit files touched by this commit](/images/logs.gif) |
kris ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
BROKEN on 4.x: Configure fails |
0.9.4_8 12 Mar 2004 02:48:25
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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. |
0.9.4_8 13 Feb 2004 00:32:25
![files touched by this commit files touched by this commit](/images/logs.gif) |
kuriyama ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Unbreak on amd64.
Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> (maintainer) |
0.9.4_8 04 Feb 2004 05:21:48
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.9.4_7 01 Feb 2004 08:07:50
![files touched by this commit files touched by this commit](/images/logs.gif) |
lev ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add APR_UTIL_WITHOUT_THREADS knob, which disables threads support.
It is needed by subversion with perl bindings.
Reviewed by: maintainer
Approved by: maintainer |
0.9.4_6 31 Jan 2004 10:04:40
![files touched by this commit files touched by this commit](/images/logs.gif) |
lev ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
0.9.4_5 24 Jan 2004 03:36:43
![files touched by this commit files touched by this commit](/images/logs.gif) |
kuriyama ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Correct pthread detection.
Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> (maintainer)
Tested by: kuriyama (on 4-stable and 5-current) |
0.9.4_4 14 Jan 2004 14:45:25
![files touched by this commit files touched by this commit](/images/logs.gif) |
kuriyama ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to recent snapshot. I hope 0.9.5 will be released soon...
Approved by: maintainer |
0.9.4_3 11 Nov 2003 13:26:14
![files touched by this commit files touched by this commit](/images/logs.gif) |
lev ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix pthreads support on 4-STABLE systems
Submitted by: MAINTAINER |
0.9.4_2 10 Nov 2003 07:45:43
![files touched by this commit files touched by this commit](/images/logs.gif) |
lev ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix pthreads support.
This commit fix ports/59055, which shows problesm with subversion
Submitted by: MAINTAINER |
0.9.4_1 09 Nov 2003 00:57:38
![files touched by this commit files touched by this commit](/images/logs.gif) |
jeh ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Tunables provided by Thomas-Martin Seck
to conditionally add dependencies on gdbm or db4.
PR: 58474
Submitted By: MAINTAINER |
0.9.4_1 06 Nov 2003 14:26:01
![files touched by this commit files touched by this commit](/images/logs.gif) |
sf ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
respect CC/CFLAGS.
Approved by: maintainer |
0.9.4_1 05 Nov 2003 22:42:44
![files touched by this commit files touched by this commit](/images/logs.gif) |
jeh ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add thread support to APR port.
Bump PORTREVISION
PR: 58834
Submitted By: MAINTAINER |
0.9.4 03 Oct 2003 05:25:25
![files touched by this commit files touched by this commit](/images/logs.gif) |
max ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade 5o 0.94.
Update the maintainer's address.
Reviewed by: maintainer |
0.9.3 26 Jun 2003 22:58:32
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
0.9.3 10 Jun 2003 15:39:11
![files touched by this commit files touched by this commit](/images/logs.gif) |
sheldonh ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update MASTER_SITES, the testing subdir is now empty and the distfile
lives in its parent. |
0.9.3 19 Apr 2003 03:29:02
![files touched by this commit files touched by this commit](/images/logs.gif) |
bmah ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
0.9.2.a 06 Apr 2003 22:37:13
![files touched by this commit files touched by this commit](/images/logs.gif) |
bmah ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix whitespace nit.
Submitted by: portlint(1) |
0.9.2.a 06 Apr 2003 22:36:25
![files touched by this commit files touched by this commit](/images/logs.gif) |
bmah ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
0.9.2.a 28 Mar 2003 05:46:27
![files touched by this commit files touched by this commit](/images/logs.gif) |
bmah ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
0.9.1 22 Feb 2003 03:55:07
![files touched by this commit files touched by this commit](/images/logs.gif) |
kris ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add missing build directory and sort pkg-plist. This port should probably
not even be installing build/libtool. |
0.9.1 21 Feb 2003 11:23:04
![files touched by this commit files touched by this commit](/images/logs.gif) |
knu ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
De-pkg-comment. |
0.9.1 22 Jan 2003 01:27:29
![files touched by this commit files touched by this commit](/images/logs.gif) |
kuriyama ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add $INSTALLS_SHLIB=yes flag.
Approved by: Craig Rodrigues <rodrigc@attbi.com> (maintainer) |
0.9.1 16 Jan 2003 02:02:22
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
[MAINTAINER update] devel/apr: add missing files to pkg-plist
Submitted by: Craig Rodrigues <rodrigc@attbi.com> |