Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Nov 2016 10:36:52 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426816 - head/databases/firebird25-server
Message-ID:  <201611221036.uAMAaqTB084075@repo.freebsd.org>

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



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