Bug 42337

Summary: [PATCH] Port databases/mysql323-server: removing exclusion of InnoDB on Alpha
Product: Ports & Packages Reporter: yuri
Component: Individual Port(s)Assignee: dirk
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description yuri 2002-09-02 21:30:02 UTC
InnoDB is excluded from available table types on Alpha architecture.
It works fine for me on Alpha.
So it should not be excluded

Fix: 

.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}--n3A73q7w79DxQZc2IK9tNxthto8g4Aj2vAaSssPknGZkYN33
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- /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=''
How-To-Repeat: N/A
Comment 1 Oliver Braun freebsd_committer freebsd_triage 2002-09-02 21:33:34 UTC
Responsible Changed
From-To: freebsd-ports->dirk

Over to maintainer(s)
Comment 2 dirk freebsd_committer freebsd_triage 2002-09-03 22:31:45 UTC
State Changed
From-To: open->closed

Committed!