From owner-freebsd-multimedia@FreeBSD.ORG Sun Jan 5 06:05:34 2014 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B49BF6A; Sun, 5 Jan 2014 06:05:34 +0000 (UTC) Received: from cargobay.net (cargobay.net [162.220.58.155]) by mx1.freebsd.org (Postfix) with ESMTP id DC4F3134E; Sun, 5 Jan 2014 06:05:33 +0000 (UTC) Received: from [192.168.0.16] (unknown [65.35.151.3]) by cargobay.net (Postfix) with ESMTPSA id 7D04911D7; Sun, 5 Jan 2014 06:04:42 +0000 (UTC) From: "Chad J. Milios" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) Subject: Please commit this fix to a race in the audio/liba52 port Message-Id: Date: Sun, 5 Jan 2014 01:05:24 -0500 To: "freebsd-multimedia@freebsd.org" , "linimon@freebsd.org" , "freebsd-ports@freebsd.org" X-Mailer: iPhone Mail (11B554a) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jan 2014 06:05:34 -0000 Sorry to be a pest. At the bottom of closed PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/183791 There is a working fix that hasn't been committed yet. A target needs to be a= dded to audio/liba52/Makefile I recommend changing it a little bit though fr= om the one in the PR, to this: pre-install: ${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${TOUCH} From owner-freebsd-multimedia@FreeBSD.ORG Sun Jan 5 21:21:40 2014 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C95542DD for ; Sun, 5 Jan 2014 21:21:40 +0000 (UTC) Received: from na01-by2-obe.outbound.protection.outlook.com (mail-by2lp0240.outbound.protection.outlook.com [207.46.163.240]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 99E55155A for ; Sun, 5 Jan 2014 21:21:39 +0000 (UTC) Received: from SN2PRD0310HT001.namprd03.prod.outlook.com (10.255.112.36) by DM2PR03MB304.namprd03.prod.outlook.com (10.141.54.26) with Microsoft SMTP Server (TLS) id 15.0.851.11; Sun, 5 Jan 2014 21:21:32 +0000 Received: from [10.0.0.21] (98.240.141.71) by pod51008.outlook.com (10.255.112.36) with Microsoft SMTP Server (TLS) id 14.16.395.1; Sun, 5 Jan 2014 21:21:31 +0000 Message-ID: <52C9CCDA.90904@my.hennepintech.edu> Date: Sun, 5 Jan 2014 15:21:30 -0600 From: Andrew Berg User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: Subject: mkvtoolnix does not build Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [98.240.141.71] X-Forefront-PRVS: 00826B6158 X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10009001)(189002)(199002)(77982001)(76482001)(59766001)(65956001)(63696002)(56776001)(79102001)(15395725003)(47446002)(74502001)(54316002)(64126003)(50466002)(46102001)(74662001)(74876001)(74706001)(47976001)(66066001)(53806001)(47736001)(65806001)(74366001)(23676002)(80022001)(4396001)(50986001)(47776003)(54356001)(81542001)(31966008)(69226001)(80976001)(76176001)(76786001)(87266001)(33656001)(15975445006)(15188155005)(16799955002)(87936001)(15202345003)(83506001)(85306002)(83322001)(19580395003)(76796001)(49866001)(81342001)(51856001)(75432001)(81686001)(90146001)(83072002)(81816001)(56816005)(85852003)(10126625002); DIR:OUT; SFP:1101; SCL:1; SRVR:DM2PR03MB304; H:SN2PRD0310HT001.namprd03.prod.outlook.com; CLIP:98.240.141.71; FPR:; RD:InfoNoRecords; MX:1; A:0; LANG:en; X-OriginatorOrg: my.hennepintech.edu X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jan 2014 21:21:40 -0000 FreeBSD 10.0-RC3, nothing in make.conf, default options (also tried with the wxGTK option off, no difference), and of course, my ports tree is up-to-date. Complete log: http://pastebin.com/raw.php?i=y5Des8CK My guess would be that it just won't compile with clang. Also, the port is not up-to-date; an update to 6.6.0 would be much appreciated. I noticed while looking in the recent archives for the list that this port is not listed in out of date ports. Please CC me since I am not subscribed to the list. Thanks. From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 6 11:06:50 2014 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A6F926D8 for ; Mon, 6 Jan 2014 11:06:50 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 882731084 for ; Mon, 6 Jan 2014 11:06:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s06B6onS045302 for ; Mon, 6 Jan 2014 11:06:50 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s06B6oTr045300 for freebsd-multimedia@FreeBSD.org; Mon, 6 Jan 2014 11:06:50 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 6 Jan 2014 11:06:50 GMT Message-Id: <201401061106.s06B6oTr045300@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-multimedia@FreeBSD.org Subject: Current problem reports assigned to freebsd-multimedia@FreeBSD.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jan 2014 11:06:50 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/185477 multimedia audio/fluidsynth fails to build with distcc o ports/185278 multimedia [patch] update graphics/exiv2 to 0.24 o ports/185136 multimedia multimedia/gstreamer-ffmpeg: switch to ffmpeg from por o ports/185076 multimedia multimedia/vlc: volume level doesn't saved & restored o ports/185031 multimedia multimedia/vlc: fix typo in makefile o ports/185016 multimedia audio/jack build broken in the presence of audio/porta o ports/184614 multimedia multimedia/vlc failded to buid with notify enabled o kern/184512 multimedia [snd_maestro] snd_maestro does not function on i386 [r o ports/183683 multimedia multimedia/vlc 2.1.0_5,4 cannot build on FreeBSD 10.0- o ports/183129 multimedia Make multimedia/gstreamer-ffmpeg and multimedia/gstrea o ports/181964 multimedia [patch] multimedia/gstreamer-ffmpeg, multimedia/gstrea o ports/181655 multimedia [patch] multimedia/gstreamer1-plugins-good: add more s o ports/181521 multimedia [patch] multimedia/gstreamer-ffmpeg: enable mp3 decode o ports/181519 multimedia multimedia/gstreamer-ffmpeg: an option to build agains o ports/181003 multimedia multimedia/gstreamer not build with clang o kern/180966 multimedia [snd_envy24] recording broken o ports/180703 multimedia multimedia/dvdstyler: Update to version 2.5 o ports/179799 multimedia Fix multimedia/mjpegtools on powerpc o ports/179701 multimedia [PATCH] multimedia/gstreamer: Add NLS, trim pkg-plist o kern/178671 multimedia [snd_hda] snd_hda stops working as soon as X starts o ports/178273 multimedia multimedia/gstreamer-plugins: It's hava no package of o ports/177532 multimedia multimedia/gstreamer-plugins-* ports missing dependenc o ports/177281 multimedia multimedia/avidemux2 does not compile o ports/175940 multimedia multimedia/gstreamer-plugins-good add missing dependen o kern/175306 multimedia [snd_hda] snd_hda does not produce 7.1 sound on ALC892 o kern/175220 multimedia [sound] sound stopping: play interrupt timeout, channe o kern/174828 multimedia [sound] [snd_emu10kx]: "Creative SB PCI512 [CT4790]" i o kern/174796 multimedia [emu10kx]: Audigy ZS driver produce strange noises o kern/174573 multimedia [snd_hda] headphones on front panel not working anymor o ports/172185 multimedia multimedia/vlc build fail with gmake core dump at modu o ports/172128 multimedia building multimedia/vlc fails o kern/171937 multimedia [pcm] Notebook Toshiba Satellite C850-B1K and problem o ports/171248 multimedia multimedia/win32-codecs: Fix pkg-plist o kern/162181 multimedia [snd_emu10k1] [patch] The kernel sound driver module s o ports/161783 multimedia [PATCH] multimedia/gpac-libgpac: Fix build with gcc46 o kern/159236 multimedia [pcm] [patch] set PCM_CAP_DEFAULT for the default snd o kern/158979 multimedia [snd_uadio] snd_uaudio fails to initialize built-in mi o kern/158542 multimedia [snd_hda] hdac0: hdac_get_capabilities: Invalid corb s o stand/157050 multimedia OSS implementation lacks AFMT_FLOAT o kern/156198 multimedia [snd_hda] [hang] loading snd_hda kernel module hangs s o kern/156165 multimedia [hdac] Missing card definition for hdac audio device, o ports/153846 multimedia graphics/libcaca 0.99.beta17 - Hidden dependency on Xl a ports/153735 multimedia multimedia/vlc: install error: `Permission denied' for o kern/152622 multimedia [pcm] uaudio recording problem o kern/152500 multimedia [hdac] play interrupt timeout, channel dead o kern/150284 multimedia [snd_hda] No gain with Audio o kern/149943 multimedia [pcm]: CS4236 audio problem o kern/147504 multimedia [oss] [panic] panic: dev_pager_getpage: map function r o kern/146031 multimedia [snd_hda] race condition when kldunload snd_hda sound o kern/144659 multimedia [pcm] The distortion of the sound playback of music at o kern/143505 multimedia [pcm] FreeBSD 8.0-RELEASE (x64) won't make sound card o kern/141826 multimedia [snd_hda] load of snd_hda module fails o kern/140591 multimedia [PATCH][sound] No sound output on lineout/headphone ja o kern/137589 multimedia [snd_uaudio] snd_uaudio.ko (USB audio driver) doesn't o kern/134767 multimedia [sound] [snd_hda] [regression] Sigmatel STAC9205X no s o kern/132848 multimedia [sound] [snd_emu10kx] driver problem with card init, s o kern/132511 multimedia [sound] [snd_hda] Probing ALC888 codec on ASRock K10N7 o kern/129604 multimedia [sound] Sound stops with error: pcm0:virtual:dsp0.vp0: o kern/127131 multimedia [bktr] /usr/src/sys/dev/bktr/bktr_os.c, line 469: wron s kern/125756 multimedia [sound] [patch] cannot detect soft-modem on HDA bus o kern/124319 multimedia [sound] [snd_emu10k1] [regression] Cannot record from o kern/122086 multimedia [sound] maestro sound driver is working, but mixer ini o kern/120857 multimedia [sound] [snd_emu10k1] snd_emu10k1 driver issues a warn o kern/120780 multimedia [sound] [snd_hda] snd_hda doesn't work on Dell Latitut o kern/119973 multimedia [sound] [snd_maestro] [regression] snd_maestro only wo o kern/119931 multimedia [sound] No sound card detected on ASUS "K8V-X SE R2.00 o kern/119759 multimedia [sound] [snd_emu10k1] [regression] Can not record anyt o kern/115300 multimedia [sound] [snd_hda] [regression] snd_hda(4) fails to att o kern/114760 multimedia [sound] [snd_cmi] snd_cmi driver causing sporadic syst o kern/111767 multimedia [sound] ATI SB450 High Definition Audio Controller sou o kern/107516 multimedia [sound] [snd_emu10k1] - skips, clicks and lag after a o kern/107051 multimedia [sound] only 2 channels output works for the ALC850 (o o kern/104874 multimedia [sound] [snd_emu10k1] kldload snd_emu10k1 hangs system o kern/101417 multimedia [sound] 4-speakers output not possible on Asus A8V-Del o kern/100859 multimedia [sound] [snd_ich] snd_ich broken on GIGABYTE 915 syste o kern/98752 multimedia [sound] Intel ich6 82801 FB - on Packard Bell A8810 la o kern/98504 multimedia [sound] Sound is distorted with SB Live 5.1 o kern/98496 multimedia [sound] [snd_ich] some functions don't work in my soun o kern/97609 multimedia [sound] Load Sound Module - VIA8233 - fails o kern/97535 multimedia [sound] [snd_mss] doesn't work in 6.0-RELEASE and abov o kern/96538 multimedia [sound] emu10k1-driver inverts channels o kern/95086 multimedia [sound] uaudio line in problem with sbdm lx o kern/94279 multimedia [sound] [snd_neomagic] snd_neomagic crashes on FreeBSD o kern/93986 multimedia [sound] Acer TravelMate 4652LMi pcm0 channel dead o kern/92512 multimedia [sound] distorted mono output with emu10k1 o kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: record interrup o kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work. o kern/81146 multimedia [sound] Sound isn't working AT ALL for Sis7012 onboard o kern/80632 multimedia [sound] pcm driver missing support for CMI8738 auxilla o kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: interrupt sto o kern/79905 multimedia [sound] sis7018 sound module problem o kern/79678 multimedia [sound] sound works except recording from any source o conf/75137 multimedia [sound] add snd_* modules support to /etc/rc.d/mixer f kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound nearly inaudible o kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestro-2E (still o o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I s kern/60599 multimedia [bktr] [partial patch] No sound for ATI TV Wonder (ste o kern/37600 multimedia [sound] [partial patch] t4dwave drive doesn't record. o kern/23546 multimedia [sound] [snd_csa] [patch] csa DMA-interrupt problem 99 problems total. From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 6 21:50:47 2014 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E7E5C87 for ; Mon, 6 Jan 2014 21:50:47 +0000 (UTC) Received: from mail.shmtech.biz (unknown [IPv6:2001:41c8:10:8c::4:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E26681D91 for ; Mon, 6 Jan 2014 21:50:46 +0000 (UTC) Received: from panther.domlan.talk2dom.com (92.40.75.91.threembb.co.uk [92.40.75.91]) (authenticated bits=0) by mail.shmtech.biz (8.14.7/8.14.5) with ESMTP id s06LodeT049087 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Mon, 6 Jan 2014 21:50:43 GMT (envelope-from misc-freebsd@talk2dom.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=talk2dom.com; s=shmtech1; t=1389045043; bh=QVcyW+lPrbrx4mZe8RgezBTCqOQZ8IOBIjGUW65+oNQ=; h=Date:From:To:Subject:References:In-Reply-To; b=V7oW60Hl5x4Pu/9Sg/jLdElgYhuguk2X37dSWlAkmVhaRNDX0d6RNmcfM6FrZ90sy lbv40IQARDYanP63It6ZlIE5VTIVt4efYOXrivG90XLWMkOOU8dwQ4swFAqYyhJa98 YLKEq2+FWfR7Vkfoe471j8q/nJNY5x9Xom9+5LHA= X-Authentication-Warning: sendmail: Host 92.40.75.91.threembb.co.uk [92.40.75.91] claimed to be panther.domlan.talk2dom.com Message-ID: <52CB252B.8070700@talk2dom.com> Date: Mon, 06 Jan 2014 21:50:35 +0000 From: Dom F User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Subject: pvrxxx port on FreeBSD 9.2? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jan 2014 21:50:47 -0000 Hello, Is anyone using the multimedia/pvrxxx port on FreeBSD 9.2? I tried to build the port and ran into several problems. After much Google searching I now have cxm and cxm_iic kernel modules. They load but the I2C aspect doesn't seem to work. The PCI card I'm using is an AverMedia AverTv M113 based on the Conexant CX23416. pciconf says: none2@pci0:1:6:0: class=0x040000 card=0xc01a1461 chip=0x00164444 rev=0x01 hdr=0x00 vendor = 'Internext Compression Inc' device = 'iTVC16 (CX23416) MPEG-2 Encoder' class = multimedia subclass = video When I do "kldload cxm", the following appears in /var/log/messages: Jan 6 21:19:02 hairball kernel: cxm0: mem 0xf4000000-0xf7ffffff at device 6.0 on pci1 Jan 6 21:19:02 hairball kernel: cxm_iic0: on cxm0 Jan 6 21:19:02 hairball kernel: iicbb0: on cxm_iic0 Jan 6 21:19:02 hairball kernel: iicbus0: on iicbb0 master-only Jan 6 21:19:02 hairball kernel: could not init tuner Jan 6 21:19:02 hairball kernel: cxm0: could not initialize tuner Jan 6 21:19:02 hairball kernel: iicbus0: detached Jan 6 21:19:02 hairball kernel: iicbb0: detached Jan 6 21:19:02 hairball kernel: cxm_iic0: detached Jan 6 21:19:02 hairball kernel: device_attach: cxm0 attach returned 6 I can't seem to find anyone else having a "could not init tuner" error. From some debugging it looks like the failing function call is: iicbus_start(iicbus, i2c_addr, CXM_I2C_TIMEOUT) in cxm_eeprom_read() inside dev/cxm/cxm_eeprom.c Does anyone have any ideas where to go from here? Thanks, Dominic From owner-freebsd-multimedia@FreeBSD.ORG Wed Jan 8 10:49:05 2014 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 34C32B9C for ; Wed, 8 Jan 2014 10:49:05 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1FC2C1A26 for ; Wed, 8 Jan 2014 10:49:05 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id s08An4nF066183 for ; Wed, 8 Jan 2014 10:49:04 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.7/Submit) id s08An48U066180; Wed, 8 Jan 2014 10:49:04 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201401081049.s08An48U066180@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Wed, 8 Jan 2014 10:49:04 +0000 From: portscout@FreeBSD.org To: multimedia@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2014 10:49:05 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/multimedia@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ net/liveMedia | 2013.11.29 | 2014.01.07 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 9 10:03:19 2014 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD964513 for ; Thu, 9 Jan 2014 10:03:19 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 98E8C1211 for ; Thu, 9 Jan 2014 10:03:19 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id s09A3Jet098287 for ; Thu, 9 Jan 2014 10:03:19 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.7/Submit) id s09A3JTV098286; Thu, 9 Jan 2014 10:03:19 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201401091003.s09A3JTV098286@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Thu, 9 Jan 2014 10:03:19 +0000 From: portscout@FreeBSD.org To: multimedia@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jan 2014 10:03:19 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/multimedia@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ multimedia/mkvtoolnix | 6.4.1 | 6.7.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks.