CVS log for ports/devel/apr/Attic/Makefile
Up to [FreeBSD] / ports / devel / apr
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.102
Tue May 18 04:34:24 2010 UTC (20 months, 3 weeks ago) by pgollucci
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.101: +1 -1 lines
- 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
Revision 1.101: download - view: text, markup, annotated - select for diffs
Fri May 7 19:55:07 2010 UTC (21 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +2 -1 lines
- 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@
Revision 1.100: download - view: text, markup, annotated - select for diffs
Fri May 7 18:32:28 2010 UTC (21 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +0 -12 lines
- 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@
Revision 1.99: download - view: text, markup, annotated - select for diffs
Fri May 7 02:26:46 2010 UTC (21 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +25 -1 lines
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@
Revision 1.98: download - view: text, markup, annotated - select for diffs
Fri May 7 00:39:22 2010 UTC (21 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +22 -22 lines
- 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@
Revision 1.97: download - view: text, markup, annotated - select for diffs
Fri May 7 00:25:15 2010 UTC (21 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +1 -0 lines
- Not yet compatiable with db50 PR: ports/145956 Submitted by: mandree With Hat: apache@
Revision 1.96: download - view: text, markup, annotated - select for diffs
Wed May 5 22:24:51 2010 UTC (21 months, 1 week ago) by pgollucci
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +1 -1 lines
- 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@
Revision 1.95: download - view: text, markup, annotated - select for diffs
Wed May 5 22:23:06 2010 UTC (21 months, 1 week ago) by pgollucci
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +3 -3 lines
- Make the OPTIONAL package build names more useful and version mysql,pgsql,ldap - No PORTREVISION bump [non default options]
Revision 1.94: download - view: text, markup, annotated - select for diffs
Wed May 5 21:40:46 2010 UTC (21 months, 1 week ago) by pgollucci
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +5 -5 lines
1/5: Update to apr 1.4.2 PR: ports/146130 Approved by: portmgr (pav) Tested by: -exp run (pav) With Hat: apache@
Revision 1.93: download - view: text, markup, annotated - select for diffs
Thu Apr 29 18:01:01 2010 UTC (21 months, 1 week ago) by pgollucci
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +2 -2 lines
--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@
Revision 1.92: download - view: text, markup, annotated - select for diffs
Thu Apr 29 17:30:24 2010 UTC (21 months, 1 week ago) by pgollucci
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +1 -1 lines
- 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)
Revision 1.91: download - view: text, markup, annotated - select for diffs
Thu Dec 24 19:49:51 2009 UTC (2 years, 1 month ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +18 -1 lines
OPTIONS += SQLITE Submitted by: Adam Pordzik <ap@d-dt.de> (via e-mail)
Revision 1.90: download - view: text, markup, annotated - select for diffs
Thu Dec 24 19:42:23 2009 UTC (2 years, 1 month ago) by pgollucci
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +1 -2 lines
- 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>]
Revision 1.89: download - view: text, markup, annotated - select for diffs
Thu Dec 10 06:03:27 2009 UTC (2 years, 2 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +1 -0 lines
- Allow install by a user other then root PR: ports/13876 [based on] Submitted by: Mel Flynn <mel@rachie.is-a-geek.net>
Revision 1.88: download - view: text, markup, annotated - select for diffs
Thu Aug 6 22:56:57 2009 UTC (2 years, 6 months ago) by simon
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +2 -2 lines
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...)
Revision 1.87: download - view: text, markup, annotated - select for diffs
Mon Aug 3 03:23:01 2009 UTC (2 years, 6 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +2 -2 lines
- Update to 1.3.7/1.3.8 - Default IPv6 support to ON
Revision 1.86: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:33:01 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +1 -1 lines
-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
Revision 1.85: download - view: text, markup, annotated - select for diffs
Wed Jul 8 00:01:58 2009 UTC (2 years, 7 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -3 lines
- Update to apr 1.3.6, apr-util 1.3.8
Revision 1.84: download - view: text, markup, annotated - select for diffs
Wed Jun 17 23:11:19 2009 UTC (2 years, 7 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +1 -0 lines
- Fix the pkg-plist in the case when only GDBM was included
Revision 1.83: download - view: text, markup, annotated - select for diffs
Thu Jun 11 23:57:09 2009 UTC (2 years, 8 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +2 -2 lines
- Respect hier(7), finally after 6yrs
Revision 1.82: download - view: text, markup, annotated - select for diffs
Wed Jun 10 21:27:34 2009 UTC (2 years, 8 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +2 -2 lines
- 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)
Revision 1.81: download - view: text, markup, annotated - select for diffs
Wed Jun 10 05:53:27 2009 UTC (2 years, 8 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +9 -3 lines
- 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]
Revision 1.80: download - view: text, markup, annotated - select for diffs
Mon Jun 8 23:33:26 2009 UTC (2 years, 8 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +2 -2 lines
- 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
Revision 1.79: download - view: text, markup, annotated - select for diffs
Mon Jun 8 02:54:14 2009 UTC (2 years, 8 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +22 -11 lines
- 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>
Revision 1.78: download - view: text, markup, annotated - select for diffs
Sat May 16 06:27:43 2009 UTC (2 years, 8 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +2 -0 lines
- Mark most of my ports MAKE_JOBS_SAFE=yes Tested by: several builds in P6 TB
Revision 1.77: download - view: text, markup, annotated - select for diffs
Sun Jan 18 19:43:53 2009 UTC (3 years ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +108 -87 lines
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 delete pre-extract target bump PORTREVISION NOTE: port still breaks hier(7), need to fix o devel/kdesvn, devel/rapidsvn, devel/subcommander*, devel/subversion* devel/apr-svn -> devel/apr (subversion will pull in devel/apr) Notes: dev@apr.apache.org, trunk in svn is as of TODAY(2008/01/03) 2.0.x, ports infra needs to prep for [devel/apr-0,] devel/apr-1, devel/apr-2 Helpful for PRs: ports/117596, ports/83644, ports/96749, ports/110651, ports/118003, ports/128078 Fixes PRs: ports/126053 [1] Requeted by: many on ports@, many on #bsdports [1] Exp Run by : pav
Revision 1.76: download - view: text, markup, annotated - select for diffs
Fri Aug 22 18:49:56 2008 UTC (3 years, 5 months ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +24 -25 lines
- 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)
Revision 1.75: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:56:33 2008 UTC (3 years, 5 months ago) by ade
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +1 -1 lines
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62 Tested by: exp build run (erwin)
Revision 1.74: download - view: text, markup, annotated - select for diffs
Tue Jul 29 14:04:32 2008 UTC (3 years, 6 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +5 -1 lines
- 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)
Revision 1.73: download - view: text, markup, annotated - select for diffs
Tue Jul 29 02:10:53 2008 UTC (3 years, 6 months ago) by rodrigc
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -1 lines
New APR maintainer: Phillip M. Gollucci <pgollucci@FreeBSD.org>
Revision 1.72: download - view: text, markup, annotated - select for diffs
Fri Jul 4 19:29:21 2008 UTC (3 years, 7 months ago) by rodrigc
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +8 -5 lines
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>
Revision 1.71: download - view: text, markup, annotated - select for diffs
Fri May 9 04:29:04 2008 UTC (3 years, 9 months ago) by rodrigc
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -1 lines
Put my FreeBSD e-mail address in MAINTAINER line. Requested by: araujo
Revision 1.70: download - view: text, markup, annotated - select for diffs
Sun May 4 20:37:53 2008 UTC (3 years, 9 months ago) by rodrigc
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +1 -2 lines
Update to apr 1.2.12
Revision 1.69: download - view: text, markup, annotated - select for diffs
Mon Mar 31 13:55:58 2008 UTC (3 years, 10 months ago) by pav
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +3 -3 lines
- 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)
Revision 1.68: download - view: text, markup, annotated - select for diffs
Thu Oct 4 00:41:06 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +0 -4 lines
Remove always-false/true conditions based on OSVERSION 500000
Revision 1.67: download - view: text, markup, annotated - select for diffs
Sun Sep 30 04:46:42 2007 UTC (4 years, 4 months ago) by linimon
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +2 -2 lines
Switch autoconf dependencies from 2.53 or 2.59 to 2.61. PR: ports/116639 Submitted by: aDe
Revision 1.66: download - view: text, markup, annotated - select for diffs
Sat Jun 16 19:56:47 2007 UTC (4 years, 7 months ago) by rodrigc
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -1 lines
Update to apr 1.2.8 PR: ports/112506
Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon May 29 13:12:35 2006 UTC (5 years, 8 months ago) by rodrigc
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -2 lines
Upgrade to apr-1.2.7 PR: ports/98085 Submitted by: skv
Revision 1.64: download - view: text, markup, annotated - select for diffs
Thu Apr 6 10:37:17 2006 UTC (5 years, 10 months ago) by leeym
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +17 -11 lines
- utilize USE_BDB PR: 89023 Submitted by: swhetzel at gmail.com Approved by: maintainer
Revision 1.63: download - view: text, markup, annotated - select for diffs
Tue Feb 28 05:56:43 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +6 -5 lines
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)
Revision 1.62: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:35:28 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -1 lines
Conversion to a single libtool environment. Approved by: portmgr (kris)
Revision 1.61: download - view: text, markup, annotated - select for diffs
Sat Feb 11 14:42:45 2006 UTC (6 years ago) by lawrance
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -0 lines
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)
Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Jan 30 23:19:52 2006 UTC (6 years ago) by kuriyama
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -2 lines
Chase shlib bump of libexpat.
Revision 1.59: download - view: text, markup, annotated - select for diffs
Fri Dec 9 21:15:48 2005 UTC (6 years, 2 months ago) by rodrigc
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +4 -0 lines
Only compile apr-svn without threads on FreeBSD versions less than 5.
Revision 1.58: download - view: text, markup, annotated - select for diffs
Sat Nov 19 06:02:17 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -1 lines
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.
Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:48:32 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -3 lines
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.
Revision 1.56: download - view: text, markup, annotated - select for diffs
Sat Oct 29 05:19:51 2005 UTC (6 years, 3 months ago) by rodrigc
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
Upgrade to apr-1.2.2
Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed Jul 27 15:58:52 2005 UTC (6 years, 6 months ago) by rodrigc
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -1 lines
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)
Revision 1.54: download - view: text, markup, annotated - select for diffs
Sun Jun 12 17:51:34 2005 UTC (6 years, 8 months ago) by rodrigc
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -10 lines
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)
Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Jun 6 15:16:42 2005 UTC (6 years, 8 months ago) by rodrigc
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +9 -2 lines
Do not unconditionally use Python in build of apr. PR: 80479 Submitted by: Brian Minard <bminard@flatfoot.ca> Approved by: demon (ports mentor)
Revision 1.52: download - view: text, markup, annotated - select for diffs
Thu Nov 25 05:01:04 2004 UTC (7 years, 2 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -0 lines
Forgot to bump PORTREVISION, because of correct the installion for put the *.pc files in libdata/pkgconfig instead lib/pkgconfig.
Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Nov 25 04:54:14 2004 UTC (7 years, 2 months ago) by mezz
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +12 -8 lines
Make the portlint a bit happier. Approved by: dolt_ (IRC handle, the maintainer)
Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Nov 25 04:13:59 2004 UTC (7 years, 2 months ago) by daichi
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
Update to apr 1.0.1 (apr 1.0.0 no longer available) PR: ports/74322 Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> (maintainer)
Revision 1.49: download - view: text, markup, annotated - select for diffs
Sat Nov 6 18:16:16 2004 UTC (7 years, 3 months ago) by lev
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +11 -11 lines
Use db4.2, not old db4 as BerkeleyDB. Approved by: maintainer
Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Nov 3 04:19:10 2004 UTC (7 years, 3 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -4 lines
(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)
Revision 1.47: download - view: text, markup, annotated - select for diffs
Fri Oct 15 17:32:44 2004 UTC (7 years, 3 months ago) by ade
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
Kill off automake18, switching to automake19. Requiem Mors Pacem.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Oct 12 22:41:44 2004 UTC (7 years, 4 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +18 -7 lines
- Upgrade to 1.0.0. - Add APR_UTIL_WITH_LDAP knob. Approved by: maintainer (Craig Rodrigues), lev (active in this area)
Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Jul 1 17:06:36 2004 UTC (7 years, 7 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +4 -6 lines
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!)
Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Jun 28 23:16:53 2004 UTC (7 years, 7 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +6 -1 lines
Unbreak on amd64 by copying config.{sub,guess} correctly.
Approved by: maintainer
Tested on the box from: AMD Developper Program
Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Jun 4 17:29:12 2004 UTC (7 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +6 -7 lines
Sync with new bsd.autotools.mk
Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri May 28 23:07:50 2004 UTC (7 years, 8 months ago) by kan
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -0 lines
Specify location of Berkeley DB, if LOCALBASE is not /usr/local. Submitted by: Johny Mattsson <lonewolf-freebsd at earthmagic dot org> Approved by: maintainer
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Apr 10 19:23:24 2004 UTC (7 years, 10 months ago) by lev
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +0 -7 lines
Ooops... Garbaged makefile was committed. I'm very sorry about this. Fixed.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Apr 10 17:34:39 2004 UTC (7 years, 10 months ago) by lev
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +28 -5 lines
Unbreak port after last ade's commit. PR: ports/65173 Submitted by: maintainer
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Apr 4 21:42:12 2004 UTC (7 years, 10 months ago) by ade
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
Reset two missed ports back to WANT_AUTO* -- the other one mentioned, apr-thread, doesn't appear to exist in the ports tree.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Mar 30 19:20:16 2004 UTC (7 years, 10 months ago) by krion
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
- Use USE_ICONV knob Approved by: portmgr
Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Mar 24 20:59:15 2004 UTC (7 years, 10 months ago) by ade
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
Convert all but one port that uses libtool14 to use libtool15, in readiness for the destruction of devel/libtool14
Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Mar 15 14:07:47 2004 UTC (7 years, 10 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +8 -15 lines
Unbreak on 4.x. Submitted by: maintainer
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Mar 14 07:58:20 2004 UTC (7 years, 10 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
o Bump $LIB_DEPENDS line to chase expat's shlib version. o Bump $PORTREVISION.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Mar 13 05:42:15 2004 UTC (7 years, 11 months ago) by kris
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +4 -0 lines
BROKEN on 4.x: Configure fails
Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Mar 12 02:48:22 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -2 lines
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.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Feb 13 00:32:24 2004 UTC (7 years, 11 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +10 -11 lines
Unbreak on amd64. Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> (maintainer)
Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:19:21 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Feb 1 08:07:50 2004 UTC (8 years ago) by lev
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +48 -6 lines
Add APR_UTIL_WITHOUT_THREADS knob, which disables threads support. It is needed by subversion with perl bindings. Reviewed by: maintainer Approved by: maintainer
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Jan 31 10:04:40 2004 UTC (8 years ago) by lev
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
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)
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Jan 24 03:36:43 2004 UTC (8 years ago) by kuriyama
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -5 lines
Correct pthread detection. Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> (maintainer) Tested by: kuriyama (on 4-stable and 5-current)
Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Jan 14 14:45:24 2004 UTC (8 years ago) by kuriyama
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +11 -3 lines
Update to recent snapshot. I hope 0.9.5 will be released soon... Approved by: maintainer
Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Nov 11 13:26:14 2003 UTC (8 years, 3 months ago) by lev
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
Fix pthreads support on 4-STABLE systems Submitted by: MAINTAINER
Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Nov 10 07:45:43 2003 UTC (8 years, 3 months ago) by lev
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
Fix pthreads support. This commit fix ports/59055, which shows problesm with subversion Submitted by: MAINTAINER
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Nov 9 00:57:38 2003 UTC (8 years, 3 months ago) by jeh
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +38 -2 lines
Tunables provided by Thomas-Martin Seck to conditionally add dependencies on gdbm or db4. PR: 58474 Submitted By: MAINTAINER
Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Nov 6 14:26:01 2003 UTC (8 years, 3 months ago) by sf
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -2 lines
respect CC/CFLAGS. Approved by: maintainer
Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Nov 5 22:42:43 2003 UTC (8 years, 3 months ago) by jeh
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -0 lines
Add thread support to APR port. Bump PORTREVISION PR: 58834 Submitted By: MAINTAINER
Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Oct 3 05:25:25 2003 UTC (8 years, 4 months ago) by max
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +6 -6 lines
Upgrade 5o 0.94. Update the maintainer's address. Reviewed by: maintainer
Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Jun 26 22:58:23 2003 UTC (8 years, 7 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +5 -4 lines
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)
Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Jun 10 15:39:11 2003 UTC (8 years, 8 months ago) by sheldonh
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
Update MASTER_SITES, the testing subdir is now empty and the distfile lives in its parent.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Apr 19 03:29:02 2003 UTC (8 years, 9 months ago) by bmah
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +13 -14 lines
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)
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Apr 6 22:37:13 2003 UTC (8 years, 10 months ago) by bmah
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Fix whitespace nit. Submitted by: portlint(1)
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Apr 6 22:36:25 2003 UTC (8 years, 10 months ago) by bmah
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +0 -3 lines
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)
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Mar 28 05:46:27 2003 UTC (8 years, 10 months ago) by bmah
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +15 -11 lines
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)
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Feb 21 11:22:25 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -0 lines
De-pkg-comment.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Jan 22 01:27:29 2003 UTC (9 years ago) by kuriyama
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -0 lines
Add $INSTALLS_SHLIB=yes flag. Approved by: Craig Rodrigues <rodrigc@attbi.com> (maintainer)
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jan 2 08:29:24 2003 UTC (9 years, 1 month ago) by ijliao
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +13 -14 lines
upgrade to 0.9.1 PR: 46390 Submitted by: Craig Rodrigues <rodrigc@attbi.com> (new maintainer) Approved by: old maintainer
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Dec 29 14:46:21 2002 UTC (9 years, 1 month ago) by alane
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +29 -14 lines
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
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Nov 7 11:54:20 2002 UTC (9 years, 3 months ago) by edwin
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -0 lines
Fix PERL dependencies for these ports (print/cups solves print/cups-base and french/cups-base) Noticed on: bento
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Sep 17 07:41:01 2002 UTC (9 years, 4 months ago) by kuriyama
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
Bump PORTREVISION and expat shlib.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Aug 5 09:38:24 2002 UTC (9 years, 6 months ago) by roberto
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -5 lines
Update to apr version 20020725223645 PR: ports/41249 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Jul 21 02:17:43 2002 UTC (9 years, 6 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
Bump portrevision (textproc/expat2 shlib bump).
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jul 15 18:19:15 2002 UTC (9 years, 6 months ago) by roberto
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +10 -13 lines
Update apr to the latest snapshot 20020707163141. PR: ports/40395 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Jul 15 17:58:32 2002 UTC (9 years, 6 months ago) by roberto
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
devel/apr has been repo-copied to devel/apr. Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu May 9 12:19:55 2002 UTC (9 years, 9 months ago) by roberto
Branches: MAIN
CVS tags: old_RELEASE_4_6_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -0 lines
Add a rather ugly hack to work around problems compiling this port when a
older, incompatable version of apr is installed into ${PREFIX}. I've sent
a mail about the problem to dev@apr.apache.org, so hopefully this will be
worked out before the next time I update this package, and I'll be able to
get rid of this hack.
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue May 7 14:52:56 2002 UTC (9 years, 9 months ago) by roberto
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Update to a more recent APR snapshot. It is needed by the forthcoming Subversion update. PR: ports/37810 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Mar 19 13:20:04 2002 UTC (9 years, 10 months ago) by roberto
Branches: MAIN
CVS tags: old_RELEASE_5_0_DP1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
autoconf 2.53 appears to change the way variables are substituted,
which breaks the install target of apr's makefile. this patch works around
the problem. it's not entirely correct (it breaks some other parts of the
makefile), but at least it makes the port work again. this also corrects an
instance of 'apr-snapshot' (a previous name of the port) that we missed when
this was first committed, and adds 2 files to the pkg-plist that i missed
before.
PR: ports/36068
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Mar 14 16:39:26 2002 UTC (9 years, 11 months ago) by roberto
Branches: MAIN
New port of apr-devel: 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. There is no apr port as it is still in development. Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
