svn commit: r426816 - head/databases/firebird25-server

Mark Linimon linimon at FreeBSD.org
Tue Nov 22 10:36:54 UTC 2016


Author: linimon
Date: Tue Nov 22 10:36:52 2016
New Revision: 426816
URL: https://svnweb.freebsd.org/changeset/ports/426816

Log:
  Add note confirming that this is broken on sparc64, and presumably, other
  FreeBSD non-x86 archs, due to a lack of an appropriate implementation of
  AtomicCounter.
  
  While here, remove obsolete CONFLICTS lines.
  
  Note that not having this port build blocks devel/qt4, devel/qt5, all the
  libreoffice variants, and a handful of others.

Modified:
  head/databases/firebird25-server/Makefile

Modified: head/databases/firebird25-server/Makefile
==============================================================================
--- head/databases/firebird25-server/Makefile	Tue Nov 22 10:35:10 2016	(r426815)
+++ head/databases/firebird25-server/Makefile	Tue Nov 22 10:36:52 2016	(r426816)
@@ -58,8 +58,8 @@ LD=	${CC}
 STRIP=
 
 ONLY_FOR_ARCHS=	i386 amd64
-CONFLICTS+=	firebird-client-2.0* firebird-server-2.0* \
-		firebird-client-2.1* firebird-server-2.1*
+# sparc64 fails due to lack of valid AtomicCounter implementation in
+# src/common/classes/fb_atomic.h; presumably other tier-2s would as well
 
 INSTALL_FB=	${INSTALL} ${COPY}
 IPCRM_CMD=	/usr/bin/ipcrm


More information about the svn-ports-all mailing list