From owner-svn-ports-head@freebsd.org Wed May 1 18:39:41 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E384159E036; Wed, 1 May 2019 18:39:41 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D6F7C88C41; Wed, 1 May 2019 18:39:40 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AE6D8255D6; Wed, 1 May 2019 18:39:40 +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 x41Ide1b071331; Wed, 1 May 2019 18:39:40 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x41Idd5d071324; Wed, 1 May 2019 18:39:39 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201905011839.x41Idd5d071324@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Wed, 1 May 2019 18:39:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500604 - in head: audio/deadbeef audio/libgig devel/liblas lang/elk security/botan110 security/p5-Crypt-RHash sysutils/freeipmi X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head: audio/deadbeef audio/libgig devel/liblas lang/elk security/botan110 security/p5-Crypt-RHash sysutils/freeipmi X-SVN-Commit-Revision: 500604 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D6F7C88C41 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 May 2019 18:39:41 -0000 Author: linimon Date: Wed May 1 18:39:38 2019 New Revision: 500604 URL: https://svnweb.freebsd.org/changeset/ports/500604 Log: These ports now build on aarch64. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/audio/deadbeef/Makefile head/audio/libgig/Makefile head/devel/liblas/Makefile head/lang/elk/Makefile head/security/botan110/Makefile head/security/p5-Crypt-RHash/Makefile head/sysutils/freeipmi/Makefile Modified: head/audio/deadbeef/Makefile ============================================================================== --- head/audio/deadbeef/Makefile Wed May 1 18:22:19 2019 (r500603) +++ head/audio/deadbeef/Makefile Wed May 1 18:39:38 2019 (r500604) @@ -13,7 +13,6 @@ COMMENT= Ultimate music player for Unix-like systems LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual -BROKEN_aarch64= Fails to compile: error: invalid conversion between vector type and integer type BROKEN_armv6= Fails to compile: error: invalid conversion between vector type and integer type BROKEN_armv7= Fails to compile: error: invalid conversion between vector type and integer type Modified: head/audio/libgig/Makefile ============================================================================== --- head/audio/libgig/Makefile Wed May 1 18:22:19 2019 (r500603) +++ head/audio/libgig/Makefile Wed May 1 18:39:38 2019 (r500604) @@ -13,8 +13,6 @@ COMMENT= Gigasampler file loader library LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_aarch64= fails to compile: DLS.cpp:526:9: unknown type name 'uuid_t'; did you mean 'uid_t'? - LIB_DEPENDS= libsndfile.so:audio/libsndfile \ libuuid.so:misc/e2fsprogs-libuuid Modified: head/devel/liblas/Makefile ============================================================================== --- head/devel/liblas/Makefile Wed May 1 18:22:19 2019 (r500603) +++ head/devel/liblas/Makefile Wed May 1 18:39:38 2019 (r500604) @@ -11,8 +11,6 @@ COMMENT= Library For Reading And Writing LAS-Format Da LICENSE= BSD2CLAUSE -BROKEN_aarch64= fails to compile: file liblas/detail/endian.hpp needs to be set up for your CPU type - LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libgeotiff.so:graphics/libgeotiff Modified: head/lang/elk/Makefile ============================================================================== --- head/lang/elk/Makefile Wed May 1 18:22:19 2019 (r500603) +++ head/lang/elk/Makefile Wed May 1 18:39:38 2019 (r500604) @@ -13,8 +13,6 @@ COMMENT= Embeddable Scheme interpreter LIB_DEPENDS= libgdbm.so:databases/gdbm \ libelf.so:devel/libelf -BROKEN_aarch64= Fails to link: missing sbrk - USES= libtool motif tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/security/botan110/Makefile ============================================================================== --- head/security/botan110/Makefile Wed May 1 18:22:19 2019 (r500603) +++ head/security/botan110/Makefile Wed May 1 18:39:38 2019 (r500604) @@ -15,8 +15,6 @@ COMMENT= Portable, easy to use, and efficient C++ cryp LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/doc/license.txt -BROKEN_aarch64= Fails to configure: unknown or unidentifiable processor arm64 - OPTIONS_DEFINE= SSL GMP DOCS OPTIONS_DEFAULT= SSL GMP Modified: head/security/p5-Crypt-RHash/Makefile ============================================================================== --- head/security/p5-Crypt-RHash/Makefile Wed May 1 18:22:19 2019 (r500603) +++ head/security/p5-Crypt-RHash/Makefile Wed May 1 18:39:38 2019 (r500604) @@ -12,7 +12,6 @@ COMMENT= Compute hash sums and magnet links LICENSE= MIT -BROKEN_aarch64= Fails to build: error Cannot detect CPU architechture BROKEN_mips64= Fails to build: error Cannot detect CPU architechture USES= perl5 Modified: head/sysutils/freeipmi/Makefile ============================================================================== --- head/sysutils/freeipmi/Makefile Wed May 1 18:22:19 2019 (r500603) +++ head/sysutils/freeipmi/Makefile Wed May 1 18:39:38 2019 (r500604) @@ -12,7 +12,6 @@ COMMENT= Library and tools to support IPMI-capable har LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_aarch64= invokes x86 assembler BROKEN_armv6= invokes x86 assembler BROKEN_armv7= invokes x86 assembler BROKEN_mips= invokes x86 assembler @@ -25,6 +24,7 @@ LIB_DEPENDS= libargp.so:devel/argp-standalone \ OPTIONS_DEFINE= DEBUG DOCS IOPERM IPV6 IOPERM_DESC= Use i386_set_ioperm +USES= gmake libtool localbase shebangfix CFLAGS+= -D_WANT_SEMUN CONFIGURE_ARGS= --disable-init-scripts \ --sysconfdir=${ETCDIR} \ @@ -34,7 +34,6 @@ CONFIGURE_ARGS= --disable-init-scripts \ CONFIGURE_ENV= PTHREAD_LIBS=-lpthread ac_cv_path_CPP=${CPP} GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake libtool localbase shebangfix INFO= freeipmi-faq PLIST_SUB= CACHE_DIR=${CACHE_DIR}