From owner-svn-ports-all@freebsd.org Tue Nov 22 10:36:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9C48C4F189; Tue, 22 Nov 2016 10:36:53 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B633F1479; Tue, 22 Nov 2016 10:36:53 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAMAaqDY084076; Tue, 22 Nov 2016 10:36:52 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAMAaqTB084075; Tue, 22 Nov 2016 10:36:52 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611221036.uAMAaqTB084075@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 22 Nov 2016 10:36:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426816 - head/databases/firebird25-server 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.23 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: Tue, 22 Nov 2016 10:36:54 -0000 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