Craig Rodrigues
05cb655c62
Update to apr 1.2.12
2008-05-04 20:37:53 +00:00
Pav Lucistnik
af29c8ef2a
- 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)
2008-03-31 13:55:58 +00:00
Edwin Groothuis
ec7c5b0142
Remove always-false/true conditions based on OSVERSION 500000
2007-10-04 00:41:11 +00:00
Mark Linimon
48420a5ebd
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
...
PR: ports/116639
Submitted by: aDe
2007-09-30 04:47:36 +00:00
Craig Rodrigues
5b1b902bab
Update to apr 1.2.8
...
PR: ports/112506
2007-06-16 19:56:47 +00:00
Craig Rodrigues
b7f8cd48db
Upgrade to apr-1.2.7
...
PR: ports/98085
Submitted by: skv
2006-05-29 13:12:35 +00:00
Yen-Ming Lee
7d2ec338bd
- utilize USE_BDB
...
PR: 89023
Submitted by: swhetzel at gmail.com
Approved by: maintainer
2006-04-06 10:37:17 +00:00
Ade Lovett
d8d9101c6c
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)
2006-02-28 05:56:43 +00:00
Ade Lovett
8503536d38
Conversion to a single libtool environment.
...
Approved by: portmgr (kris)
2006-02-23 10:40:44 +00:00
Sam Lawrance
a449cba66c
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)
2006-02-11 14:42:45 +00:00
Jun Kuriyama
a06ee65df0
Chase shlib bump of libexpat.
2006-01-30 23:20:05 +00:00
Edwin Groothuis
acd87b4ad8
SHA256ify
...
Approved by: krion@
2006-01-22 08:34:46 +00:00
Craig Rodrigues
8c8003f956
Only compile apr-svn without threads on FreeBSD versions less than 5.
2005-12-09 21:15:48 +00:00
Ade Lovett
c2d62ca97a
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.
2005-11-19 06:02:20 +00:00
Ade Lovett
54a0b86543
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.
2005-11-15 06:52:12 +00:00
Craig Rodrigues
6c399e18b9
Do not use thread mutexes if we are compiling APR without thread support.
...
PR: ports/88407
Reported by: lofi
2005-11-03 02:36:35 +00:00
Craig Rodrigues
db1076e1ea
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
2005-11-03 01:36:53 +00:00
Craig Rodrigues
f1929a9a71
Upgrade to apr-1.2.2
2005-10-29 05:19:51 +00:00
Craig Rodrigues
99d8e370f5
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)
2005-07-27 15:58:52 +00:00
Craig Rodrigues
5b95e58dfa
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)
2005-06-12 17:51:34 +00:00
Craig Rodrigues
3db7a6ccaf
Do not unconditionally use Python in build of apr.
...
PR: 80479
Submitted by: Brian Minard <bminard@flatfoot.ca>
Approved by: demon (ports mentor)
2005-06-06 15:16:42 +00:00
Pav Lucistnik
a7679d4fab
- libdata/pkgconfig is now included in mtree
...
Approved by: marcus (portmgr hat)
2005-05-16 21:52:58 +00:00
Jeremy Messenger
561ead13ee
Forgot to bump PORTREVISION, because of correct the installion for put the
...
*.pc files in libdata/pkgconfig instead lib/pkgconfig.
2004-11-25 05:01:04 +00:00
Jeremy Messenger
6c747fd2e4
Make the portlint a bit happier.
...
Approved by: dolt_ (IRC handle, the maintainer)
2004-11-25 04:54:14 +00:00
Daichi GOTO
116cac02f9
Update to apr 1.0.1 (apr 1.0.0 no longer available)
...
PR: ports/74322
Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> (maintainer)
2004-11-25 04:13:59 +00:00
Lev A. Serebryakov
df605da1e9
Use db4.2, not old db4 as BerkeleyDB.
...
Approved by: maintainer
2004-11-06 18:16:16 +00:00
Jun Kuriyama
3e0a34fc6a
(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)
2004-11-03 04:19:11 +00:00
Ade Lovett
0d9fe4811f
Kill off automake18, switching to automake19. Requiem Mors Pacem.
2004-10-15 17:32:46 +00:00
Jun Kuriyama
08c4cd6543
- Upgrade to 1.0.0.
...
- Add APR_UTIL_WITH_LDAP knob.
Approved by: maintainer (Craig Rodrigues), lev (active in this area)
2004-10-12 22:41:44 +00:00
Ade Lovett
328b757bf2
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
...
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
2004-07-01 17:06:41 +00:00
Jun Kuriyama
63875b3201
Unbreak on amd64 by copying config.{sub,guess} correctly.
...
Approved by: maintainer
Tested on the box from: AMD Developper Program
2004-06-28 23:16:53 +00:00
Ade Lovett
1a628ded35
Sync with new bsd.autotools.mk
2004-06-04 17:29:38 +00:00
Alexander Kabaev
12bdd625a9
Specify location of Berkeley DB, if LOCALBASE is not /usr/local.
...
Submitted by: Johny Mattsson <lonewolf-freebsd at earthmagic dot org>
Approved by: maintainer
2004-05-28 23:07:50 +00:00
Lev A. Serebryakov
bc77979dc1
Ooops... Garbaged makefile was committed. I'm very sorry about this.
...
Fixed.
2004-04-10 19:23:24 +00:00
Lev A. Serebryakov
ef8adfc71f
Unbreak port after last ade's commit.
...
PR: ports/65173
Submitted by: maintainer
2004-04-10 17:34:39 +00:00
Ade Lovett
66d36e4cb1
Reset two missed ports back to WANT_AUTO* -- the other one mentioned,
...
apr-thread, doesn't appear to exist in the ports tree.
2004-04-04 21:42:12 +00:00
Kirill Ponomarev
4efa9ce4ab
- Use USE_ICONV knob
...
Approved by: portmgr
2004-03-30 19:20:22 +00:00
Ade Lovett
2c577f8a04
Convert all but one port that uses libtool14 to use libtool15, in readiness
...
for the destruction of devel/libtool14
2004-03-24 20:59:17 +00:00
Trevor Johnson
3bca696b10
Add size data, approved by maintainers.
2004-03-18 18:01:13 +00:00
Jun Kuriyama
5e7470be88
Unbreak on 4.x.
...
Submitted by: maintainer
2004-03-15 14:07:47 +00:00
Jun Kuriyama
4a868f8a2a
o Bump $LIB_DEPENDS line to chase expat's shlib version.
...
o Bump $PORTREVISION.
2004-03-14 07:58:26 +00:00
Kris Kennaway
8443598f2d
BROKEN on 4.x: Configure fails
2004-03-13 05:42:15 +00:00
Ade Lovett
91e0c8f1a7
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.
2004-03-12 02:48:25 +00:00
Jun Kuriyama
815f710e2a
Unbreak on amd64.
...
Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> (maintainer)
2004-02-13 00:32:24 +00:00
Joe Marcus Clarke
053fdb6a6b
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
...
(Part 2)
2004-02-04 05:21:48 +00:00
Lev A. Serebryakov
476671e279
Add APR_UTIL_WITHOUT_THREADS knob, which disables threads support.
...
It is needed by subversion with perl bindings.
Reviewed by: maintainer
Approved by: maintainer
2004-02-01 08:07:50 +00:00
Lev A. Serebryakov
b2931451eb
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)
2004-01-31 10:04:40 +00:00
Jun Kuriyama
fc9cc5d066
Correct pthread detection.
...
Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> (maintainer)
Tested by: kuriyama (on 4-stable and 5-current)
2004-01-24 03:36:43 +00:00
Jun Kuriyama
d8781cfc57
Update to recent snapshot. I hope 0.9.5 will be released soon...
...
Approved by: maintainer
2004-01-14 14:45:24 +00:00
Lev A. Serebryakov
e7d7101624
Fix pthreads support on 4-STABLE systems
...
Submitted by: MAINTAINER
2003-11-11 13:26:14 +00:00
Lev A. Serebryakov
df5b1a6361
Fix pthreads support.
...
This commit fix ports/59055, which shows problesm with subversion
Submitted by: MAINTAINER
2003-11-10 07:45:43 +00:00
James E. Housley
120d6e0068
Tunables provided by Thomas-Martin Seck
...
to conditionally add dependencies on gdbm or db4.
PR: 58474
Submitted By: MAINTAINER
2003-11-09 00:57:38 +00:00
FUJISHIMA Satsuki
fdbb8e6293
respect CC/CFLAGS.
...
Approved by: maintainer
2003-11-06 14:26:01 +00:00
James E. Housley
fee29a8683
Add thread support to APR port.
...
Bump PORTREVISION
PR: 58834
Submitted By: MAINTAINER
2003-11-05 22:42:43 +00:00
Masafumi Max NAKANE
3374da8486
Upgrade 5o 0.94.
...
Update the maintainer's address.
Reviewed by: maintainer
2003-10-03 05:25:25 +00:00
Ade Lovett
b2fd75e438
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)
2003-06-26 22:58:32 +00:00
Sheldon Hearn
f108fa790f
Update MASTER_SITES, the testing subdir is now empty and the distfile
...
lives in its parent.
2003-06-10 15:39:11 +00:00
Bruce A. Mah
cf43127c6a
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)
2003-04-19 03:29:02 +00:00
Bruce A. Mah
763119e776
Fix whitespace nit.
...
Submitted by: portlint(1)
2003-04-06 22:37:13 +00:00
Bruce A. Mah
cb7f6637cb
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)
2003-04-06 22:36:25 +00:00
Bruce A. Mah
19604084cb
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)
2003-03-28 05:46:27 +00:00
Kris Kennaway
71ca3fe017
Add missing build directory and sort pkg-plist. This port should probably
...
not even be installing build/libtool.
2003-02-22 03:55:07 +00:00
Akinori MUSHA
65dac0040a
De-pkg-comment.
2003-02-21 11:23:04 +00:00
Jun Kuriyama
d85fca1bf2
Add $INSTALLS_SHLIB=yes flag.
...
Approved by: Craig Rodrigues <rodrigc@attbi.com> (maintainer)
2003-01-22 01:27:29 +00:00
Edwin Groothuis
1e10422bbc
[MAINTAINER update] devel/apr: add missing files to pkg-plist
...
Submitted by: Craig Rodrigues <rodrigc@attbi.com>
2003-01-16 02:02:22 +00:00
Ying-Chieh Liao
73c514499e
forgot to add this file
2003-01-02 08:30:34 +00:00
Ying-Chieh Liao
4d96268805
upgrade to 0.9.1
...
PR: 46390
Submitted by: Craig Rodrigues <rodrigc@attbi.com> (new maintainer)
Approved by: old maintainer
2003-01-02 08:29:24 +00:00
Alan Eldridge
c31d1624a5
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
2002-12-29 14:46:21 +00:00
Edwin Groothuis
da9f30c3f2
Fix PERL dependencies for these ports (print/cups solves print/cups-base
...
and french/cups-base)
Noticed on: bento
2002-11-07 11:54:23 +00:00
Jun Kuriyama
0120547e6d
Bump PORTREVISION and expat shlib.
2002-09-17 07:41:05 +00:00
Ollivier Robert
47ffa30707
Patch up the getopt code to work around a crash when no long name is
...
present. This has already been committed upstream, and adding it as
a patch is just a temporary fix to keep subversion from segfaulting
when you do 'svn --version' until I have a chance to update the port
to a newer version of apr.
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
2002-08-12 15:57:49 +00:00
Ollivier Robert
48a3fec481
Update to apr version 20020725223645
...
PR: ports/41249
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
2002-08-05 09:38:24 +00:00
Jun Kuriyama
a52ee364a9
Bump portrevision (textproc/expat2 shlib bump).
2002-07-21 02:17:49 +00:00
Ollivier Robert
52b2d378f6
Update apr to the latest snapshot 20020707163141.
...
PR: ports/40395
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
2002-07-15 18:19:15 +00:00
Ollivier Robert
c945db1960
devel/apr has been repo-copied to devel/apr.
...
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
2002-07-15 17:58:32 +00:00
Ollivier Robert
b0efa84acf
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)
2002-05-09 12:19:55 +00:00
Ollivier Robert
016c18a9d7
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)
2002-05-07 14:53:04 +00:00
Ollivier Robert
029c69289e
This file was forgotten during the upgrade.
...
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
Pointy hat to: me (roberto)
2002-03-20 06:22:10 +00:00
Ollivier Robert
882da14424
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)
2002-03-19 13:20:04 +00:00
Ollivier Robert
a92cc0000d
These two files are part of the apr-devel port and should have been committed
...
along the rest.
2002-03-14 16:42:10 +00:00
Ollivier Robert
beafdedff5
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>
2002-03-14 16:39:26 +00:00