1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Chase apr shlib version bump.

Pointy Hat Autumn Collection 2004 to:	kuriyama
This commit is contained in:
Jun Kuriyama 2004-10-16 05:03:07 +00:00
parent 32dcd229e8
commit 26dfd8e73d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119564
3 changed files with 6 additions and 6 deletions

View File

@ -131,13 +131,13 @@ CONFIGURE_ARGS+= --with-ldap \
. if defined (WITH_BDB) || defined(WITH_BERKELEYDB)
IGNORE= "You can't set WITH_BDB or WITH_BERKELEYDB when WITH_APR_FROM_PORTS is defined"
. endif
LIB_DEPENDS+= apr-0.9:${PORTSDIR}/devel/apr
LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr
CONFIGURE_ARGS+= --with-apr=${LOCALBASE}/bin/apr-config \
--with-apr-util=${LOCALBASE}/bin/apu-config
CONFIGURE_ENV+= LTFLAGS="--tag=CXX"
PLIST_SUB+= PORTS_APR="@comment "
.else
. if exists(${LOCALBASE}/lib/libapr-0.so)
. if exists(${LOCALBASE}/lib/libapr-1.so)
IGNORE= apr is installed and may conflict with apache one\
(if you want to use apr port define WITH_APR_FROM_PORTS,\
at your own risk)

View File

@ -131,13 +131,13 @@ CONFIGURE_ARGS+= --with-ldap \
. if defined (WITH_BDB) || defined(WITH_BERKELEYDB)
IGNORE= "You can't set WITH_BDB or WITH_BERKELEYDB when WITH_APR_FROM_PORTS is defined"
. endif
LIB_DEPENDS+= apr-0.9:${PORTSDIR}/devel/apr
LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr
CONFIGURE_ARGS+= --with-apr=${LOCALBASE}/bin/apr-config \
--with-apr-util=${LOCALBASE}/bin/apu-config
CONFIGURE_ENV+= LTFLAGS="--tag=CXX"
PLIST_SUB+= PORTS_APR="@comment "
.else
. if exists(${LOCALBASE}/lib/libapr-0.so)
. if exists(${LOCALBASE}/lib/libapr-1.so)
IGNORE= apr is installed and may conflict with apache one\
(if you want to use apr port define WITH_APR_FROM_PORTS,\
at your own risk)

View File

@ -7,7 +7,7 @@
PORTNAME= flood
PORTVERSION= 0.20031002
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= kuriyama
@ -17,7 +17,7 @@ MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Profile-driven HTTP load tester
LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 \
apr-0.9:${PORTSDIR}/devel/apr
apr-1:${PORTSDIR}/devel/apr
USE_AUTOCONF_VER= 253
WANT_LIBTOOL_VER= 15