diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-28 12:57:52 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-28 12:57:52 +0000 |
commit | a3c383f62d926c2ce3af35bbf3af92749150b751 (patch) | |
tree | a8d71bac10848d17da20b6cb390fa707b012c9f8 | |
parent | [MAINTAINER] ports net/openldap2[012]-server: use RC_SUBR, miscellaneous impr... (diff) |
[orphaned ports]: use USE_MYSQL for various orphaned ports.
Make these ports use USE_MYSQL:
* databases/dbconnect
* net/netsaint
* www/mod_mp3
* www/mod_mylo
* www/phpnuke
* www/postnuke
* www/udmsearch
* mail/courier
PR: ports/56029
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
-rw-r--r-- | databases/dbconnect/Makefile | 2 | ||||
-rw-r--r-- | mail/courier/scripts/configure.courier | 4 | ||||
-rw-r--r-- | net-mgmt/netsaint/Makefile | 2 | ||||
-rw-r--r-- | net/netsaint/Makefile | 2 | ||||
-rw-r--r-- | www/mod_mp3/Makefile | 2 | ||||
-rw-r--r-- | www/mod_mylo/Makefile | 3 | ||||
-rw-r--r-- | www/phpnuke/Makefile | 3 | ||||
-rw-r--r-- | www/postnuke/Makefile | 3 | ||||
-rw-r--r-- | www/udmsearch/Makefile | 3 |
9 files changed, 13 insertions, 11 deletions
diff --git a/databases/dbconnect/Makefile b/databases/dbconnect/Makefile index 6d88a1bfa156..fa2f4b0adedc 100644 --- a/databases/dbconnect/Makefile +++ b/databases/dbconnect/Makefile @@ -19,7 +19,7 @@ USE_REINPLACE= yes GNU_CONFIGURE= yes .if defined(WITH_MYSQL) -LIB_DEPENDS+= mysqlclient:${PORTSDIR}/databases/mysql323-client +USE_MYSQL= YES CONFIGURE_ARGS+= --with-mysql=yes \ --with-mysqlinclude=${LOCALBASE}/include/mysql \ --with-mysqllib=${LOCALBASE}/lib/mysql diff --git a/mail/courier/scripts/configure.courier b/mail/courier/scripts/configure.courier index c1c571b6d672..524ca5e5d3ed 100644 --- a/mail/courier/scripts/configure.courier +++ b/mail/courier/scripts/configure.courier @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/courier/scripts/Attic/configure.courier,v 1.8 2003-08-15 00:49:28 kuriyama Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/courier/scripts/Attic/configure.courier,v 1.9 2003-08-28 12:57:51 edwin Exp $ [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ] && exit @@ -225,7 +225,7 @@ while [ "$1" ]; do rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc exit 1 else - echo "LIB_DEPENDS+= mysqlclient.12:\${PORTSDIR}/databases/mysql40-client" + echo "USE_MYSQL= YES" WITH_MYSQL="--with-authmysql" WITH_MYSQL="${WITH_MYSQL} --with-mysql-libs=\${LOCALBASE}/lib/mysql" WITH_MYSQL="${WITH_MYSQL} --with-mysql-includes=\${LOCALBASE}/include/mysql" diff --git a/net-mgmt/netsaint/Makefile b/net-mgmt/netsaint/Makefile index 05c660ff4a87..5ed3cc35d120 100644 --- a/net-mgmt/netsaint/Makefile +++ b/net-mgmt/netsaint/Makefile @@ -38,7 +38,7 @@ CONFIGURE_ARGS= --with-command-user=netsaint \ INSTALL_TARGET= all install config install-config install-daemoninit install-commandmode .if defined(WITH_MYSQL) -LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client +USE_MYSQL= YES CONFIGURE_ARGS+=--with-mysql-lib=${LOCALBASE}/lib/mysql \ --with-mysql-inc=${LOCALBASE}/include/mysql \ --with-mysql-xdata diff --git a/net/netsaint/Makefile b/net/netsaint/Makefile index 05c660ff4a87..5ed3cc35d120 100644 --- a/net/netsaint/Makefile +++ b/net/netsaint/Makefile @@ -38,7 +38,7 @@ CONFIGURE_ARGS= --with-command-user=netsaint \ INSTALL_TARGET= all install config install-config install-daemoninit install-commandmode .if defined(WITH_MYSQL) -LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client +USE_MYSQL= YES CONFIGURE_ARGS+=--with-mysql-lib=${LOCALBASE}/lib/mysql \ --with-mysql-inc=${LOCALBASE}/include/mysql \ --with-mysql-xdata diff --git a/www/mod_mp3/Makefile b/www/mod_mp3/Makefile index 6ace2f4e7907..28478dfae175 100644 --- a/www/mod_mp3/Makefile +++ b/www/mod_mp3/Makefile @@ -27,7 +27,7 @@ APACHE_PORT?= ${PORTSDIR}/www/apache13 DOCS= ChangeLog README TODO faq.html .if defined(WITH_MYSQL) -LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client +USE_MYSQL= YES CONFIGURE_ARGS+= --with-mysql .endif diff --git a/www/mod_mylo/Makefile b/www/mod_mylo/Makefile index 821964c0b237..d5032a7e3bdf 100644 --- a/www/mod_mylo/Makefile +++ b/www/mod_mylo/Makefile @@ -16,7 +16,8 @@ COMMENT= An Apache module to make Apache log to MySQL BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 -LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client + +USE_MYSQL= YES WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/www/phpnuke/Makefile b/www/phpnuke/Makefile index 2ee418824cf1..c093e6d353d4 100644 --- a/www/phpnuke/Makefile +++ b/www/phpnuke/Makefile @@ -15,13 +15,14 @@ DISTNAME= PHP-Nuke-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= An automated website package to distribute and manage content -LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client .if defined(WITH_PHP3) RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3 .else RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 .endif +USE_MYSQL= yes + NO_BUILD= yes NO_WRKSUBDIR= yes DOCS= ADDONS-MODULES BLOCKS CHANGES README TODO diff --git a/www/postnuke/Makefile b/www/postnuke/Makefile index bc266d748432..c979e3c09b56 100644 --- a/www/postnuke/Makefile +++ b/www/postnuke/Makefile @@ -16,9 +16,10 @@ DISTNAME= Rogue_714 MAINTAINER= ports@FreeBSD.org COMMENT= An automated website package to distribute and manage content -LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client RUN_DEPENDS= ${LOCALBASE}/share/pear/System.php:${PORTSDIR}/devel/pear-PEAR +USE_MYSQL= YES + NO_BUILD= yes WRKSRC= ${WRKDIR}/pn_714 NO_WRKSUBDIR= yes diff --git a/www/udmsearch/Makefile b/www/udmsearch/Makefile index c2958324bb67..2ad04f582055 100644 --- a/www/udmsearch/Makefile +++ b/www/udmsearch/Makefile @@ -37,8 +37,7 @@ CONFIGURE_ARGS+= --with-msql=${LOCALBASE} .else # default to mysql - -LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client +USE_MYSQL= YES CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} .if !defined(WITH_MYSQL) |