mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
- Convert ports/ to devel/apr1
PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@
This commit is contained in:
parent
05bd43c1e6
commit
55544fc2be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254522
@ -14,7 +14,7 @@ DISTNAME= apache-${PORTNAME}-${PORTVERSION}
|
||||
MAINTAINER= tcovert@sahuagin.net
|
||||
COMMENT= Log4cxx is a port to C++ of the Log4j project
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/apr-1-config:${PORTSDIR}/devel/apr
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/apr-1-config:${PORTSDIR}/devel/apr1
|
||||
|
||||
.if !defined(NOPORTDOCS) && defined(WITH_DOXYGEN)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen
|
||||
|
@ -37,7 +37,7 @@ BUILD_DEPENDS+= asciidoc:${PORTSDIR}/textproc/asciidoc \
|
||||
xmlto:${PORTSDIR}/textproc/xmlto
|
||||
|
||||
.if !exists(${APR_APU_DIR}/${APR_CONFIG})
|
||||
BUILD_DEPENDS+= apr-1-config:${PORTSDIR}/devel/apr
|
||||
BUILD_DEPENDS+= apr-1-config:${PORTSDIR}/devel/apr1
|
||||
.endif
|
||||
|
||||
BUILD_DEPENDS+= subversion>=0:${PORTSDIR}/devel/subversion
|
||||
|
@ -108,11 +108,11 @@ pre-everything::
|
||||
.endif
|
||||
@${ECHO_MSG} ""
|
||||
.if defined(WITH_APACHE2_APR)
|
||||
@${ECHO_MSG} "Using APR from ${APACHE_PORT}. If you have the devel/apr"
|
||||
@${ECHO_MSG} "Using APR from ${APACHE_PORT}. If you have the devel/apr1"
|
||||
@${ECHO_MSG} "port/package installed, you may need to remove it."
|
||||
.else
|
||||
@${ECHO_MSG} "You can link subversion against the APR built with"
|
||||
@${ECHO_MSG} "the ${APACHE_PORT} port, rather than the devel/apr port."
|
||||
@${ECHO_MSG} "the ${APACHE_PORT} port, rather than the devel/apr1 port."
|
||||
.endif
|
||||
@${ECHO_MSG} ""
|
||||
.if defined(WITH_MOD_DONTDOTHAT) && defined(WITH_MOD_DAV_SVN)
|
||||
|
@ -108,11 +108,11 @@ pre-everything::
|
||||
.endif
|
||||
@${ECHO_MSG} ""
|
||||
.if defined(WITH_APACHE2_APR)
|
||||
@${ECHO_MSG} "Using APR from ${APACHE_PORT}. If you have the devel/apr"
|
||||
@${ECHO_MSG} "Using APR from ${APACHE_PORT}. If you have the devel/apr1"
|
||||
@${ECHO_MSG} "port/package installed, you may need to remove it."
|
||||
.else
|
||||
@${ECHO_MSG} "You can link subversion against the APR built with"
|
||||
@${ECHO_MSG} "the ${APACHE_PORT} port, rather than the devel/apr port."
|
||||
@${ECHO_MSG} "the ${APACHE_PORT} port, rather than the devel/apr1 port."
|
||||
.endif
|
||||
@${ECHO_MSG} ""
|
||||
.if defined(WITH_MOD_DONTDOTHAT) && defined(WITH_MOD_DAV_SVN)
|
||||
|
@ -23,7 +23,7 @@ PORTDOCS= README
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr
|
||||
LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr1
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/ramond ${PREFIX}/sbin
|
||||
|
@ -15,7 +15,7 @@ MAINTAINER= baptiste.daroussin@gmail.com
|
||||
COMMENT= A useful tool to find duplicate files
|
||||
|
||||
LIB_DEPENDS= puzzle.1:${PORTSDIR}/graphics/libpuzzle \
|
||||
apr-1:${PORTSDIR}/devel/apr \
|
||||
apr-1:${PORTSDIR}/devel/apr1 \
|
||||
pcre.0:${PORTSDIR}/devel/pcre
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
@ -20,7 +20,7 @@ MAINTAINER= brooks@FreeBSD.org
|
||||
COMMENT= Ganglia cluster monitor, monitoring daemon
|
||||
|
||||
LIB_DEPENDS+= confuse:${PORTSDIR}/devel/libconfuse
|
||||
LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr
|
||||
LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr1
|
||||
|
||||
PKGINSTALL= ${WRKDIR}/pkg-install
|
||||
|
||||
|
@ -16,7 +16,7 @@ DISTNAME= ganglia-${PORTVERSION}
|
||||
MAINTAINER= brooks@FreeBSD.org
|
||||
COMMENT= Ganglia cluster monitor, web frontend
|
||||
|
||||
BUILD_DEPENDS+= apr-1-config:${PORTSDIR}/devel/apr
|
||||
BUILD_DEPENDS+= apr-1-config:${PORTSDIR}/devel/apr1
|
||||
RUN_DEPENDS+= ${LOCALBASE}/sbin/gmetad:${PORTSDIR}/sysutils/ganglia-monitor-core
|
||||
|
||||
PKGINSTALL= ${WRKDIR}/pkg-install
|
||||
|
@ -16,7 +16,7 @@ MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Full-text search system using N-gram
|
||||
|
||||
BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf
|
||||
LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr
|
||||
LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr1
|
||||
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_BZIP2= YES
|
||||
|
@ -57,7 +57,7 @@ APACHEDIR= ${MASTERDIR}
|
||||
|
||||
.if !defined(WITHOUT_APACHE_OPTIONS)
|
||||
OPTIONS= \
|
||||
APR_FROM_PORTS "Use devel/apr (recommended)" On \
|
||||
APR_FROM_PORTS "Use devel/apr1 (recommended)" On \
|
||||
THREADS "Enable threads support in APR" Off \
|
||||
MYSQL "Enable MySQL support for apr-dbd" Off \
|
||||
PGSQL "Enable PostgreSQL support for apr-dbd" Off \
|
||||
@ -136,7 +136,7 @@ LDFLAGS+= -L${OPENSSLLIB}
|
||||
|
||||
.if defined(WITH_APR_FROM_PORTS)
|
||||
PLIST_SUB+= APR_PORTS="@comment "
|
||||
APR_PORT?= devel/apr
|
||||
APR_PORT?= devel/apr1
|
||||
LIB_DEPENDS+= apr-1:${PORTSDIR}/${APR_PORT}
|
||||
CONFIGURE_ARGS+= --with-apr=${LOCALBASE}/bin/apr-1-config \
|
||||
--with-apr-util=${LOCALBASE}/bin/apu-1-config
|
||||
|
@ -16,7 +16,7 @@ MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Profile-driven HTTP load tester
|
||||
|
||||
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \
|
||||
apr-1:${PORTSDIR}/devel/apr
|
||||
apr-1:${PORTSDIR}/devel/apr1
|
||||
|
||||
WRKSRC= ${WRKDIR}/httpd-test/flood
|
||||
USE_AUTOTOOLS= autoconf:262 libtool:22:env
|
||||
|
@ -13,7 +13,7 @@ MASTER_SITES= http://fabletech.com/${PORTNAME}-download/
|
||||
MAINTAINER= sylvio@FreeBSD.org
|
||||
COMMENT= Is a commandline scoreboard viewer for the Apache server
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/apr-1-config:${PORTSDIR}/devel/apr
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/apr-1-config:${PORTSDIR}/devel/apr1
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_APACHE= 2.0+
|
||||
|
@ -13,7 +13,7 @@ MASTER_SITES= http://butterfat.net/releases/mod_auth_openid/
|
||||
MAINTAINER= zhoushuqun@gmail.com
|
||||
COMMENT= An authentication module for the Apache 2 webserver with OpenID
|
||||
|
||||
BUILD_DEPENDS= apr-1-config:${PORTSDIR}/devel/apr
|
||||
BUILD_DEPENDS= apr-1-config:${PORTSDIR}/devel/apr1
|
||||
LIB_DEPENDS= opkele:${PORTSDIR}/devel/libopkele \
|
||||
sqlite3:${PORTSDIR}/databases/sqlite34
|
||||
|
||||
|
@ -14,7 +14,7 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Apache 2.2.x module to manage apr_memcache connections
|
||||
|
||||
LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr
|
||||
LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr1
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
|
@ -15,7 +15,7 @@ MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
|
||||
MAINTAINER= mono@FreeBSD.org
|
||||
COMMENT= Apache module for serving ASP.NET applications
|
||||
|
||||
LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr
|
||||
LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr1
|
||||
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono \
|
||||
xsp:${PORTSDIR}/www/xsp
|
||||
RUN_DEPENDS= mono:${PORTSDIR}/lang/mono \
|
||||
|
@ -18,7 +18,7 @@ COMMENT= An intrusion detection and prevention engine
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre \
|
||||
apr-1:${PORTSDIR}/devel/apr
|
||||
apr-1:${PORTSDIR}/devel/apr1
|
||||
|
||||
USE_APACHE= 2.0+
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -17,7 +17,7 @@ DIST_SUBDIR= mod_webapp
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Apache module mounts Tomcat web applications
|
||||
|
||||
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/apr:configure
|
||||
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/apr1:configure
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
@ -41,8 +41,8 @@ APACHECTL?= ${LOCALBASE}/sbin/apachectl
|
||||
APR_LIB?= ${LOCALBASE}/lib/
|
||||
APR_INCLUDE?= ${LOCALBASE}/include/apr-${APR_MAJORVER}/
|
||||
APACHE_MODULES?=libexec/apache
|
||||
APR_VER!= cd ${PORTSDIR}/devel/apr && ${MAKE} -V APR_VERSION
|
||||
APR_WRKSRC!= cd ${PORTSDIR}/devel/apr && ${MAKE} -V WRKSRC
|
||||
APR_VER!= cd ${PORTSDIR}/devel/apr1 && ${MAKE} -V APR_VERSION
|
||||
APR_WRKSRC!= cd ${PORTSDIR}/devel/apr1 && ${MAKE} -V WRKSRC
|
||||
APR_MAJORVER= ${APR_VER:C/\..*//g}
|
||||
APR_SRC= ${APR_WRKSRC}/apr-${APR_VER}
|
||||
AUTOCONF?= ${LOCALBASE}/bin/autoconf
|
||||
|
@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= db
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Serf HTTP client library
|
||||
|
||||
LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr
|
||||
LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr1
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
|
@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
MAINTAINER= ale@FreeBSD.org
|
||||
COMMENT= Tomcat native library
|
||||
|
||||
LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr
|
||||
LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr1
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/jni/native
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user