Date: Mon, 26 Aug 2019 15:57:51 +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: r509957 - in head: astro/opencpn games/netradiant net-mgmt/pmacct security/pecl-crypto Message-ID: <201908261557.x7QFvpug068082@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Mon Aug 26 15:57:51 2019 New Revision: 509957 URL: https://svnweb.freebsd.org/changeset/ports/509957 Log: These ports now build on aarch64. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/astro/opencpn/Makefile head/games/netradiant/Makefile head/net-mgmt/pmacct/Makefile head/security/pecl-crypto/Makefile Modified: head/astro/opencpn/Makefile ============================================================================== --- head/astro/opencpn/Makefile Mon Aug 26 15:53:03 2019 (r509956) +++ head/astro/opencpn/Makefile Mon Aug 26 15:57:51 2019 (r509957) @@ -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 \ Modified: head/games/netradiant/Makefile ============================================================================== --- head/games/netradiant/Makefile Mon Aug 26 15:53:03 2019 (r509956) +++ head/games/netradiant/Makefile Mon Aug 26 15:57:51 2019 (r509957) @@ -16,15 +16,14 @@ 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 Modified: head/net-mgmt/pmacct/Makefile ============================================================================== --- head/net-mgmt/pmacct/Makefile Mon Aug 26 15:53:03 2019 (r509956) +++ head/net-mgmt/pmacct/Makefile Mon Aug 26 15:57:51 2019 (r509957) @@ -11,8 +11,6 @@ COMMENT= Accounting and aggregation tool for IPv4 and LICENSE= GPLv2 -BROKEN_aarch64= fails to build: undefined reference to sbrk - USES= libtool USE_RC_SUBR= pmacctd nfacctd sfacctd SUB_FILES= pkg-message Modified: head/security/pecl-crypto/Makefile ============================================================================== --- head/security/pecl-crypto/Makefile Mon Aug 26 15:53:03 2019 (r509956) +++ head/security/pecl-crypto/Makefile Mon Aug 26 15:57:51 2019 (r509957) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908261557.x7QFvpug068082>