Bug 42337 - [PATCH] Port databases/mysql323-server: removing exclusion of InnoDB on Alpha
Summary: [PATCH] Port databases/mysql323-server: removing exclusion of InnoDB on Alpha
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: dirk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-02 21:30 UTC by yuri
Modified: 2002-09-03 22:31 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!