From owner-svn-ports-all@FreeBSD.ORG Thu Mar 6 20:38:11 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 79428BAE; Thu, 6 Mar 2014 20:38:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 64F018A5; Thu, 6 Mar 2014 20:38:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s26KcBGG090333; Thu, 6 Mar 2014 20:38:11 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s26KcBni090332; Thu, 6 Mar 2014 20:38:11 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201403062038.s26KcBni090332@svn.freebsd.org> From: Antoine Brodin Date: Thu, 6 Mar 2014 20:38:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347319 - head/databases/sqlrelay X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 06 Mar 2014 20:38:11 -0000 Author: antoine Date: Thu Mar 6 20:38:10 2014 New Revision: 347319 URL: http://svnweb.freebsd.org/changeset/ports/347319 QAT: https://qat.redports.org/buildarchive/r347319/ Log: Mark BROKEN: Does not build libtool: compile: c++ -O2 -pipe -fno-strict-aliasing -Wall -pipe -I/usr/local/include -DDEFAULT_CONFIG_FILE=\"/usr/local/etc/sqlrelay.conf\" -DCACHE_DIR=\"/var/sqlrelay/cache\" -I./ -I../../ -I../../src/common -I../../src/util -I/usr/local/include -I/usr/include -DLIBEXECDIR=\"/usr/local/libexec/sqlrelay\" -c sqlrlistener.cpp -fPIC -DPIC -o .libs/sqlrlistener.o sqlrlistener.cpp: In member function 'bool sqlrlistener::createSharedMemoryAndSemaphores(const char*)': sqlrlistener.cpp:441: error: no matching function for call to 'sharedmemory::attach(key_t&)' Reported by: pkg-fallout Modified: head/databases/sqlrelay/Makefile Modified: head/databases/sqlrelay/Makefile ============================================================================== --- head/databases/sqlrelay/Makefile Thu Mar 6 20:35:17 2014 (r347318) +++ head/databases/sqlrelay/Makefile Thu Mar 6 20:38:10 2014 (r347319) @@ -12,6 +12,7 @@ COMMENT= Persistent DB connection poolin LIB_DEPENDS= librudiments.so:${PORTSDIR}/devel/rudiments +BROKEN= Does not build WANT_GNOME= yes USES= gmake USE_AUTOTOOLS= autoconf libtool