diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-08-26 15:57:51 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-08-26 15:57:51 +0000 |
commit | 3187b5cd97a4d36fb30c6be16b0aec9f474e99b8 (patch) | |
tree | b9e0441993795de58f72d8db269d3fa19229ab7b | |
parent | 8aedae452aff450b0cdeb7c2f0ab9735fea25c91 (diff) |
Notes
-rw-r--r-- | astro/opencpn/Makefile | 2 | ||||
-rw-r--r-- | games/netradiant/Makefile | 7 | ||||
-rw-r--r-- | net-mgmt/pmacct/Makefile | 2 | ||||
-rw-r--r-- | security/pecl-crypto/Makefile | 1 |
4 files changed, 3 insertions, 9 deletions
diff --git a/astro/opencpn/Makefile b/astro/opencpn/Makefile index 17ab97ef1ec0..57c66f63dcab 100644 --- a/astro/opencpn/Makefile +++ b/astro/opencpn/Makefile @@ -11,8 +11,6 @@ COMMENT= Concise ChartPlotter/Navigator LICENSE= GPLv2+ -BROKEN_aarch64= Fails to compile: use of undeclared identifier rand - LIB_DEPENDS= libportaudio.so:audio/portaudio \ libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ diff --git a/games/netradiant/Makefile b/games/netradiant/Makefile index e61f6987bb9b..bbd794115877 100644 --- a/games/netradiant/Makefile +++ b/games/netradiant/Makefile @@ -16,16 +16,15 @@ COMMENT= Fork of GtkRadiant v1.5 FPS games map editor LICENSE= GPLv2 +BROKEN_armv6= fails to build: h2data.armv6: No such file or directory +BROKEN_armv7= fails to build: h2data.armv7: No such file or directory + LIB_DEPENDS= libpng.so:graphics/png \ libwebp.so:graphics/webp \ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig \ libgtkglext-x11-1.0.so:x11-toolkits/gtkglext -BROKEN_aarch64= fails to link: ldd: install/modules/archivepak.so: not a FreeBSD ELF shared object -BROKEN_armv6= fails to build: h2data.armv6: No such file or directory -BROKEN_armv7= fails to build: h2data.armv7: No such file or directory - USES= compiler:c++11-lang gl gmake gnome jpeg localbase:ldflags \ pkgconfig tar:xz USE_GL= gl glu diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index 4fba69ad0bf3..4f0e2ea81c82 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -11,8 +11,6 @@ COMMENT= Accounting and aggregation tool for IPv4 and IPv6 traffic LICENSE= GPLv2 -BROKEN_aarch64= fails to build: undefined reference to sbrk - USES= libtool USE_RC_SUBR= pmacctd nfacctd sfacctd SUB_FILES= pkg-message diff --git a/security/pecl-crypto/Makefile b/security/pecl-crypto/Makefile index 5214d63cf3da..a05f526180e8 100644 --- a/security/pecl-crypto/Makefile +++ b/security/pecl-crypto/Makefile @@ -11,7 +11,6 @@ COMMENT= Objective wrapper for OpenSSL Crypto Library LICENSE= PHP301 -BROKEN_aarch64= fails to configure: C compiler cannot create executables BROKEN_armv6= fails to configure: C compiler cannot create executables BROKEN_armv7= fails to configure: C compiler cannot create executables BROKEN_mips= fails to configure: C compiler cannot create executables |