Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2014 20:38:11 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347319 - head/databases/sqlrelay
Message-ID:  <201403062038.s26KcBni090332@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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