FreeBSD Bugzilla – Attachment 121113 Details for
Bug 164028
Fix devel/pinba_engine to work with mariadb
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.07 KB, created by
Doug Barton
on 2012-01-11 18:40:12 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Doug Barton
Created:
2012-01-11 18:40:12 UTC
Size:
1.07 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/pinba_engine/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- Makefile 10 Jan 2012 12:55:24 -0000 1.4 >+++ Makefile 11 Jan 2012 18:32:33 -0000 >@@ -18,8 +18,8 @@ > BUILD_DEPENDS= ${LOCALBASE}/include/google/protobuf/descriptor.h:${PORTSDIR}/devel/protobuf \ > ${LOCALBASE}/include/event.h:${PORTSDIR}/devel/libevent \ > ${LOCALBASE}/include/Judy.h:${PORTSDIR}/devel/judy \ >- ${LOCALBASE}/lib/mysql/plugin:${MYSQL_PORTDIR} \ >- ${NONEXISTENT}:${MYSQL_PORTDIR}:configure \ >+ ${LOCALBASE}/lib/mysql/plugin:${PORTSDIR}/${_MYSQL_SERVER} \ >+ ${NONEXISTENT}:${PORTSDIR}/${_MYSQL_SERVER}:configure \ > bison:${PORTSDIR}/devel/bison \ > cmake:${PORTSDIR}/devel/cmake > >@@ -30,8 +30,7 @@ > USE_MYSQL= yes > IGNORE_WITH_MYSQL= 41 50 > >-MYSQL_PORTDIR= ${PORTSDIR}/databases/mysql${MYSQL_VER}-server >-MYSQL_WRKSRC= $$(cd ${MYSQL_PORTDIR} && ${MAKE} -V WRKSRC) >+MYSQL_WRKSRC= $$(cd ${PORTSDIR}/${_MYSQL_SERVER} && ${MAKE} -V WRKSRC) > > USE_GMAKE= yes > GNU_CONFIGURE= yes
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 164028
: 121113