From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 12:26:38 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7797F106566C; Mon, 10 Sep 2012 12:26:38 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 62C6C8FC1B; Mon, 10 Sep 2012 12:26:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8ACQcla052638; Mon, 10 Sep 2012 12:26:38 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8ACQc4h052636; Mon, 10 Sep 2012 12:26:38 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201209101226.q8ACQc4h052636@svn.freebsd.org> From: Beat Gaetzi Date: Mon, 10 Sep 2012 12:26:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304031 - head/databases/spatialite_gui X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 12:26:38 -0000 Author: beat Date: Mon Sep 10 12:26:37 2012 New Revision: 304031 URL: http://svn.freebsd.org/changeset/ports/304031 Log: - Mark BROKEN: does not configure configure: error: 'libspatialite' is required but it doesn't seem to be installed on this system. Reported by: pointyhat Modified: head/databases/spatialite_gui/Makefile Modified: head/databases/spatialite_gui/Makefile ============================================================================== --- head/databases/spatialite_gui/Makefile Mon Sep 10 12:23:53 2012 (r304030) +++ head/databases/spatialite_gui/Makefile Mon Sep 10 12:26:37 2012 (r304031) @@ -18,6 +18,8 @@ LIB_DEPENDS= gaiagraphics:${PORTSDIR}/gr freexl:${PORTSDIR}/textproc/freexl \ spatialite:${PORTSDIR}/databases/spatialite +BROKEN= does not configure + USE_WX= 2.8 WANT_UNICODE= yes GNU_CONFIGURE= yes