non port: devel/apr/Makefile |
SVNWeb
|
Number of commits found: 98 |
Tue, 18 May 2010
|
[ 04:34 pgollucci ]
- 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
|
Fri, 7 May 2010
|
[ 19:55 pgollucci ]
- 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@
|
[ 18:32 pgollucci ]
- 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@
|
[ 02:26 pgollucci ]
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@
|
[ 00:39 pgollucci ]
- 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@
|
[ 00:25 pgollucci ]
- Not yet compatiable with db50
PR: ports/145956
Submitted by: mandree
With Hat: apache@
|
Wed, 5 May 2010
|
[ 22:24 pgollucci ]
- 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@
|
[ 22:23 pgollucci ]
- Make the OPTIONAL package build names more useful and version
mysql,pgsql,ldap
- No PORTREVISION bump [non default options]
|
[ 21:40 pgollucci ]
1/5: Update to apr 1.4.2
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@
|
Thu, 29 Apr 2010
|
[ 18:01 pgollucci ]
--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@
|
[ 17:30 pgollucci ]
- 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)
|
Thu, 24 Dec 2009
|
[ 19:49 pgollucci ]
OPTIONS += SQLITE
Submitted by: Adam Pordzik <ap@d-dt.de> (via e-mail)
|
[ 19:42 pgollucci ]
- 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>]
|
Thu, 10 Dec 2009
|
[ 06:03 pgollucci ]
- Allow install by a user other then root
PR: ports/13876 [based on]
Submitted by: Mel Flynn <mel@rachie.is-a-geek.net>
|
Thu, 6 Aug 2009
|
[ 22:56 simon ]
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...)
|
Mon, 3 Aug 2009
|
[ 03:23 pgollucci ]
- Update to 1.3.7/1.3.8
- Default IPv6 support to ON
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-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
|
Wed, 8 Jul 2009
|
[ 00:01 pgollucci ]
- Update to apr 1.3.6, apr-util 1.3.8
|
Wed, 17 Jun 2009
|
[ 23:11 pgollucci ]
- Fix the pkg-plist in the case when only GDBM was included
|
Thu, 11 Jun 2009
|
[ 23:57 pgollucci ]
- Respect hier(7), finally after 6yrs
|
Wed, 10 Jun 2009
|
[ 21:27 pgollucci ]
- 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)
|
[ 05:53 pgollucci ]
- 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]
|
Mon, 8 Jun 2009
|
[ 23:33 pgollucci ]
- 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
|
[ 02:54 pgollucci ]
- 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>
|
Sat, 16 May 2009
|
[ 06:27 pgollucci ] (Only the first 10 of 103 ports in this commit are shown above. )
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB
|
Sun, 18 Jan 2009
|
[ 19:43 pgollucci ] (Only the first 10 of 11 ports in this commit are shown above. )
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 )
|
Fri, 22 Aug 2008
|
[ 18:49 pgollucci ]
- 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)
|
Wed, 20 Aug 2008
|
[ 00:57 ade ] (Only the first 10 of 398 ports in this commit are shown above. )
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
|
Tue, 29 Jul 2008
|
[ 14:04 pgollucci ]
- 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)
|
[ 02:10 rodrigc ]
New APR maintainer: Phillip M. Gollucci <pgollucci@FreeBSD.org>
|
Fri, 4 Jul 2008
|
[ 19:29 rodrigc ]
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>
|
Fri, 9 May 2008
|
[ 04:29 rodrigc ]
Put my FreeBSD e-mail address in MAINTAINER line.
Requested by: araujo
|
Sun, 4 May 2008
|
[ 20:37 rodrigc ]
Update to apr 1.2.12
|
Mon, 31 Mar 2008
|
[ 13:55 pav ]
- 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)
|
Thu, 4 Oct 2007
|
[ 00:41 edwin ] (Only the first 10 of 35 ports in this commit are shown above. )
Remove always-false/true conditions based on OSVERSION 500000
|
Sun, 30 Sep 2007
|
[ 04:47 linimon ] (Only the first 10 of 300 ports in this commit are shown above. )
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
|
Sat, 16 Jun 2007
|
[ 19:56 rodrigc ]
Update to apr 1.2.8
PR: ports/112506
|
Mon, 29 May 2006
|
[ 13:12 rodrigc ]
Upgrade to apr-1.2.7
PR: ports/98085
Submitted by: skv
|
Thu, 6 Apr 2006
|
[ 10:37 leeym ]
- utilize USE_BDB
PR: 89023
Submitted by: swhetzel at gmail.com
Approved by: maintainer
|
Tue, 28 Feb 2006
|
[ 05:56 ade ]
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)
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Sat, 11 Feb 2006
|
[ 14:42 lawrance ]
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)
|
Mon, 30 Jan 2006
|
[ 23:20 kuriyama ] (Only the first 10 of 67 ports in this commit are shown above. )
Chase shlib bump of libexpat.
|
Fri, 9 Dec 2005
|
[ 21:15 rodrigc ]
Only compile apr-svn without threads on FreeBSD versions less than 5.
|
Sat, 19 Nov 2005
|
[ 06:02 ade ] (Only the first 10 of 29 ports in this commit are shown above. )
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.
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
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.
|
Sat, 29 Oct 2005
|
[ 05:19 rodrigc ]
Upgrade to apr-1.2.2
|
Wed, 27 Jul 2005
|
[ 15:58 rodrigc ]
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)
|
Sun, 12 Jun 2005
|
[ 17:51 rodrigc ]
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)
|
Mon, 6 Jun 2005
|
[ 15:16 rodrigc ]
Do not unconditionally use Python in build of apr.
PR: 80479
Submitted by: Brian Minard <bminard@flatfoot.ca>
Approved by: demon (ports mentor)
|
Thu, 25 Nov 2004
|
[ 05:01 mezz ]
Forgot to bump PORTREVISION, because of correct the installion for put the
*.pc files in libdata/pkgconfig instead lib/pkgconfig.
|
[ 04:54 mezz ]
Make the portlint a bit happier.
Approved by: dolt_ (IRC handle, the maintainer)
|
[ 04:13 daichi ]
Update to apr 1.0.1 (apr 1.0.0 no longer available)
PR: ports/74322
Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> (maintainer)
|
Sat, 6 Nov 2004
|
[ 18:16 lev ]
Use db4.2, not old db4 as BerkeleyDB.
Approved by: maintainer
|
Wed, 3 Nov 2004
|
[ 04:19 kuriyama ]
(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)
|
Fri, 15 Oct 2004
|
[ 17:32 ade ] (Only the first 10 of 27 ports in this commit are shown above. )
Kill off automake18, switching to automake19. Requiem Mors Pacem.
|
Tue, 12 Oct 2004
|
[ 22:41 kuriyama ]
- Upgrade to 1.0.0.
- Add APR_UTIL_WITH_LDAP knob.
Approved by: maintainer (Craig Rodrigues), lev (active in this area)
|
Thu, 1 Jul 2004
|
[ 17:06 ade ] (Only the first 10 of 70 ports in this commit are shown above. )
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
|
Mon, 28 Jun 2004
|
[ 23:16 kuriyama ]
Unbreak on amd64 by copying config.{sub,guess} correctly.
Approved by: maintainer
Tested on the box from: AMD Developper Program
|
Fri, 4 Jun 2004
|
[ 17:29 ade ] (Only the first 10 of 149 ports in this commit are shown above. )
Sync with new bsd.autotools.mk
|
Fri, 28 May 2004
|
[ 23:07 kan ]
Specify location of Berkeley DB, if LOCALBASE is not /usr/local.
Submitted by: Johny Mattsson <lonewolf-freebsd at earthmagic dot org>
Approved by: maintainer
|
Sat, 10 Apr 2004
|
[ 19:23 lev ]
Ooops... Garbaged makefile was committed. I'm very sorry about this.
Fixed.
|
[ 17:34 lev ]
Unbreak port after last ade's commit.
PR: ports/65173
Submitted by: maintainer
|
Sun, 4 Apr 2004
|
[ 21:42 ade ]
Reset two missed ports back to WANT_AUTO* -- the other one mentioned,
apr-thread, doesn't appear to exist in the ports tree.
|
Tue, 30 Mar 2004
|
[ 19:20 krion ] (Only the first 10 of 64 ports in this commit are shown above. )
- Use USE_ICONV knob
Approved by: portmgr
|
Wed, 24 Mar 2004
|
[ 20:59 ade ]
Convert all but one port that uses libtool14 to use libtool15, in readiness
for the destruction of devel/libtool14
|
Mon, 15 Mar 2004
|
[ 14:07 kuriyama ]
Unbreak on 4.x.
Submitted by: maintainer
|
Sun, 14 Mar 2004
|
[ 07:58 kuriyama ] (Only the first 10 of 46 ports in this commit are shown above. )
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
|
Sat, 13 Mar 2004
|
[ 05:42 kris ]
BROKEN on 4.x: Configure fails
|
Fri, 12 Mar 2004
|
[ 02:48 ade ] (Only the first 10 of 33 ports in this commit are shown above. )
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.
|
Fri, 13 Feb 2004
|
[ 00:32 kuriyama ]
Unbreak on amd64.
Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> (maintainer)
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Sun, 1 Feb 2004
|
[ 08:07 lev ]
Add APR_UTIL_WITHOUT_THREADS knob, which disables threads support.
It is needed by subversion with perl bindings.
Reviewed by: maintainer
Approved by: maintainer
|
Sat, 31 Jan 2004
|
[ 10:04 lev ]
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)
|
Sat, 24 Jan 2004
|
[ 03:36 kuriyama ]
Correct pthread detection.
Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> (maintainer)
Tested by: kuriyama (on 4-stable and 5-current)
|
Wed, 14 Jan 2004
|
[ 14:45 kuriyama ]
Update to recent snapshot. I hope 0.9.5 will be released soon...
Approved by: maintainer
|
Tue, 11 Nov 2003
|
[ 13:26 lev ]
Fix pthreads support on 4-STABLE systems
Submitted by: MAINTAINER
|
Mon, 10 Nov 2003
|
[ 07:45 lev ]
Fix pthreads support.
This commit fix ports/59055, which shows problesm with subversion
Submitted by: MAINTAINER
|
Sun, 9 Nov 2003
|
[ 00:57 jeh ]
Tunables provided by Thomas-Martin Seck
to conditionally add dependencies on gdbm or db4.
PR: 58474
Submitted By: MAINTAINER
|
Thu, 6 Nov 2003
|
[ 14:26 sf ]
respect CC/CFLAGS.
Approved by: maintainer
|
Wed, 5 Nov 2003
|
[ 22:42 jeh ]
Add thread support to APR port.
Bump PORTREVISION
PR: 58834
Submitted By: MAINTAINER
|
Fri, 3 Oct 2003
|
[ 05:25 max ]
Upgrade 5o 0.94.
Update the maintainer's address.
Reviewed by: maintainer
|
Thu, 26 Jun 2003
|
[ 22:58 ade ] (Only the first 10 of 113 ports in this commit are shown above. )
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)
|
Tue, 10 Jun 2003
|
[ 15:39 sheldonh ]
Update MASTER_SITES, the testing subdir is now empty and the distfile
lives in its parent.
|
Sat, 19 Apr 2003
|
[ 03:29 bmah ]
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)
|
Sun, 6 Apr 2003
|
[ 22:37 bmah ]
Fix whitespace nit.
Submitted by: portlint(1)
|
[ 22:36 bmah ]
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)
|
Fri, 28 Mar 2003
|
[ 05:46 bmah ]
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)
|
Fri, 21 Feb 2003
|
[ 11:23 knu ] (Only the first 10 of 422 ports in this commit are shown above. )
De-pkg-comment.
|
Wed, 22 Jan 2003
|
[ 01:27 kuriyama ]
Add $INSTALLS_SHLIB=yes flag.
Approved by: Craig Rodrigues <rodrigc@attbi.com> (maintainer)
|
Thu, 2 Jan 2003
|
[ 08:29 ijliao ]
upgrade to 0.9.1
PR: 46390
Submitted by: Craig Rodrigues <rodrigc@attbi.com> (new maintainer)
Approved by: old maintainer
|
Sun, 29 Dec 2002
|
[ 14:46 alane ]
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
|
Thu, 7 Nov 2002
|
[ 11:54 edwin ]
Fix PERL dependencies for these ports (print/cups solves print/cups-base
and french/cups-base)
Noticed on: bento
|
Tue, 17 Sep 2002
|
[ 07:41 kuriyama ] (Only the first 10 of 22 ports in this commit are shown above. )
Bump PORTREVISION and expat shlib.
|
Mon, 5 Aug 2002
|
[ 09:38 roberto ]
Update to apr version 20020725223645
PR: ports/41249
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
|
Sun, 21 Jul 2002
|
[ 02:17 kuriyama ] (Only the first 10 of 21 ports in this commit are shown above. )
Bump portrevision (textproc/expat2 shlib bump).
|
Mon, 15 Jul 2002
|
[ 18:19 roberto ]
Update apr to the latest snapshot 20020707163141.
PR: ports/40395
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
|
[ 17:58 roberto ]
devel/apr has been repo-copied to devel/apr.
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
|
Number of commits found: 98 |