From owner-freebsd-multimedia@freebsd.org Sun Jul 1 09:20:45 2018 Return-Path: Delivered-To: freebsd-multimedia@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 119BBFEA5B8 for ; Sun, 1 Jul 2018 09:20:45 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A107788386 for ; Sun, 1 Jul 2018 09:20:44 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mailman.ysv.freebsd.org (Postfix) id 5B53AFEA5B6; Sun, 1 Jul 2018 09:20:44 +0000 (UTC) Delivered-To: multimedia@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 2D989FEA5B4; Sun, 1 Jul 2018 09:20:44 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 97A268835B; Sun, 1 Jul 2018 09:20:40 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id 6B87724935; Sun, 1 Jul 2018 09:20:34 +0000 (UTC) Date: Sun, 1 Jul 2018 09:20:33 +0000 From: Mark Linimon To: bofh@FreeBSD.org, colin-ports@heliocat.net, daniel@blodan.se, fortran@FreeBSD.org, johans@FreeBSD.org, kaeru@inigo-tech.com, koobs@FreeBSD.org, multimedia@FreeBSD.org, nobutaka@FreeBSD.org, sunpoet@FreeBSD.org, tz@FreeBSD.org, wen@FreeBSD.org Cc: linimon@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r473660 - in head: audio/id3lib audio/jack databases/kyotocabinet devel/judy devel/libffcall devel/skalibs ftp/fastdfs games/crafty graphics/freeimage japanese/mecab lang/f2c lang/guile...] Message-ID: <20180701092032.GA22196@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Mailman-Approved-At: Sun, 01 Jul 2018 10:57:46 +0000 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jul 2018 09:20:45 -0000 FYI. You do not need to take any action. mcl www/w3m nobutaka@FreeBSD.org security/php72-hash tz@FreeBSD.org audio/jack multimedia@FreeBSD.org textproc/libucl koobs@FreeBSD.org devel/skalibs colin-ports@heliocat.net lang/f2c fortran@FreeBSD.org games/crafty johans@FreeBSD.org audio/id3lib kaeru@inigo-tech.com ftp/fastdfs daniel@blodan.se lang/guile2 bofh@FreeBSD.org databases/kyotocabinet sunpoet@FreeBSD.org math/igraph wen@FreeBSD.org ----- Forwarded message from Mark Linimon ----- Date: Sun, 1 Jul 2018 09:17:46 +0000 (UTC) From: Mark Linimon To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473660 - in head: audio/id3lib audio/jack databases/kyotocabinet devel/judy devel/libffcall devel/skalibs ftp/fastdfs games/crafty graphics/freeimage japanese/mecab lang/f2c lang/guile... Author: linimon Date: Sun Jul 1 09:17:45 2018 New Revision: 473660 URL: https://svnweb.freebsd.org/changeset/ports/473660 Log: Mark these ports broken on mips64 and/or mips. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/audio/id3lib/Makefile head/audio/jack/Makefile head/databases/kyotocabinet/Makefile head/devel/judy/Makefile head/devel/libffcall/Makefile head/devel/skalibs/Makefile head/ftp/fastdfs/Makefile head/games/crafty/Makefile head/graphics/freeimage/Makefile head/japanese/mecab/Makefile head/lang/f2c/Makefile head/lang/guile2/Makefile head/math/igraph/Makefile head/net/pvm/Makefile head/security/php72-hash/Makefile head/textproc/libucl/Makefile head/www/w3m/Makefile Modified: head/audio/id3lib/Makefile ============================================================================== --- head/audio/id3lib/Makefile Sun Jul 1 09:09:26 2018 (r473659) +++ head/audio/id3lib/Makefile Sun Jul 1 09:17:45 2018 (r473660) @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= kaeru@inigo-tech.com COMMENT= Library for manipulating ID3v1/v1.1 and ID3v2 tags +BROKEN_mips= fails to link: '_ZTSN12_GLOBAL__N_117ConstIteratorImplE' referenced in section '.data.rel.ro' of tag.lo: defined in discarded section +BROKEN_mips64= fails to link: '_ZTSN12_GLOBAL__N_117ConstIteratorImplE' referenced in section '.data.rel.ro' of tag.lo: defined in discarded section + GNU_CONFIGURE= yes USES= iconv libtool USE_LDCONFIG= yes Modified: head/audio/jack/Makefile ============================================================================== --- head/audio/jack/Makefile Sun Jul 1 09:09:26 2018 (r473659) +++ head/audio/jack/Makefile Sun Jul 1 09:17:45 2018 (r473660) @@ -12,6 +12,8 @@ COMMENT= Low latency audio server LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi +BROKEN_mips= fails to link: undefined reference to '__sync_add_and_fetch_4' +BROKEN_mips64= fails to link: undefined reference to '__sync_add_and_fetch_4' BROKEN_powerpc64= fails to build: Unrecognized opcode: 'sldi' LIB_DEPENDS= libsndfile.so:audio/libsndfile \ Modified: head/databases/kyotocabinet/Makefile ============================================================================== --- head/databases/kyotocabinet/Makefile Sun Jul 1 09:09:26 2018 (r473659) +++ head/databases/kyotocabinet/Makefile Sun Jul 1 09:17:45 2018 (r473660) @@ -13,6 +13,10 @@ COMMENT= Straightforward implementation of DBM LICENSE= GPLv3 +BROKEN_mips= fails to link: hidden symbol '__sync_lock_test_and_set_8' in /usr/lib/libgcc.a(stdatomic.o) is referenced by DSO +BROKEN_mips64= fails to link: hidden symbol '__sync_lock_test_and_set_8' in /usr/lib/libgcc.a(stdatomic.o) is referenced by DSO +BROKEN_powerpc= fails to link + OPTIONS_DEFINE= DOCS CPPFLAGS+= -fPIC @@ -21,11 +25,8 @@ INSTALL_TARGET= install-strip MAKE_ARGS= PCDIR=${PREFIX}/libdata/pkgconfig REINPLACE_ARGS= -i '' TEST_TARGET= check -USE_LDCONFIG= yes USES= gmake - -NOT_FOR_ARCHS= powerpc -NOT_FOR_ARCHS_REASON= does not link +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|-lstdc++ ||g' ${WRKSRC}/configure ${WRKSRC}/doc/spex.html ${WRKSRC}/example/Makefile ${WRKSRC}/lab/kcdict/Makefile Modified: head/devel/judy/Makefile ============================================================================== --- head/devel/judy/Makefile Sun Jul 1 09:09:26 2018 (r473659) +++ head/devel/judy/Makefile Sun Jul 1 09:17:45 2018 (r473660) @@ -12,6 +12,9 @@ COMMENT= General purpose dynamic array LICENSE= LGPL21 +BROKEN_mips= fails to compile: unrecognized command line option "-m32" +BROKEN_mips64= fails to compile: unrecognized command line option "-m64" + USES= gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/libffcall/Makefile ============================================================================== --- head/devel/libffcall/Makefile Sun Jul 1 09:09:26 2018 (r473659) +++ head/devel/libffcall/Makefile Sun Jul 1 09:17:45 2018 (r473660) @@ -14,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_armv6= fails to build: avcall-armhf.s:46:2: error: '.syntax divided' arm assembly not supported BROKEN_armv7= fails to build: avcall-armhf.s:46:2: error: '.syntax divided' arm assembly not supported +BROKEN_mips= fails to build: gmake[2]: No rule to make target 'avcall-mipsn32-macro.S', needed by 'avcall-mipsn32.s' +BROKEN_mips64= fails to build: gmake[2]: No rule to make target 'avcall-mips64-macro.S', needed by 'avcall-mips64.s' GNU_CONFIGURE= yes USES= gmake libtool Modified: head/devel/skalibs/Makefile ============================================================================== --- head/devel/skalibs/Makefile Sun Jul 1 09:09:26 2018 (r473659) +++ head/devel/skalibs/Makefile Sun Jul 1 09:17:45 2018 (r473660) @@ -12,6 +12,8 @@ COMMENT= General purpose C libraries used by skarnet.o LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_mips64= fails to build: Checking whether system has auto-close after fd-passing... test crashed, aborting + USES= gmake USE_LDCONFIG= yes HAS_CONFIGURE= yes Modified: head/ftp/fastdfs/Makefile ============================================================================== --- head/ftp/fastdfs/Makefile Sun Jul 1 09:09:26 2018 (r473659) +++ head/ftp/fastdfs/Makefile Sun Jul 1 09:17:45 2018 (r473660) @@ -11,6 +11,9 @@ COMMENT= High performance distributed file system (DFS LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING-3_0.txt +BROKEN_mips= fails to link: tracker_service.c:270: undefined reference to '__sync_add_and_fetch_4' +BROKEN_mips64= fails to link: tracker_service.c:270: undefined reference to '__sync_add_and_fetch_4' + LIB_DEPENDS= libfastcommon.so:devel/libfastcommon USES= perl5 Modified: head/games/crafty/Makefile ============================================================================== --- head/games/crafty/Makefile Sun Jul 1 09:09:26 2018 (r473659) +++ head/games/crafty/Makefile Sun Jul 1 09:17:45 2018 (r473660) @@ -19,6 +19,8 @@ COMMENT= Chess program for playing and analyzing games BROKEN_aarch64= fails to compile: invokes x86 assembler BROKEN_armv6= fails to compile: invokes x86 assembler BROKEN_armv7= fails to compile: invokes x86 assembler +BROKEN_mips= fails to compile: unrecognized command line option "-mpopcnt" +BROKEN_mips64= fails to compile: unrecognized command line option "-mpopcnt" WRKSRC= ${WRKDIR} Modified: head/graphics/freeimage/Makefile ============================================================================== --- head/graphics/freeimage/Makefile Sun Jul 1 09:09:26 2018 (r473659) +++ head/graphics/freeimage/Makefile Sun Jul 1 09:17:45 2018 (r473660) @@ -14,6 +14,9 @@ DISTNAME= FreeImage${PORTVERSION:S/.//g} MAINTAINER= ports@FreeBSD.org COMMENT= Simple C/C++ bitmap graphics library +BROKEN_mips= fails to compile: opcode not supported on this processor: mips3 (mips3) `madd $16,$6' +BROKEN_mips64= fails to compile: opcode not supported on this processor: mips3 (mips3) 'madd $4,$5' + USES= dos2unix gmake zip DOS2UNIX_FILES= Source/LibOpenJPEG/opj_malloc.h \ Source/LibRawLite/dcraw/dcraw.c \ @@ -40,7 +43,7 @@ PLIST_FILES= include/FreeImage.h \ .include -.if ${ARCH} == amd64 || ${ARCH} == powerpc +.if ${ARCH} == amd64 || ${ARCH} == powerpc || ${ARCH} == powerpc64 || ${ARCH} == sparc64 USES+= compiler:c++0x .endif Modified: head/japanese/mecab/Makefile ============================================================================== --- head/japanese/mecab/Makefile Sun Jul 1 09:09:26 2018 (r473659) +++ head/japanese/mecab/Makefile Sun Jul 1 09:17:45 2018 (r473660) @@ -13,6 +13,9 @@ COMMENT= Yet Another Part-of-Speech and Morphological LICENSE= BSD3CLAUSE GPLv2 LGPL21 LICENSE_COMB= multi +BROKEN_mips= fails to link: Nonrepresentable section on output +BROKEN_mips64= fails to link: Nonrepresentable section on output + GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_lib_stdcpp_main=no INSTALL_TARGET= install-strip Modified: head/lang/f2c/Makefile ============================================================================== --- head/lang/f2c/Makefile Sun Jul 1 09:09:26 2018 (r473659) +++ head/lang/f2c/Makefile Sun Jul 1 09:17:45 2018 (r473660) @@ -13,6 +13,9 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= fortran@FreeBSD.org COMMENT= Fortran-to-C converter and its run-time libraries +BROKEN_mips= fails to compile: /usr/include/sigfpe.h: No such file or directory +BROKEN_mips64= fails to compile: /usr/include/sigfpe.h: No such file or directory + EXTRACT_DEPENDS= ${UNZIP_CMD}:archivers/unzip GUNZIP_CMD= minigzip -d Modified: head/lang/guile2/Makefile ============================================================================== --- head/lang/guile2/Makefile Sun Jul 1 09:09:26 2018 (r473659) +++ head/lang/guile2/Makefile Sun Jul 1 09:17:45 2018 (r473660) @@ -13,6 +13,8 @@ COMMENT= GNU Ubiquitous Intelligent Language for Exten LICENSE= LGPL21 +BROKEN_mips64= fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped + LIB_DEPENDS= libgmp.so:math/gmp \ libltdl.so:devel/libltdl \ libunistring.so:devel/libunistring \ Modified: head/math/igraph/Makefile ============================================================================== --- head/math/igraph/Makefile Sun Jul 1 09:09:26 2018 (r473659) +++ head/math/igraph/Makefile Sun Jul 1 09:17:45 2018 (r473660) @@ -11,6 +11,9 @@ COMMENT= Package For Manipulating Undirected And Direc LICENSE= GPLv2 +BROKEN_mips64= fails to link: relocation truncated to fit: R_MIPS_TLS_GD against 'igraph_i_interruption_handler' +BROKEN_sparc64= fails to compile: uses x86 asm + LIB_DEPENDS= libgmp.so:math/gmp GNU_CONFIGURE= yes @@ -22,10 +25,4 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes -.include - -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64: uses i386 asm -.endif - -.include +.include Modified: head/net/pvm/Makefile ============================================================================== --- head/net/pvm/Makefile Sun Jul 1 09:09:26 2018 (r473659) +++ head/net/pvm/Makefile Sun Jul 1 09:17:45 2018 (r473660) @@ -13,6 +13,9 @@ COMMENT= Parallel Virtual Machine libraries and enviro LICENSE= MIT +BROKEN_mips= fails to compile: 'SIGCLD' undeclared (first use in this function) +BROKEN_mips64= fails to compile: 'SIGCLD' undeclared (first use in this function) + USES= tar:tgz USE_LDCONFIG= yes Modified: head/security/php72-hash/Makefile ============================================================================== --- head/security/php72-hash/Makefile Sun Jul 1 09:09:26 2018 (r473659) +++ head/security/php72-hash/Makefile Sun Jul 1 09:17:45 2018 (r473660) @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -hash +BROKEN_mips64= fails to compile: KeccakHash.h: No such file or directory + .include "${MASTERDIR}/Makefile" Modified: head/textproc/libucl/Makefile ============================================================================== --- head/textproc/libucl/Makefile Sun Jul 1 09:09:26 2018 (r473659) +++ head/textproc/libucl/Makefile Sun Jul 1 09:17:45 2018 (r473660) @@ -11,6 +11,9 @@ COMMENT= Universal configuration library parser LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_mips= fails to link: undefined reference to '__sync_add_and_fetch_4' +BROKEN_mips64= fails to link: undefined reference to '__sync_add_and_fetch_4' + OPTIONS_DEFINE= LUA REGEX SIGNATURES URLS UTILS OPTIONS_DEFAULT= REGEX UTILS OPTIONS_SUB= yes Modified: head/www/w3m/Makefile ============================================================================== --- head/www/w3m/Makefile Sun Jul 1 09:09:26 2018 (r473659) +++ head/www/w3m/Makefile Sun Jul 1 09:17:45 2018 (r473660) @@ -13,6 +13,8 @@ LICENSE_NAME= w3m LICENSE_FILE= ${WRKSRC}/doc/README LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN_mips64= fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped + LIB_DEPENDS= libgc.so:devel/boehm-gc USES= iconv pkgconfig perl5 ssl ----- End forwarded message ----- From owner-freebsd-multimedia@freebsd.org Mon Jul 2 04:06:33 2018 Return-Path: Delivered-To: freebsd-multimedia@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 1AB96102D27E for ; Mon, 2 Jul 2018 04:06:33 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 7B0338FA11 for ; Mon, 2 Jul 2018 04:06:32 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mailman.ysv.freebsd.org (Postfix) id 31834102D275; Mon, 2 Jul 2018 04:06:32 +0000 (UTC) Delivered-To: multimedia@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 B6DC2102D270 for ; Mon, 2 Jul 2018 04:06:31 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 56B258F9F1; Mon, 2 Jul 2018 04:06:31 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id 7188924935; Mon, 2 Jul 2018 04:06:30 +0000 (UTC) Date: Mon, 2 Jul 2018 04:06:29 +0000 From: Mark Linimon To: amdmi3@FreeBSD.org, ben.lavery@hashbang0.com, bob@eager.cx, bofh@FreeBSD.org, brnrd@FreeBSD.org, buratello@easy.com, coco@executive-computing.de, crees@FreeBSD.org, danilo@FreeBSD.org, dbaio@FreeBSD.org, dch@skunkwerks.at, dg@syrec.org, ehaupt@FreeBSD.org, estrabd@gmail.com, farrokhi@FreeBSD.org, fbsd.bugzilla@fenyo.net, feld@FreeBSD.org, fjoe@FreeBSD.org, franz@bett.ag, hrs@FreeBSD.org, jhale@FreeBSD.org, jharris@widomaker.com, joerg@FreeBSD.org, joh.hendriks@gmail.com, johans@FreeBSD.org, jrm@FreeBSD.org, koobs@FreeBSD.org, koue@chaosophia.net, lme@FreeBSD.org, m.tsatsenko@gmail.com, manu@freebsd.org, multimedia@FreeBSD.org, olevole@olevole.ru, olgeni@FreeBSD.org, oliver@fromme.com, portmaster@bsdforge.com, sbz@FreeBSD.org, se@freebsd.org, stillson@gmail.com, trociny@FreeBSD.org, truckman@FreeBSD.org, venture37@geeklan.co.uk, vivek@khera.org, wg@FreeBSD.org, yuri@FreeBSD.org, zi@FreeBSD.org Cc: linimon@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r473699 - in head: audio/faac audio/faad benchmarks/sipp cad/alliance cad/freehdl comms/sunxi-tools databases/fastdb databases/gnats4 databases/virtuoso devel/astyle devel/bcc devel/css...] Message-ID: <20180702040628.GB7990@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Mailman-Approved-At: Mon, 02 Jul 2018 10:23:02 +0000 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jul 2018 04:06:33 -0000 FYI. You should not need to take any action. Apologies if you have gotten two different versions of this message. mcl audio/faac multimedia@FreeBSD.org audio/faad multimedia@FreeBSD.org benchmarks/sipp farrokhi@FreeBSD.org comms/sunxi-tools manu@freebsd.org databases/gnats4 portmaster@bsdforge.com databases/virtuoso fjoe@FreeBSD.org devel/astyle lme@FreeBSD.org devel/bcc joerg@FreeBSD.org devel/cssc oliver@fromme.com devel/py-libzfs wg@FreeBSD.org devel/py-pycapsicum stillson@gmail.com dns/dnsdbq truckman@FreeBSD.org emulators/simh bob@eager.cx games/bunnysay ben.lavery@hashbang0.com games/redorblack buratello@easy.com graphics/animorph amdmi3@FreeBSD.org irc/charybdis crees@FreeBSD.org lang/ecl olgeni@FreeBSD.org lang/harbour m.tsatsenko@gmail.com lang/mosml johans@FreeBSD.org lang/newlisp-devel olgeni@FreeBSD.org lang/qore estrabd@gmail.com lang/racket-minimal olgeni@FreeBSD.org mail/archiveopteryx feld@FreeBSD.org mail/archiveopteryx-devel feld@FreeBSD.org mail/isync ehaupt@FreeBSD.org mail/milter-callback ehaupt@FreeBSD.org math/pari yuri@FreeBSD.org math/rexx-regmath bob@eager.cx misc/libpostal dg@syrec.org multimedia/oscam franz@bett.ag net-mgmt/chillispot venture37@geeklan.co.uk net-mgmt/ipv6calc dbaio@FreeBSD.org net-p2p/libswift dch@skunkwerks.at net/delegate danilo@FreeBSD.org net/freeradius3 zi@FreeBSD.org net/ndproxy fbsd.bugzilla@fenyo.net net/openvswitch koue@chaosophia.net security/honggfuzz sbz@FreeBSD.org security/py-pysha3 koobs@FreeBSD.org security/py-python-nss jhale@FreeBSD.org security/sha1collisiondetection jharris@widomaker.com sysutils/cbsd olevole@olevole.ru sysutils/cmogstored trociny@FreeBSD.org sysutils/fusefs-libs3 se@freebsd.org sysutils/incron joh.hendriks@gmail.com sysutils/smart jrm@FreeBSD.org textproc/heirloom-doctools hrs@FreeBSD.org www/gatling coco@executive-computing.de www/mod_authnz_crowd vivek@khera.org www/mod_md-devel brnrd@FreeBSD.org www/pecl-http bofh@FreeBSD.org x11-wm/cde crees@FreeBSD.org ----- Forwarded message from Mark Linimon ----- Date: Mon, 2 Jul 2018 04:00:29 +0000 (UTC) From: Mark Linimon To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473699 - in head: audio/faac audio/faad benchmarks/sipp cad/alliance cad/freehdl comms/sunxi-tools databases/fastdb databases/gnats4 databases/virtuoso devel/astyle devel/bcc devel/css... Author: linimon Date: Mon Jul 2 04:00:29 2018 New Revision: 473699 URL: https://svnweb.freebsd.org/changeset/ports/473699 Log: Mark ports broken on mips64 that are already broken on powerpc64. In most cases, the failure mode is the same. Also, mark them broken on mips when necessary. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/audio/faac/Makefile head/audio/faad/Makefile head/benchmarks/sipp/Makefile head/cad/alliance/Makefile head/cad/freehdl/Makefile head/comms/sunxi-tools/Makefile head/databases/fastdb/Makefile head/databases/gnats4/Makefile head/databases/virtuoso/Makefile head/devel/astyle/Makefile head/devel/bcc/Makefile head/devel/cssc/Makefile head/devel/py-pycapsicum/Makefile head/dns/dnsdbq/Makefile head/games/bunnysay/Makefile head/games/redorblack/Makefile head/graphics/animorph/Makefile head/irc/charybdis/Makefile head/irc/psybnc/Makefile head/lang/ecl/Makefile head/lang/harbour/Makefile head/lang/mosml/Makefile head/lang/newlisp-devel/Makefile head/lang/qore/Makefile head/lang/racket-minimal/Makefile head/mail/archiveopteryx-devel/Makefile head/mail/archiveopteryx/Makefile head/mail/isync/Makefile head/mail/milter-callback/Makefile head/mail/spamdyke/Makefile head/math/pari/Makefile head/math/rexx-regmath/Makefile head/misc/libpostal/Makefile head/multimedia/mkvalidator/Makefile head/multimedia/oscam/Makefile head/net-mgmt/chillispot/Makefile head/net-mgmt/ipv6calc/Makefile head/net-p2p/libswift/Makefile head/net/delegate/Makefile head/net/freeradius3/Makefile head/net/ndproxy/Makefile head/net/openvswitch/Makefile head/news/nntpcache/Makefile head/security/honggfuzz/Makefile head/security/pam_ssh_agent_auth/Makefile head/security/py-pysha3/Makefile head/security/py-python-nss/Makefile head/security/sha1collisiondetection/Makefile head/sysutils/cbsd/Makefile head/sysutils/cmogstored/Makefile head/sysutils/fusefs-libs3/Makefile head/sysutils/incron/Makefile head/sysutils/smart/Makefile head/textproc/ffe/Makefile head/www/gatling/Makefile head/www/logtools/Makefile head/www/mod_authnz_crowd/Makefile head/www/mod_md-devel/Makefile head/www/pecl-http/Makefile head/x11-wm/cde/Makefile Modified: head/audio/faac/Makefile ============================================================================== --- head/audio/faac/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/audio/faac/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -17,6 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE_ISO= ${WRKSRC}/README LICENSE_PERMS_ISO= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN_mips= fails to build: quantize.c:152: error: initializer element is not constant +BROKEN_mips64= fails to build: quantize.c:152: error: initializer element is not constant BROKEN_powerpc64= fails to build: quantize.c:152: error: initializer element is not constant USES= gmake libtool Modified: head/audio/faad/Makefile ============================================================================== --- head/audio/faad/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/audio/faad/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -13,6 +13,8 @@ COMMENT= MPEG-2 and MPEG-4 AAC audio decoder LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_mips= fails to build: mp4read.c:(.text+0x87c): undefined reference to '__builtin_bswap16' +BROKEN_mips64= fails to build: mp4read.c:(.text+0x87c): undefined reference to '__builtin_bswap16' BROKEN_powerpc64= fails to build: mp4read.o:(.text+0x714): undefined reference to '__builtin_bswap16' USES= autoreconf gmake libtool Modified: head/benchmarks/sipp/Makefile ============================================================================== --- head/benchmarks/sipp/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/benchmarks/sipp/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -12,11 +12,13 @@ COMMENT= SIP benchmarking and testing tool LICENSE= GPLv2 -BUILD_DEPENDS= help2man:misc/help2man - +BROKEN_mips= fails to compile: stat.hpp:307: error: ISO C++ does not support long long +BROKEN_mips64= fails to compile: stat.hpp:307: error: ISO C++ does not support long long BROKEN_powerpc64= fails to compile: stat.hpp:307: error: ISO C++ does not support long long BROKEN_SSL= openssl-devel BROKEN_SSL_REASON_openssl-devel= configure: error: ssl library missing + +BUILD_DEPENDS= help2man:misc/help2man PLIST_FILES= bin/sipp man/man1/sipp.1.gz Modified: head/cad/alliance/Makefile ============================================================================== --- head/cad/alliance/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/cad/alliance/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -18,6 +18,8 @@ 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 +BROKEN_mips= fails to build: cc1plus: error: unrecognized command line option "-std=gnu++03" +BROKEN_mips64= fails to build: cc1plus: error: unrecognized command line option "-std=gnu++03" BROKEN_powerpc64= fails to build: cc1plus: error: unrecognized command line option "-std=gnu++03" CONFLICTS_INSTALL= fspclient-* Modified: head/cad/freehdl/Makefile ============================================================================== --- head/cad/freehdl/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/cad/freehdl/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -10,6 +10,8 @@ MASTER_SITES= http://freehdl.seul.org/~enaroska/ MAINTAINER= ports@FreeBSD.org COMMENT= Free VHDL simulator +BROKEN_mips= fails to build: cc1plus: error: unrecognized command line option "-std=gnu++03" +BROKEN_mips64= fails to build: cc1plus: error: unrecognized command line option "-std=gnu++03" BROKEN_powerpc64= fails to build: cc1plus: error: unrecognized command line option "-std=gnu++03" USES= gmake pathfix libtool makeinfo perl5 pkgconfig Modified: head/comms/sunxi-tools/Makefile ============================================================================== --- head/comms/sunxi-tools/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/comms/sunxi-tools/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -11,6 +11,8 @@ COMMENT= Tools to help hacking Allwinner devices LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.md +BROKEN_mips= fails to build: unrecognized command line option "-Wno-unused-result" +BROKEN_mips64= fails to build: unrecognized command line option "-Wno-unused-result" BROKEN_powerpc64= fails to build: unrecognized command line option "-Wno-unused-result" USES= gmake pkgconfig Modified: head/databases/fastdb/Makefile ============================================================================== --- head/databases/fastdb/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/databases/fastdb/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -12,6 +12,8 @@ COMMENT= Main Memory Relational Database Management Sy LICENSE= MIT +BROKEN_mips= fails to compile: unrecognized command line option "-std=gnu++03" +BROKEN_mips64= fails to compile: unrecognized command line option "-std=gnu++03" BROKEN_powerpc64= fails to compile: unrecognized command line option "-std=gnu++03" USES= gmake dos2unix Modified: head/databases/gnats4/Makefile ============================================================================== --- head/databases/gnats4/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/databases/gnats4/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -11,6 +11,8 @@ PKGNAMESUFFIX= 4 MAINTAINER= portmaster@bsdforge.com COMMENT= GNATS, the GNU Problem Report Management System +BROKEN_mips= Does not build: error: conflicting types for yy_scan_string +BROKEN_mips64= Does not build: error: conflicting types for yy_scan_string BROKEN_powerpc64= Does not build: error: conflicting types for yy_scan_string GNU_CONFIGURE= yes Modified: head/databases/virtuoso/Makefile ============================================================================== --- head/databases/virtuoso/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/databases/virtuoso/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -14,18 +14,18 @@ COMMENT= Universal SQL/Application Server LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= gawk:lang/gawk\ - htmldoc:textproc/htmldoc\ - flex>2.5.4:textproc/flex\ - gperf>=3.0.3:devel/gperf -LIB_DEPENDS= libxml2.so:textproc/libxml2 - BROKEN_aarch64= Fails to link: missing sbrk +BROKEN_mips64= Does not compile: error: DV_INT_TAG_WORD undeclared BROKEN_powerpc64= Does not compile: error: DV_INT_TAG_WORD undeclared BROKEN_sparc64= Does not compile: error: DV_INT_TAG_WORD undeclared - NOT_FOR_ARCHS= arm armv6 armv7 i386 mips powerpc NOT_FOR_ARCHS_REASON= can only be built on 64bit platforms + +BUILD_DEPENDS= gawk:lang/gawk\ + htmldoc:textproc/htmldoc\ + flex>2.5.4:textproc/flex\ + gperf>=3.0.3:devel/gperf +LIB_DEPENDS= libxml2.so:textproc/libxml2 USES= gmake libtool readline uidfix ssl Modified: head/devel/astyle/Makefile ============================================================================== --- head/devel/astyle/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/devel/astyle/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -13,6 +13,8 @@ COMMENT= Source code indenter and formatter for C, C++ LICENSE= MIT LICENSE_FILE= ${WRKDIR}/astyle/LICENSE.md +BROKEN_mips= fails to build: unrecognized command line option "-std=c++11" +BROKEN_mips64= fails to build: unrecognized command line option "-std=c++11" BROKEN_powerpc64= fails to build: unrecognized command line option "-std=c++11" USES= compiler:c++11-lang dos2unix gmake Modified: head/devel/bcc/Makefile ============================================================================== --- head/devel/bcc/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/devel/bcc/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -14,6 +14,8 @@ COMMENT= Bruce's C compiler (with as and ld); can do 1 LICENSE= GPLv2 BROKEN_aarch64= fails to link: error adding symbols: File in wrong format +BROKEN_mips= fails to compile: unrecognized command line option "-m32" +BROKEN_mips64= fails to compile: unrecognized command line option "-m32" BROKEN_powerpc64= fails to link: skipping incompatible /usr/lib/libgcc.a when searching for -lgcc USES= uidfix Modified: head/devel/cssc/Makefile ============================================================================== --- head/devel/cssc/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/devel/cssc/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -13,6 +13,8 @@ COMMENT= Workalike for the source code control system LICENSE= GPLv3 +BROKEN_mips= fails to compile: ../gl/lib/unistd.h:135:3: "Please include config.h first." +BROKEN_mips64= fails to compile: ../gl/lib/unistd.h:135:3: "Please include config.h first." BROKEN_powerpc64= does not build: undefined reference to fmax GNU_CONFIGURE= yes Modified: head/devel/py-pycapsicum/Makefile ============================================================================== --- head/devel/py-pycapsicum/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/devel/py-pycapsicum/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -12,6 +12,8 @@ COMMENT= Python interface to capsicum security LICENSE= BSD3CLAUSE +BROKEN_mips= fails to compile: _pycapsicum.c: error: 'for' loop initial declaration used outside C99 mode +BROKEN_mips64= fails to compile: _pycapsicum.c: error: 'for' loop initial declaration used outside C99 mode BROKEN_powerpc64= fails to compile: _pycapsicum.c: error: 'for' loop initial declaration used outside C99 mode USES= python Modified: head/dns/dnsdbq/Makefile ============================================================================== --- head/dns/dnsdbq/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/dns/dnsdbq/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -13,6 +13,8 @@ LICENSE_COMB= multi LICENSE_FILE_APACHE20= ${WRKSRC}/Apache-2.0 LICENSE_FILE_ISCL= ${WRKSRC}/ISC +BROKEN_mips= fails to compile: dnsdbq.c:817: passing argument 1 of 'curl_global_init' with different width due to prototype +BROKEN_mips64= fails to compile: dnsdbq.c:817: passing argument 1 of 'curl_global_init' with different width due to prototype BROKEN_powerpc64= fails to compile: dnsdbq.c:817: passing argument 1 of 'curl_global_init' with different width due to prototype LIB_DEPENDS= libjansson.so:devel/jansson \ Modified: head/games/bunnysay/Makefile ============================================================================== --- head/games/bunnysay/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/games/bunnysay/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -12,9 +12,7 @@ COMMENT= Bunny Sign for terminals with UTF-8 support LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option -std=c++11 - -USES= gmake +USES= compiler:c++11-lang gmake ALL_TARGET= bunnysay Modified: head/games/redorblack/Makefile ============================================================================== --- head/games/redorblack/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/games/redorblack/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -11,6 +11,8 @@ COMMENT= Simple card game to test fortune and probabil LICENSE= BSD2CLAUSE +BROKEN_mips= fails to compile: deckClass.h: error: random: No such file or directory +BROKEN_mips64= fails to compile: deckClass.h: error: random: No such file or directory BROKEN_powerpc64= fails to compile: deckClass.h: error: random: No such file or directory PLIST_FILES= bin/redorblack Modified: head/graphics/animorph/Makefile ============================================================================== --- head/graphics/animorph/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/graphics/animorph/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -12,6 +12,8 @@ COMMENT= Morphing engine for MakeHuman LICENSE= LGPL21 +BROKEN_mips= fails to compile: unrecognized command line option "-std=gnu++03" +BROKEN_mips64= fails to compile: unrecognized command line option "-std=gnu++03" BROKEN_powerpc64= fails to compile: unrecognized command line option "-std=gnu++03" GNU_CONFIGURE= yes Modified: head/irc/charybdis/Makefile ============================================================================== --- head/irc/charybdis/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/irc/charybdis/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -11,6 +11,8 @@ COMMENT= Powerful IRC daemon, based on ircd-ratbox LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_mips= Does not build: undefined reference to le32toh +BROKEN_mips64= Does not build: undefined reference to le32toh BROKEN_powerpc64= Does not build: undefined reference to le32toh CONFLICTS= ircd-ratbox-[0-9]* ircd-ratbox-devel-[0-9]* \ Modified: head/irc/psybnc/Makefile ============================================================================== --- head/irc/psybnc/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/irc/psybnc/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -13,6 +13,8 @@ COMMENT= Powerful IRC bouncer LICENSE= GPLv1+ # though COPYING is GPLv2 +BROKEN_mips= Does not build: exec(clang) failed (No such file or directory) +BROKEN_mips64= Does not build: exec(clang) failed (No such file or directory) BROKEN_powerpc64= Does not build: exec(clang) failed (No such file or directory) USES= dos2unix ssl Modified: head/lang/ecl/Makefile ============================================================================== --- head/lang/ecl/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/lang/ecl/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -12,10 +12,12 @@ COMMENT= ANSI Common Lisp implementation LICENSE= LGPL20 -LIB_DEPENDS= libgmp.so:math/gmp +BROKEN_aarch64= fails to compile: error: unknown type name AO_TS_t +BROKEN_mips= fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped +BROKEN_mips64= fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped +BROKEN_powerpc64= fails to link: undefined reference to fmodl -BROKEN_aarch64= Does not compile: error: unknown type name AO_TS_t -BROKEN_powerpc64= Does not link: undefined reference to fmodl +LIB_DEPENDS= libgmp.so:math/gmp MAKE_JOBS_UNSAFE= yes USES= gmake perl5 tar:tgz Modified: head/lang/harbour/Makefile ============================================================================== --- head/lang/harbour/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/lang/harbour/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -10,13 +10,15 @@ MASTER_SITES= SF/${PORTNAME}-project/source/${PORTVERS MAINTAINER= m.tsatsenko@gmail.com COMMENT= Open source Clipper-compatible compiler +BROKEN_mips= does not build: clang: Command not found +BROKEN_mips64= does not build: clang: Command not found +BROKEN_powerpc64= does not build: clang: Command not found +BROKEN_sparc64= does not compile: assertion failed + LIB_DEPENDS= libslang.so:devel/libslang2\ libpcre.so:devel/pcre BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS:= ${BUILD_DEPENDS} - -BROKEN_powerpc64= does not build: clang: Command not found -BROKEN_sparc64= does not compile on sparc64: assertion failed PORTDOCS= *.txt *.hbd NEWS INSTALL TODO COPYING ChangeLog Modified: head/lang/mosml/Makefile ============================================================================== --- head/lang/mosml/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/lang/mosml/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -9,13 +9,15 @@ CATEGORIES= lang MAINTAINER= johans@FreeBSD.org COMMENT= Lightweight implementation of Standard ML +BROKEN_mips= does not configure: this architecture seems to be neither big endian nor little endian +BROKEN_mips64= does not configure: this architecture seems to be neither big endian nor little endian +BROKEN_powerpc64= does not configure: this architecture seems to be neither big endian nor little endian + LIB_DEPENDS= libgmp.so:math/gmp \ libgdbm.so:databases/gdbm GH_ACCOUNT= kfl USE_GITHUB= yes - -BROKEN_powerpc64= does not configure: this architecture seems to be neither big endian nor little endian RESTRICTED= Restrictions on for-profit distribution Modified: head/lang/newlisp-devel/Makefile ============================================================================== --- head/lang/newlisp-devel/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/lang/newlisp-devel/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -13,9 +13,11 @@ COMMENT= LISP like scripting language LICENSE= GPLv3 -LIB_DEPENDS= libffi.so:devel/libffi +BROKEN_mips= fails to compile: unrecognized command line option "-m64" +BROKEN_mips64= fails to compile: unrecognized command line option "-m64" +BROKEN_powerpc64= fails to build: error: redefinition of typedef CPPFunction -BROKEN_powerpc64= does not build: error: redefinition of typedef CPPFunction +LIB_DEPENDS= libffi.so:devel/libffi CONFLICTS= newlisp-[0-9]* Modified: head/lang/qore/Makefile ============================================================================== --- head/lang/qore/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/lang/qore/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -10,16 +10,18 @@ COMMENT= Qore Programming Language LICENSE= MIT +BROKEN_armv6= fails to compile: calling a private constructor of class 'ReferenceNode' +BROKEN_armv7= fails to compile: calling a private constructor of class 'ReferenceNode' +BROKEN_mips= fails to link: single-compilation-unit.cpp:(.text+0xdfc): relocation truncated to fit: R_MIPS_CALL16 against '__ltdf2@@FBSDprivate_1.0' +BROKEN_mips64= fails to link: single-compilation-unit.cpp:(.text+0xdfc): relocation truncated to fit: R_MIPS_CALL16 against '__ltdf2@@FBSDprivate_1.0' +BROKEN_powerpc= fails to build +BROKEN_powerpc64= fails to compile: unsupported relocation against r1 + LIB_DEPENDS= libpcre.so:devel/pcre \ libmpfr.so:math/mpfr BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \ ${LOCALBASE}/bin/bison:devel/bison \ ${LOCALBASE}/bin/bash:shells/bash - -BROKEN_armv6= fails to compile: calling a private constructor of class 'ReferenceNode' -BROKEN_armv7= fails to compile: calling a private constructor of class 'ReferenceNode' -BROKEN_powerpc= fails to build -BROKEN_powerpc64= fails to compile: unsupported relocation against r1 USES= gmake iconv libtool:build pathfix autoreconf ssl USE_LDCONFIG= yes Modified: head/lang/racket-minimal/Makefile ============================================================================== --- head/lang/racket-minimal/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/lang/racket-minimal/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -19,14 +19,14 @@ COMMENT= Interactive, integrated, graphical Scheme pro LICENSE= LGPL3 -LIB_DEPENDS= libffi.so:devel/libffi - BROKEN_armv6= fails to compile: ./lightning/lightning.h:81:2: error: GNU lightning does not support the current target BROKEN_armv7= fails to compile: ./lightning/lightning.h:81:2: error: GNU lightning does not support the current target BROKEN_i386= fails to build: Seg fault (internal error) at 0x606060a BROKEN_powerpc64= fails to build: jit.c: 'JIT_LOCAL4' undeclared (first use in this function) -NOT_FOR_ARCHS= aarch64 aarch64 sparc64 +NOT_FOR_ARCHS= aarch64 aarch64 mips mips64 sparc64 NOT_FOR_ARCHS_REASON= not yet ported to this arch + +LIB_DEPENDS= libffi.so:devel/libffi MAKE_JOBS_UNSAFE=yes Modified: head/mail/archiveopteryx-devel/Makefile ============================================================================== --- head/mail/archiveopteryx-devel/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/mail/archiveopteryx-devel/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -12,9 +12,11 @@ COMMENT= Advanced PostgreSQL-based IMAP/POP server LICENSE= MIT -BUILD_DEPENDS= jam:devel/jam - +BROKEN_mips= fails to build: /bin/sh: clang: not found +BROKEN_mips64= fails to build: /bin/sh: clang: not found BROKEN_powerpc64= Does not build: /bin/sh: clang: not found + +BUILD_DEPENDS= jam:devel/jam USE_GITHUB= yes GH_ACCOUNT= aox Modified: head/mail/archiveopteryx/Makefile ============================================================================== --- head/mail/archiveopteryx/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/mail/archiveopteryx/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -12,6 +12,8 @@ COMMENT= Advanced PostgreSQL-based IMAP/POP server LICENSE= MIT +BROKEN_mips= fails to build: /bin/sh: clang: not found +BROKEN_mips64= fails to build: /bin/sh: clang: not found BROKEN_powerpc64= fails to build: /bin/sh: clang: not found BUILD_DEPENDS= jam:devel/jam Modified: head/mail/isync/Makefile ============================================================================== --- head/mail/isync/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/mail/isync/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -11,6 +11,8 @@ COMMENT= Maintain local copies of remote IMAP folders LICENSE= GPLv2 +BROKEN_mips= fails to compile: util.c:523: #pragma GCC diagnostic not allowed inside functions +BROKEN_mips64= fails to compile: util.c:523: #pragma GCC diagnostic not allowed inside functions BROKEN_powerpc64= fails to compile: util.c:523: #pragma GCC diagnostic not allowed inside functions LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 Modified: head/mail/milter-callback/Makefile ============================================================================== --- head/mail/milter-callback/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/mail/milter-callback/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -12,9 +12,11 @@ COMMENT= Milter to perform a envelope-from sender veri LICENSE= GPLv3 -LIB_DEPENDS= libspf2.so:mail/libspf2 +BROKEN_mips= fails to build: error: nested functions are disabled, use -fnested-functions to re-enable +BROKEN_mips64= fails to build: error: nested functions are disabled, use -fnested-functions to re-enable +BROKEN_powerpc64= fails to build: error: nested functions are disabled, use -fnested-functions to re-enable -BROKEN_powerpc64= Does not build: error: nested functions are disabled, use -fnested-functions to re-enable +LIB_DEPENDS= libspf2.so:mail/libspf2 USES= tar:xz USE_RC_SUBR= milter-callback Modified: head/mail/spamdyke/Makefile ============================================================================== --- head/mail/spamdyke/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/mail/spamdyke/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -12,9 +12,11 @@ COMMENT= Qmail filter for monitoring and intercepting LICENSE= GPLv2 -RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:sysutils/ucspi-tcp +BROKEN_mips= fails to build: error: nested functions are disabled, use -fnested-functions to re-enable +BROKEN_mips64= fails to build: error: nested functions are disabled, use -fnested-functions to re-enable +BROKEN_powerpc64= fails to build: error: nested functions are disabled, use -fnested-functions to re-enable -BROKEN_powerpc64= Does not build: error: nested functions are disabled, use -fnested-functions to re-enable +RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:sysutils/ucspi-tcp USES= cpe qmail tar:tgz WRKSRC= ${WRKDIR}/${DISTNAME}/spamdyke Modified: head/math/pari/Makefile ============================================================================== --- head/math/pari/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/math/pari/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -14,6 +14,7 @@ COMMENT= Mathematics library and advanced calculator p LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_mips64= fails to link: mpker.c:(.text+0x33bc): relocation truncated to fit: R_MIPS_TLS_GD against 'PARI_SIGINT_block' BROKEN_powerpc64= fails to link: intnum.o: relocation truncated to fit: R_PPC64_GOT_TLSGD16 against symbol 'avma' defined in .tbss section in init.o LIB_DEPENDS= libgmp.so:math/gmp Modified: head/math/rexx-regmath/Makefile ============================================================================== --- head/math/rexx-regmath/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/math/rexx-regmath/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -14,6 +14,8 @@ COMMENT= Two mathematics libraries for Rexx LICENSE= MPL10 +BROKEN_mips= fails to compile: unrecognized command line option "-Wno-incompatible-pointer-types" +BROKEN_mips64= fails to compile: unrecognized command line option "-Wno-incompatible-pointer-types" BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-incompatible-pointer-types" BUILD_DEPENDS= ${LOCALBASE}/include/rexxsaa.h:lang/rexx-regina Modified: head/misc/libpostal/Makefile ============================================================================== --- head/misc/libpostal/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/misc/libpostal/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -11,6 +11,8 @@ COMMENT= Library for parsing/normalizing street addres LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_mips= fails to compile: tagger.h:5: redefinition of typedef 'tagger_feature_function' +BROKEN_mips64= fails to compile: tagger.h:5: redefinition of typedef 'tagger_feature_function' BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-c++11-narrowing" RUN_DEPENDS= curl:ftp/curl Modified: head/multimedia/mkvalidator/Makefile ============================================================================== --- head/multimedia/mkvalidator/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/multimedia/mkvalidator/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -11,8 +11,10 @@ COMMENT= Command line tool to verify Matroska and WebM LICENSE= BSD3CLAUSE BSD4CLAUSE GPLv2 LICENSE_COMB= multi +BROKEN_mips= fails to build: gmake[3]: mipsel-linux-gcc: Command not found +BROKEN_mips64= fails to build: gmake[3]: mipsel-linux-gcc: Command not found BROKEN_powerpc64= does not compile: mkvtree.c: error: dereferencing pointer to incomplete type -BROKEN_sparc64= build broken on big endian architectures +BROKEN_sparc64= build broken on big endian architectures BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} Modified: head/multimedia/oscam/Makefile ============================================================================== --- head/multimedia/oscam/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/multimedia/oscam/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -12,6 +12,8 @@ COMMENT= Softcam software to decrypt digital tv channe LICENSE= GPLv3 +BROKEN_mips= does not build: gmake: clang: Command not found +BROKEN_mips64= does not build: gmake: clang: Command not found BROKEN_powerpc64= does not build: gmake: clang: Command not found USES= gmake ssl tar:bzip2 Modified: head/net-mgmt/chillispot/Makefile ============================================================================== --- head/net-mgmt/chillispot/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/net-mgmt/chillispot/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -12,7 +12,9 @@ MASTER_SITES= http://www.chillispot.info/download/ \ MAINTAINER= venture37@geeklan.co.uk COMMENT= Wireless LAN Access Point Controller -BROKEN_powerpc64= Does not build: error: nested functions are disabled, use -fnested-functions to re-enable +BROKEN_mips= fails to build: error: nested functions are disabled, use -fnested-functions to re-enable +BROKEN_mips64= fails to build: error: nested functions are disabled, use -fnested-functions to re-enable +BROKEN_powerpc64= fails to build: error: nested functions are disabled, use -fnested-functions to re-enable CONFLICTS= coovachilli-[0-9]* Modified: head/net-mgmt/ipv6calc/Makefile ============================================================================== --- head/net-mgmt/ipv6calc/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/net-mgmt/ipv6calc/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -12,6 +12,8 @@ COMMENT= Convert, change, and calculate with IPv6 addr LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_mips= fails to build: libipv6addr.c: addr_test_method may be used uninitialized in this function +BROKEN_mips64= fails to build: libipv6addr.c: addr_test_method may be used uninitialized in this function BROKEN_powerpc64= fails to build: libipv6addr.c: addr_test_method may be used uninitialized in this function USES= gmake perl5 shebangfix ssl Modified: head/net-p2p/libswift/Makefile ============================================================================== --- head/net-p2p/libswift/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/net-p2p/libswift/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -11,9 +11,11 @@ COMMENT= IETF Peer-to-Peer Streaming Peer Protocol imp LICENSE= LGPL21 -LIB_DEPENDS= libevent.so:devel/libevent - +BROKEN_mips= fails to build: gmake: clang++: Command not found +BROKEN_mips64= fails to build: gmake: clang++: Command not found BROKEN_powerpc64= fails to build: gmake: clang++: Command not found + +LIB_DEPENDS= libevent.so:devel/libevent USE_GITHUB= yes GH_TAGNAME= dda307f Modified: head/net/delegate/Makefile ============================================================================== --- head/net/delegate/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/net/delegate/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= danilo@FreeBSD.org COMMENT= General purpose TCP/IP proxy system +BROKEN_mips= fails to build: gmake[1]: *** [Makefile:116: mkmake.exe] Error 1 +BROKEN_mips64= fails to build: gmake[1]: *** [Makefile:116: mkmake.exe] Error 1 BROKEN_powerpc64= fails to build: gmake[1]: *** [Makefile:116: mkmake.exe] Error 1 USES= gmake Modified: head/net/freeradius3/Makefile ============================================================================== --- head/net/freeradius3/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/net/freeradius3/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -17,6 +17,8 @@ COMMENT= Free RADIUS server implementation LICENSE= GPLv2 +BROKEN_mips= fails to compile: unrecognized command line option "-Wno-date-time" +BROKEN_mips64= fails to compile: unrecognized command line option "-Wno-date-time" BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-date-time" LIB_DEPENDS= libgdbm.so:databases/gdbm \ Modified: head/net/ndproxy/Makefile ============================================================================== --- head/net/ndproxy/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/net/ndproxy/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -11,6 +11,8 @@ COMMENT= Implementation of IPv6 Neighbor Discovery pro LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_mips= fails to build: ndproxy.c:51: function declaration isn't a prototype +BROKEN_mips64= fails to build: ndproxy.c:51: function declaration isn't a prototype BROKEN_powerpc64= fails to build: ndproxy.c:51: function declaration isn't a prototype SUB_FILES= pkg-message Modified: head/net/openvswitch/Makefile ============================================================================== --- head/net/openvswitch/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/net/openvswitch/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -11,6 +11,7 @@ COMMENT= Production quality, multilayer virtual switch LICENSE= APACHE20 +BROKEN_mips64= fails to compile: ofp-actions.h:486: flexible array member in otherwise empty struct BROKEN_powerpc64= fails to compile: bfd.c: internal compiler error: in extract_insn, at recog.c BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} Modified: head/news/nntpcache/Makefile ============================================================================== --- head/news/nntpcache/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/news/nntpcache/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -10,14 +10,15 @@ MASTER_SITES= http://www.xs4all.nl/~suelette/ MAINTAINER= ports@FreeBSD.org COMMENT= News caching/anti-spam/server-merging system -# This may be set interactively at install-time. NNTPCache will -# cache news articles and related data in ${SPOOLDIR}/nntpcache. -SPOOLDIR?= /var/spool +BROKEN_aarch64= fails to link: missing sbrk +BROKEN_mips64= fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped +BROKEN_powerpc64= fails to install: ./mmap_tests: Quit (core dumped) NO_CDROM= Free for individuals and non-military, non-profit organisations only -BROKEN_aarch64= fails to link: missing sbrk -BROKEN_powerpc64= fails to install: ./mmap_tests: Quit (core dumped) +# This may be set interactively at install-time. NNTPCache will +# cache news articles and related data in ${SPOOLDIR}/nntpcache. +SPOOLDIR?= /var/spool USES= gmake autoreconf shebangfix GNU_CONFIGURE= yes Modified: head/security/honggfuzz/Makefile ============================================================================== --- head/security/honggfuzz/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/security/honggfuzz/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -11,6 +11,8 @@ COMMENT= General-purpose fuzzer with simple, command-l LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_mips= fails to compile: cc1: error: unrecognized command line option -Wframe-larger-than=131072 +BROKEN_mips64= fails to compile: cc1: error: unrecognized command line option -Wframe-larger-than=131072 BROKEN_powerpc64= fails to compile: cc1: error: unrecognized command line option -Wframe-larger-than=131072 USES= gmake Modified: head/security/pam_ssh_agent_auth/Makefile ============================================================================== --- head/security/pam_ssh_agent_auth/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/security/pam_ssh_agent_auth/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -10,7 +10,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= PAM module which permits authentication via ssh-agent BROKEN_SSL= openssl-devel -BROKEN_powerpc64= fails to build: ed25519-donna-portable.h: warning: ALIGN redefined +BROKEN_mips64= fails to compile: ed25519-donna-portable.h:85:4: Need a uint128_t implementation! +BROKEN_powerpc64= fails to compile: ed25519-donna-portable.h: warning: ALIGN redefined USES= perl5 ssl tar:bzip2 GNU_CONFIGURE= yes Modified: head/security/py-pysha3/Makefile ============================================================================== --- head/security/py-pysha3/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/security/py-pysha3/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -13,6 +13,7 @@ COMMENT= SHA-3 (Keccak) for Python LICENSE= PSFL LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_mips64= fails to compile: KeccakP-1600-opt64.c: error: Not yet implemented BROKEN_powerpc64= fails to compile: KeccakP-1600-opt64.c: error: Not yet implemented # Actually Python 2.7,3.4+ Modified: head/security/py-python-nss/Makefile ============================================================================== --- head/security/py-python-nss/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/security/py-python-nss/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -15,6 +15,8 @@ LICENSE_FILE_LGPL21+ = ${WRKSRC}/LICENSE.lgpl LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENSE.gpl LICENSE_FILE_MPL20= ${WRKSRC}/LICENSE.mpl +BROKEN_mips= fails to compile: py_nss.c:20285: #pragma GCC diagnostic not allowed inside functions +BROKEN_mips64= fails to compile: py_nss.c:20285: #pragma GCC diagnostic not allowed inside functions BROKEN_powerpc64= fails to compile: py_nss.c:20285: #pragma GCC diagnostic not allowed inside functions LIB_DEPENDS= libnspr4.so:devel/nspr \ Modified: head/security/sha1collisiondetection/Makefile ============================================================================== --- head/security/sha1collisiondetection/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/security/sha1collisiondetection/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -14,14 +14,15 @@ 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] +BROKEN_mips= fails to compile: cc1: unrecognized command line option -std=c90 +BROKEN_mips64= fails to compile: cc1: unrecognized command line option -std=c90 BROKEN_powerpc64= fails to compile: cc1: unrecognized command line option -std=c90 USE_GITHUB= yes GH_ACCOUNT= cr-marcstevens -USE_LDCONFIG= yes - USES= gmake libtool:build +USE_LDCONFIG= yes PLIST_FILES= bin/sha1dcsum \ bin/sha1dcsum_partialcoll \ Modified: head/sysutils/cbsd/Makefile ============================================================================== --- head/sysutils/cbsd/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/sysutils/cbsd/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -10,6 +10,8 @@ COMMENT= Yet another FreeBSD Jail and Bhyve Management LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_mips= fails to link: cannot find -lc++ +BROKEN_mips64= fails to link: cannot find -lc++ BROKEN_powerpc64= fails to link: cannot find -lc++ RUN_DEPENDS= rsync:net/rsync \ Modified: head/sysutils/cmogstored/Makefile ============================================================================== --- head/sysutils/cmogstored/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/sysutils/cmogstored/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -12,7 +12,9 @@ COMMENT= Alternative mogstored implementation for Mogi LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= Does not build: internal compiler error: Segmentation fault +BROKEN_mips= failst to compile: fdmap.c:89: undefined reference to `__sync_add_and_fetch_4' +BROKEN_mips64= failst to compile: fdmap.c:89: undefined reference to `__sync_add_and_fetch_4' +BROKEN_powerpc64= fails to build: internal compiler error: Segmentation fault PLIST_FILES= sbin/cmogstored \ man/man1/cmogstored.1.gz Modified: head/sysutils/fusefs-libs3/Makefile ============================================================================== --- head/sysutils/fusefs-libs3/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/sysutils/fusefs-libs3/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -12,6 +12,8 @@ COMMENT= FUSE library version 3 for filesystems implem LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LIB +BROKEN_mips= fails to compile: unrecognized command line option "-Wno-unused-result" +BROKEN_mips64= fails to compile: unrecognized command line option "-Wno-unused-result" BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-unused-result" USES= meson Modified: head/sysutils/incron/Makefile ============================================================================== --- head/sysutils/incron/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/sysutils/incron/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -15,6 +15,8 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE-GPL LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSE-LGPL LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-X11 +BROKEN_mips= fails to compile: usertable.cpp:440: #pragma GCC diagnostic not allowed inside functions +BROKEN_mips64= fails to compile: usertable.cpp:440: #pragma GCC diagnostic not allowed inside functions BROKEN_powerpc64= fails to compile: usertable.cpp:440: #pragma GCC diagnostic not allowed inside functions LIB_DEPENDS= libinotify.so:devel/libinotify Modified: head/sysutils/smart/Makefile ============================================================================== --- head/sysutils/smart/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/sysutils/smart/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -9,6 +9,8 @@ COMMENT= Output disk SMART values LICENSE= ISCL +BROKEN_mips= fails to compile: libsmart.c:241: storage size of 's' isn't constant +BROKEN_mips64= fails to compile: libsmart.c:241: storage size of 's' isn't constant BROKEN_powerpc64= fails to compile: libsmart.c:241: storage size of 's' isn't constant IGNORE_FreeBSD_10= Requires FreeBSD 11 or later Modified: head/textproc/ffe/Makefile ============================================================================== --- head/textproc/ffe/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/textproc/ffe/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -12,6 +12,8 @@ COMMENT= Flat file extractor LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_mips= fails to compile: unrecognized command line option "-Wmaybe-uninitialized" +BROKEN_mips64= fails to compile: unrecognized command line option "-Wmaybe-uninitialized" BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wmaybe-uninitialized" LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ Modified: head/www/gatling/Makefile ============================================================================== --- head/www/gatling/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/www/gatling/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -11,9 +11,11 @@ COMMENT= High performance webserver with scalability b LICENSE= GPLv2 -BUILD_DEPENDS= libowfat>=0.31:devel/libowfat - +BROKEN_mips= fails to compile: dirfd.c: error: expected ';', ',' or ')' before 'key' +BROKEN_mips64= fails to compile: dirfd.c: error: expected ';', ',' or ')' before 'key' BROKEN_powerpc64= fails to compile: dirfd.c: error: expected ';', ',' or ')' before 'key' + +BUILD_DEPENDS= libowfat>=0.31:devel/libowfat USES= gmake ssl tar:xz USE_RC_SUBR= gatling Modified: head/www/logtools/Makefile ============================================================================== --- head/www/logtools/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/www/logtools/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -11,6 +11,8 @@ COMMENT= Useful tools to deal with CLF files (Common L LICENSE= GPLv2 +BROKEN_mips= fails to compile: clfmerge.cpp: error: unordered_map: No such file or directory +BROKEN_mips64= fails to compile: clfmerge.cpp: error: unordered_map: No such file or directory BROKEN_powerpc64= fails to compile: clfmerge.cpp: error: unordered_map: No such file or directory USES= tar:tgz Modified: head/www/mod_authnz_crowd/Makefile ============================================================================== --- head/www/mod_authnz_crowd/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/www/mod_authnz_crowd/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -13,11 +13,13 @@ COMMENT= Apache 2.2+ module to use Atlassian Crowd for LICENSE= APACHE20 +BROKEN_mips= fails to build: error: curl/curl.h: No such file or directory +BROKEN_mips64= fails to build: error: curl/curl.h: No such file or directory +BROKEN_powerpc64= fails to build: error: curl/curl.h: No such file or directory + LIB_DEPENDS= libsvn_client-1.so:devel/subversion \ libcurl.so:ftp/curl RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_dav_svn.so:www/mod_dav_svn - -BROKEN_powerpc64= Does not build: error: curl/curl.h: No such file or directory GNU_CONFIGURE= yes LIBS+= -L${LOCALBASE}/lib Modified: head/www/mod_md-devel/Makefile ============================================================================== --- head/www/mod_md-devel/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/www/mod_md-devel/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -14,7 +14,9 @@ COMMENT= Early experience LetsEncrypt module for Apach LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= fails to compile: md_json.c:29: expected [error|warning|ignored] after '#pragma GCC diagnostic' +BROKEN_mips= fails to compile: md_json.c:29: expected [error|warning|ignored] after pragma GCC diagnostic +BROKEN_mips64= fails to compile: md_json.c:29: expected [error|warning|ignored] after pragma GCC diagnostic +BROKEN_powerpc64= fails to compile: md_json.c:29: expected [error|warning|ignored] after pragma GCC diagnostic LIB_DEPENDS= libaprutil-1.so:devel/apr1 \ libcurl.so:ftp/curl \ Modified: head/www/pecl-http/Makefile ============================================================================== --- head/www/pecl-http/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/www/pecl-http/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -12,6 +12,8 @@ COMMENT= Extended HTTP Support LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_mips= fails to compile: pecl_http-3.1.0/src/php_http_etag.c:63:20: \#if with no expression +BROKEN_mips64= fails to compile: pecl_http-3.1.0/src/php_http_etag.c:63:20: \#if with no expression BROKEN_powerpc64= fails to compile: pecl_http-3.1.0/src/php_http_etag.c:63:20: \#if with no expression IGNORE_WITH_PHP= 56 Modified: head/x11-wm/cde/Makefile ============================================================================== --- head/x11-wm/cde/Makefile Mon Jul 2 03:08:57 2018 (r473698) +++ head/x11-wm/cde/Makefile Mon Jul 2 04:00:29 2018 (r473699) @@ -10,6 +10,7 @@ DISTNAME= ${PORTNAME}-src-${DISTVERSION} MAINTAINER= crees@FreeBSD.org COMMENT= Common Desktop Environment +BROKEN_mips64= fails to build: ./config/imake/imake: No such file or directory BROKEN_powerpc64= fails to build: ./config/imake/imake: No such file or directory BUILD_DEPENDS= ksh93:shells/ksh93 \ ----- End forwarded message ----- From owner-freebsd-multimedia@freebsd.org Wed Jul 4 21:41:12 2018 Return-Path: Delivered-To: freebsd-multimedia@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 7ABCC103F940 for ; Wed, 4 Jul 2018 21:41:12 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0F93374D49 for ; Wed, 4 Jul 2018 21:41:12 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id C3202103F93D; Wed, 4 Jul 2018 21:41:11 +0000 (UTC) Delivered-To: multimedia@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 845BD103F93C for ; Wed, 4 Jul 2018 21:41:11 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-ua0-x229.google.com (mail-ua0-x229.google.com [IPv6:2607:f8b0:400c:c08::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1C9A774D46 for ; Wed, 4 Jul 2018 21:41:11 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mail-ua0-x229.google.com with SMTP id n4-v6so4187196uad.6 for ; Wed, 04 Jul 2018 14:41:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:from:date:message-id:subject:to; bh=ODU15I51N3p1PEenUZYm7BwpmRGUkpNCYhGKvDiSBQg=; b=js0fYftk2APAXZ/W8nS6SvWvrX5KKLRCuCE3/5gGkoO0NHPEmN5TknxUuyAbZWkPYe 4qnK+tFhgmMFsOsL9VQCw2N+K1nMV/cU43Zv/p+am16p+gt52PipTK1ZO+gag4WxkFso pk9KVWcbYJ8XzV10j8Xg5/4/vfG7OFG8ZLst2EJMBlgdCJFUYJhtVWf+vJll+E0BJrTw D4icNtj3m3JxP4DEh/Tg4YoAB/3zGuQOBY39v62hz16D6jfF1IoiZRJ/oH8SfMq5CJwy IyVtv8npGFlooJdlFT2WqXOBmsRRzGL9BHIWHDXjZAJY+Z5VWF7nrHM4BD6DGwnR0Gjb Rg8Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to; bh=ODU15I51N3p1PEenUZYm7BwpmRGUkpNCYhGKvDiSBQg=; b=gyYRMmeAXY2zDt6reW/Nd+QXm9gGPA2u2z1TYzj8yvQ4maCeO5fZZIwd6brYRYz3v7 vJGp0iA5aiTsKpgTJ+FpAaFRmlePAl/qinqfW1/pA3QD0fHhErpKTrbrHle2saJcKvo2 /Wr/8548Nr5WCawnx5iJ85yqDGhveqfxIKy5WfSJHoS9jFRe9f8a57HmkHLgx0HCIcs+ aI5mgPutDobxNX0Mhb4r92hjyqkiEAsn30EnVy2zzfWlPBr179+3Hd5twuUy87DdVmL5 SXT8VppqKsfsrguOReiGckrOaFeJOM9EtR25J0o7SAG87kWYj9XqYkuOiOc4BMgv3Mjt w/yA== X-Gm-Message-State: APt69E1w2NZr0/iFEJPGQ8XZHG2BdMLzmecrsupMozAas8wuwPZwsekg 4tc5uc3+gk1mEa5rPpSgQLoTQ6YdbS/+JfgbenT4Xg2m X-Google-Smtp-Source: AAOMgpf000aOYwGFHIXtZkKDUuJzqQJ5SsqAsYAzN1wVRbFFAf5x06uPpQdXPV8ZwZhOdDzAShegWkip/w1CM4IPfL4= X-Received: by 2002:ab0:19c2:: with SMTP id r2-v6mr2138090uai.110.1530740469882; Wed, 04 Jul 2018 14:41:09 -0700 (PDT) MIME-Version: 1.0 Sender: kob6558@gmail.com Received: by 2002:a67:8f07:0:0:0:0:0 with HTTP; Wed, 4 Jul 2018 14:41:09 -0700 (PDT) From: Kevin Oberman Date: Wed, 4 Jul 2018 14:41:09 -0700 X-Google-Sender-Auth: z--eE9Vu-A7Bz_R71R9Yv3qrPaE Message-ID: Subject: Audio recording from USB To: multimedia@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jul 2018 21:41:12 -0000 I have an Audio-technia turntable with USB output and I want to use audacity to record from it. I have read the sound, mixer, and snd_uaudio man pages, but am still unable to get the configuration correct. sndstat shows the device (pcm4) but mixer only lists pcm0, the Conexant CX20590, which is marked as default in sndstat. Messages on connection: uaudio0 on uhub3 uaudio0: on usbus1 uaudio0: Play: 48000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. uaudio0: Play: 44100 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. uaudio0: Play: 32000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. uaudio0: Record: 48000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. uaudio0: Record: 44100 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. uaudio0: Record: 32000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. uaudio0: Record: 22050 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. uaudio0: Record: 16000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. uaudio0: Record: 11025 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. uaudio0: No MIDI sequencer. pcm4: on uaudio0 uaudio0: HID volume keys found. Installed devices: pcm0: (play/rec) default pcm1: (play) pcm2: (play) pcm3: (play) pcm4: (play/rec) mixer -f /dev/mixer4 shows: Mixer vol is currently set to 75:75 Mixer pcm is currently set to 75:75 No line or mic. I tried "cat /dev/dsp4.0" and got the expected stream of "junk" that looks like it is getting data from the turntable. "junk" changes when I play something, so I think the hardware is all working to some degree. Can anyone suggest where to go from here? -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 From owner-freebsd-multimedia@freebsd.org Thu Jul 5 07:48:08 2018 Return-Path: Delivered-To: freebsd-multimedia@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 9E639102FEB2 for ; Thu, 5 Jul 2018 07:48:08 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id F06378DF73 for ; Thu, 5 Jul 2018 07:48:07 +0000 (UTC) (envelope-from hps@selasky.org) Received: by mailman.ysv.freebsd.org (Postfix) id AA53E102FEA5; Thu, 5 Jul 2018 07:48:07 +0000 (UTC) Delivered-To: multimedia@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 97C3F102FEA0 for ; Thu, 5 Jul 2018 07:48:07 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF54A8DF67 for ; Thu, 5 Jul 2018 07:48:06 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.128.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 7B7F226032A; Thu, 5 Jul 2018 09:48:04 +0200 (CEST) Subject: Re: Audio recording from USB To: Kevin Oberman , multimedia@freebsd.org References: From: Hans Petter Selasky Message-ID: <07c88807-a86b-4c33-c418-e0e15ddc4f80@selasky.org> Date: Thu, 5 Jul 2018 09:47:45 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jul 2018 07:48:08 -0000 On 07/04/18 23:41, Kevin Oberman wrote: > I have an Audio-technia turntable with USB output and I want to use > audacity to record from it. I have read the sound, mixer, and snd_uaudio > man pages, but am still unable to get the configuration correct. sndstat > shows the device (pcm4) but mixer only lists pcm0, the Conexant CX20590, > which is marked as default in sndstat. > > Messages on connection: > uaudio0 on uhub3 > uaudio0: 2.00/1.00, addr 3> on usbus1 > uaudio0: Play: 48000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. > uaudio0: Play: 44100 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. > uaudio0: Play: 32000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. > uaudio0: Record: 48000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. > uaudio0: Record: 44100 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. > uaudio0: Record: 32000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. > uaudio0: Record: 22050 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. > uaudio0: Record: 16000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. > uaudio0: Record: 11025 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. > uaudio0: No MIDI sequencer. > pcm4: on uaudio0 > uaudio0: HID volume keys found. > > Installed devices: > pcm0: (play/rec) default > pcm1: (play) > pcm2: (play) > pcm3: (play) > pcm4: (play/rec) > > mixer -f /dev/mixer4 shows: > Mixer vol is currently set to 75:75 > Mixer pcm is currently set to 75:75 > No line or mic. > > I tried "cat /dev/dsp4.0" and got the expected stream of "junk" that looks > like it is getting data from the turntable. "junk" changes when I play > something, so I think the hardware is all working to some degree. > > Can anyone suggest where to go from here? Did you try: sysctl -a hw.snd.default_unit=4 --HPS From owner-freebsd-multimedia@freebsd.org Thu Jul 5 08:35:30 2018 Return-Path: Delivered-To: freebsd-multimedia@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 C3B7E1034480 for ; Thu, 5 Jul 2018 08:35:30 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6167C8FD99 for ; Thu, 5 Jul 2018 08:35:30 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.128.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 9F1B626032A; Thu, 5 Jul 2018 10:35:27 +0200 (CEST) Subject: Re: jack_umidi client name too long From: Hans Petter Selasky To: =?UTF-8?Q?Goran_Meki=c4=87?= Cc: freebsd-multimedia@freebsd.org References: <20180614224209.huk5nusli4m5ngqn@hal9000.cicici.home> <2cd19236-1475-e374-9427-27dfdfc7ca2c@ShaneWare.Biz> <20180615084612.e6af43xzxx4nmypj@hal9000.cicici.home> <2a838efe-7954-4f39-323e-603135e48cc6@ShaneWare.Biz> <20180616171340.oyuyj4r25ehih3xc@thinker.my.domain> <53dbe3eb-4cef-bb84-1502-e69d8816bfef@selasky.org> <20180617101158.c7xx7gigtnz2xx2s@hal9000.cicici.home> <144fd724-ff71-7b30-a71a-5a370e391ca6@selasky.org> Message-ID: Date: Thu, 5 Jul 2018 10:35:08 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <144fd724-ff71-7b30-a71a-5a370e391ca6@selasky.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jul 2018 08:35:30 -0000 On 06/17/18 12:33, Hans Petter Selasky wrote: > On 06/17/18 12:11, Goran Mekić wrote: >> On Sun, Jun 17, 2018 at 11:56:12AM +0200, Hans Petter Selasky wrote: >>> Maybe the name length can be stripped down? >>> >>> --HPS >> >> Maybe, but how? I though -n option will do that, but I get the same >> error. >> > > Have a look at the source code. I think the current buffer is bigger > than the limit! Can you make an issue here for your problem and I'll have a look at it later on: https://github.com/hselasky/jack_umidi --HPS From owner-freebsd-multimedia@freebsd.org Thu Jul 5 08:53:08 2018 Return-Path: Delivered-To: freebsd-multimedia@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 0CB6810359F7 for ; Thu, 5 Jul 2018 08:53:08 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9EE067096E for ; Thu, 5 Jul 2018 08:53:07 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.128.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id DA7D826032A; Thu, 5 Jul 2018 10:53:05 +0200 (CEST) Subject: Re: jack_umidi client name too long From: Hans Petter Selasky To: =?UTF-8?Q?Goran_Meki=c4=87?= Cc: freebsd-multimedia@freebsd.org References: <20180614224209.huk5nusli4m5ngqn@hal9000.cicici.home> <2cd19236-1475-e374-9427-27dfdfc7ca2c@ShaneWare.Biz> <20180615084612.e6af43xzxx4nmypj@hal9000.cicici.home> <2a838efe-7954-4f39-323e-603135e48cc6@ShaneWare.Biz> <20180616171340.oyuyj4r25ehih3xc@thinker.my.domain> <53dbe3eb-4cef-bb84-1502-e69d8816bfef@selasky.org> <20180617101158.c7xx7gigtnz2xx2s@hal9000.cicici.home> <144fd724-ff71-7b30-a71a-5a370e391ca6@selasky.org> Message-ID: <96c1b29f-fa12-0fb5-95f5-18b37e8f09a4@selasky.org> Date: Thu, 5 Jul 2018 10:52:46 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jul 2018 08:53:08 -0000 On 07/05/18 10:35, Hans Petter Selasky wrote: > On 06/17/18 12:33, Hans Petter Selasky wrote: >> On 06/17/18 12:11, Goran Mekić wrote: >>> On Sun, Jun 17, 2018 at 11:56:12AM +0200, Hans Petter Selasky wrote: >>>> Maybe the name length can be stripped down? >>>> >>>> --HPS >>> >>> Maybe, but how? I though -n option will do that, but I get the same >>> error. >>> >> >> Have a look at the source code. I think the current buffer is bigger >> than the limit! > > Can you make an issue here for your problem and I'll have a look at it > later on: > https://github.com/hselasky/jack_umidi > Can you try this patch: Index: jack_umidi.c =================================================================== --- jack_umidi.c (revision 4048) +++ jack_umidi.c (working copy) @@ -651,6 +651,11 @@ size = ptr - devname; *ptr = 0; } + /* limit the string length */ + if (strlen(devname) > 16) { + devname[16] = 0; + size = 16; + } /* append port number */ snprintf(devname + size, sizeof(devname) - size, " #%d", subunit); From owner-freebsd-multimedia@freebsd.org Thu Jul 5 23:51:45 2018 Return-Path: Delivered-To: freebsd-multimedia@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 854421040D7F for ; Thu, 5 Jul 2018 23:51:45 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 14DCF7CF6C for ; Thu, 5 Jul 2018 23:51:45 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id C4C1F1040D7C; Thu, 5 Jul 2018 23:51:44 +0000 (UTC) Delivered-To: multimedia@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 9FE651040D7B for ; Thu, 5 Jul 2018 23:51:44 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-ua0-x22d.google.com (mail-ua0-x22d.google.com [IPv6:2607:f8b0:400c:c08::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 36F277CF67 for ; Thu, 5 Jul 2018 23:51:44 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mail-ua0-x22d.google.com with SMTP id x18-v6so6487251uaj.9 for ; Thu, 05 Jul 2018 16:51:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=RmoVEafm/cESYlU0Z9qq7nxxsAyH3lqnd6OISh7pBDA=; b=CBq0uvf8wv9wzTMFq7Usp5q0LEg4JTZVv69lUNtpVIskhs61vAqxzY4l9DsFaMC0MD p29twe7tbCCI8SB8lT5SIyq7iFide2o6/NVj6UXPJjiFwoeGi2o/KrY5aoXCEcMtyWCQ 1D8wbaenS824cH75vQ3XW5enod543q86SKEXfjT3vF4SkPJZyL3YfNLc8EnTTibl/Ujo 4Q+qqjOkv2RjyRI0UPz5RVKMZINTM8NqaRbFl4EbXrYThJtILVqLKRmV1SKkxwOz0iIL /E5s/RARtdF0t7NDmSnB9ar6bCYRMM4L5HyqiuMzFm5jInGGnt6HNyDNINBtBKnV9N39 WKeQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=RmoVEafm/cESYlU0Z9qq7nxxsAyH3lqnd6OISh7pBDA=; b=MvJHNfW6bPxiLw6KqWk+4t2CgmVJ/9rvc2FQ6v9e/rdTzilbMMeynnxu/S38H7pClD iHoBHoRNbKCOOYlHoybFPRfMc2B5S/dS0CCIm+zWk6vc+VoX+GGqUch10DPy/K7FV3RN 6I/mi7GBe75S/8g/dIEJy05G0Mb9BGTprdNt4hYtrWQv92kKIkICflxWgluHD0bpS+Xc ZsKOeO3ZgXhR5i47FOAi+Kt1atLPfC+lRWqS9zhYaZk9EHsc+6INZ3S0qshPUATAkmeq knvyKXKj/BCBSx/vX/hPrhhtCyMg5Ua2LXcijzC8pB7mIKf6REYgal9g++SRhAf08MQN hz/A== X-Gm-Message-State: APt69E2bd1kz5UtPSD6cx9s+X3i1zp/pfeLKjje5bnbVTO2eG7nTJ2EB zqtLVk7LDAX5DIfmbnQFvEYlsfriMurjkMKE4oxHQQ== X-Google-Smtp-Source: AAOMgpfZTZ+jWen/JaqW20mQ0q/xbhqi8LQrAhkl2D6fMX9WNZsVhuHAcI091rnVxfw4vXFlGZlXF7yrEoQqLtWGVMQ= X-Received: by 2002:a9f:3409:: with SMTP id q9-v6mr5212726uab.161.1530834703216; Thu, 05 Jul 2018 16:51:43 -0700 (PDT) MIME-Version: 1.0 Sender: kob6558@gmail.com Received: by 2002:a67:8f07:0:0:0:0:0 with HTTP; Thu, 5 Jul 2018 16:51:42 -0700 (PDT) In-Reply-To: <07c88807-a86b-4c33-c418-e0e15ddc4f80@selasky.org> References: <07c88807-a86b-4c33-c418-e0e15ddc4f80@selasky.org> From: Kevin Oberman Date: Thu, 5 Jul 2018 16:51:42 -0700 X-Google-Sender-Auth: 38BnGK8iGhsh0IVvYidfVhmhMlE Message-ID: Subject: Re: Audio recording from USB To: Hans Petter Selasky Cc: multimedia@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jul 2018 23:51:45 -0000 Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 On Thu, Jul 5, 2018 at 12:47 AM, Hans Petter Selasky wrote: > On 07/04/18 23:41, Kevin Oberman wrote: > >> I have an Audio-technia turntable with USB output and I want to use >> audacity to record from it. I have read the sound, mixer, and snd_uaudio >> man pages, but am still unable to get the configuration correct. sndstat >> shows the device (pcm4) but mixer only lists pcm0, the Conexant CX20590, >> which is marked as default in sndstat. >> >> Messages on connection: >> uaudio0 on uhub3 >> uaudio0: > rev >> 2.00/1.00, addr 3> on usbus1 >> uaudio0: Play: 48000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >> uaudio0: Play: 44100 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >> uaudio0: Play: 32000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >> uaudio0: Record: 48000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >> uaudio0: Record: 44100 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >> uaudio0: Record: 32000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >> uaudio0: Record: 22050 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >> uaudio0: Record: 16000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >> uaudio0: Record: 11025 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >> uaudio0: No MIDI sequencer. >> pcm4: on uaudio0 >> uaudio0: HID volume keys found. >> >> Installed devices: >> pcm0: (play/rec) default >> pcm1: (play) >> pcm2: (play) >> pcm3: (play) >> pcm4: (play/rec) >> >> mixer -f /dev/mixer4 shows: >> Mixer vol is currently set to 75:75 >> Mixer pcm is currently set to 75:75 >> No line or mic. >> >> I tried "cat /dev/dsp4.0" and got the expected stream of "junk" that looks >> like it is getting data from the turntable. "junk" changes when I play >> something, so I think the hardware is all working to some degree. >> >> Can anyone suggest where to go from here? >> > > Did you try: > sysctl -a hw.snd.default_unit=4 > > --HPS > > > From owner-freebsd-multimedia@freebsd.org Fri Jul 6 00:00:35 2018 Return-Path: Delivered-To: freebsd-multimedia@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 3BADD1041B75 for ; Fri, 6 Jul 2018 00:00:35 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id AE4457D409 for ; Fri, 6 Jul 2018 00:00:34 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 718231041B72; Fri, 6 Jul 2018 00:00:34 +0000 (UTC) Delivered-To: multimedia@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 4F1791041B71 for ; Fri, 6 Jul 2018 00:00:34 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-ua0-x230.google.com (mail-ua0-x230.google.com [IPv6:2607:f8b0:400c:c08::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE4577D407 for ; Fri, 6 Jul 2018 00:00:33 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mail-ua0-x230.google.com with SMTP id x18-v6so6496669uaj.9 for ; Thu, 05 Jul 2018 17:00:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=24o/deONA/kPgR2MP86HK/HNZoagOxnteka1Dq3F908=; b=g4rDR9HKhW/kh75TILI3JtxD6AktFFeFjWbljDGdqu+/I7K4vV4nRjFzMWY+FdqFVf +XnI2onJrPtRikJUWIITCQYur8nN/wHiKNQ8MObwLZsag3qHGKOb3UEYchVCWN/kIUeG 2eZicdSRHqhb+XNrFAFdJw/wZxI71pwElauDG7yUfnyAl6hQyvSyu3rU8kHGzyzCE3ej iiKxTOpgBNv89J8b7zJ2pVQ/13XueN8vif2MKVijyF1dz1FvVOBSBFRO3zj/XsPioCQp +jz/1FuMSmP3NvL/iexLZnMYTKygSqcjkrwMEvjdZbPHkd9PbolmgHiHEUr9ve+vG0em HLGQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=24o/deONA/kPgR2MP86HK/HNZoagOxnteka1Dq3F908=; b=mU2OBRjT+KjX8qOkdo7okZijIHYR6HJivkDDQ8Nf50gkk6y3Bfl36OzyQL+Z75lgjc mva8+60YWBsOAx7fjubaB/q6/L1JX7DdEQRbtp5z2S0vjvxk8CUbczsFU09DVK5ZNrUF YZJs+D3fb7OKXF8ia6tyFPTKl25/cCTRcQsdvZJ9ySw2skd45p7MRJu8cXpJRiZxnU93 6CBAodQ5WeJHP4ngZQEmrVGcQgqRSh1MepaU43Xx8Y8TVWfPkDJ6tAJ9DC5pYaDSJdoq Se2ZeroRxgpT2h3D/haQ2lkI26ecSqERI+a27t3q0B/eHsq0wQme8k/93NOgkQ/NaW3c SMKQ== X-Gm-Message-State: APt69E1dMmV3WtXbWe6YUVyw7A8eAS5S+cDgKwFUw9TBE/MRIdNj02E2 KoXmrurWU29WmGQs3HGnlC20prIjJU1LMtZoRm4= X-Google-Smtp-Source: AAOMgpcXoi57hWS+gIBx10Yz6RC6IO9Ht5R9pGMueSUatvxeVG8DxN38yrCQiBTDx12fr+BWRu1AfcaPxNSDakOuywM= X-Received: by 2002:ab0:19c2:: with SMTP id r2-v6mr4908332uai.110.1530835233168; Thu, 05 Jul 2018 17:00:33 -0700 (PDT) MIME-Version: 1.0 Sender: kob6558@gmail.com Received: by 2002:a67:8f07:0:0:0:0:0 with HTTP; Thu, 5 Jul 2018 17:00:32 -0700 (PDT) In-Reply-To: <07c88807-a86b-4c33-c418-e0e15ddc4f80@selasky.org> References: <07c88807-a86b-4c33-c418-e0e15ddc4f80@selasky.org> From: Kevin Oberman Date: Thu, 5 Jul 2018 17:00:32 -0700 X-Google-Sender-Auth: VACJiRWOkJpcmtmVxblFfd_5ufc Message-ID: Subject: Re: Audio recording from USB To: Hans Petter Selasky Cc: multimedia@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jul 2018 00:00:35 -0000 Oops! Sorry of hte empty message made it through. On Thu, Jul 5, 2018 at 12:47 AM, Hans Petter Selasky wrote: > On 07/04/18 23:41, Kevin Oberman wrote: > >> I have an Audio-technia turntable with USB output and I want to use >> audacity to record from it. I have read the sound, mixer, and snd_uaudio >> man pages, but am still unable to get the configuration correct. sndstat >> shows the device (pcm4) but mixer only lists pcm0, the Conexant CX20590, >> which is marked as default in sndstat. >> >> Messages on connection: >> uaudio0 on uhub3 >> uaudio0: > rev >> 2.00/1.00, addr 3> on usbus1 >> uaudio0: Play: 48000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >> uaudio0: Play: 44100 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >> uaudio0: Play: 32000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >> uaudio0: Record: 48000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >> uaudio0: Record: 44100 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >> uaudio0: Record: 32000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >> uaudio0: Record: 22050 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >> uaudio0: Record: 16000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >> uaudio0: Record: 11025 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >> uaudio0: No MIDI sequencer. >> pcm4: on uaudio0 >> uaudio0: HID volume keys found. >> >> Installed devices: >> pcm0: (play/rec) default >> pcm1: (play) >> pcm2: (play) >> pcm3: (play) >> pcm4: (play/rec) >> >> mixer -f /dev/mixer4 shows: >> Mixer vol is currently set to 75:75 >> Mixer pcm is currently set to 75:75 >> No line or mic. >> >> I tried "cat /dev/dsp4.0" and got the expected stream of "junk" that looks >> like it is getting data from the turntable. "junk" changes when I play >> something, so I think the hardware is all working to some degree. >> >> Can anyone suggest where to go from here? >> > > Did you try: > sysctl -a hw.snd.default_unit=4 > > --HPS Yes, but... > mixer Mixer vol is currently set to 75:75 Mixer pcm is currently set to 75:75 So mixer seems to "see" mixer4, but still only shows vol and pcm. No input device. Bringing up the mate sound preferences, I only see the on-board mic for input, but see the USB device for output. I'm a bit baffled as to why the mixer fails to any USB input even though the connection message clearly shows that capability. From owner-freebsd-multimedia@freebsd.org Fri Jul 6 00:06:30 2018 Return-Path: Delivered-To: freebsd-multimedia@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 01CB110425CE for ; Fri, 6 Jul 2018 00:06:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 740CC7D9E2 for ; Fri, 6 Jul 2018 00:06:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 3337710425C9; Fri, 6 Jul 2018 00:06:29 +0000 (UTC) Delivered-To: multimedia@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 20B8510425C8 for ; Fri, 6 Jul 2018 00:06:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A65E07D9DE for ; Fri, 6 Jul 2018 00:06:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id E58F215914 for ; Fri, 6 Jul 2018 00:06:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w6606R9a015270 for ; Fri, 6 Jul 2018 00:06:27 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w6606R2t015269 for multimedia@FreeBSD.org; Fri, 6 Jul 2018 00:06:27 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 229550] src/sys/dev/sound/macio/onyx.c:203: bad if ? Date: Fri, 06 Jul 2018 00:06:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jul 2018 00:06:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229550 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |multimedia@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-multimedia@freebsd.org Fri Jul 6 07:41:14 2018 Return-Path: Delivered-To: freebsd-multimedia@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 0500A102990A for ; Fri, 6 Jul 2018 07:41:14 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 964997112F for ; Fri, 6 Jul 2018 07:41:13 +0000 (UTC) (envelope-from hps@selasky.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5A30E1029909; Fri, 6 Jul 2018 07:41:13 +0000 (UTC) Delivered-To: multimedia@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 1D4871029908 for ; Fri, 6 Jul 2018 07:41:13 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF7327112E for ; Fri, 6 Jul 2018 07:41:12 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.128.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 7BB7B26011E; Fri, 6 Jul 2018 09:41:10 +0200 (CEST) Subject: Re: Audio recording from USB To: Kevin Oberman Cc: multimedia@freebsd.org References: <07c88807-a86b-4c33-c418-e0e15ddc4f80@selasky.org> From: Hans Petter Selasky Message-ID: <04571f73-7c5b-ec4e-ced1-dfbf723d7378@selasky.org> Date: Fri, 6 Jul 2018 09:40:51 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jul 2018 07:41:14 -0000 On 07/06/18 02:00, Kevin Oberman wrote: > Oops! Sorry of hte empty message made it through. > > On Thu, Jul 5, 2018 at 12:47 AM, Hans Petter Selasky > wrote: > >> On 07/04/18 23:41, Kevin Oberman wrote: >> >>> I have an Audio-technia turntable with USB output and I want to use >>> audacity to record from it. I have read the sound, mixer, and snd_uaudio >>> man pages, but am still unable to get the configuration correct. sndstat >>> shows the device (pcm4) but mixer only lists pcm0, the Conexant CX20590, >>> which is marked as default in sndstat. >>> >>> Messages on connection: >>> uaudio0 on uhub3 >>> uaudio0: >> rev >>> 2.00/1.00, addr 3> on usbus1 >>> uaudio0: Play: 48000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >>> uaudio0: Play: 44100 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >>> uaudio0: Play: 32000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >>> uaudio0: Record: 48000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >>> uaudio0: Record: 44100 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >>> uaudio0: Record: 32000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >>> uaudio0: Record: 22050 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >>> uaudio0: Record: 16000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >>> uaudio0: Record: 11025 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >>> uaudio0: No MIDI sequencer. >>> pcm4: on uaudio0 >>> uaudio0: HID volume keys found. >>> >>> Installed devices: >>> pcm0: (play/rec) default >>> pcm1: (play) >>> pcm2: (play) >>> pcm3: (play) >>> pcm4: (play/rec) >>> >>> mixer -f /dev/mixer4 shows: >>> Mixer vol is currently set to 75:75 >>> Mixer pcm is currently set to 75:75 >>> No line or mic. >>> >>> I tried "cat /dev/dsp4.0" and got the expected stream of "junk" that looks >>> like it is getting data from the turntable. "junk" changes when I play >>> something, so I think the hardware is all working to some degree. >>> >>> Can anyone suggest where to go from here? >>> >> >> Did you try: >> sysctl -a hw.snd.default_unit=4 >> >> --HPS > > > Yes, but... >> mixer > Mixer vol is currently set to 75:75 > Mixer pcm is currently set to 75:75 > > So mixer seems to "see" mixer4, but still only shows vol and pcm. No input > device. Bringing up the mate sound preferences, I only see the on-board > mic for input, but see the USB device for output. I'm a bit baffled as to > why the mixer fails to any USB input even though the connection message > clearly shows that capability. The mixer might not always have a node for input. You can try to dump the sysctl tree, grepping for pcm. There might be some hidden ones under .mixer . --HPS From owner-freebsd-multimedia@freebsd.org Fri Jul 6 18:24:39 2018 Return-Path: Delivered-To: freebsd-multimedia@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 ADE8E1042C23 for ; Fri, 6 Jul 2018 18:24:38 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 40A678FDB0 for ; Fri, 6 Jul 2018 18:24:38 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id F24A31042C22; Fri, 6 Jul 2018 18:24:37 +0000 (UTC) Delivered-To: multimedia@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 CFC1F1042C21 for ; Fri, 6 Jul 2018 18:24:37 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-vk0-x229.google.com (mail-vk0-x229.google.com [IPv6:2607:f8b0:400c:c05::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6CF988FDAF for ; Fri, 6 Jul 2018 18:24:37 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mail-vk0-x229.google.com with SMTP id s23-v6so7311359vks.7 for ; Fri, 06 Jul 2018 11:24:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=qw/41/SiLmv4vtRsygYNbpAm+fBWUbU2l02wE/mahbs=; b=LsktD61K47/gOK3HS75eXLvqj8dDR14wJZepM3x3xXpJjvZbiz60UQySrLWJVVhd7I acLu4KRDNYobG4bY4iqqaghUey0dimxG2XdEAaG1PI8dvBkGeoJrlABFuWqVlwA3ZgJu ZWaDEt7S2m6FPghSBTmM+mmDuGXYQJfDcbw4vI6Qi5ov9X/NXQQtTpL987hHX0Ksn55B DtDwRLH07Mb2Rz/xJs1PegW5EcRaT/CFvZ1clOrrlJqMyI5WykV8gPBFVsl0PKxHInOv aA7TGLjlmVHXJrtD7GlE29BG0WQHEmauPMSFRGVSPtX9Fi+0R2iacUYKsGZQ7exFzUJ2 FChg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=qw/41/SiLmv4vtRsygYNbpAm+fBWUbU2l02wE/mahbs=; b=JbQDNL8nitxQyNqpspAzOst3poQEWeQmR2URu40PsFLQe+IzMK419YQ9DlPaNvkgfu FO1CcYra4rj+C69Z5EIq7v5nOJ16wezXiU6Ane4p1Z4iW43nOg9Z8Y0yBWL2P0/gfuA+ czWeITH4ZzkaOBLuTNr+coUUJiiUMmAu9vCe0TeKmc1qf1tf10ScXRggKKK4XqrlaBkf bsd1IyNyfTpKhllOWF1FlnBnXc7GCNXvowsUhxH62Tevlb6+kvhYdUQOi9OOKRqDhjm8 1JxGz8KkLvbQozVfr8sLj/OI8kXcvqvwJ5JTHCPvLzcmfUAQ+P79V/Vd0VEdoLxekB+n m5qA== X-Gm-Message-State: APt69E0Qd2qbFeJzw4s2YxfX4rF7A5FtCgmXOZWBf3id6sjAuWK9c9Id iZubFmKJbKQVi9IMJ3TGBS0sIioTkvEy+xuw5enkujpB X-Google-Smtp-Source: AAOMgpc3R52tpPJp8+dzz55fPSrbtWX+Dh1OI/BfRzFJXpCcruaqunBPZCFv/5N3pEDT0UTgKtpDfDb/dOE2HMyPsOA= X-Received: by 2002:a1f:b258:: with SMTP id b85-v6mr5891231vkf.155.1530901476500; Fri, 06 Jul 2018 11:24:36 -0700 (PDT) MIME-Version: 1.0 Sender: kob6558@gmail.com Received: by 2002:a67:8f07:0:0:0:0:0 with HTTP; Fri, 6 Jul 2018 11:24:35 -0700 (PDT) In-Reply-To: <04571f73-7c5b-ec4e-ced1-dfbf723d7378@selasky.org> References: <07c88807-a86b-4c33-c418-e0e15ddc4f80@selasky.org> <04571f73-7c5b-ec4e-ced1-dfbf723d7378@selasky.org> From: Kevin Oberman Date: Fri, 6 Jul 2018 11:24:35 -0700 X-Google-Sender-Auth: -Fl2ci4hOREP3Ari3_4wuUZM1Eo Message-ID: Subject: Re: Audio recording from USB To: Hans Petter Selasky Cc: multimedia@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jul 2018 18:24:39 -0000 On Fri, Jul 6, 2018 at 12:40 AM, Hans Petter Selasky wrote: > On 07/06/18 02:00, Kevin Oberman wrote: > >> Oops! Sorry of hte empty message made it through. >> >> On Thu, Jul 5, 2018 at 12:47 AM, Hans Petter Selasky >> wrote: >> >> On 07/04/18 23:41, Kevin Oberman wrote: >>> >>> I have an Audio-technia turntable with USB output and I want to use >>>> audacity to record from it. I have read the sound, mixer, and snd_uaudio >>>> man pages, but am still unable to get the configuration correct. sndstat >>>> shows the device (pcm4) but mixer only lists pcm0, the Conexant CX20590, >>>> which is marked as default in sndstat. >>>> >>>> Messages on connection: >>>> uaudio0 on uhub3 >>>> uaudio0: >>> rev >>>> 2.00/1.00, addr 3> on usbus1 >>>> uaudio0: Play: 48000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >>>> uaudio0: Play: 44100 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >>>> uaudio0: Play: 32000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >>>> uaudio0: Record: 48000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >>>> uaudio0: Record: 44100 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >>>> uaudio0: Record: 32000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >>>> uaudio0: Record: 22050 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >>>> uaudio0: Record: 16000 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >>>> uaudio0: Record: 11025 Hz, 2 ch, 16-bit S-LE PCM format, 2x8ms buffer. >>>> uaudio0: No MIDI sequencer. >>>> pcm4: on uaudio0 >>>> uaudio0: HID volume keys found. >>>> >>>> Installed devices: >>>> pcm0: (play/rec) default >>>> pcm1: (play) >>>> pcm2: (play) >>>> pcm3: (play) >>>> pcm4: (play/rec) >>>> >>>> mixer -f /dev/mixer4 shows: >>>> Mixer vol is currently set to 75:75 >>>> Mixer pcm is currently set to 75:75 >>>> No line or mic. >>>> >>>> I tried "cat /dev/dsp4.0" and got the expected stream of "junk" that >>>> looks >>>> like it is getting data from the turntable. "junk" changes when I play >>>> something, so I think the hardware is all working to some degree. >>>> >>>> Can anyone suggest where to go from here? >>>> >>>> >>> Did you try: >>> sysctl -a hw.snd.default_unit=4 >>> >>> --HPS >>> >> >> >> Yes, but... >> >>> mixer >>> >> Mixer vol is currently set to 75:75 >> Mixer pcm is currently set to 75:75 >> >> So mixer seems to "see" mixer4, but still only shows vol and pcm. No input >> device. Bringing up the mate sound preferences, I only see the on-board >> mic for input, but see the USB device for output. I'm a bit baffled as to >> why the mixer fails to any USB input even though the connection message >> clearly shows that capability. >> > > The mixer might not always have a node for input. You can try to dump the > sysctl tree, grepping for pcm. There might be some hidden ones under .mixer > . > > --HPS > I see: dev.pcm.4.rec.vchanformat: s16le:2.0 dev.pcm.4.rec.vchanrate: 48000 dev.pcm.4.rec.vchanmode: fixed dev.pcm.4.rec.vchans: 1 There is no indication that a "line" or any mixer input (rec) is created. The only .mixer values are for play entries which exist in the CODEC chip, but go nowhere: dev.pcm.4.mixer.mute_1.desc: USB AUDIO CODEC dev.pcm.4.mixer.mute_1.max: 1 dev.pcm.4.mixer.mute_1.min: 0 dev.pcm.4.mixer.mute_1.val: 0 dev.pcm.4.mixer.vol_0_1.desc: USB AUDIO CODEC dev.pcm.4.mixer.vol_0_1.max: 0 dev.pcm.4.mixer.vol_0_1.min: -16384 dev.pcm.4.mixer.vol_0_1.val: -7261 dev.pcm.4.mixer.vol_0_0.desc: USB AUDIO CODEC dev.pcm.4.mixer.vol_0_0.max: 0 dev.pcm.4.mixer.vol_0_0.min: -16384 dev.pcm.4.mixer.vol_0_0.val: -7261 I am not familiar with the sound subsystem design, so I have no idea what part should be doing this. In a slightly unrelated issue, is any way to get the uaudio device to disconnect when I unplug the device without killing Mate? The man page describes this. I get continual messages: pcm4: Waiting for sound application to exit! pcm4: unregister: mixer busy The mate-settings-daemon and mate-volume-control-applet programs keep connections to uaudio open. I can kill the volume applet, but killing the settings-daemon just results it a new settings-daemon starting and the device not being desconnected. Restarting Mate does result in the device being disconnected. Just an annoyance, but one I'd prefer to live without. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 From owner-freebsd-multimedia@freebsd.org Fri Jul 6 20:35:43 2018 Return-Path: Delivered-To: freebsd-multimedia@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 2131F1029F8E for ; Fri, 6 Jul 2018 20:35:43 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 9E44295D04 for ; Fri, 6 Jul 2018 20:35:42 +0000 (UTC) (envelope-from hps@selasky.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5BCE01029F81; Fri, 6 Jul 2018 20:35:42 +0000 (UTC) Delivered-To: multimedia@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 47E5E1029F7D for ; Fri, 6 Jul 2018 20:35:42 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D53D495D00 for ; Fri, 6 Jul 2018 20:35:41 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.128.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 85F1E26031E; Fri, 6 Jul 2018 22:35:39 +0200 (CEST) Subject: Re: Audio recording from USB To: Kevin Oberman Cc: multimedia@freebsd.org References: <07c88807-a86b-4c33-c418-e0e15ddc4f80@selasky.org> <04571f73-7c5b-ec4e-ced1-dfbf723d7378@selasky.org> From: Hans Petter Selasky Message-ID: Date: Fri, 6 Jul 2018 22:35:18 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jul 2018 20:35:43 -0000 On 07/06/18 20:24, Kevin Oberman wrote: > In a slightly unrelated issue, is any way to get the uaudio device to > disconnect when I unplug the device without killing Mate? The man page > describes this. I get continual messages: > pcm4: Waiting for sound application to exit! > pcm4: unregister: mixer busy Hi, This is a known issue: mate needs to poll the mixer for detach and then close the mixer handle. --HPS From owner-freebsd-multimedia@freebsd.org Sat Jul 7 09:56:58 2018 Return-Path: Delivered-To: freebsd-multimedia@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 DE6AC102E919 for ; Sat, 7 Jul 2018 09:56:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 6F75E8DA03 for ; Sat, 7 Jul 2018 09:56:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 28CD7102E913; Sat, 7 Jul 2018 09:56:58 +0000 (UTC) Delivered-To: multimedia@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 16746102E912 for ; Sat, 7 Jul 2018 09:56:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A8B128D9FF for ; Sat, 7 Jul 2018 09:56:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id ED76B27476 for ; Sat, 7 Jul 2018 09:56:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w679uuUe093046 for ; Sat, 7 Jul 2018 09:56:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w679uuYn093045 for multimedia@FreeBSD.org; Sat, 7 Jul 2018 09:56:56 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 229339] audio/faad: Fix build on powerpc (and maybe powerpc64?) Date: Sat, 07 Jul 2018 09:56:56 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: riggs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: riggs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status cc assigned_to keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jul 2018 09:56:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229339 Thomas Zander changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |riggs@FreeBSD.org Assignee|multimedia@FreeBSD.org |riggs@FreeBSD.org Keywords| |needs-qa --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.= From owner-freebsd-multimedia@freebsd.org Sat Jul 7 13:28:47 2018 Return-Path: Delivered-To: freebsd-multimedia@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 F035C1044778 for ; Sat, 7 Jul 2018 13:28:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 846E8766F4 for ; Sat, 7 Jul 2018 13:28:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 430591044775; Sat, 7 Jul 2018 13:28:46 +0000 (UTC) Delivered-To: multimedia@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 315DE1044774 for ; Sat, 7 Jul 2018 13:28:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C38CC766EF for ; Sat, 7 Jul 2018 13:28:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id EEA2691C3 for ; Sat, 7 Jul 2018 13:28:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w67DSiqY076630 for ; Sat, 7 Jul 2018 13:28:44 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w67DSire076629 for multimedia@FreeBSD.org; Sat, 7 Jul 2018 13:28:44 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 229339] audio/faad: Fix build on powerpc (and maybe powerpc64?) Date: Sat, 07 Jul 2018 13:28:45 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: riggs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: riggs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jul 2018 13:28:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229339 --- Comment #1 from Thomas Zander --- Tested on mips. There it works too. Well spotted! --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-multimedia@freebsd.org Sat Jul 7 13:28:52 2018 Return-Path: Delivered-To: freebsd-multimedia@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 0EFDB104479A for ; Sat, 7 Jul 2018 13:28:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 9B7ED7670D for ; Sat, 7 Jul 2018 13:28:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5BDCC1044798; Sat, 7 Jul 2018 13:28:51 +0000 (UTC) Delivered-To: multimedia@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 491791044795 for ; Sat, 7 Jul 2018 13:28:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D8F6376704 for ; Sat, 7 Jul 2018 13:28:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 0418091C8 for ; Sat, 7 Jul 2018 13:28:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w67DSnkw076724 for ; Sat, 7 Jul 2018 13:28:49 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w67DSnGq076722 for multimedia@FreeBSD.org; Sat, 7 Jul 2018 13:28:49 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 229339] audio/faad: Fix build on powerpc (and maybe powerpc64?) Date: Sat, 07 Jul 2018 13:28:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: riggs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: riggs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jul 2018 13:28:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229339 Thomas Zander changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(multim |maintainer-feedback+ |edia@FreeBSD.org) | --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-multimedia@freebsd.org Sat Jul 7 13:30:55 2018 Return-Path: Delivered-To: freebsd-multimedia@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 2945C1044AED for ; Sat, 7 Jul 2018 13:30:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B0E4176970 for ; Sat, 7 Jul 2018 13:30:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 745351044AEC; Sat, 7 Jul 2018 13:30:54 +0000 (UTC) Delivered-To: multimedia@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 62DE91044AEB for ; Sat, 7 Jul 2018 13:30:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F41D67696A for ; Sat, 7 Jul 2018 13:30:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 326C991E0 for ; Sat, 7 Jul 2018 13:30:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w67DUrUH079683 for ; Sat, 7 Jul 2018 13:30:53 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w67DUrI0079682 for multimedia@FreeBSD.org; Sat, 7 Jul 2018 13:30:53 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 229339] audio/faad: Fix build on powerpc (and maybe powerpc64?) Date: Sat, 07 Jul 2018 13:30:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: riggs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jul 2018 13:30:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229339 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: riggs Date: Sat Jul 7 13:30:08 UTC 2018 New revision: 474080 URL: https://svnweb.freebsd.org/changeset/ports/474080 Log: Fix build on several architectures (ensure __builtin_bswap16 is available) PR: 229339 Submitted by: tobik MFH: 2018Q3 Changes: head/audio/faad/Makefile head/audio/faad/files/patch-frontend_mp4read.c --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-multimedia@freebsd.org Sat Jul 7 13:31:58 2018 Return-Path: Delivered-To: freebsd-multimedia@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 2AEFA1044DBF for ; Sat, 7 Jul 2018 13:31:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B631A76C8F for ; Sat, 7 Jul 2018 13:31:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 768FF1044DB4; Sat, 7 Jul 2018 13:31:57 +0000 (UTC) Delivered-To: multimedia@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 628071044DB3 for ; Sat, 7 Jul 2018 13:31:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E7D1D76C80 for ; Sat, 7 Jul 2018 13:31:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 398EC9212 for ; Sat, 7 Jul 2018 13:31:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w67DVu76086085 for ; Sat, 7 Jul 2018 13:31:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w67DVu95086084 for multimedia@FreeBSD.org; Sat, 7 Jul 2018 13:31:56 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 229339] audio/faad: Fix build on powerpc (and maybe powerpc64?) Date: Sat, 07 Jul 2018 13:31:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: riggs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jul 2018 13:31:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229339 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: riggs Date: Sat Jul 7 13:31:27 UTC 2018 New revision: 474081 URL: https://svnweb.freebsd.org/changeset/ports/474081 Log: MFH: r474080 Fix build on several architectures (ensure __builtin_bswap16 is available) PR: 229339 Submitted by: tobik Approved by: ports-secteam (riggs) Changes: _U branches/2018Q3/ branches/2018Q3/audio/faad/Makefile branches/2018Q3/audio/faad/files/patch-frontend_mp4read.c --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-multimedia@freebsd.org Sat Jul 7 13:34:00 2018 Return-Path: Delivered-To: freebsd-multimedia@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 E236B1045163 for ; Sat, 7 Jul 2018 13:33:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 7768E76DF8 for ; Sat, 7 Jul 2018 13:33:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 347C01045162; Sat, 7 Jul 2018 13:33:59 +0000 (UTC) Delivered-To: multimedia@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 22F221045160 for ; Sat, 7 Jul 2018 13:33:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B5A8A76DF5 for ; Sat, 7 Jul 2018 13:33:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 034229329 for ; Sat, 7 Jul 2018 13:33:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w67DXv59090234 for ; Sat, 7 Jul 2018 13:33:57 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w67DXvlv090233 for multimedia@FreeBSD.org; Sat, 7 Jul 2018 13:33:57 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 229339] audio/faad: Fix build on powerpc (and maybe powerpc64?) Date: Sat, 07 Jul 2018 13:33:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: riggs@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: riggs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jul 2018 13:34:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229339 Thomas Zander changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Open |Closed --=20 You are receiving this mail because: You are on the CC list for the bug.=