FreeBSD Bugzilla – Attachment 134070 Details for
Bug 178657
audio/squeezeboxserver: Start failure with mysql-server-5.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 989 bytes, created by
Thomas Mueller
on 2013-05-15 13:00:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Thomas Mueller
Created:
2013-05-15 13:00:00 UTC
Size:
989 bytes
patch
obsolete
>--- Makefile.orig 2013-05-15 13:50:46.454763932 +0200 >+++ Makefile 2013-05-15 13:50:39.069763074 +0200 >@@ -174,12 +174,16 @@ > -e 's|%%TMP_SLIMDIR%%|${TMP_SLIMDIR}|g' \ > ${WRKSRC}/scanner.pl \ > ${WRKSRC}/slimserver.pl >- ${REINPLACE_CMD} \ >+ @${REINPLACE_CMD} \ > -e 's/skip-locking/skip-external-locking/' \ > -e 's/default-character-set/character-set-server/'\ >- -e 's/table_cache/table_open_cache/'\ > -e 's/default-collation/collation-server/' ${WRKSRC}/MySQL/my.tt >- ${REINPLACE_CMD} \ >+# table_open_cache was known as table_cache in MySQL 5.1.2 and earlier >+ @if [ "$(MYSQL_VER)" != "50" ] ; then \ >+ ${REINPLACE_CMD} \ >+ -e 's/table_cache/table_open_cache/' ${WRKSRC}/MySQL/my.tt ;\ >+ fi >+ @${REINPLACE_CMD} \ > -e 's/TYPE=InnoDB/ENGINE=InnoDB/' ${WRKSRC}/SQL/mysql/schema_*.sql > > do-build:
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 178657
: 134070