From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 7 04:09:16 2013 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0A2919FE for ; Mon, 7 Jan 2013 04:09:16 +0000 (UTC) (envelope-from t.horiuchi@gmail.com) Received: from mail-la0-f47.google.com (mail-la0-f47.google.com [209.85.215.47]) by mx1.freebsd.org (Postfix) with ESMTP id 8235280D for ; Mon, 7 Jan 2013 04:09:15 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id fh20so14074329lab.20 for ; Sun, 06 Jan 2013 20:09:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=jZLXJYQMkC5k2+JxGZVOPML+lY32UAFGfWSeK+JCuJ8=; b=lvsDmhI4A4MOs+51U1sMMkI10SRbgEW6w5SIllgHaWE2UFkSzqUSRU7q/kxXFkyVh8 shcU70f5+lSyz0PEglOPnLJ3lKy7uO0J2zCrmOXKPOxU4yt7L3ZmpwblqpyRvDy0s6qM 2jncJ7oH3i/y7Eg6pcAlfNH4tCdS+0wiCXoGOMcmEVQRekarpGrMxyHc/4T/M6b1IN2T 184EV4eR4QCVWFFWHbEZWkj2hfH1kvoLSCJ5dpnlI3yPoQPF9/5fY1fYd1dXC7FURfED i9vpLOG9ZuJ8m1aR65gChbDvsREMOVkBwZB2vSd8QCl47OSAcW5ARI6AcWlt24JcWtQU zC7Q== Received: by 10.152.110.18 with SMTP id hw18mr57103967lab.22.1357531754114; Sun, 06 Jan 2013 20:09:14 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.126.136 with HTTP; Sun, 6 Jan 2013 20:08:43 -0800 (PST) From: Takumi HORIUCHI Date: Mon, 7 Jan 2013 13:08:43 +0900 Message-ID: Subject: 2byte code in "AUTHORS" file To: videolan@videolan.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Takumi Horiuchi , multimedia@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2013 04:09:16 -0000 Dear vlc team, I downloaded the source file vlc-2.0.5.tar.xz from your site. http://download.videolan.org/pub/videolan/vlc/2.0.5/vlc-2.0.5.tar.xz You have non-Ascii 2 byte code at line# 385 in "AUTHORS" file. Yohann Martineau dharani.prabhu.s suheaven wucan =EA=B9=80=EC=A0=95=EC=9D=80 Adam Sampson Alexander Gall Alex Antropoff Alexis Guillard I found it while building vlc from FreeBSD ports. I think the ports takes the "AUTHORS" file and creates vlc_about.h for some reason. Then an error occurred. CXX dialogs/libqt4_plugin_la-help.lo In file included from dialogs/help.cpp:33:0: ../../../include/vlc_about.h:759:1: error: stray '\352' in program It would be nice if you could replace the code with Ascii. I copied this email to the FreeBSD vlc ports maintainer. Regards, -Takumi HORIUCHI From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 7 08:31:32 2013 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 96BB775 for ; Mon, 7 Jan 2013 08:31:32 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id 730421A4 for ; Mon, 7 Jan 2013 08:31:32 +0000 (UTC) Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46]) by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id r078SR6c055903 for ; Mon, 7 Jan 2013 08:28:27 GMT (envelope-from linimon@FreeBSD.org) Date: Mon, 7 Jan 2013 08:28:27 GMT Message-Id: <201301070828.r078SR6c055903@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: multimedia@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2013 08:31:32 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: multimedia/linux-realplayer broken because: unfetchable build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.10.20120608131052/linux-realplayer-10.0.9.809.20070726_3.log (_Jun_13_02:24:52_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=linux-realplayer If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 7 08:32:26 2013 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D1F332BF for ; Mon, 7 Jan 2013 08:32:26 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id C6C401FB for ; Mon, 7 Jan 2013 08:32:26 +0000 (UTC) Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46]) by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id r078TLbF061295 for ; Mon, 7 Jan 2013 08:29:21 GMT (envelope-from linimon@FreeBSD.org) Date: Mon, 7 Jan 2013 08:29:21 GMT Message-Id: <201301070829.r078TLbF061295@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: multimedia@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2013 08:32:26 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: multimedia/libdvdplay description: Portable abstraction library for DVD navigation maintainer: multimedia@FreeBSD.org deprecated because: No more public_distfiles expiration date: 2012-10-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=libdvdplay If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 7 11:06:49 2013 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 87243BC for ; Mon, 7 Jan 2013 11:06:49 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 78BC6F96 for ; Mon, 7 Jan 2013 11:06:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r07B6nFV087940 for ; Mon, 7 Jan 2013 11:06:49 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r07B6n8R087938 for freebsd-multimedia@FreeBSD.org; Mon, 7 Jan 2013 11:06:49 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 7 Jan 2013 11:06:49 GMT Message-Id: <201301071106.r07B6n8R087938@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.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2013 11:06:49 -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 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/174287 multimedia multimedia/gstreamer-plugins-good fails to compile wit o ports/173895 multimedia [PATCH] unbreak multimedia/linux-realplayer o ports/173891 multimedia Living MASTER_SITES for multimedia/linux-realplayer o ports/173741 multimedia multimedia/dirac fails to compile with clang o ports/172185 multimedia multimedia/vlc build fail with gmake core dump at modu o ports/172128 multimedia building multimedia/vlc fails o ports/171958 multimedia audio/fluidsynth: Update to version 1.1.6 o kern/171937 multimedia [pcm] Notebook Toshiba Satellite C850-B1K and problem o ports/171888 multimedia [PATCH] multimedia/gpac-libgpac: update to 0.5.0,1 o ports/171248 multimedia multimedia/win32-codecs: Fix pkg-plist o kern/171191 multimedia [snd_cmi] [request] add driver support for cmi8787/878 o ports/170517 multimedia [patch] Correct audio/jack Dependency Declaration o ports/170134 multimedia audio/denemo: Update to version 0.9.4 o ports/170032 multimedia Some ports not bumped after libogg update o ports/169563 multimedia [patch] audio/jack-rack o ports/165090 multimedia audio/faad missing head files 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 ports/161568 multimedia [PATCH] audio/libsamplerate: samplerate.h has comma at o ports/161546 multimedia [PATCH] multimedia/mkvtoolnix: make some dependencies 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/152378 multimedia [sound][patch] Update snd_envy24ht to be MPSAFE and us f ports/150502 multimedia multimedia/gpac-libgpac 0.4.5_4,1 fails to compile on 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 p kern/121156 multimedia [sound] [patch] Turn on inverted external amplifier se 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 90 problems total. From owner-freebsd-multimedia@FreeBSD.ORG Tue Jan 8 21:24:13 2013 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1A72DC1A; Tue, 8 Jan 2013 21:24:13 +0000 (UTC) (envelope-from sib@tormail.org) Received: from outgoing.tormail.org (outgoing.tormail.org [82.221.96.22]) by mx1.freebsd.org (Postfix) with ESMTP id D0BFAC37; Tue, 8 Jan 2013 21:24:12 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=internal.tormail.org) by outgoing.tormail.org with esmtp (Exim 4.72) (envelope-from ) id 1TsgeR-0007VT-5Q; Wed, 09 Jan 2013 00:24:05 +0300 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Transfer-Encoding:Content-Type:MIME-Version:To:From:Subject:Date; bh=/52UA2fmAD1GH3AuW+W0fdCVx6MgvC+oe7DYfGMj06w=; b=I+agpAtp3zn7pd396O04Bv4AhUy4OTMKbX4DLyxe5zEgMlLFtJN74jjjMfP/wIWEHN9CQiaPZ2UCkFYYmecEJMEN7lwvQmu4EC93bty4kscFa4f4+YJyjcq7oGoaghfSMZ8w1zLK9tQYvh2fsrwEF6kfUkvr5dkueF30M8Gl7GI=; Received: from sib by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1TsgcQ-000DYG-U0; Tue, 08 Jan 2013 21:21:59 +0000 Date: Tue, 8 Jan 2013 21:21:58 -0000 Subject: VLC/X264 and GCC From: sib@tormail.org To: freebsd-multimedia@freebsd.org, multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Importance: Normal X-TorMail-User: sib Message-Id: <1TsgcQ-000DYG-U0@internal.tormail.org> X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2013 21:24:13 -0000 Hello. While installing VLC on a 9.1 i386 system, I noticed when it was building X264 that it was calling GCC.. so I removed USE_GCC=any from that Makefile and it built fine with clang. Has there been some trouble with it? Can we remove that line from the port? I am currently also trying to figure out why VLC itself won't build with clang, but pulls in lang/gcc for some CPU features (as I saw in the makefile) .. hopefully that can be fixed. Compiling gcc is not a fast task. - simon From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 10 06:32:12 2013 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EF192AF0 for ; Thu, 10 Jan 2013 06:32:12 +0000 (UTC) (envelope-from aasoft@gmail.com) Received: from mail-ia0-f182.google.com (mail-ia0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id B4C49641 for ; Thu, 10 Jan 2013 06:32:12 +0000 (UTC) Received: by mail-ia0-f182.google.com with SMTP id x2so202747iad.27 for ; Wed, 09 Jan 2013 22:32:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=A00qlakbo+7lTCRduNv/Klro7OfuT87jS+AyHwAi4II=; b=cEyshFj/s/mlSRSapG6Sf28fc73MhyoD4k5H24KziVJmwxOr1rYYfFtf14HgPWzJD1 634VO9PQHxNoaWoothn3alPJGlBI2ZJCWVcvs3zxSFnm4BuCYuRpvY1V8Sr/DzZS7TsW qPaq/gGt+HTPrvMnSbjZqeBYmQP8UrSKpht/ntfWp2KQdKjZVt4w3QcZjDCPi6MvdKzy yKJyobnixfkYLTCZoVxRZLx+vF+5UqHWMWcw4TrTNBb5TVA8K1wkbuDxxtRuncQLiZBf ev8S31zazHUrHTSDARTx+SMTxZ5swja9mpxSeFfbnMExZdy2rlfuzYPTJDGSM5kY9Pq6 VrfA== X-Received: by 10.50.13.173 with SMTP id i13mr4387481igc.93.1357799526109; Wed, 09 Jan 2013 22:32:06 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.43.164 with HTTP; Wed, 9 Jan 2013 22:31:43 -0800 (PST) In-Reply-To: References: From: Anton Afanasyev Date: Wed, 9 Jan 2013 22:31:43 -0800 Message-ID: Subject: Re: Error building multimedia/libtheora on 9.0 To: multimedia@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2013 06:32:13 -0000 If anybody is wondering, this was solved by removing the lang/nawk port. I'm not sure *why* it was the problem, given that the config scripts in libtheora seem to depend on nawk, so I thought I'd make a note of this on the list here. Anton On Wed, Jan 2, 2013 at 7:12 PM, Anton Afanasyev wrote: > I am trying to build the libtheora port on FreeBSD 9.0, and running into > an error during the make configure step. Is there anything I can do to > solve this? > > The make.configure log, the output from 'make configure', as well as the > list of all my installed packages are attached. > > Thanks in advance, > Anton > From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 10 12:13:42 2013 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0CBE7D6B; Thu, 10 Jan 2013 12:13:42 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 59E3B987; Thu, 10 Jan 2013 12:13:41 +0000 (UTC) Received: from mercury.ph.man.ac.uk [130.88.75.175:22335] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id r0ACDddf089883 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Thu, 10 Jan 2013 16:13:40 +0400 (MSK) From: Max Brazhnikov To: chromium@freebsd.org, gecko@freebsd.org, multimedia@freebsd.org Subject: update for DESKTOP_ENTRIES Date: Thu, 10 Jan 2013 12:14:00 +0000 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.9.3; amd64; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201301101214.00968.makc@freebsd.org> X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2013 12:13:42 -0000 Hi, I have submitted ports/175102, which updates DESKTOP_ENTRIES framework and removes some outdated stuff. Your ports need trivial fix, besides I have allowed myself to make other changes, e.g. adjust Categories, Comment fields: all-in-one patch: http://people.freebsd.org/~makc/patches/ports-20130109.diff by maintainer: http://people.freebsd.org/~makc/patches/desktop_entries/.diff Please let me know if you're strongly disagree with changes :) The update will be committed next week, once I get successful results from exp-run. Please CC me, I'm not subscribed to gecko@ and chromium@ maillists. Cheers, Max From owner-freebsd-multimedia@FreeBSD.ORG Sat Jan 12 08:03:20 2013 Return-Path: Delivered-To: freebsd-multimedia@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5BA91F14; Sat, 12 Jan 2013 08:03:20 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 349A99FC; Sat, 12 Jan 2013 08:03:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0C83KnL002555; Sat, 12 Jan 2013 08:03:20 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0C83Kms002551; Sat, 12 Jan 2013 08:03:20 GMT (envelope-from linimon) Date: Sat, 12 Jan 2013 08:03:20 GMT Message-Id: <201301120803.r0C83Kms002551@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: kern/175220: [sound] sound stopping: play interrupt timeout, channel dead X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2013 08:03:20 -0000 Old Synopsis: sound stopping: play interrupt timeout, channel dead New Synopsis: [sound] sound stopping: play interrupt timeout, channel dead Responsible-Changed-From-To: freebsd-bugs->freebsd-multimedia Responsible-Changed-By: linimon Responsible-Changed-When: Sat Jan 12 08:03:05 UTC 2013 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=175220 From owner-freebsd-multimedia@FreeBSD.ORG Sat Jan 12 18:59:47 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 17F2B1BF for ; Sat, 12 Jan 2013 18:59:47 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.c2i.net [212.247.154.130]) by mx1.freebsd.org (Postfix) with ESMTP id AB20D3F6 for ; Sat, 12 Jan 2013 18:59:46 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe05.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 362782150 for freebsd-multimedia@freebsd.org; Sat, 12 Jan 2013 19:59:39 +0100 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Subject: Fwd: Re: wacom and x11 and webcamd Date: Sat, 12 Jan 2013 20:01:05 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-STABLE; KDE/4.8.4; amd64; ; ) X-Face: ?p&W)c(+80hU; '{.$5K+zq{oC6y| /D'an*6mw>j'f:eBsex\Gi, X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2013 18:59:47 -0000 ---------- Forwarded Message ---------- Subject: Re: wacom and x11 and webcamd Date: Saturday 12 January 2013, 19:57:37 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Hi, I've created a Wiki Page for Wacom Tablets: https://wiki.freebsd.org/WacomTablet Feel free to suggest more information which might be added there. --HPS _______________________________________________ freebsd-usb@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org" -----------------------------------------