From owner-freebsd-multimedia@FreeBSD.ORG Mon Sep 3 07:14:45 2012 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D22931065670 for ; Mon, 3 Sep 2012 07:14:45 +0000 (UTC) (envelope-from 6yearold@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4F9478FC08 for ; Mon, 3 Sep 2012 07:14:44 +0000 (UTC) Received: by lage12 with SMTP id e12so4156580lag.13 for ; Mon, 03 Sep 2012 00:14:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=GLm2O9VVAePltrjtqH4JswNF7eR9AwSE1cL02H1SaTY=; b=gC6IBXRQvz0kA5HPIO96oUoeu30EW4tRude6xmi3m0mcU3h22+ty0tGpUutBHk1Yvv dS+F+NYhS4d+Q7+zag/Lh9xZHrdoPzlWMBt4d2QA/lUCbxMmClIeMXs6TLXNryOdcvdi IDt7hgeKQtV8JT87Mjueq34G6qK3dlIecqwTHji5qm/dIhirXrJ9rL4wwDQZC4dQ7GtK UQTb1ciFnUHUwcC7gFsprZPDRLz3K7ADqAO00GGYgJQiSUK+pH7z+Dexql96VWajNjHm HsfXxnLzICuPzvOcbNPfOIBmTXiAQjfb3h7fWaJy6G1qHIQwh9noV34T+0jtEUJZIXCA I5rQ== Received: by 10.112.17.163 with SMTP id p3mr3117589lbd.83.1346656483878; Mon, 03 Sep 2012 00:14:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.114.11.201 with HTTP; Mon, 3 Sep 2012 00:14:13 -0700 (PDT) From: arrowdodger <6yearold@gmail.com> Date: Mon, 3 Sep 2012 11:14:13 +0400 Message-ID: To: multimedia@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: FreeBSD Port: multimedia/vlc X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 07:14:45 -0000 Hi, this port doesn't build with recent clang on 9-STABLE: ../../include/vlc_common.h:801:9: error: reference to '__uint16_t' is ambiguous w = hton16 (w); ^ ../../include/vlc_common.h:717:20: note: expanded from macro 'hton16' # define hton16(i) bswap16(i) ^ /usr/include/sys/endian.h:59:20: note: expanded from macro 'bswap16' #define bswap16(x) __bswap16(x) ^ /usr/include/machine/endian.h:123:23: note: expanded from macro '__bswap16' __bswap16_const((__uint16_t)(_x)) : __bswap16_var(_x))) ^ /usr/include/machine/endian.h:88:55: note: expanded from macro '__bswap16_const' #define __bswap16_const(_x) (__uint16_t)((_x) << 8 | (_x) >> 8) ^ ../../include/vlc_common.h:653:24: note: candidate found by name lookup is '__uint16_t' static inline uint16_t bswap16 (uint16_t x) ^ /usr/include/sys/endian.h:59:20: note: expanded from macro 'bswap16' #define bswap16(x) __bswap16(x) ^ /usr/include/machine/endian.h:122:4: note: expanded from macro '__bswap16' ((__uint16_t)(__builtin_constant_p(_x) ? \ ^ /usr/include/machine/_types.h:54:25: note: candidate found by name lookup is '__uint16_t' typedef unsigned short __uint16_t; ^