diff options
author | wen <wen@FreeBSD.org> | 2012-05-02 09:51:36 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2012-05-02 09:51:36 +0800 |
commit | 02804018ef07d7f2b133ef9c947d58b8903bd2b3 (patch) | |
tree | a8a0b2169115b346d7eff981b536e60cd2d1526d /databases/gomysql | |
parent | 8b0b22c2bb59813cec5211380296435f871abf3f (diff) | |
download | freebsd-ports-gnome-02804018ef07d7f2b133ef9c947d58b8903bd2b3.tar.gz freebsd-ports-gnome-02804018ef07d7f2b133ef9c947d58b8903bd2b3.tar.zst freebsd-ports-gnome-02804018ef07d7f2b133ef9c947d58b8903bd2b3.zip |
- Mark broken for go1
PR: 167324
Submitted by: jlaffaye@
Diffstat (limited to 'databases/gomysql')
-rw-r--r-- | databases/gomysql/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/gomysql/Makefile b/databases/gomysql/Makefile index ca2f5973b781..f4e6f725b81d 100644 --- a/databases/gomysql/Makefile +++ b/databases/gomysql/Makefile @@ -15,6 +15,8 @@ DISTNAME= Philio-GoMySQL-${PORTVERSION}-0-g3c1f411 MAINTAINER= wen@FreeBSD.org COMMENT= A MySQL client library written in Go +BROKEN= Does not compile with go1 + WRKSRC= ${WRKDIR}/Philio-GoMySQL-f1112aa PLIST_FILES= ${GO_LIBDIR}/mysql.a |