diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-22 18:36:52 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-22 18:36:52 +0800 |
commit | 8e0ca20b0f027407ccb318100ebbe9e6420069ab (patch) | |
tree | 68394c8cfe005a6e6f399d803eb0464e4d450bcf /databases | |
parent | e71b59814104abb1995d45ec77273633b1f29aa7 (diff) | |
download | freebsd-ports-gnome-8e0ca20b0f027407ccb318100ebbe9e6420069ab.tar.gz freebsd-ports-gnome-8e0ca20b0f027407ccb318100ebbe9e6420069ab.tar.zst freebsd-ports-gnome-8e0ca20b0f027407ccb318100ebbe9e6420069ab.zip |
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.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/firebird25-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/firebird25-server/Makefile b/databases/firebird25-server/Makefile index 34d1976ca1f0..3bbd4da68595 100644 --- a/databases/firebird25-server/Makefile +++ b/databases/firebird25-server/Makefile @@ -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 |