diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-03 05:34:30 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-03 05:34:30 +0800 |
commit | 1dccfc56b7bbffb82371ff53bcae649d451de2a6 (patch) | |
tree | c38e13cf5bbb6c63aec7c9aa26af564ff1037645 /databases/mysql-workbench52 | |
parent | 4128e656f86c3243dcc293a16790fbd83d23a110 (diff) | |
download | freebsd-ports-gnome-1dccfc56b7bbffb82371ff53bcae649d451de2a6.tar.gz freebsd-ports-gnome-1dccfc56b7bbffb82371ff53bcae649d451de2a6.tar.zst freebsd-ports-gnome-1dccfc56b7bbffb82371ff53bcae649d451de2a6.zip |
- Add USES=iconv and link with -liconv
- Remove USE_GCC=any because there's already USES=compiler:gcc-c++11-lib
- Use default LIBTOOLIZE_ARGS
Reported by: antoine
Diffstat (limited to 'databases/mysql-workbench52')
-rw-r--r-- | databases/mysql-workbench52/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/databases/mysql-workbench52/Makefile b/databases/mysql-workbench52/Makefile index 9f1cd4c2b997..a4e12d7f0464 100644 --- a/databases/mysql-workbench52/Makefile +++ b/databases/mysql-workbench52/Makefile @@ -33,8 +33,9 @@ RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ OPTIONS_DEFINE= PYTHON_UTILS UNIXODBC PYTHON_UTILS_DESC= Python scripts useful for administering MySQL -USES= desktop-file-utils gettext gmake libtool lua:51 pathfix pkgconfig \ - shebangfix shared-mime-info python:2 compiler:gcc-c++11-lib +USES= compiler:gcc-c++11-lib desktop-file-utils gettext gmake iconv \ + libtool lua:51 pathfix pkgconfig python:2 shared-mime-info \ + shebangfix SHEBANG_FILES= ext/ctemplate/ctemplate-src/src/htmlparser/*.py \ ext/mysql-utilities/*.py \ ext/mysql-utilities/scripts/*.py \ @@ -46,13 +47,11 @@ SHEBANG_FILES= ext/ctemplate/ctemplate-src/src/htmlparser/*.py \ plugins/wb.admin/gen-opt/recat/*.py \ plugins/wb.query.analysis/*.py \ po/*.py -USE_GCC= any USE_GL= gl USE_GNOME= gnomehier gtk20 libxml2 USE_MYSQL= client USE_SQLITE= 3 USE_AUTOTOOLS= libtoolize aclocal automake autoheader autoconf -LIBTOOLIZE_ARGS=--copy --force AUTOMAKE_ARGS= --add-missing --copy --force-missing --foreign GNU_CONFIGURE= yes CONFIGURE_ENV= LUA_CFLAGS="$$(pkg-config --cflags lua-${LUA_VER})" \ @@ -97,6 +96,9 @@ post-patch: 's|-O0 -g3||' \ ${WRKSRC}/ext/scintilla/gtk/Makefile.am @${REINPLACE_CMD} -e \ + '/^wbcopytables_LDADD=/s/$$/ ${ICONV_LIB}/' \ + ${WRKSRC}/plugins/migration/Makefile.am + @${REINPLACE_CMD} -e \ '/f.write/s|bash -i|sh -i| ; \ /call/s|/bin/bash|/bin/sh| ; \ /paths/s|/usr/local|${LOCALBASE}|' \ |