1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Import MySQL DBD backend

This will definitively fix checksum mismatches. Time to investigate...

Reported by:	many
This commit is contained in:
Clement Laforet 2007-09-16 15:46:10 +00:00
parent e0a198327a
commit 655f69a7ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199564
2 changed files with 1628 additions and 5 deletions

View File

@ -13,10 +13,8 @@ CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \
${MASTER_SITE_LOCAL:S/%SUBDIR%\//clement\/:aprmysql/}
DISTNAME= httpd-${PORTVERSION}
DISTFILES= ${DISTNAME}.tar.bz2 \
apr_dbd_mysql.rev-93.c:aprmysql
DISTFILES= ${DISTNAME}.tar.bz2
DIST_SUBDIR= apache22
EXTRACT_ONLY= ${DISTNAME}.tar.bz2
MAINTAINER?= clement@FreeBSD.org
COMMENT?= Version 2.2 of Apache web server with ${WITH_MPM:L} MPM.
@ -174,8 +172,8 @@ show-options:
@${SED} -ne 's/^##//p' ${APACHEDIR}/Makefile.doc
post-extract:
@${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/apr_dbd_mysql.rev-93.c \
${WRKSRC}/srclib/apr-util/dbd/apr_dbd_mysql.c
@${INSTALL_DATA} ${FILESDIR}/apr_dbd_mysql.c \
${WRKSRC}/srclib/apr-util/dbd/
post-patch:
@${RM} -f ${WRKSRC}/docs/docroot/*.bak

File diff suppressed because it is too large Load Diff