Date: Fri, 3 May 2019 21:06: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: r500752 - in head: archivers/libcabinet audio/guitarix-lv2 audio/yoshimi biology/jellyfish cad/sp2sp databases/pg_citus devel/k8048 emulators/hatari games/7kaa games/eduke32 games/exult... Message-ID: <201905032106.x43L6pAU081689@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Fri May 3 21:06:51 2019 New Revision: 500752 URL: https://svnweb.freebsd.org/changeset/ports/500752 Log: These ports now build on aarch64. Where necessary, pet portlint. Approved by: portmgr Obtained from: aarch64 TRYBROKEN run Modified: head/archivers/libcabinet/Makefile head/audio/guitarix-lv2/Makefile head/audio/yoshimi/Makefile head/biology/jellyfish/Makefile head/cad/sp2sp/Makefile head/databases/pg_citus/Makefile head/devel/k8048/Makefile head/emulators/hatari/Makefile head/games/7kaa/Makefile head/games/eduke32/Makefile head/games/exult/Makefile head/games/gtkradiant/Makefile head/graphics/aseprite/Makefile head/irc/ircd-ratbox-devel/Makefile head/irc/ircd-ratbox/Makefile head/japanese/kterm/Makefile head/lang/see/Makefile head/mail/dbmail/Makefile head/multimedia/acidrip/Makefile head/multimedia/nordlicht/Makefile head/net-mgmt/riemann-c-client/Makefile head/net/tcpkali/Makefile head/science/healpix/Makefile head/security/john/Makefile head/security/p5-Crypt-Curve25519/Makefile head/security/sha1collisiondetection/Makefile head/sysutils/fluent-bit/Makefile head/sysutils/mbgtools/Makefile head/textproc/miller/Makefile head/www/mohawk/Makefile Modified: head/archivers/libcabinet/Makefile ============================================================================== --- head/archivers/libcabinet/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/archivers/libcabinet/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -10,11 +10,8 @@ MASTER_SITES= http://www.bsd-geek.de/FreeBSD/distfiles MAINTAINER= ports@FreeBSD.org COMMENT= Portable library and utility to use Microsoft cabinet files (.cab) -USE_LDCONFIG= yes - -BROKEN_aarch64= Fails to link: linker command failed with exit code 1 - USES= uidfix +USE_LDCONFIG= yes SRCFILE= ${WRKSRC}/listcab.cpp PROGFILE= ${SRCFILE:S/.cpp$//} MAKE_ENV= WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null Modified: head/audio/guitarix-lv2/Makefile ============================================================================== --- head/audio/guitarix-lv2/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/audio/guitarix-lv2/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -14,7 +14,6 @@ COMMENT= Virtual versatile amplification for Jack and LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_aarch64= fails to compile: unknown FP unit 'sse' BROKEN_armv6= fails to compile: unknown FP unit 'sse' BROKEN_armv7= fails to compile: unknown FP unit 'sse' BROKEN_powerpc64= fails to compile: unknown FP unit 'sse' Modified: head/audio/yoshimi/Makefile ============================================================================== --- head/audio/yoshimi/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/audio/yoshimi/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -11,7 +11,6 @@ COMMENT= Sophisticated software synthesizer LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_aarch64= fails to compile: c++: warning: argument unused during compilation: '-msse' BROKEN_armv6= fails to compile: c++: warning: argument unused during compilation: '-msse' BROKEN_armv7= fails to compile: c++: warning: argument unused during compilation: '-msse' Modified: head/biology/jellyfish/Makefile ============================================================================== --- head/biology/jellyfish/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/biology/jellyfish/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -2,8 +2,8 @@ PORTNAME= jellyfish PORTVERSION= 2.2.6 -PORTREVISION= 4 DISTVERSIONPREFIX= v +PORTREVISION= 4 CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org @@ -26,8 +26,6 @@ GH_PROJECT= Jellyfish INSTALL_TARGET= install-strip PLIST_SUB= VER=${PORTVERSION} - -BROKEN_aarch64= Fails to compile: error: variable res is uninitialized .include <bsd.port.pre.mk> Modified: head/cad/sp2sp/Makefile ============================================================================== --- head/cad/sp2sp/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/cad/sp2sp/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -14,8 +14,6 @@ LICENSE= GPLv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -BROKEN_aarch64= Fails to configure: PKG_PROG_PKG_CONFIG: not found - USES= autoreconf gettext-runtime pkgconfig USE_GNOME= gtk20 pango atk cairo gdkpixbuf2 glib20 GNU_CONFIGURE= yes Modified: head/databases/pg_citus/Makefile ============================================================================== --- head/databases/pg_citus/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/databases/pg_citus/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -3,8 +3,8 @@ PORTNAME= citus PORTVERSION= 8.2.1 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= databases PKGNAMEPREFIX= pg_ @@ -13,7 +13,6 @@ COMMENT= Horizontally scale Postgresql using sharding LICENSE= AGPLv3 -BROKEN_aarch64= fails to compile: transaction/backend_data.c:53:2: error: unknown type name 'pg_atomic_uint64'; did you mean 'pg_atomic_uint32'? BROKEN_armv6= fails to compile: transaction/backend_data.c:53:2: error: unknown type name 'pg_atomic_uint64'; did you mean 'pg_atomic_uint32'? BROKEN_armv7= fails to compile: transaction/backend_data.c:53:2: error: unknown type name 'pg_atomic_uint64'; did you mean 'pg_atomic_uint32'? BROKEN_i386= fails to compile: transaction/backend_data.c:727:2: error: unknown type name 'pg_atomic_uint64'; did you mean 'pg_atomic_uint32'? Modified: head/devel/k8048/Makefile ============================================================================== --- head/devel/k8048/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/devel/k8048/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -11,7 +11,6 @@ COMMENT= Programs Microchip PICs using Velleman K8048 LICENSE= BSD3CLAUSE -BROKEN_aarch64= invokes x86 assembler BROKEN_armv6= invokes x86 assembler BROKEN_armv7= invokes x86 assembler BROKEN_mips= invokes x86 assembler Modified: head/emulators/hatari/Makefile ============================================================================== --- head/emulators/hatari/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/emulators/hatari/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -13,7 +13,6 @@ COMMENT= Atari ST emulator LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/gpl.txt -BROKEN_aarch64= fails to configure: error: unrecognized CPU type BROKEN_armv6= fails to configure: CMake Error: Generator: execution of make failed LIB_DEPENDS= libportaudio.so:audio/portaudio \ Modified: head/games/7kaa/Makefile ============================================================================== --- head/games/7kaa/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/games/7kaa/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -13,7 +13,6 @@ COMMENT= Seven Kingdoms: Ancient Adversaries LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_aarch64= fails to compile: OBULLET.cpp:41:9: constant expression evaluates to -1 which cannot be narrowed to type 'char' BROKEN_armv6= fails to compile: OBULLET.cpp:41:9: constant expression evaluates to -1 which cannot be narrowed to type 'char' BROKEN_armv7= fails to compile: OBULLET.cpp:41:9: constant expression evaluates to -1 which cannot be narrowed to type 'char' Modified: head/games/eduke32/Makefile ============================================================================== --- head/games/eduke32/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/games/eduke32/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -24,8 +24,6 @@ LICENSE_FILE_BUILDLIC= ${WRKSRC}/source/build/buildlic LICENSE_FILE_GPLv2= ${WRKSRC}/source/duke3d/gpl-2.0.txt LICENSE_PERMS_BUILDLIC= dist-mirror pkg-mirror auto-accept -BROKEN_aarch64= fails to compile: polymost.cpp:2403:18: non-constant-expression cannot be narrowed from type 'long' to 'int32_t' (aka 'int') in initializer list - LIB_DEPENDS= libFLAC.so:audio/flac \ libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis \ Modified: head/games/exult/Makefile ============================================================================== --- head/games/exult/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/games/exult/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_armv6= fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char BROKEN_armv7= fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char -BROKEN_aarch64= fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char LIB_DEPENDS= libvorbis.so:audio/libvorbis \ libpng.so:graphics/png Modified: head/games/gtkradiant/Makefile ============================================================================== --- head/games/gtkradiant/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/games/gtkradiant/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -16,8 +16,6 @@ COMMENT= Map editor for FPS games, by id Software and LICENSE= GPLv2 -BROKEN_aarch64= Fails to link: error: ldd command returned with exit code 256 - LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \ libmhash.so:security/mhash \ libpng.so:graphics/png Modified: head/graphics/aseprite/Makefile ============================================================================== --- head/graphics/aseprite/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/graphics/aseprite/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -15,7 +15,6 @@ LICENSE_NAME= END-USER LICENSE AGREEMENT FOR ASEPRITE LICENSE_FILE= ${WRKSRC}/EULA.txt LICENSE_PERMS= dist-mirror pkg-mirror auto-accept -BROKEN_aarch64= fails to compile: undefined reference to __va_copy BROKEN_armv6= fails to compile: undefined reference to __va_copy BROKEN_armv7= fails to compile: undefined reference to __va_copy BROKEN_sparc64= fails to compile: vsnprintf is not a member of std Modified: head/irc/ircd-ratbox-devel/Makefile ============================================================================== --- head/irc/ircd-ratbox-devel/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/irc/ircd-ratbox-devel/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -16,8 +16,6 @@ LICENSE= GPLv2 CONFLICTS= ircd-ratbox-[0-9]* charybdis-[0-9]* -BROKEN_aarch64= Fails to link: missing sbrk - USES= libtool perl5 sqlite tar:bzip2 USE_RC_SUBR= ircd-ratbox USE_PERL5= build Modified: head/irc/ircd-ratbox/Makefile ============================================================================== --- head/irc/ircd-ratbox/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/irc/ircd-ratbox/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -15,8 +15,6 @@ LICENSE= GPLv2 CONFLICTS= ircd-ratbox-devel-[0-9]* charybdis-[0-9]* -BROKEN_aarch64= Fails to link: missing sbrk - USES= cpe libtool sqlite tar:bzip2 CPE_VENDOR= ratbox USE_RC_SUBR= ircd-ratbox Modified: head/japanese/kterm/Makefile ============================================================================== --- head/japanese/kterm/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/japanese/kterm/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -17,8 +17,6 @@ LICENSE= MIT BUILD_DEPENDS= nkf:japanese/nkf -BROKEN_aarch64= Fails to build: fatal error: kfontlist.c file not found - USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt USE_GITHUB= yes Modified: head/lang/see/Makefile ============================================================================== --- head/lang/see/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/lang/see/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -20,7 +20,6 @@ LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/COPYING LICENSE_FILE_DTOA.C= ${WRKSRC}/COPYING LICENSE_PERMS_DTOA.C= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BROKEN_aarch64= fails to configure: floating point not detected: Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined BROKEN_armv6= fails to configure: floating point not detected: Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined BROKEN_armv7= fails to configure: floating point not detected: Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined Modified: head/mail/dbmail/Makefile ============================================================================== --- head/mail/dbmail/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/mail/dbmail/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -21,8 +21,6 @@ BUILD_DEPENDS= asciidoc:textproc/asciidoc \ xmlto:textproc/xmlto \ docbook-sgml>0:textproc/docbook-sgml -BROKEN_aarch64= Fails to link: missing sbrk - CONFLICTS= dbmail22-[0-9]* OPTIONS_DEFINE= DOCS LDAP SIEVE @@ -32,9 +30,9 @@ SIEVE_DESC= Sieve mail sorting language support OPTIONS_SUB= yes INSTALL_TARGET= install-strip +USES= autoreconf gmake libtool pkgconfig shebangfix ssl tar:bzip2 USE_LDCONFIG= ${PREFIX}/lib/dbmail USE_RC_SUBR= dbmail-pop3d dbmail-lmtpd dbmail-imapd dbmail-timsieved -USES= autoreconf gmake libtool pkgconfig shebangfix ssl tar:bzip2 GNU_CONFIGURE= yes SHEBANG_FILES= man/fixsp.pl Modified: head/multimedia/acidrip/Makefile ============================================================================== --- head/multimedia/acidrip/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/multimedia/acidrip/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -10,8 +10,6 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION MAINTAINER= ports@FreeBSD.org COMMENT= GTK2::Perl wrapper for MPlayer and MEncoder for ripping DVDs -BROKEN_aarch64= fails to build: test for MEncoder: sh: mplayer: not found - BUILD_DEPENDS= lsdvd:multimedia/lsdvd \ mencoder:multimedia/mencoder \ p5-Gtk2>=0:x11-toolkits/p5-Gtk2 Modified: head/multimedia/nordlicht/Makefile ============================================================================== --- head/multimedia/nordlicht/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/multimedia/nordlicht/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -13,8 +13,6 @@ COMMENT= Create moodbars from video files LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.md -BROKEN_aarch64= Fails to install: runaway process - BUILD_DEPENDS= help2man:misc/help2man LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libpopt.so:devel/popt \ Modified: head/net-mgmt/riemann-c-client/Makefile ============================================================================== --- head/net-mgmt/riemann-c-client/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/net-mgmt/riemann-c-client/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -13,8 +13,6 @@ COMMENT= C library and command-line tool for Riemann LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_aarch64= fails to build: FAIL: tests/check_symver - BUILD_DEPENDS= check>0:devel/check LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c \ libgnutls.so:security/gnutls \ Modified: head/net/tcpkali/Makefile ============================================================================== --- head/net/tcpkali/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/net/tcpkali/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -11,7 +11,6 @@ COMMENT= High performance load generator for TCP and W LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_aarch64= invokes x86 assembler BROKEN_armv6= invokes x86 assembler BROKEN_armv7= invokes x86 assembler BROKEN_mips= invokes x86 assembler Modified: head/science/healpix/Makefile ============================================================================== --- head/science/healpix/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/science/healpix/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -13,8 +13,6 @@ COMMENT= Software for pixelization, visualization, etc LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_aarch64= fails to configure: could not find the cfitsio library - LIB_DEPENDS= libcfitsio.so:astro/cfitsio \ libcurl.so:ftp/curl Modified: head/security/john/Makefile ============================================================================== --- head/security/john/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/security/john/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -16,10 +16,9 @@ COMMENT= Featureful Unix password cracker LICENSE= GPLv2 -LIB_DEPENDS= libgmp.so:math/gmp - -BROKEN_aarch64= cannot detect CPU architecture BROKEN_mips64= cannot detect CPU architecture + +LIB_DEPENDS= libgmp.so:math/gmp USES= gmake shebangfix ssl tar:xz GNU_CONFIGURE= yes Modified: head/security/p5-Crypt-Curve25519/Makefile ============================================================================== --- head/security/p5-Crypt-Curve25519/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/security/p5-Crypt-Curve25519/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -14,7 +14,6 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_aarch64= fails to install: error adding symbols: File in wrong format BROKEN_mips= fails to build: -m32 flag is not supported by this configuration BROKEN_mips64= fails to build: -m32 flag is not supported by this configuration BROKEN_sparc64= fails to build: -m32 flag is not supported by this configuration Modified: head/security/sha1collisiondetection/Makefile ============================================================================== --- head/security/sha1collisiondetection/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/security/sha1collisiondetection/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -11,7 +11,6 @@ COMMENT= Library and command line tool to detect SHA-1 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BROKEN_aarch64= fails to compile: generic selections are a C11-specific feature [-Werror,-Wc11-extensions] BROKEN_armv6= fails to compile: generic selections are a C11-specific feature [-Werror,-Wc11-extensions] BROKEN_armv7= fails to compile: generic selections are a C11-specific feature [-Werror,-Wc11-extensions] Modified: head/sysutils/fluent-bit/Makefile ============================================================================== --- head/sysutils/fluent-bit/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/sysutils/fluent-bit/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -11,7 +11,6 @@ COMMENT= Fast and lightweight data forwarder LICENSE= APACHE20 -BROKEN_aarch64= fails to build: error: unknown type name thread_local BROKEN_mips= fails to build: conflicting types for 'restrict' BROKEN_mips64= fails to build: conflicting types for 'restrict' BROKEN_powerpc64= fails to build: cast from pointer to integer of different size Modified: head/sysutils/mbgtools/Makefile ============================================================================== --- head/sysutils/mbgtools/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/sysutils/mbgtools/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -11,7 +11,6 @@ COMMENT= Drivers and tools for Meinberg PTP/GPS cards LICENSE= BSD2CLAUSE -BROKEN_aarch64= fails to compile: unused variables BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99 BROKEN_mips64= fails to compile: unused variables BROKEN_sparc64= fails to compile: error in structure definitions Modified: head/textproc/miller/Makefile ============================================================================== --- head/textproc/miller/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/textproc/miller/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -10,8 +10,6 @@ COMMENT= Sed/awk/cut/join/sort for name-indexed data s LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BROKEN_aarch64= Fails to compile: undefined reference to .mcount - USES= autoreconf libtool USE_GITHUB= yes GH_ACCOUNT= johnkerl Modified: head/www/mohawk/Makefile ============================================================================== --- head/www/mohawk/Makefile Fri May 3 20:54:06 2019 (r500751) +++ head/www/mohawk/Makefile Fri May 3 21:06:51 2019 (r500752) @@ -22,16 +22,14 @@ PLIST_FILES+= bin/mhtpasswd \ sbin/mohawk \ etc/mohawk.conf.sample +USES= uidfix + PORTEXAMPLES= * USE_RC_SUBR= mohawk CFLAGS+= -I${LOCALBASE}/include/event2/compat -I${LOCALBASE}/include OPTIONS_DEFINE= EXAMPLES - -USES= uidfix - -BROKEN_aarch64= Fails to compile: error: comparison of constant -1 with expression of type char is always true .include <bsd.port.options.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905032106.x43L6pAU081689>