Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2002 13:25:36 -0700 (PDT)
From:      Yuri Victorovich <yuri@tsoft.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/42337: [PATCH] Port databases/mysql323-server: removing exclusion of InnoDB on Alpha
Message-ID:  <200209022025.g82KPaYx099587@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         42337
>Category:       ports
>Synopsis:       [PATCH] Port databases/mysql323-server: removing exclusion of InnoDB on Alpha
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 02 13:30:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Yuri Victorovich
>Release:        FreeBSD-5.0-CURRENT
>Organization:
Optima Inc
>Environment:
FreeBSD xxx.xxxx.xxx 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Aug 17 12:17:48 EDT 2002     yuri@xxx.xxxx.xxx:/usr/src/sys/alpha/compile/GENERIC  alpha
>Description:
InnoDB is excluded from available table types on Alpha architecture.
It works fine for me on Alpha.
So it should not be excluded
>How-To-Repeat:
N/A
>Fix:
--- /usr/ports/databases/mysql323-server/Makefile       Sun Aug 25 22:24:16 2002
+++ /home/yuri/usr/ports/databases/mysql323-server/Makefile     Mon Sep  2 16:14:32 2002
@@ -30,13 +30,14 @@
                --without-readline \
                --without-bench \
                --with-mit-threads=no \
+               --with-innodb \
                --with-libwrap \
                --with-low-memory \
                --with-comment='FreeBSD port: ${PKGNAME}' \
                --program-prefix=''

 .if ${MACHINE_ARCH} == "i386"
-CONFIGURE_ARGS+=--enable-assembler --with-berkeley-db --with-innodb
+CONFIGURE_ARGS+=--enable-assembler --with-berkeley-db
 .endif
 .if defined(WITH_CHARSET) && ${WITH_CHARSET} != ""
 CONFIGURE_ARGS+=--with-charset=${WITH_CHARSET}

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209022025.g82KPaYx099587>