Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2013 02:50:44 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/181875: databases/mysql-workbench52: Fix build
Message-ID:  <20130907025044.de42355bc9798aa143db19db@yahoo.com>
Resent-Message-ID: <201309061810.r86IA1Px054451@freefall.freebsd.org>

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

>Number:         181875
>Category:       ports
>Synopsis:       databases/mysql-workbench52: Fix build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 06 18:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Fix build

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/databases/mysql-workbench52/Makefile databases/mysql-workbench52/Makefile
--- /usr/ports/databases/mysql-workbench52/Makefile	2013-09-05 01:45:22.000000000 +0900
+++ databases/mysql-workbench52/Makefile	2013-09-07 00:00:00.000000000 +0900
@@ -43,8 +43,7 @@
 USE_SQLITE=	3
 USE_AUTOTOOLS=	libtoolize aclocal automake autoheader autoconf
 LIBTOOLIZE_ARGS=--copy --force
-ACLOCAL_ARGS=	# none
-AUTOMAKE_ARGS=	--copy --force-missing --foreign
+AUTOMAKE_ARGS=	--add-missing --copy --force-missing --foreign
 CONFIGURE_ENV=	LUA_CFLAGS="$$(pkg-config --cflags lua-${LUA_VER})" \
 		LUA_LIBS="$$(pkg-config --libs lua-${LUA_VER})" \
 		TINYXML_CFLAGS="-I${LOCALBASE}/include" \
>Release-Note:
>Audit-Trail:
>Unformatted:



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