Date: Wed, 1 May 2019 18:39:39 +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: r500604 - in head: audio/deadbeef audio/libgig devel/liblas lang/elk security/botan110 security/p5-Crypt-RHash sysutils/freeipmi Message-ID: <201905011839.x41Idd5d071324@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905011839.x41Idd5d071324>