Date: Sun, 07 May 2017 20:11:38 +0200 From: Jan Beich <jbeich@FreeBSD.org> To: Mark Linimon <linimon@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r439905 - in head: audio/gnomoradio audio/musicpd audio/umurmur biology/crux biology/seqan-apps cad/alliance editors/texstudio emulators/catapult emulators/dtcyber emulators/pearpc emul... Message-ID: <fugg-35b9-wny@FreeBSD.org> In-Reply-To: <201705011924.v41JO13o022845@repo.freebsd.org> (Mark Linimon's message of "Mon, 1 May 2017 19:24:01 %2B0000 (UTC)") References: <201705011924.v41JO13o022845@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Mark Linimon <linimon@FreeBSD.org> writes: > Modified: head/audio/gnomoradio/Makefile > ============================================================================== > --- head/audio/gnomoradio/Makefile Mon May 1 18:49:02 2017 (r439904) > +++ head/audio/gnomoradio/Makefile Mon May 1 19:24:00 2017 (r439905) > @@ -13,6 +13,8 @@ COMMENT= Program for finding and playing > LIB_DEPENDS= libvorbis.so:audio/libvorbis \ > libao.so:audio/libao > > +BROKEN_aarch64= fails to compile: error: expected ';' at end of declaration list Don't add BROKEN_<ARCH> for generic bustage affecting all architectures. http://beefy5.nyi.freebsd.org/data/103i386-default/440208/logs/errors/gnomoradio-0.15.1_19.log http://beefy6.nyi.freebsd.org/data/103amd64-default/440208/logs/errors/gnomoradio-0.15.1_19.log http://beefy9.nyi.freebsd.org/data/110amd64-default/440208/logs/errors/gnomoradio-0.15.1_19.log http://beefy10.nyi.freebsd.org/data/110i386-default/440208/logs/errors/gnomoradio-0.15.1_19.log http://beefy11.nyi.freebsd.org/data/head-i386-default/p440208_s317854/logs/errors/gnomoradio-0.15.1_19.log http://beefy12.nyi.freebsd.org/data/head-amd64-default/p440208_s317854/logs/errors/gnomoradio-0.15.1_19.log > Modified: head/audio/musicpd/Makefile > ============================================================================== > --- head/audio/musicpd/Makefile Mon May 1 18:49:02 2017 (r439904) > +++ head/audio/musicpd/Makefile Mon May 1 19:24:00 2017 (r439905) > @@ -28,6 +28,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBA > #Workaround (transient?) link error with libwrap > CONFIGURE_ARGS+=--disable-libwrap > > +BROKEN_aarch64= Does not build: fatal error: 'endian.h' file not found Instead of copy-pasting obvious "Does not build" include the affected file. > Modified: head/audio/umurmur/Makefile > ============================================================================== > --- head/audio/umurmur/Makefile Mon May 1 18:49:02 2017 (r439904) > +++ head/audio/umurmur/Makefile Mon May 1 19:24:00 2017 (r439905) > @@ -14,6 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE > LIB_DEPENDS= libconfig.so:devel/libconfig \ > libprotobuf-c.so:devel/protobuf-c > > +BROKEN_aarch64= fails to compile: fatal error: byteswap.h file not found > +BROKEN_armv6= fails to compile: fatal error: byteswap.h file not found Instead of copy-pasting obvious "fails to compile" include the affected file. > Modified: head/cad/alliance/Makefile > ============================================================================== > --- head/cad/alliance/Makefile Mon May 1 18:49:02 2017 (r439904) > +++ head/cad/alliance/Makefile Mon May 1 19:24:00 2017 (r439905) > @@ -17,6 +17,8 @@ LICENSE_NAME= Alliance VLSI Cad System L > LICENSE_FILE= ${WRKSRC}/LICENCE > LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept > > +BROKEN_aarch64= fails to link: collect2: error: ld returned 1 exit status Instead of copy-pasting obvious "fails to link" include the affected file. Hint: look for -o flag. > Modified: head/editors/texstudio/Makefile > ============================================================================== > --- head/editors/texstudio/Makefile Mon May 1 18:49:02 2017 (r439904) > +++ head/editors/texstudio/Makefile Mon May 1 19:24:00 2017 (r439905) > @@ -12,6 +12,9 @@ COMMENT= Integrated writing environment > LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell \ > libpoppler.so:graphics/poppler > > +BROKEN_aarch64= fails to compile: error: no member named mc_eip in __mcontext > +BROKEN_armv6= fails to compile: error: no member named mc_eip in __mcontext Instead of copy-pasting obvious "fails to compile" include the affected file.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?fugg-35b9-wny>