FreeBSD Bugzilla – Attachment 34491 Details for
Bug 56029
[orphaned ports]: use USE_MYSQL for various orphaned ports.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
mass-update-USE_MYSQL.diffs
mass-update-USE_MYSQL.diffs (text/plain), 4.79 KB, created by
Clement Laforet
on 2003-08-27 11:30:26 UTC
(
hide
)
Description:
mass-update-USE_MYSQL.diffs
Filename:
MIME Type:
Creator:
Clement Laforet
Created:
2003-08-27 11:30:26 UTC
Size:
4.79 KB
patch
obsolete
>databases/dbconnect >-------- >Index: Makefile >=================================================================== >RCS file: /WORK/ports/REPO/ports/databases/dbconnect/Makefile,v >retrieving revision 1.5 >diff -u -r1.5 Makefile >--- Makefile 20 Feb 2003 17:00:10 -0000 1.5 >+++ Makefile 27 Aug 2003 10:03:59 -0000 >@@ -19,7 +19,7 @@ > 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 > >net/netsaint >-------- >Index: Makefile >=================================================================== >RCS file: /WORK/ports/REPO/ports/net/netsaint/Makefile,v >retrieving revision 1.25 >diff -u -r1.25 Makefile >--- Makefile 18 Aug 2003 16:15:10 -0000 1.25 >+++ Makefile 27 Aug 2003 10:09:40 -0000 >@@ -38,7 +38,7 @@ > 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 > >www/mod_mp3 >-------- >Index: Makefile >=================================================================== >RCS file: /WORK/ports/REPO/ports/www/mod_mp3/Makefile,v >retrieving revision 1.25 >diff -u -r1.25 Makefile >--- Makefile 6 Apr 2003 01:31:42 -0000 1.25 >+++ Makefile 27 Aug 2003 10:10:50 -0000 >@@ -27,7 +27,7 @@ > 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 > > >www/mod_mylo >-------- >Index: Makefile >=================================================================== >RCS file: /WORK/ports/REPO/ports/www/mod_mylo/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- Makefile 20 Feb 2003 19:15:28 -0000 1.4 >+++ Makefile 27 Aug 2003 10:11:20 -0000 >@@ -16,7 +16,8 @@ > > 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} > > >www/phpnuke >-------- >Index: Makefile >=================================================================== >RCS file: /WORK/ports/REPO/ports/www/phpnuke/Makefile,v >retrieving revision 1.20 >diff -u -r1.20 Makefile >--- Makefile 20 Feb 2003 19:15:35 -0000 1.20 >+++ Makefile 27 Aug 2003 10:12:13 -0000 >@@ -15,12 +15,13 @@ > 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 > >www/postnuke >-------- >Index: Makefile >=================================================================== >RCS file: /WORK/ports/REPO/ports/www/postnuke/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- Makefile 8 Jun 2003 06:30:27 -0000 1.6 >+++ Makefile 27 Aug 2003 10:12:27 -0000 >@@ -16,8 +16,9 @@ > 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 > >www/udmsearch >-------- >Index: Makefile >=================================================================== >RCS file: /WORK/ports/REPO/ports/www/udmsearch/Makefile,v >retrieving revision 1.18 >diff -u -r1.18 Makefile >--- Makefile 29 Apr 2003 15:31:22 -0000 1.18 >+++ Makefile 27 Aug 2003 10:13:32 -0000 >@@ -37,8 +37,7 @@ > > .else > # default to mysql >- >-LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client >+USE_MYSQL= YES > CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} > > .if !defined(WITH_MYSQL) > >mail/courier >-------- >Index: scripts/configure.courier >=================================================================== >RCS file: /WORK/ports/REPO/ports/mail/courier/scripts/configure.courier,v >retrieving revision 1.8 >diff -u -r1.8 configure.courier >--- scripts/configure.courier 15 Aug 2003 00:49:28 -0000 1.8 >+++ scripts/configure.courier 27 Aug 2003 10:15:50 -0000 >@@ -225,7 +225,7 @@ > 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"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 56029
: 34491