FreeBSD Bugzilla – Attachment 33683 Details for
Bug 55043
[update] security/prelude-manager: add MySQL hacks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
prelude-manager.diff
prelude-manager.diff (text/plain), 1.90 KB, created by
Clement Laforet
on 2003-07-30 12:10:19 UTC
(
hide
)
Description:
prelude-manager.diff
Filename:
MIME Type:
Creator:
Clement Laforet
Created:
2003-07-30 12:10:19 UTC
Size:
1.90 KB
patch
obsolete
>diff -Nur prelude-manager.orig/Makefile prelude-manager/Makefile >--- prelude-manager.orig/Makefile Wed Jul 30 10:58:18 2003 >+++ prelude-manager/Makefile Wed Jul 30 10:58:43 2003 >@@ -6,6 +6,7 @@ > > PORTNAME= prelude-manager > PORTVERSION= 0.8.7 >+PORTREVISION= 1 > CATEGORIES= security > MASTER_SITES= http://www.prelude-ids.org/download/releases/ > >@@ -20,6 +21,25 @@ > CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc \ > --program-prefix="" --localstatedir=/var > >+# MySQL deps hack >+MYSQL323_LIBVER=10 >+MYSQL40_LIBVER= 12 >+MYSQL41_LIBVER= 14 >+ >+.include <bsd.port.pre.mk> >+ >+.if defined(WITH_MYSQL_VER) >+MYSQL_VER= ${WITH_MYSQL_VER} >+.elif exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.${MYSQL_323_LIBVER}) >+MYSQL_VER= 323 >+.elif exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.${MYSQL40_LIBVER}) >+MYSQL_VER= 40 >+.elif exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.${MYSQL41_LIBVER}) >+MYSQL_VER= 41 >+.else >+MYSQL_VER= 40 >+.endif >+ > .if defined(WITHOUT_SSL) > CONFIGURE_ARGS+= --disable-openssl > .else >@@ -28,7 +48,7 @@ > .endif > > .if defined(WITH_MYSQL) >-LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client >+LIB_DEPENDS+= mysqlclient.${MYSQL${MYSQL_VER}_LIBVER}:${PORTSDIR}/databases/mysql${MYSQL_VER}-client > CONFIGURE_ARGS+= --enable-mysql > PLIST_SUB+= MYSQL="" > .else >@@ -52,8 +72,11 @@ > @${ECHO} "" > @${ECHO} " WITHOUT_SSL=yes Disable SSL support" > @${ECHO} " WITH_MYSQL=yes Enable MySQL support" >+ @${ECHO} " - WITH_MYSQL_VER=323 Enable MySQL 3.23 support" >+ @${ECHO} " - WITH_MYSQL_VER=40 Enable MySQL 4.0 support (default)" >+ @${ECHO} " - WITH_MYSQL_VER=41 Enable MySQL 4.1 support" > @${ECHO} " WITH_POSTGRES=yes Enable PostreSQL support" > @${ECHO} "*---------------------------------------------------------------------------*" > @${ECHO} "" > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk>
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 55043
: 33683