svn commit: r347319 - head/databases/sqlrelay
Antoine Brodin
antoine at FreeBSD.org
Thu Mar 6 20:38:11 UTC 2014
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
More information about the svn-ports-all
mailing list